2023-01-11T20:36:18.7643946Z Requested labels: linux.rocm.gpu 2023-01-11T20:36:18.7644047Z Job defined at: pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:36:18.7644217Z Reusable workflow chain: 2023-01-11T20:36:18.7644282Z pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:36:18.7644327Z -> pytorch/pytorch/.github/workflows/_rocm-test.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:36:18.7644353Z Waiting for a runner to pick up this job... 2023-01-11T20:41:56.8808844Z Job is about to start running on the runner: worker-rocm-amd-28 (repository) 2023-01-11T20:42:00.4081759Z Current runner version: '2.300.2' 2023-01-11T20:42:00.4087591Z Runner name: 'worker-rocm-amd-28' 2023-01-11T20:42:00.4088094Z Runner group name: 'Default' 2023-01-11T20:42:00.4088863Z Machine name: 'jenkins-worker-rocm-amd-28' 2023-01-11T20:42:00.4091321Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:42:00.4091950Z Actions: write 2023-01-11T20:42:00.4092331Z Checks: write 2023-01-11T20:42:00.4092659Z Contents: write 2023-01-11T20:42:00.4093006Z Deployments: write 2023-01-11T20:42:00.4093370Z Discussions: write 2023-01-11T20:42:00.4093707Z Issues: write 2023-01-11T20:42:00.4094032Z Metadata: read 2023-01-11T20:42:00.4094366Z Packages: write 2023-01-11T20:42:00.4094705Z Pages: write 2023-01-11T20:42:00.4095069Z PullRequests: write 2023-01-11T20:42:00.4095429Z RepositoryProjects: write 2023-01-11T20:42:00.4095819Z SecurityEvents: write 2023-01-11T20:42:00.4096177Z Statuses: write 2023-01-11T20:42:00.4096511Z ##[endgroup] 2023-01-11T20:42:00.4099871Z Secret source: Actions 2023-01-11T20:42:00.4100526Z Prepare workflow directory 2023-01-11T20:42:00.8551028Z Prepare all required actions 2023-01-11T20:42:00.8809010Z Getting action download info 2023-01-11T20:42:01.6078044Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:42:08.5897113Z Download action repository 'pytorch/test-infra@main' (SHA:2c225610d00fb13c04fcd60389d3e4d8326167c3) 2023-01-11T20:42:09.8747634Z Getting action download info 2023-01-11T20:42:10.1230042Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:42:11.2632405Z Uses: pytorch/pytorch/.github/workflows/_rocm-test.yml 2023-01-11T20:42:11.2634263Z ##[group] Inputs 2023-01-11T20:42:11.2634749Z build-environment: linux-focal-rocm5.3-py3.8 2023-01-11T20:42:11.2635367Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, ]} 2023-01-11T20:42:11.2636124Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.3-py3.8:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:42:11.2636662Z sync-tag: 2023-01-11T20:42:11.2636978Z ##[endgroup] 2023-01-11T20:42:11.2637740Z Complete job name: linux-focal-rocm5.3-py3.8 / test (default, 1, 2, linux.rocm.gpu) 2023-01-11T20:42:11.3969313Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:42:11.3969718Z with: 2023-01-11T20:42:11.3969949Z no-sudo: true 2023-01-11T20:42:11.3970218Z submodules: recursive 2023-01-11T20:42:11.3970484Z fetch-depth: 0 2023-01-11T20:42:11.3970715Z env: 2023-01-11T20:42:11.3970966Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:42:11.3971211Z ##[endgroup] 2023-01-11T20:42:11.4233452Z ##[group]Run retry () { 2023-01-11T20:42:11.4233805Z retry () { 2023-01-11T20:42:11.4234122Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:42:11.4234389Z } 2023-01-11T20:42:11.4234671Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:42:11.4234977Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:42:11.4235299Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:42:11.4235604Z else 2023-01-11T20:42:11.4235946Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:42:11.4236249Z fi 2023-01-11T20:42:11.4236517Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:42:11.4270545Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:42:11.4270859Z env: 2023-01-11T20:42:11.4271091Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:42:11.4271347Z NO_SUDO: true 2023-01-11T20:42:11.4271580Z ##[endgroup] 2023-01-11T20:42:11.4552741Z /home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T20:42:13.8363732Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:42:13.8364087Z with: 2023-01-11T20:42:13.8364357Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:42:13.8364634Z fetch-depth: 0 2023-01-11T20:42:13.8365044Z submodules: recursive 2023-01-11T20:42:13.8365281Z quiet-checkout: true 2023-01-11T20:42:13.8365546Z repository: pytorch/pytorch 2023-01-11T20:42:13.8365946Z token: *** 2023-01-11T20:42:13.8366188Z ssh-strict: true 2023-01-11T20:42:13.8366460Z persist-credentials: true 2023-01-11T20:42:13.8366743Z clean: true 2023-01-11T20:42:13.8366964Z lfs: false 2023-01-11T20:42:13.8367217Z set-safe-directory: true 2023-01-11T20:42:13.8367474Z env: 2023-01-11T20:42:13.8367709Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:42:13.8367952Z ##[endgroup] 2023-01-11T20:42:13.9968394Z Syncing repository: pytorch/pytorch 2023-01-11T20:42:13.9970186Z ##[group]Getting Git version info 2023-01-11T20:42:13.9970832Z Working directory is '/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:42:13.9971468Z [command]/usr/bin/git version 2023-01-11T20:42:13.9971733Z git version 2.39.0 2023-01-11T20:42:13.9972424Z ##[endgroup] 2023-01-11T20:42:13.9985937Z Temporarily overriding HOME='/home/pytorchci/actions-runner/_work/_temp/9732f4e3-acdc-4c72-a180-ef0b83c7908d' before making global git config changes 2023-01-11T20:42:13.9986526Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:42:13.9987189Z [command]/usr/bin/git config --global --add safe.directory /home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T20:42:14.0010269Z Deleting the contents of '/home/pytorchci/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:42:14.0019896Z ##[group]Initializing the repository 2023-01-11T20:42:14.0025652Z [command]/usr/bin/git init /home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T20:42:14.0093419Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:42:14.0094728Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:42:14.0095933Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:42:14.0096825Z hint: 2023-01-11T20:42:14.0097898Z hint: git config --global init.defaultBranch 2023-01-11T20:42:14.0098700Z hint: 2023-01-11T20:42:14.0099758Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:42:14.0101138Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:42:14.0102507Z hint: 2023-01-11T20:42:14.0103315Z hint: git branch -m 2023-01-11T20:42:14.0104861Z Initialized empty Git repository in /home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:42:14.0116951Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:42:14.0182286Z ##[endgroup] 2023-01-11T20:42:14.0183665Z ##[group]Disabling automatic garbage collection 2023-01-11T20:42:14.0187909Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:42:14.0231413Z ##[endgroup] 2023-01-11T20:42:14.0232681Z ##[group]Setting up auth 2023-01-11T20:42:14.0246261Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:42:14.0302265Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T20:42:14.0671845Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:42:14.0753259Z [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' || : 2023-01-11T20:42:14.1183242Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:42:14.1262194Z ##[endgroup] 2023-01-11T20:42:14.1263502Z ##[group]Fetching the repository 2023-01-11T20:42:14.1281451Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2023-01-11T20:43:17.3564264Z [command]/usr/bin/git rev-parse --verify --quiet 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e^{object} 2023-01-11T20:43:17.3624432Z 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:43:17.3630753Z ##[endgroup] 2023-01-11T20:43:17.3632339Z ##[group]Determining the checkout info 2023-01-11T20:43:17.3633948Z ##[endgroup] 2023-01-11T20:43:17.3635270Z ##[group]Checking out the ref 2023-01-11T20:43:17.3640621Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:43:18.7659511Z ##[endgroup] 2023-01-11T20:43:18.7660959Z ##[group]Setting up auth for fetching submodules 2023-01-11T20:43:18.7670853Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:43:18.7751197Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-01-11T20:43:18.7807536Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-01-11T20:43:18.7868249Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-01-11T20:43:18.7925522Z ##[endgroup] 2023-01-11T20:43:18.7927049Z ##[group]Fetching submodules 2023-01-11T20:43:18.7933194Z [command]/usr/bin/git submodule sync --recursive 2023-01-11T20:43:18.8385641Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2023-01-11T20:43:18.8831346Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2023-01-11T20:43:18.8834869Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2023-01-11T20:43:18.8840298Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2023-01-11T20:43:18.8845508Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2023-01-11T20:43:18.8851201Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2023-01-11T20:43:18.8857367Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2023-01-11T20:43:18.8863357Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2023-01-11T20:43:18.8869408Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2023-01-11T20:43:18.8875367Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2023-01-11T20:43:18.8881635Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2023-01-11T20:43:18.8888086Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2023-01-11T20:43:18.8894411Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2023-01-11T20:43:18.8901016Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2023-01-11T20:43:18.8908789Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2023-01-11T20:43:18.8915787Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2023-01-11T20:43:18.8922871Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2023-01-11T20:43:18.8926847Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2023-01-11T20:43:18.8931069Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:43:18.8935315Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2023-01-11T20:43:18.8939676Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2023-01-11T20:43:18.8944135Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2023-01-11T20:43:18.8949376Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2023-01-11T20:43:18.8954581Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2023-01-11T20:43:18.8959374Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2023-01-11T20:43:18.8963913Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2023-01-11T20:43:18.8968708Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2023-01-11T20:43:18.8973471Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2023-01-11T20:43:18.8978381Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2023-01-11T20:43:18.8983449Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2023-01-11T20:43:18.8989109Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2023-01-11T20:43:18.8995065Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2023-01-11T20:43:18.9000588Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2023-01-11T20:43:18.9005544Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2023-01-11T20:43:18.9010808Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2023-01-11T20:43:18.9016466Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2023-01-11T20:43:18.9022002Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2023-01-11T20:43:18.9027979Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2023-01-11T20:43:18.9034327Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2023-01-11T20:43:18.9040445Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2023-01-11T20:43:18.9046287Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2023-01-11T20:43:18.9051976Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2023-01-11T20:43:18.9103610Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2023-01-11T20:43:19.9603275Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2023-01-11T20:43:20.7950106Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2023-01-11T20:43:21.5322802Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2023-01-11T20:43:22.6310236Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2023-01-11T20:43:23.6366384Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2023-01-11T20:43:26.9068054Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2023-01-11T20:43:34.2230071Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2023-01-11T20:43:35.5497235Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2023-01-11T20:43:37.0066128Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2023-01-11T20:43:39.5208259Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2023-01-11T20:43:41.8813472Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2023-01-11T20:43:44.2753628Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2023-01-11T20:43:54.2538971Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2023-01-11T20:43:56.0500910Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2023-01-11T20:43:58.7852734Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2023-01-11T20:44:01.0263221Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2023-01-11T20:44:02.0792757Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2023-01-11T20:44:03.4751249Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2023-01-11T20:44:05.3077372Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2023-01-11T20:44:07.2833167Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2023-01-11T20:44:08.6280005Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2023-01-11T20:44:09.3366159Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2023-01-11T20:44:10.3760563Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2023-01-11T20:44:13.1446494Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2023-01-11T20:44:14.4010242Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2023-01-11T20:44:15.5209658Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2023-01-11T20:44:22.9629088Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2023-01-11T20:44:25.7661382Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2023-01-11T20:44:27.0965983Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2023-01-11T20:44:27.9909536Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2023-01-11T20:44:35.9816100Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2023-01-11T20:44:36.6744827Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2023-01-11T20:44:37.6607521Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2023-01-11T20:44:39.5712948Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2023-01-11T20:44:40.4844990Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2023-01-11T20:44:41.6412152Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2023-01-11T20:44:42.7801416Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2023-01-11T20:44:44.3127875Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2023-01-11T20:44:47.9157199Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2023-01-11T20:44:49.3707531Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2023-01-11T20:44:53.1050100Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2023-01-11T20:44:53.1177567Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2023-01-11T20:44:53.1280990Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2023-01-11T20:44:53.1529497Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2023-01-11T20:44:53.1823325Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2023-01-11T20:44:53.2236532Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2023-01-11T20:44:53.8399540Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2023-01-11T20:44:53.8686760Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-01-11T20:44:53.9715288Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2023-01-11T20:44:54.0129042Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2023-01-11T20:44:54.3099711Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2023-01-11T20:44:54.7195633Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2023-01-11T20:44:54.9639217Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2023-01-11T20:44:55.0167591Z Submodule path 'third_party/fbgemm': checked out '80d64206c07879fd4683be66873de7cefa1a0a71' 2023-01-11T20:44:55.0188566Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:44:55.0190511Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:44:55.0192442Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:44:55.0195542Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:44:55.0242297Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2023-01-11T20:44:56.9876396Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2023-01-11T20:44:58.4212192Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2023-01-11T20:45:00.3950815Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2023-01-11T20:45:01.4088959Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2023-01-11T20:45:01.5114345Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2023-01-11T20:45:01.5709996Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2023-01-11T20:45:01.5830610Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2023-01-11T20:45:01.6751892Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2023-01-11T20:45:01.7203117Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2023-01-11T20:45:01.7317490Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2023-01-11T20:45:01.7767072Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2023-01-11T20:45:01.8082450Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2023-01-11T20:45:01.8602038Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2023-01-11T20:45:01.8741395Z Submodule path 'third_party/ideep': checked out 'e533c771a1e75a1c225c14b2261eefa62681d9e6' 2023-01-11T20:45:01.8758712Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:01.8791225Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2023-01-11T20:45:14.5104201Z Submodule path 'third_party/ideep/mkl-dnn': checked out '404ad76ee633c939d705eb583ffe50a806969d5e' 2023-01-11T20:45:14.5123665Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:14.5172308Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2023-01-11T20:45:25.7708843Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out 'fbec3e25a559ee252022ae066817b204e106a6ba' 2023-01-11T20:45:25.7841074Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2023-01-11T20:45:25.8095735Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2023-01-11T20:45:25.8999489Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2023-01-11T20:45:25.9019161Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:25.9021288Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:25.9066629Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2023-01-11T20:45:28.1693596Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2023-01-11T20:45:30.2661345Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2023-01-11T20:45:30.3395740Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2023-01-11T20:45:30.3699195Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2023-01-11T20:45:30.3953577Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2023-01-11T20:45:30.5058713Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2023-01-11T20:45:30.7841447Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2023-01-11T20:45:30.7872642Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:30.7874708Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:30.7930584Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2023-01-11T20:45:32.1423093Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2023-01-11T20:45:34.0627409Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2023-01-11T20:45:34.1031566Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2023-01-11T20:45:34.1259692Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2023-01-11T20:45:34.1277819Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:34.1316694Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2023-01-11T20:45:37.2148777Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2023-01-11T20:45:37.2170231Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:37.2172501Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:37.2217491Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2023-01-11T20:45:38.4933125Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2023-01-11T20:45:40.5154872Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2023-01-11T20:45:40.5873094Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2023-01-11T20:45:40.5891826Z 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' 2023-01-11T20:45:40.5943117Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2023-01-11T20:45:41.4038275Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-01-11T20:45:41.4204288Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2023-01-11T20:45:41.6781443Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2023-01-11T20:45:41.6806925Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:41.6809003Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:41.6850536Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2023-01-11T20:45:43.2195886Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2023-01-11T20:45:45.1380680Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2023-01-11T20:45:45.2148654Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2023-01-11T20:45:45.2246856Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2023-01-11T20:45:45.2368083Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2023-01-11T20:45:45.2706125Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2023-01-11T20:45:45.2810315Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2023-01-11T20:45:45.3104442Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2023-01-11T20:45:45.3211961Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2023-01-11T20:45:45.3649421Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2023-01-11T20:45:45.4792198Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2023-01-11T20:45:45.5073472Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2023-01-11T20:45:45.5093646Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:45.5095964Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:45.5098638Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:45.5102053Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:45.5145081Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2023-01-11T20:45:47.4866678Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2023-01-11T20:45:48.5089224Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2023-01-11T20:45:50.8126032Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2023-01-11T20:45:52.7364019Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2023-01-11T20:45:52.7529258Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2023-01-11T20:45:52.8170198Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2023-01-11T20:45:52.8464594Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2023-01-11T20:45:52.8484034Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:52.8526123Z Cloning into '/home/pytorchci/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2023-01-11T20:45:53.7190354Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2023-01-11T20:45:53.8684294Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2023-01-11T20:45:53.8731030Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-01-11T20:45:53.9180612Z Entering 'android/libs/fbjni' 2023-01-11T20:45:53.9253908Z Entering 'third_party/FP16' 2023-01-11T20:45:53.9324760Z Entering 'third_party/FXdiv' 2023-01-11T20:45:53.9380374Z Entering 'third_party/NNPACK' 2023-01-11T20:45:53.9437902Z Entering 'third_party/QNNPACK' 2023-01-11T20:45:53.9494372Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T20:45:53.9548850Z Entering 'third_party/XNNPACK' 2023-01-11T20:45:53.9618697Z Entering 'third_party/benchmark' 2023-01-11T20:45:53.9684493Z Entering 'third_party/cpuinfo' 2023-01-11T20:45:53.9741441Z Entering 'third_party/cub' 2023-01-11T20:45:53.9797678Z Entering 'third_party/cudnn_frontend' 2023-01-11T20:45:53.9862791Z Entering 'third_party/cutlass' 2023-01-11T20:45:53.9927894Z Entering 'third_party/eigen' 2023-01-11T20:45:53.9986993Z Entering 'third_party/fbgemm' 2023-01-11T20:45:54.0044147Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:45:54.0109679Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:45:54.0175506Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:45:54.0234735Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:45:54.0290362Z Entering 'third_party/flatbuffers' 2023-01-11T20:45:54.0351469Z Entering 'third_party/fmt' 2023-01-11T20:45:54.0407605Z Entering 'third_party/foxi' 2023-01-11T20:45:54.0463053Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:45:54.0519355Z Entering 'third_party/gloo' 2023-01-11T20:45:54.0576678Z Entering 'third_party/googletest' 2023-01-11T20:45:54.0631994Z Entering 'third_party/ideep' 2023-01-11T20:45:54.0687099Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:54.0741594Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:54.0809185Z Entering 'third_party/ios-cmake' 2023-01-11T20:45:54.0866626Z Entering 'third_party/ittapi' 2023-01-11T20:45:54.0920845Z Entering 'third_party/kineto' 2023-01-11T20:45:54.0975970Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:54.1029877Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:54.1086407Z Entering 'third_party/nccl/nccl' 2023-01-11T20:45:54.1142610Z Entering 'third_party/neon2sse' 2023-01-11T20:45:54.1198115Z Entering 'third_party/nlohmann' 2023-01-11T20:45:54.1255460Z Entering 'third_party/onnx' 2023-01-11T20:45:54.1329751Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:54.1384703Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:54.1443478Z Entering 'third_party/onnx-tensorrt' 2023-01-11T20:45:54.1500086Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:54.1560155Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:54.1615911Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:54.1670679Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T20:45:54.1734390Z Entering 'third_party/pocketfft' 2023-01-11T20:45:54.1790573Z Entering 'third_party/protobuf' 2023-01-11T20:45:54.1850702Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:54.1904879Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:54.1963752Z Entering 'third_party/psimd' 2023-01-11T20:45:54.2019691Z Entering 'third_party/pthreadpool' 2023-01-11T20:45:54.2075974Z Entering 'third_party/pybind11' 2023-01-11T20:45:54.2132723Z Entering 'third_party/python-enum' 2023-01-11T20:45:54.2188702Z Entering 'third_party/python-peachpy' 2023-01-11T20:45:54.2244753Z Entering 'third_party/python-six' 2023-01-11T20:45:54.2300871Z Entering 'third_party/sleef' 2023-01-11T20:45:54.2356696Z Entering 'third_party/tbb' 2023-01-11T20:45:54.2415420Z Entering 'third_party/tensorpipe' 2023-01-11T20:45:54.2472074Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:54.2525142Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:54.2577801Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:54.2643914Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:54.2696324Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:54.2771104Z Entering 'third_party/zstd' 2023-01-11T20:45:54.2847400Z ##[endgroup] 2023-01-11T20:45:54.2848723Z ##[group]Persisting credentials for submodules 2023-01-11T20:45:54.2863020Z [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' || : 2023-01-11T20:45:54.3319187Z Entering 'android/libs/fbjni' 2023-01-11T20:45:54.3350544Z Entering 'third_party/FP16' 2023-01-11T20:45:54.3382996Z Entering 'third_party/FXdiv' 2023-01-11T20:45:54.3418831Z Entering 'third_party/NNPACK' 2023-01-11T20:45:54.3455680Z Entering 'third_party/QNNPACK' 2023-01-11T20:45:54.3495141Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T20:45:54.3535040Z Entering 'third_party/XNNPACK' 2023-01-11T20:45:54.3582813Z Entering 'third_party/benchmark' 2023-01-11T20:45:54.3630005Z Entering 'third_party/cpuinfo' 2023-01-11T20:45:54.3670924Z Entering 'third_party/cub' 2023-01-11T20:45:54.3711523Z Entering 'third_party/cudnn_frontend' 2023-01-11T20:45:54.3758571Z Entering 'third_party/cutlass' 2023-01-11T20:45:54.3805108Z Entering 'third_party/eigen' 2023-01-11T20:45:54.3849765Z Entering 'third_party/fbgemm' 2023-01-11T20:45:54.3889173Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:45:54.3931165Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:45:54.3973081Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:45:54.4013289Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:45:54.4056390Z Entering 'third_party/flatbuffers' 2023-01-11T20:45:54.4098481Z Entering 'third_party/fmt' 2023-01-11T20:45:54.4137033Z Entering 'third_party/foxi' 2023-01-11T20:45:54.4175587Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:45:54.4215862Z Entering 'third_party/gloo' 2023-01-11T20:45:54.4254466Z Entering 'third_party/googletest' 2023-01-11T20:45:54.4293716Z Entering 'third_party/ideep' 2023-01-11T20:45:54.4342189Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:54.4411144Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:54.4480267Z Entering 'third_party/ios-cmake' 2023-01-11T20:45:54.4531068Z Entering 'third_party/ittapi' 2023-01-11T20:45:54.4570928Z Entering 'third_party/kineto' 2023-01-11T20:45:54.4609612Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:54.4652005Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:54.4694700Z Entering 'third_party/nccl/nccl' 2023-01-11T20:45:54.4733378Z Entering 'third_party/neon2sse' 2023-01-11T20:45:54.4772338Z Entering 'third_party/nlohmann' 2023-01-11T20:45:54.4810565Z Entering 'third_party/onnx' 2023-01-11T20:45:54.4859623Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:54.4901762Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:54.4948367Z Entering 'third_party/onnx-tensorrt' 2023-01-11T20:45:54.4984949Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:54.5034661Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:54.5073828Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:54.5111130Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T20:45:54.5161020Z Entering 'third_party/pocketfft' 2023-01-11T20:45:54.5199849Z Entering 'third_party/protobuf' 2023-01-11T20:45:54.5241683Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:54.5281459Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:54.5326582Z Entering 'third_party/psimd' 2023-01-11T20:45:54.5364881Z Entering 'third_party/pthreadpool' 2023-01-11T20:45:54.5403225Z Entering 'third_party/pybind11' 2023-01-11T20:45:54.5442135Z Entering 'third_party/python-enum' 2023-01-11T20:45:54.5480417Z Entering 'third_party/python-peachpy' 2023-01-11T20:45:54.5519122Z Entering 'third_party/python-six' 2023-01-11T20:45:54.5558237Z Entering 'third_party/sleef' 2023-01-11T20:45:54.5597815Z Entering 'third_party/tbb' 2023-01-11T20:45:54.5637399Z Entering 'third_party/tensorpipe' 2023-01-11T20:45:54.5676892Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:54.5717678Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:54.5757814Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:54.5810839Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:54.5850686Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:54.5893260Z Entering 'third_party/zstd' 2023-01-11T20:45:54.5958728Z [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 2023-01-11T20:45:54.6433908Z Entering 'android/libs/fbjni' 2023-01-11T20:45:54.6493829Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2023-01-11T20:45:54.6533925Z Entering 'third_party/FP16' 2023-01-11T20:45:54.6586620Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2023-01-11T20:45:54.6614674Z Entering 'third_party/FXdiv' 2023-01-11T20:45:54.6678725Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2023-01-11T20:45:54.6706678Z Entering 'third_party/NNPACK' 2023-01-11T20:45:54.6763172Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2023-01-11T20:45:54.6795131Z Entering 'third_party/QNNPACK' 2023-01-11T20:45:54.6848779Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2023-01-11T20:45:54.6883335Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T20:45:54.6935911Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2023-01-11T20:45:54.6970169Z Entering 'third_party/XNNPACK' 2023-01-11T20:45:54.7019797Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2023-01-11T20:45:54.7079385Z Entering 'third_party/benchmark' 2023-01-11T20:45:54.7143374Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2023-01-11T20:45:54.7174053Z Entering 'third_party/cpuinfo' 2023-01-11T20:45:54.7233116Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2023-01-11T20:45:54.7273943Z Entering 'third_party/cub' 2023-01-11T20:45:54.7323505Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2023-01-11T20:45:54.7351934Z Entering 'third_party/cudnn_frontend' 2023-01-11T20:45:54.7387848Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2023-01-11T20:45:54.7412310Z Entering 'third_party/cutlass' 2023-01-11T20:45:54.7469045Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2023-01-11T20:45:54.7520650Z Entering 'third_party/eigen' 2023-01-11T20:45:54.7555646Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2023-01-11T20:45:54.7579178Z Entering 'third_party/fbgemm' 2023-01-11T20:45:54.7635279Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2023-01-11T20:45:54.7671535Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:45:54.7731051Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2023-01-11T20:45:54.7769980Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:45:54.7818040Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2023-01-11T20:45:54.7844127Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:45:54.7893742Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2023-01-11T20:45:54.7920083Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:45:54.7963742Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2023-01-11T20:45:54.7993498Z Entering 'third_party/flatbuffers' 2023-01-11T20:45:54.8052575Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2023-01-11T20:45:54.8098057Z Entering 'third_party/fmt' 2023-01-11T20:45:54.8155845Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2023-01-11T20:45:54.8187919Z Entering 'third_party/foxi' 2023-01-11T20:45:54.8230292Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2023-01-11T20:45:54.8260679Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:45:54.8322189Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2023-01-11T20:45:54.8352257Z Entering 'third_party/gloo' 2023-01-11T20:45:54.8417014Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2023-01-11T20:45:54.8454626Z Entering 'third_party/googletest' 2023-01-11T20:45:54.8509148Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2023-01-11T20:45:54.8542194Z Entering 'third_party/ideep' 2023-01-11T20:45:54.8582993Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2023-01-11T20:45:54.8612223Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:54.8676119Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2023-01-11T20:45:54.8717583Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:54.8784503Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2023-01-11T20:45:54.8839726Z Entering 'third_party/ios-cmake' 2023-01-11T20:45:54.8888884Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2023-01-11T20:45:54.8922266Z Entering 'third_party/ittapi' 2023-01-11T20:45:54.8969974Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2023-01-11T20:45:54.8998303Z Entering 'third_party/kineto' 2023-01-11T20:45:54.9052235Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2023-01-11T20:45:54.9076882Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:54.9138339Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2023-01-11T20:45:54.9177266Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:54.9230332Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2023-01-11T20:45:54.9263966Z Entering 'third_party/nccl/nccl' 2023-01-11T20:45:54.9326663Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2023-01-11T20:45:54.9357418Z Entering 'third_party/neon2sse' 2023-01-11T20:45:54.9413000Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2023-01-11T20:45:54.9452399Z Entering 'third_party/nlohmann' 2023-01-11T20:45:54.9501144Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2023-01-11T20:45:54.9535752Z Entering 'third_party/onnx' 2023-01-11T20:45:54.9590885Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2023-01-11T20:45:54.9639402Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:54.9692562Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2023-01-11T20:45:54.9732588Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:54.9782495Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2023-01-11T20:45:54.9816169Z Entering 'third_party/onnx-tensorrt' 2023-01-11T20:45:54.9879595Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2023-01-11T20:45:54.9915492Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:54.9977915Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2023-01-11T20:45:55.0027736Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:55.0077884Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2023-01-11T20:45:55.0114339Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:55.0170247Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2023-01-11T20:45:55.0199916Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T20:45:55.0252782Z file:/home/pytorchci/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 2023-01-11T20:45:55.0302900Z Entering 'third_party/pocketfft' 2023-01-11T20:45:55.0366361Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2023-01-11T20:45:55.0401001Z Entering 'third_party/protobuf' 2023-01-11T20:45:55.0455423Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2023-01-11T20:45:55.0502694Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:55.0552085Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2023-01-11T20:45:55.0587709Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:55.0635688Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2023-01-11T20:45:55.0681399Z Entering 'third_party/psimd' 2023-01-11T20:45:55.0735750Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2023-01-11T20:45:55.0775185Z Entering 'third_party/pthreadpool' 2023-01-11T20:45:55.0843604Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2023-01-11T20:45:55.0870308Z Entering 'third_party/pybind11' 2023-01-11T20:45:55.0923704Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2023-01-11T20:45:55.0957677Z Entering 'third_party/python-enum' 2023-01-11T20:45:55.1006782Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2023-01-11T20:45:55.1034241Z Entering 'third_party/python-peachpy' 2023-01-11T20:45:55.1097887Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2023-01-11T20:45:55.1127971Z Entering 'third_party/python-six' 2023-01-11T20:45:55.1193270Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2023-01-11T20:45:55.1230893Z Entering 'third_party/sleef' 2023-01-11T20:45:55.1296732Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2023-01-11T20:45:55.1336618Z Entering 'third_party/tbb' 2023-01-11T20:45:55.1399531Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2023-01-11T20:45:55.1440411Z Entering 'third_party/tensorpipe' 2023-01-11T20:45:55.1491632Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2023-01-11T20:45:55.1524582Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:55.1589919Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2023-01-11T20:45:55.1624382Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:55.1685223Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2023-01-11T20:45:55.1722311Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:55.1779309Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2023-01-11T20:45:55.1808784Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:55.1870775Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2023-01-11T20:45:55.1906770Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:55.1970087Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2023-01-11T20:45:55.2015812Z Entering 'third_party/zstd' 2023-01-11T20:45:55.2076494Z file:/home/pytorchci/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2023-01-11T20:45:55.2511921Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-01-11T20:45:55.2977675Z Entering 'android/libs/fbjni' 2023-01-11T20:45:55.3057688Z Entering 'third_party/FP16' 2023-01-11T20:45:55.3120091Z Entering 'third_party/FXdiv' 2023-01-11T20:45:55.3180121Z Entering 'third_party/NNPACK' 2023-01-11T20:45:55.3262764Z Entering 'third_party/QNNPACK' 2023-01-11T20:45:55.3324805Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T20:45:55.3389198Z Entering 'third_party/XNNPACK' 2023-01-11T20:45:55.3482193Z Entering 'third_party/benchmark' 2023-01-11T20:45:55.3549483Z Entering 'third_party/cpuinfo' 2023-01-11T20:45:55.3631299Z Entering 'third_party/cub' 2023-01-11T20:45:55.3702490Z Entering 'third_party/cudnn_frontend' 2023-01-11T20:45:55.3797098Z Entering 'third_party/cutlass' 2023-01-11T20:45:55.3889043Z Entering 'third_party/eigen' 2023-01-11T20:45:55.3966419Z Entering 'third_party/fbgemm' 2023-01-11T20:45:55.4050179Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:45:55.4108307Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:45:55.4185181Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:45:55.4253017Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:45:55.4314677Z Entering 'third_party/flatbuffers' 2023-01-11T20:45:55.4386242Z Entering 'third_party/fmt' 2023-01-11T20:45:55.4450134Z Entering 'third_party/foxi' 2023-01-11T20:45:55.4516868Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:45:55.4588008Z Entering 'third_party/gloo' 2023-01-11T20:45:55.4664071Z Entering 'third_party/googletest' 2023-01-11T20:45:55.4746057Z Entering 'third_party/ideep' 2023-01-11T20:45:55.4817552Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:55.4904910Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:55.4993369Z Entering 'third_party/ios-cmake' 2023-01-11T20:45:55.5075159Z Entering 'third_party/ittapi' 2023-01-11T20:45:55.5151607Z Entering 'third_party/kineto' 2023-01-11T20:45:55.5228255Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:55.5299404Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:55.5361455Z Entering 'third_party/nccl/nccl' 2023-01-11T20:45:55.5445175Z Entering 'third_party/neon2sse' 2023-01-11T20:45:55.5520917Z Entering 'third_party/nlohmann' 2023-01-11T20:45:55.5600171Z Entering 'third_party/onnx' 2023-01-11T20:45:55.5691134Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:55.5759638Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:55.5853402Z Entering 'third_party/onnx-tensorrt' 2023-01-11T20:45:55.5927617Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:55.6013825Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:55.6087566Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:55.6149876Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T20:45:55.6244490Z Entering 'third_party/pocketfft' 2023-01-11T20:45:55.6324257Z Entering 'third_party/protobuf' 2023-01-11T20:45:55.6407550Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:55.6489312Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:55.6550957Z Entering 'third_party/psimd' 2023-01-11T20:45:55.6615544Z Entering 'third_party/pthreadpool' 2023-01-11T20:45:55.6669632Z Entering 'third_party/pybind11' 2023-01-11T20:45:55.6737641Z Entering 'third_party/python-enum' 2023-01-11T20:45:55.6819372Z Entering 'third_party/python-peachpy' 2023-01-11T20:45:55.6899168Z Entering 'third_party/python-six' 2023-01-11T20:45:55.6965098Z Entering 'third_party/sleef' 2023-01-11T20:45:55.7020036Z Entering 'third_party/tbb' 2023-01-11T20:45:55.7101149Z Entering 'third_party/tensorpipe' 2023-01-11T20:45:55.7181215Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:55.7259416Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:55.7322878Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:55.7381584Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:55.7460481Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:55.7550836Z Entering 'third_party/zstd' 2023-01-11T20:45:55.7650998Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-01-11T20:45:55.8123603Z Entering 'android/libs/fbjni' 2023-01-11T20:45:55.8198042Z Entering 'third_party/FP16' 2023-01-11T20:45:55.8250339Z Entering 'third_party/FXdiv' 2023-01-11T20:45:55.8308927Z Entering 'third_party/NNPACK' 2023-01-11T20:45:55.8376083Z Entering 'third_party/QNNPACK' 2023-01-11T20:45:55.8442979Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T20:45:55.8523508Z Entering 'third_party/XNNPACK' 2023-01-11T20:45:55.8607867Z Entering 'third_party/benchmark' 2023-01-11T20:45:55.8663260Z Entering 'third_party/cpuinfo' 2023-01-11T20:45:55.8721879Z Entering 'third_party/cub' 2023-01-11T20:45:55.8789854Z Entering 'third_party/cudnn_frontend' 2023-01-11T20:45:55.8862372Z Entering 'third_party/cutlass' 2023-01-11T20:45:55.8926541Z Entering 'third_party/eigen' 2023-01-11T20:45:55.8984782Z Entering 'third_party/fbgemm' 2023-01-11T20:45:55.9040873Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T20:45:55.9094733Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T20:45:55.9148905Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T20:45:55.9201990Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T20:45:55.9258667Z Entering 'third_party/flatbuffers' 2023-01-11T20:45:55.9315662Z Entering 'third_party/fmt' 2023-01-11T20:45:55.9370240Z Entering 'third_party/foxi' 2023-01-11T20:45:55.9424478Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T20:45:55.9480141Z Entering 'third_party/gloo' 2023-01-11T20:45:55.9534968Z Entering 'third_party/googletest' 2023-01-11T20:45:55.9590720Z Entering 'third_party/ideep' 2023-01-11T20:45:55.9645009Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T20:45:55.9701725Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T20:45:55.9767083Z Entering 'third_party/ios-cmake' 2023-01-11T20:45:55.9821732Z Entering 'third_party/ittapi' 2023-01-11T20:45:55.9876948Z Entering 'third_party/kineto' 2023-01-11T20:45:55.9931684Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T20:45:55.9984671Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T20:45:56.0041451Z Entering 'third_party/nccl/nccl' 2023-01-11T20:45:56.0096827Z Entering 'third_party/neon2sse' 2023-01-11T20:45:56.0150451Z Entering 'third_party/nlohmann' 2023-01-11T20:45:56.0206786Z Entering 'third_party/onnx' 2023-01-11T20:45:56.0278776Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T20:45:56.0333360Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T20:45:56.0382557Z Entering 'third_party/onnx-tensorrt' 2023-01-11T20:45:56.0432735Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T20:45:56.0492154Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T20:45:56.0545585Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T20:45:56.0599061Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T20:45:56.0663909Z Entering 'third_party/pocketfft' 2023-01-11T20:45:56.0718521Z Entering 'third_party/protobuf' 2023-01-11T20:45:56.0778126Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T20:45:56.0832557Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T20:45:56.0889445Z Entering 'third_party/psimd' 2023-01-11T20:45:56.0943919Z Entering 'third_party/pthreadpool' 2023-01-11T20:45:56.0997713Z Entering 'third_party/pybind11' 2023-01-11T20:45:56.1052297Z Entering 'third_party/python-enum' 2023-01-11T20:45:56.1106672Z Entering 'third_party/python-peachpy' 2023-01-11T20:45:56.1161073Z Entering 'third_party/python-six' 2023-01-11T20:45:56.1217917Z Entering 'third_party/sleef' 2023-01-11T20:45:56.1283972Z Entering 'third_party/tbb' 2023-01-11T20:45:56.1349303Z Entering 'third_party/tensorpipe' 2023-01-11T20:45:56.1406645Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T20:45:56.1459694Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T20:45:56.1512695Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T20:45:56.1566009Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T20:45:56.1618021Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T20:45:56.1679279Z Entering 'third_party/zstd' 2023-01-11T20:45:56.1754880Z ##[endgroup] 2023-01-11T20:45:56.1852099Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:45:56.1900348Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:45:56.2206821Z Prepare all required actions 2023-01-11T20:45:56.2244749Z ##[group]Run ./.github/actions/setup-rocm 2023-01-11T20:45:56.2245021Z env: 2023-01-11T20:45:56.2245262Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.2245507Z ##[endgroup] 2023-01-11T20:45:56.2264865Z ##[group]Run echo "DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock" >> "${GITHUB_ENV}" 2023-01-11T20:45:56.2265303Z echo "DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock" >> "${GITHUB_ENV}" 2023-01-11T20:45:56.2293297Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.2293591Z env: 2023-01-11T20:45:56.2293825Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.2294074Z ##[endgroup] 2023-01-11T20:45:56.2416147Z ##[group]Run cat /etc/os-release || true 2023-01-11T20:45:56.2417011Z cat /etc/os-release || true 2023-01-11T20:45:56.2417874Z cat /etc/apt/sources.list.d/rocm.list || true 2023-01-11T20:45:56.2418764Z cat /opt/rocm/.info/version || true 2023-01-11T20:45:56.2419550Z whoami 2023-01-11T20:45:56.2474617Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.2475135Z env: 2023-01-11T20:45:56.2475557Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.2476109Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.2476604Z ##[endgroup] 2023-01-11T20:45:56.2560432Z PRETTY_NAME="Ubuntu 22.04.1 LTS" 2023-01-11T20:45:56.2560737Z NAME="Ubuntu" 2023-01-11T20:45:56.2561048Z VERSION_ID="22.04" 2023-01-11T20:45:56.2561333Z VERSION="22.04.1 LTS (Jammy Jellyfish)" 2023-01-11T20:45:56.2564812Z VERSION_CODENAME=jammy 2023-01-11T20:45:56.2565093Z ID=ubuntu 2023-01-11T20:45:56.2565358Z ID_LIKE=debian 2023-01-11T20:45:56.2565692Z HOME_URL="https://www.ubuntu.com/" 2023-01-11T20:45:56.2571606Z SUPPORT_URL="https://help.ubuntu.com/" 2023-01-11T20:45:56.2572627Z BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-11T20:45:56.2574298Z PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-11T20:45:56.2575288Z UBUNTU_CODENAME=jammy 2023-01-11T20:45:56.2578104Z deb [arch=amd64] https://repo.radeon.com/rocm/apt/5.3 jammy main 2023-01-11T20:45:56.2594697Z 5.3.0-63 2023-01-11T20:45:56.2625308Z pytorchci 2023-01-11T20:45:56.2673728Z ##[group]Run rocm-smi 2023-01-11T20:45:56.2674404Z rocm-smi 2023-01-11T20:45:56.2727605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.2727893Z env: 2023-01-11T20:45:56.2728129Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.2728424Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.2728715Z ##[endgroup] 2023-01-11T20:45:56.3779659Z 2023-01-11T20:45:56.3780171Z 2023-01-11T20:45:56.3781034Z ======================= ROCm System Management Interface ======================= 2023-01-11T20:45:56.3781962Z ================================= Concise Info ================================= 2023-01-11T20:45:56.3782903Z GPU Temp AvgPwr SCLK MCLK Fan Perf PwrCap VRAM% GPU% 2023-01-11T20:45:56.3784200Z 0 33.0c 20.0W 938Mhz 350Mhz 14.51% auto 225.0W 0% 0% 2023-01-11T20:45:56.3785021Z 1 31.0c 18.0W 938Mhz 350Mhz 14.51% auto 225.0W 0% 0% 2023-01-11T20:45:56.3791764Z 2 30.0c 15.0W 938Mhz 350Mhz 14.51% auto 225.0W 0% 0% 2023-01-11T20:45:56.3792732Z 3 28.0c 16.0W 938Mhz 350Mhz 14.51% auto 225.0W 0% 0% 2023-01-11T20:45:56.3793530Z ================================================================================ 2023-01-11T20:45:56.3794349Z ============================= End of ROCm SMI Log ============================== 2023-01-11T20:45:56.3902036Z ##[group]Run rocminfo 2023-01-11T20:45:56.3902608Z rocminfo 2023-01-11T20:45:56.3959601Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.3960352Z env: 2023-01-11T20:45:56.3960957Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.3961677Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.3962281Z ##[endgroup] 2023-01-11T20:45:56.4987392Z ROCk module is loaded 2023-01-11T20:45:56.4987934Z ===================== 2023-01-11T20:45:56.4988412Z HSA System Attributes 2023-01-11T20:45:56.4988880Z ===================== 2023-01-11T20:45:56.4989346Z Runtime Version: 1.1 2023-01-11T20:45:56.4989882Z System Timestamp Freq.: 1000.000000MHz 2023-01-11T20:45:56.4990554Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2023-01-11T20:45:56.4991249Z Machine Model: LARGE 2023-01-11T20:45:56.4991859Z System Endianness: LITTLE 2023-01-11T20:45:56.4992218Z 2023-01-11T20:45:56.4992385Z ========== 2023-01-11T20:45:56.4996902Z HSA Agents 2023-01-11T20:45:56.4998020Z ========== 2023-01-11T20:45:56.4998869Z ******* 2023-01-11T20:45:56.4999839Z Agent 1 2023-01-11T20:45:56.5000662Z ******* 2023-01-11T20:45:56.5002346Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5003661Z Uuid: CPU-XX 2023-01-11T20:45:56.5005026Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5006216Z Vendor Name: CPU 2023-01-11T20:45:56.5007350Z Feature: None specified 2023-01-11T20:45:56.5008505Z Profile: FULL_PROFILE 2023-01-11T20:45:56.5009607Z Float Round Mode: NEAR 2023-01-11T20:45:56.5011428Z Max Queue Number: 0(0x0) 2023-01-11T20:45:56.5012487Z Queue Min Size: 0(0x0) 2023-01-11T20:45:56.5013550Z Queue Max Size: 0(0x0) 2023-01-11T20:45:56.5014627Z Queue Type: MULTI 2023-01-11T20:45:56.5015749Z Node: 0 2023-01-11T20:45:56.5016819Z Device Type: CPU 2023-01-11T20:45:56.5017716Z Cache Info: 2023-01-11T20:45:56.5018500Z L1: 32768(0x8000) KB 2023-01-11T20:45:56.5019238Z Chip ID: 0(0x0) 2023-01-11T20:45:56.5020023Z ASIC Revision: 0(0x0) 2023-01-11T20:45:56.5020811Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5021614Z Max Clock Freq. (MHz): 2200 2023-01-11T20:45:56.5022377Z BDFID: 0 2023-01-11T20:45:56.5023136Z Internal Node ID: 0 2023-01-11T20:45:56.5024101Z Compute Unit: 16 2023-01-11T20:45:56.5024873Z SIMDs per CU: 0 2023-01-11T20:45:56.5025652Z Shader Engines: 0 2023-01-11T20:45:56.5027039Z Shader Arrs. per Eng.: 0 2023-01-11T20:45:56.5027861Z WatchPts on Addr. Ranges:1 2023-01-11T20:45:56.5028585Z Features: None 2023-01-11T20:45:56.5029236Z Pool Info: 2023-01-11T20:45:56.5029864Z Pool 1 2023-01-11T20:45:56.5030634Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:45:56.5031480Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:45:56.5032281Z Allocatable: TRUE 2023-01-11T20:45:56.5033092Z Alloc Granule: 4KB 2023-01-11T20:45:56.5033895Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5034934Z Accessible by all: TRUE 2023-01-11T20:45:56.5035657Z Pool 2 2023-01-11T20:45:56.5036444Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:45:56.5037287Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:45:56.5038085Z Allocatable: TRUE 2023-01-11T20:45:56.5038886Z Alloc Granule: 4KB 2023-01-11T20:45:56.5039678Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5040499Z Accessible by all: TRUE 2023-01-11T20:45:56.5041102Z Pool 3 2023-01-11T20:45:56.5041754Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5042459Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:45:56.5043131Z Allocatable: TRUE 2023-01-11T20:45:56.5043814Z Alloc Granule: 4KB 2023-01-11T20:45:56.5044481Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5045167Z Accessible by all: TRUE 2023-01-11T20:45:56.5045770Z ISA Info: 2023-01-11T20:45:56.5046286Z ******* 2023-01-11T20:45:56.5046787Z Agent 2 2023-01-11T20:45:56.5047288Z ******* 2023-01-11T20:45:56.5048118Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5049098Z Uuid: CPU-XX 2023-01-11T20:45:56.5049960Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5050677Z Vendor Name: CPU 2023-01-11T20:45:56.5051357Z Feature: None specified 2023-01-11T20:45:56.5052053Z Profile: FULL_PROFILE 2023-01-11T20:45:56.5052732Z Float Round Mode: NEAR 2023-01-11T20:45:56.5053400Z Max Queue Number: 0(0x0) 2023-01-11T20:45:56.5054063Z Queue Min Size: 0(0x0) 2023-01-11T20:45:56.5054719Z Queue Max Size: 0(0x0) 2023-01-11T20:45:56.5055380Z Queue Type: MULTI 2023-01-11T20:45:56.5056012Z Node: 1 2023-01-11T20:45:56.5056645Z Device Type: CPU 2023-01-11T20:45:56.5057230Z Cache Info: 2023-01-11T20:45:56.5057833Z L1: 32768(0x8000) KB 2023-01-11T20:45:56.5058460Z Chip ID: 0(0x0) 2023-01-11T20:45:56.5059111Z ASIC Revision: 0(0x0) 2023-01-11T20:45:56.5059776Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5060427Z Max Clock Freq. (MHz): 2200 2023-01-11T20:45:56.5061063Z BDFID: 0 2023-01-11T20:45:56.5061701Z Internal Node ID: 1 2023-01-11T20:45:56.5062351Z Compute Unit: 16 2023-01-11T20:45:56.5062991Z SIMDs per CU: 0 2023-01-11T20:45:56.5063641Z Shader Engines: 0 2023-01-11T20:45:56.5064418Z Shader Arrs. per Eng.: 0 2023-01-11T20:45:56.5065229Z WatchPts on Addr. Ranges:1 2023-01-11T20:45:56.5065948Z Features: None 2023-01-11T20:45:56.5066594Z Pool Info: 2023-01-11T20:45:56.5067233Z Pool 1 2023-01-11T20:45:56.5068168Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:45:56.5068996Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5069793Z Allocatable: TRUE 2023-01-11T20:45:56.5070593Z Alloc Granule: 4KB 2023-01-11T20:45:56.5071394Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5072208Z Accessible by all: TRUE 2023-01-11T20:45:56.5072916Z Pool 2 2023-01-11T20:45:56.5073705Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:45:56.5074534Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5075327Z Allocatable: TRUE 2023-01-11T20:45:56.5076127Z Alloc Granule: 4KB 2023-01-11T20:45:56.5076934Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5077745Z Accessible by all: TRUE 2023-01-11T20:45:56.5078453Z Pool 3 2023-01-11T20:45:56.5079216Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5080044Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5080782Z Allocatable: TRUE 2023-01-11T20:45:56.5081458Z Alloc Granule: 4KB 2023-01-11T20:45:56.5082248Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5083057Z Accessible by all: TRUE 2023-01-11T20:45:56.5083751Z ISA Info: 2023-01-11T20:45:56.5084363Z ******* 2023-01-11T20:45:56.5084956Z Agent 3 2023-01-11T20:45:56.5085541Z ******* 2023-01-11T20:45:56.5086497Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5087482Z Uuid: CPU-XX 2023-01-11T20:45:56.5088490Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5089326Z Vendor Name: CPU 2023-01-11T20:45:56.5090118Z Feature: None specified 2023-01-11T20:45:56.5090936Z Profile: FULL_PROFILE 2023-01-11T20:45:56.5091737Z Float Round Mode: NEAR 2023-01-11T20:45:56.5092538Z Max Queue Number: 0(0x0) 2023-01-11T20:45:56.5093347Z Queue Min Size: 0(0x0) 2023-01-11T20:45:56.5094123Z Queue Max Size: 0(0x0) 2023-01-11T20:45:56.5094899Z Queue Type: MULTI 2023-01-11T20:45:56.5095656Z Node: 2 2023-01-11T20:45:56.5096390Z Device Type: CPU 2023-01-11T20:45:56.5097081Z Cache Info: 2023-01-11T20:45:56.5097796Z L1: 32768(0x8000) KB 2023-01-11T20:45:56.5098550Z Chip ID: 0(0x0) 2023-01-11T20:45:56.5099315Z ASIC Revision: 0(0x0) 2023-01-11T20:45:56.5100104Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5100799Z Max Clock Freq. (MHz): 2200 2023-01-11T20:45:56.5101438Z BDFID: 0 2023-01-11T20:45:56.5102082Z Internal Node ID: 2 2023-01-11T20:45:56.5102742Z Compute Unit: 16 2023-01-11T20:45:56.5103393Z SIMDs per CU: 0 2023-01-11T20:45:56.5104500Z Shader Engines: 0 2023-01-11T20:45:56.5105317Z Shader Arrs. per Eng.: 0 2023-01-11T20:45:56.5106467Z WatchPts on Addr. Ranges:1 2023-01-11T20:45:56.5107262Z Features: None 2023-01-11T20:45:56.5107916Z Pool Info: 2023-01-11T20:45:56.5108569Z Pool 1 2023-01-11T20:45:56.5109354Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:45:56.5110172Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5110585Z Allocatable: TRUE 2023-01-11T20:45:56.5110964Z Alloc Granule: 4KB 2023-01-11T20:45:56.5111346Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5111718Z Accessible by all: TRUE 2023-01-11T20:45:56.5112050Z Pool 2 2023-01-11T20:45:56.5112452Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:45:56.5112894Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5113268Z Allocatable: TRUE 2023-01-11T20:45:56.5113659Z Alloc Granule: 4KB 2023-01-11T20:45:56.5114056Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5114554Z Accessible by all: TRUE 2023-01-11T20:45:56.5114881Z Pool 3 2023-01-11T20:45:56.5115227Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5115611Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:45:56.5115973Z Allocatable: TRUE 2023-01-11T20:45:56.5116344Z Alloc Granule: 4KB 2023-01-11T20:45:56.5116732Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5117104Z Accessible by all: TRUE 2023-01-11T20:45:56.5117433Z ISA Info: 2023-01-11T20:45:56.5117703Z ******* 2023-01-11T20:45:56.5117975Z Agent 4 2023-01-11T20:45:56.5118244Z ******* 2023-01-11T20:45:56.5118730Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5119298Z Uuid: CPU-XX 2023-01-11T20:45:56.5119763Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:45:56.5120145Z Vendor Name: CPU 2023-01-11T20:45:56.5120504Z Feature: None specified 2023-01-11T20:45:56.5120893Z Profile: FULL_PROFILE 2023-01-11T20:45:56.5121204Z Float Round Mode: NEAR 2023-01-11T20:45:56.5121506Z Max Queue Number: 0(0x0) 2023-01-11T20:45:56.5121800Z Queue Min Size: 0(0x0) 2023-01-11T20:45:56.5122088Z Queue Max Size: 0(0x0) 2023-01-11T20:45:56.5122384Z Queue Type: MULTI 2023-01-11T20:45:56.5122673Z Node: 3 2023-01-11T20:45:56.5122962Z Device Type: CPU 2023-01-11T20:45:56.5123221Z Cache Info: 2023-01-11T20:45:56.5123490Z L1: 32768(0x8000) KB 2023-01-11T20:45:56.5123767Z Chip ID: 0(0x0) 2023-01-11T20:45:56.5124055Z ASIC Revision: 0(0x0) 2023-01-11T20:45:56.5124418Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5124721Z Max Clock Freq. (MHz): 2200 2023-01-11T20:45:56.5125006Z BDFID: 0 2023-01-11T20:45:56.5125295Z Internal Node ID: 3 2023-01-11T20:45:56.5125579Z Compute Unit: 16 2023-01-11T20:45:56.5125869Z SIMDs per CU: 0 2023-01-11T20:45:56.5126160Z Shader Engines: 0 2023-01-11T20:45:56.5126465Z Shader Arrs. per Eng.: 0 2023-01-11T20:45:56.5126775Z WatchPts on Addr. Ranges:1 2023-01-11T20:45:56.5127051Z Features: None 2023-01-11T20:45:56.5127289Z Pool Info: 2023-01-11T20:45:56.5127531Z Pool 1 2023-01-11T20:45:56.5127828Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:45:56.5128145Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:45:56.5128446Z Allocatable: TRUE 2023-01-11T20:45:56.5128749Z Alloc Granule: 4KB 2023-01-11T20:45:56.5129046Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5129355Z Accessible by all: TRUE 2023-01-11T20:45:56.5129625Z Pool 2 2023-01-11T20:45:56.5129971Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:45:56.5130292Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:45:56.5130591Z Allocatable: TRUE 2023-01-11T20:45:56.5130899Z Alloc Granule: 4KB 2023-01-11T20:45:56.5131200Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5131509Z Accessible by all: TRUE 2023-01-11T20:45:56.5131778Z Pool 3 2023-01-11T20:45:56.5132071Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5132387Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:45:56.5132686Z Allocatable: TRUE 2023-01-11T20:45:56.5132982Z Alloc Granule: 4KB 2023-01-11T20:45:56.5133287Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5133596Z Accessible by all: TRUE 2023-01-11T20:45:56.5133865Z ISA Info: 2023-01-11T20:45:56.5134096Z ******* 2023-01-11T20:45:56.5134320Z Agent 5 2023-01-11T20:45:56.5134538Z ******* 2023-01-11T20:45:56.5134798Z Name: gfx906 2023-01-11T20:45:56.5135172Z Uuid: GPU-c406418172e62692 2023-01-11T20:45:56.5135471Z Marketing Name: 2023-01-11T20:45:56.5135768Z Vendor Name: AMD 2023-01-11T20:45:56.5136074Z Feature: KERNEL_DISPATCH 2023-01-11T20:45:56.5136380Z Profile: BASE_PROFILE 2023-01-11T20:45:56.5136687Z Float Round Mode: NEAR 2023-01-11T20:45:56.5136997Z Max Queue Number: 128(0x80) 2023-01-11T20:45:56.5137293Z Queue Min Size: 64(0x40) 2023-01-11T20:45:56.5137589Z Queue Max Size: 131072(0x20000) 2023-01-11T20:45:56.5137889Z Queue Type: MULTI 2023-01-11T20:45:56.5138225Z Node: 4 2023-01-11T20:45:56.5138515Z Device Type: GPU 2023-01-11T20:45:56.5138776Z Cache Info: 2023-01-11T20:45:56.5139045Z L1: 16(0x10) KB 2023-01-11T20:45:56.5139327Z L2: 8192(0x2000) KB 2023-01-11T20:45:56.5139609Z Chip ID: 26273(0x66a1) 2023-01-11T20:45:56.5139902Z ASIC Revision: 1(0x1) 2023-01-11T20:45:56.5140195Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5140490Z Max Clock Freq. (MHz): 1800 2023-01-11T20:45:56.5140775Z BDFID: 8960 2023-01-11T20:45:56.5141062Z Internal Node ID: 4 2023-01-11T20:45:56.5141357Z Compute Unit: 64 2023-01-11T20:45:56.5141648Z SIMDs per CU: 4 2023-01-11T20:45:56.5141936Z Shader Engines: 4 2023-01-11T20:45:56.5142234Z Shader Arrs. per Eng.: 1 2023-01-11T20:45:56.5142546Z WatchPts on Addr. Ranges:4 2023-01-11T20:45:56.5142842Z Features: KERNEL_DISPATCH 2023-01-11T20:45:56.5143144Z Fast F16 Operation: TRUE 2023-01-11T20:45:56.5143500Z Wavefront Size: 64(0x40) 2023-01-11T20:45:56.5143852Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5144146Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5144456Z x 1024(0x400) 2023-01-11T20:45:56.5144779Z y 1024(0x400) 2023-01-11T20:45:56.5145107Z z 1024(0x400) 2023-01-11T20:45:56.5145449Z Max Waves Per CU: 40(0x28) 2023-01-11T20:45:56.5145905Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:45:56.5146276Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5146611Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5146950Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5147292Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5147642Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5147994Z Max fbarriers/Workgrp: 32 2023-01-11T20:45:56.5148310Z Pool Info: 2023-01-11T20:45:56.5148592Z Pool 1 2023-01-11T20:45:56.5148944Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5149321Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:45:56.5149677Z Allocatable: TRUE 2023-01-11T20:45:56.5150038Z Alloc Granule: 4KB 2023-01-11T20:45:56.5150388Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5150756Z Accessible by all: FALSE 2023-01-11T20:45:56.5151076Z Pool 2 2023-01-11T20:45:56.5151399Z Segment: GROUP 2023-01-11T20:45:56.5151746Z Size: 64(0x40) KB 2023-01-11T20:45:56.5152101Z Allocatable: FALSE 2023-01-11T20:45:56.5152453Z Alloc Granule: 0KB 2023-01-11T20:45:56.5152812Z Alloc Alignment: 0KB 2023-01-11T20:45:56.5153259Z Accessible by all: FALSE 2023-01-11T20:45:56.5153585Z ISA Info: 2023-01-11T20:45:56.5153865Z ISA 1 2023-01-11T20:45:56.5154346Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:45:56.5154762Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:45:56.5155157Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:45:56.5155539Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5155920Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5156282Z Fast f16: TRUE 2023-01-11T20:45:56.5156637Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5156980Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5157328Z x 1024(0x400) 2023-01-11T20:45:56.5157663Z y 1024(0x400) 2023-01-11T20:45:56.5157991Z z 1024(0x400) 2023-01-11T20:45:56.5158344Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5158684Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5159030Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5159371Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5159720Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5160155Z FBarrier Max Size: 32 2023-01-11T20:45:56.5160460Z ******* 2023-01-11T20:45:56.5160728Z Agent 6 2023-01-11T20:45:56.5160995Z ******* 2023-01-11T20:45:56.5161295Z Name: gfx906 2023-01-11T20:45:56.5161738Z Uuid: GPU-3014910172e62698 2023-01-11T20:45:56.5162090Z Marketing Name: 2023-01-11T20:45:56.5162435Z Vendor Name: AMD 2023-01-11T20:45:56.5162817Z Feature: KERNEL_DISPATCH 2023-01-11T20:45:56.5163345Z Profile: BASE_PROFILE 2023-01-11T20:45:56.5163761Z Float Round Mode: NEAR 2023-01-11T20:45:56.5164119Z Max Queue Number: 128(0x80) 2023-01-11T20:45:56.5164473Z Queue Min Size: 64(0x40) 2023-01-11T20:45:56.5164837Z Queue Max Size: 131072(0x20000) 2023-01-11T20:45:56.5165193Z Queue Type: MULTI 2023-01-11T20:45:56.5165536Z Node: 5 2023-01-11T20:45:56.5165882Z Device Type: GPU 2023-01-11T20:45:56.5166198Z Cache Info: 2023-01-11T20:45:56.5166516Z L1: 16(0x10) KB 2023-01-11T20:45:56.5166853Z L2: 8192(0x2000) KB 2023-01-11T20:45:56.5167196Z Chip ID: 26273(0x66a1) 2023-01-11T20:45:56.5167544Z ASIC Revision: 1(0x1) 2023-01-11T20:45:56.5167901Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5168270Z Max Clock Freq. (MHz): 1800 2023-01-11T20:45:56.5168606Z BDFID: 9728 2023-01-11T20:45:56.5168949Z Internal Node ID: 5 2023-01-11T20:45:56.5169299Z Compute Unit: 64 2023-01-11T20:45:56.5169647Z SIMDs per CU: 4 2023-01-11T20:45:56.5170120Z Shader Engines: 4 2023-01-11T20:45:56.5170488Z Shader Arrs. per Eng.: 1 2023-01-11T20:45:56.5170861Z WatchPts on Addr. Ranges:4 2023-01-11T20:45:56.5171207Z Features: KERNEL_DISPATCH 2023-01-11T20:45:56.5171510Z Fast F16 Operation: TRUE 2023-01-11T20:45:56.5171813Z Wavefront Size: 64(0x40) 2023-01-11T20:45:56.5172119Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5172423Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5172712Z x 1024(0x400) 2023-01-11T20:45:56.5172981Z y 1024(0x400) 2023-01-11T20:45:56.5173256Z z 1024(0x400) 2023-01-11T20:45:56.5173549Z Max Waves Per CU: 40(0x28) 2023-01-11T20:45:56.5173941Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:45:56.5174250Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5174536Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5174815Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5175105Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5175397Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5175761Z Max fbarriers/Workgrp: 32 2023-01-11T20:45:56.5176032Z Pool Info: 2023-01-11T20:45:56.5176274Z Pool 1 2023-01-11T20:45:56.5176563Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5176881Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:45:56.5177188Z Allocatable: TRUE 2023-01-11T20:45:56.5177493Z Alloc Granule: 4KB 2023-01-11T20:45:56.5177798Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5178110Z Accessible by all: FALSE 2023-01-11T20:45:56.5178376Z Pool 2 2023-01-11T20:45:56.5178651Z Segment: GROUP 2023-01-11T20:45:56.5178949Z Size: 64(0x40) KB 2023-01-11T20:45:56.5179254Z Allocatable: FALSE 2023-01-11T20:45:56.5179565Z Alloc Granule: 0KB 2023-01-11T20:45:56.5179869Z Alloc Alignment: 0KB 2023-01-11T20:45:56.5180182Z Accessible by all: FALSE 2023-01-11T20:45:56.5180446Z ISA Info: 2023-01-11T20:45:56.5180687Z ISA 1 2023-01-11T20:45:56.5181080Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:45:56.5181442Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:45:56.5181777Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:45:56.5182099Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5182414Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5182723Z Fast f16: TRUE 2023-01-11T20:45:56.5183031Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5183328Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5183623Z x 1024(0x400) 2023-01-11T20:45:56.5183960Z y 1024(0x400) 2023-01-11T20:45:56.5184297Z z 1024(0x400) 2023-01-11T20:45:56.5184659Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5185001Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5185348Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5185696Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5186049Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5186402Z FBarrier Max Size: 32 2023-01-11T20:45:56.5186721Z ******* 2023-01-11T20:45:56.5187014Z Agent 7 2023-01-11T20:45:56.5187283Z ******* 2023-01-11T20:45:56.5187597Z Name: gfx906 2023-01-11T20:45:56.5188052Z Uuid: GPU-72a690c172edb148 2023-01-11T20:45:56.5188413Z Marketing Name: 2023-01-11T20:45:56.5188767Z Vendor Name: AMD 2023-01-11T20:45:56.5189129Z Feature: KERNEL_DISPATCH 2023-01-11T20:45:56.5189511Z Profile: BASE_PROFILE 2023-01-11T20:45:56.5189878Z Float Round Mode: NEAR 2023-01-11T20:45:56.5190246Z Max Queue Number: 128(0x80) 2023-01-11T20:45:56.5190600Z Queue Min Size: 64(0x40) 2023-01-11T20:45:56.5191031Z Queue Max Size: 131072(0x20000) 2023-01-11T20:45:56.5191394Z Queue Type: MULTI 2023-01-11T20:45:56.5191741Z Node: 6 2023-01-11T20:45:56.5192093Z Device Type: GPU 2023-01-11T20:45:56.5192408Z Cache Info: 2023-01-11T20:45:56.5192733Z L1: 16(0x10) KB 2023-01-11T20:45:56.5193063Z L2: 8192(0x2000) KB 2023-01-11T20:45:56.5193412Z Chip ID: 26273(0x66a1) 2023-01-11T20:45:56.5193759Z ASIC Revision: 1(0x1) 2023-01-11T20:45:56.5194117Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5194477Z Max Clock Freq. (MHz): 1800 2023-01-11T20:45:56.5194824Z BDFID: 25344 2023-01-11T20:45:56.5195165Z Internal Node ID: 6 2023-01-11T20:45:56.5195517Z Compute Unit: 64 2023-01-11T20:45:56.5195864Z SIMDs per CU: 4 2023-01-11T20:45:56.5196212Z Shader Engines: 4 2023-01-11T20:45:56.5196583Z Shader Arrs. per Eng.: 1 2023-01-11T20:45:56.5196955Z WatchPts on Addr. Ranges:4 2023-01-11T20:45:56.5197311Z Features: KERNEL_DISPATCH 2023-01-11T20:45:56.5197674Z Fast F16 Operation: TRUE 2023-01-11T20:45:56.5198035Z Wavefront Size: 64(0x40) 2023-01-11T20:45:56.5198395Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5198747Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5199097Z x 1024(0x400) 2023-01-11T20:45:56.5199425Z y 1024(0x400) 2023-01-11T20:45:56.5199752Z z 1024(0x400) 2023-01-11T20:45:56.5200097Z Max Waves Per CU: 40(0x28) 2023-01-11T20:45:56.5200563Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:45:56.5200988Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5201275Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5201564Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5201849Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5202139Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5202443Z Max fbarriers/Workgrp: 32 2023-01-11T20:45:56.5202712Z Pool Info: 2023-01-11T20:45:56.5202962Z Pool 1 2023-01-11T20:45:56.5203261Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5203573Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:45:56.5203872Z Allocatable: TRUE 2023-01-11T20:45:56.5204179Z Alloc Granule: 4KB 2023-01-11T20:45:56.5204488Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5204800Z Accessible by all: FALSE 2023-01-11T20:45:56.5205073Z Pool 2 2023-01-11T20:45:56.5205339Z Segment: GROUP 2023-01-11T20:45:56.5205631Z Size: 64(0x40) KB 2023-01-11T20:45:56.5205931Z Allocatable: FALSE 2023-01-11T20:45:56.5206291Z Alloc Granule: 0KB 2023-01-11T20:45:56.5206597Z Alloc Alignment: 0KB 2023-01-11T20:45:56.5206914Z Accessible by all: FALSE 2023-01-11T20:45:56.5207186Z ISA Info: 2023-01-11T20:45:56.5207419Z ISA 1 2023-01-11T20:45:56.5207815Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:45:56.5208174Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:45:56.5208511Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:45:56.5208836Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5209160Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5209458Z Fast f16: TRUE 2023-01-11T20:45:56.5209758Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5210061Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5210355Z x 1024(0x400) 2023-01-11T20:45:56.5210636Z y 1024(0x400) 2023-01-11T20:45:56.5210917Z z 1024(0x400) 2023-01-11T20:45:56.5211212Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5211503Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5211794Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5212093Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5212391Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5212691Z FBarrier Max Size: 32 2023-01-11T20:45:56.5212942Z ******* 2023-01-11T20:45:56.5213172Z Agent 8 2023-01-11T20:45:56.5213395Z ******* 2023-01-11T20:45:56.5213656Z Name: gfx906 2023-01-11T20:45:56.5214029Z Uuid: GPU-301890c172e62698 2023-01-11T20:45:56.5214330Z Marketing Name: 2023-01-11T20:45:56.5214619Z Vendor Name: AMD 2023-01-11T20:45:56.5214985Z Feature: KERNEL_DISPATCH 2023-01-11T20:45:56.5215302Z Profile: BASE_PROFILE 2023-01-11T20:45:56.5215614Z Float Round Mode: NEAR 2023-01-11T20:45:56.5215917Z Max Queue Number: 128(0x80) 2023-01-11T20:45:56.5216213Z Queue Min Size: 64(0x40) 2023-01-11T20:45:56.5216508Z Queue Max Size: 131072(0x20000) 2023-01-11T20:45:56.5216803Z Queue Type: MULTI 2023-01-11T20:45:56.5217091Z Node: 7 2023-01-11T20:45:56.5217382Z Device Type: GPU 2023-01-11T20:45:56.5217645Z Cache Info: 2023-01-11T20:45:56.5217913Z L1: 16(0x10) KB 2023-01-11T20:45:56.5218199Z L2: 8192(0x2000) KB 2023-01-11T20:45:56.5218475Z Chip ID: 26273(0x66a1) 2023-01-11T20:45:56.5218765Z ASIC Revision: 1(0x1) 2023-01-11T20:45:56.5219062Z Cacheline Size: 64(0x40) 2023-01-11T20:45:56.5219360Z Max Clock Freq. (MHz): 1800 2023-01-11T20:45:56.5219648Z BDFID: 26112 2023-01-11T20:45:56.5219935Z Internal Node ID: 7 2023-01-11T20:45:56.5220275Z Compute Unit: 64 2023-01-11T20:45:56.5220565Z SIMDs per CU: 4 2023-01-11T20:45:56.5220856Z Shader Engines: 4 2023-01-11T20:45:56.5221159Z Shader Arrs. per Eng.: 1 2023-01-11T20:45:56.5221475Z WatchPts on Addr. Ranges:4 2023-01-11T20:45:56.5221776Z Features: KERNEL_DISPATCH 2023-01-11T20:45:56.5222070Z Fast F16 Operation: TRUE 2023-01-11T20:45:56.5222372Z Wavefront Size: 64(0x40) 2023-01-11T20:45:56.5222674Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5222967Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5223256Z x 1024(0x400) 2023-01-11T20:45:56.5223538Z y 1024(0x400) 2023-01-11T20:45:56.5223939Z z 1024(0x400) 2023-01-11T20:45:56.5224223Z Max Waves Per CU: 40(0x28) 2023-01-11T20:45:56.5224613Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:45:56.5224926Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5225218Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5225504Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5225796Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5226142Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5226497Z Max fbarriers/Workgrp: 32 2023-01-11T20:45:56.5226821Z Pool Info: 2023-01-11T20:45:56.5227107Z Pool 1 2023-01-11T20:45:56.5227465Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:45:56.5227842Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:45:56.5228190Z Allocatable: TRUE 2023-01-11T20:45:56.5228549Z Alloc Granule: 4KB 2023-01-11T20:45:56.5228915Z Alloc Alignment: 4KB 2023-01-11T20:45:56.5229389Z Accessible by all: FALSE 2023-01-11T20:45:56.5229721Z Pool 2 2023-01-11T20:45:56.5230049Z Segment: GROUP 2023-01-11T20:45:56.5230399Z Size: 64(0x40) KB 2023-01-11T20:45:56.5230756Z Allocatable: FALSE 2023-01-11T20:45:56.5231123Z Alloc Granule: 0KB 2023-01-11T20:45:56.5231490Z Alloc Alignment: 0KB 2023-01-11T20:45:56.5231872Z Accessible by all: FALSE 2023-01-11T20:45:56.5232199Z ISA Info: 2023-01-11T20:45:56.5232476Z ISA 1 2023-01-11T20:45:56.5232949Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:45:56.5233382Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:45:56.5233794Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:45:56.5234184Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5234571Z Default Rounding Mode: NEAR 2023-01-11T20:45:56.5234945Z Fast f16: TRUE 2023-01-11T20:45:56.5235299Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:45:56.5235655Z Workgroup Max Size per Dimension: 2023-01-11T20:45:56.5236088Z x 1024(0x400) 2023-01-11T20:45:56.5236429Z y 1024(0x400) 2023-01-11T20:45:56.5236766Z z 1024(0x400) 2023-01-11T20:45:56.5237127Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:45:56.5237468Z Grid Max Size per Dimension: 2023-01-11T20:45:56.5237821Z x 4294967295(0xffffffff) 2023-01-11T20:45:56.5238173Z y 4294967295(0xffffffff) 2023-01-11T20:45:56.5238527Z z 4294967295(0xffffffff) 2023-01-11T20:45:56.5238899Z FBarrier Max Size: 32 2023-01-11T20:45:56.5239215Z *** Done *** 2023-01-11T20:45:56.5259241Z ##[group]Run ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2023-01-11T20:45:56.5259618Z ngpu=$(rocminfo | grep -c -E 'Name:.*\sgfx') 2023-01-11T20:45:56.5259947Z if [[ "x$ngpu" != "x2" && "x$ngpu" != "x4" ]]; then 2023-01-11T20:45:56.5260234Z  if [[ $ngpu -eq 0 ]]; then 2023-01-11T20:45:56.5260556Z  echo "Error: Failed to detect any GPUs on the runner" 2023-01-11T20:45:56.5260848Z  else 2023-01-11T20:45:56.5261183Z  echo "Error: Detected $ngpu GPUs on the runner, when only 2 or 4 were expected" 2023-01-11T20:45:56.5261505Z  fi 2023-01-11T20:45:56.5261914Z  echo "Please file an issue on pytorch/pytorch reporting the faulty runner. Include a link to the runner logs so the runner can be identified" 2023-01-11T20:45:56.5262317Z  exit 1 2023-01-11T20:45:56.5262535Z fi 2023-01-11T20:45:56.5293255Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.5293546Z env: 2023-01-11T20:45:56.5293776Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.5294066Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.5294344Z ##[endgroup] 2023-01-11T20:45:56.6605870Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-01-11T20:45:56.6606920Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-01-11T20:45:56.6607860Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2023-01-11T20:45:56.6651567Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.6651958Z env: 2023-01-11T20:45:56.6652194Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.6652497Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.6652761Z ##[endgroup] 2023-01-11T20:45:56.6876639Z ##[group]Run # Examine the runner name. If it ends with "-2", this is the second runner on the host. 2023-01-11T20:45:56.6877561Z # Examine the runner name. If it ends with "-2", this is the second runner on the host. 2023-01-11T20:45:56.6878249Z if [[ worker-rocm-amd-28 == *-2 ]]; then 2023-01-11T20:45:56.6878849Z  # select the last two GPUs on the host 2023-01-11T20:45:56.6879769Z  echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=2,3" >> "${GITHUB_ENV}" 2023-01-11T20:45:56.6880552Z else 2023-01-11T20:45:56.6881048Z  # select the first two GPUs on the host 2023-01-11T20:45:56.6881954Z  echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1" >> "${GITHUB_ENV}" 2023-01-11T20:45:56.6882719Z fi 2023-01-11T20:45:56.6927590Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.6928131Z env: 2023-01-11T20:45:56.6928555Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.6929115Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.6929619Z ##[endgroup] 2023-01-11T20:45:56.7075190Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2023-01-11T20:45:56.7076315Z with: 2023-01-11T20:45:56.7077487Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.3-py3.8:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:45:56.7078160Z env: 2023-01-11T20:45:56.7078445Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.7078760Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.7079215Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:45:56.7079609Z ##[endgroup] 2023-01-11T20:45:56.7093626Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-01-11T20:45:56.7093983Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-01-11T20:45:56.7094338Z # ignore output since only exit code is used for conditional 2023-01-11T20:45:56.7094741Z # only pull docker image if it's not available locally 2023-01-11T20:45:56.7095143Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-01-11T20:45:56.7095513Z  retry docker pull "${DOCKER_IMAGE}" 2023-01-11T20:45:56.7095767Z fi 2023-01-11T20:45:56.7125196Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.7125486Z env: 2023-01-11T20:45:56.7125723Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.7126023Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.7126481Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:45:56.7127095Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.3-py3.8:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:45:56.7127522Z ##[endgroup] 2023-01-11T20:45:56.7558423Z ##[group]Run python3 -m pip install psutil==5.9.1 2023-01-11T20:45:56.7559570Z python3 -m pip install psutil==5.9.1 2023-01-11T20:45:56.7560530Z python3 -m pip install pynvml==11.4.1 2023-01-11T20:45:56.7561526Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2023-01-11T20:45:56.7562582Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2023-01-11T20:45:56.7612058Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:45:56.7612351Z env: 2023-01-11T20:45:56.7612591Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:45:56.7612900Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:45:56.7613364Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:45:56.7613766Z ##[endgroup] 2023-01-11T20:45:57.1177817Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:45:57.2331139Z Requirement already satisfied: psutil==5.9.1 in /home/pytorchci/.local/lib/python3.10/site-packages (5.9.1) 2023-01-11T20:45:57.8340987Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:45:57.9493835Z Requirement already satisfied: pynvml==11.4.1 in /home/pytorchci/.local/lib/python3.10/site-packages (11.4.1) 2023-01-11T20:45:58.2065813Z Prepare all required actions 2023-01-11T20:45:58.2066688Z Getting action download info 2023-01-11T20:45:58.4827136Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2023-01-11T20:45:59.5739791Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-01-11T20:46:00.5003806Z ##[group]Run ./.github/actions/download-build-artifacts 2023-01-11T20:46:00.5004275Z with: 2023-01-11T20:46:00.5004714Z name: linux-focal-rocm5.3-py3.8 2023-01-11T20:46:00.5005164Z env: 2023-01-11T20:46:00.5005586Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:00.5006125Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:00.5006967Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:00.5007874Z ##[endgroup] 2023-01-11T20:46:00.5047223Z ##[group]Run seemethere/download-artifact-s3@v4 2023-01-11T20:46:00.5047588Z with: 2023-01-11T20:46:00.5047876Z name: linux-focal-rocm5.3-py3.8 2023-01-11T20:46:00.5048201Z s3-bucket: gha-artifacts 2023-01-11T20:46:00.5048477Z region: us-east-1 2023-01-11T20:46:00.5048730Z env: 2023-01-11T20:46:00.5048987Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:00.5049321Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:00.5049821Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:00.5050259Z ##[endgroup] 2023-01-11T20:46:01.2293226Z Found 1 objects with prefix pytorch/pytorch/3896346758/linux-focal-rocm5.3-py3.8/ 2023-01-11T20:46:01.2294767Z Starting download (1/1): /home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-01-11T20:46:12.8634841Z Finished download (1/1): /home/pytorchci/actions-runner/_work/pytorch/pytorch/artifacts.zip 2023-01-11T20:46:12.8635912Z 2023-01-11T20:46:12.8675400Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2023-01-11T20:46:12.8696653Z Artifact download has finished successfully 2023-01-11T20:46:12.8908472Z ##[group]Run unzip -o artifacts.zip 2023-01-11T20:46:12.8909268Z unzip -o artifacts.zip 2023-01-11T20:46:12.8960071Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:46:12.8960424Z env: 2023-01-11T20:46:12.8960702Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:12.8961077Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:12.8961636Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:12.8962141Z ##[endgroup] 2023-01-11T20:46:12.9026401Z Archive: artifacts.zip 2023-01-11T20:46:12.9027124Z creating: dist/ 2023-01-11T20:46:14.2464291Z inflating: dist/torch-2.0.0a0+git8419ddd-cp38-cp38-linux_x86_64.whl 2023-01-11T20:46:14.2592693Z inflating: dist/.ninja_log 2023-01-11T20:46:14.2594748Z creating: build/custom_test_artifacts/ 2023-01-11T20:46:14.2596332Z creating: build/custom_test_artifacts/custom-op-build/ 2023-01-11T20:46:14.2597544Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2023-01-11T20:46:14.2598969Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2023-01-11T20:46:14.2600365Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2023-01-11T20:46:14.2601799Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-01-11T20:46:14.2603253Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-01-11T20:46:14.2604716Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-01-11T20:46:14.2608750Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-01-11T20:46:14.2610363Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-01-11T20:46:14.2611804Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-01-11T20:46:14.2613280Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-01-11T20:46:14.2614923Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-01-11T20:46:14.2616604Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-01-11T20:46:14.2618229Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-01-11T20:46:14.2620222Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-01-11T20:46:14.2621868Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-01-11T20:46:14.2623487Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-01-11T20:46:14.2625867Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2023-01-11T20:46:14.2627250Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2023-01-11T20:46:14.2628681Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2023-01-11T20:46:14.2630083Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2023-01-11T20:46:14.2631604Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2023-01-11T20:46:14.2633219Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2023-01-11T20:46:14.2634804Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2023-01-11T20:46:14.2636282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2023-01-11T20:46:14.2637811Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2023-01-11T20:46:14.2639373Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2023-01-11T20:46:14.2640925Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2023-01-11T20:46:14.2642462Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2023-01-11T20:46:14.2644000Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2023-01-11T20:46:14.2645533Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2023-01-11T20:46:14.2738490Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2023-01-11T20:46:14.2740670Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2023-01-11T20:46:14.2742352Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2023-01-11T20:46:14.2744236Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2023-01-11T20:46:14.2745905Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2023-01-11T20:46:14.2747478Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2023-01-11T20:46:14.2749088Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2023-01-11T20:46:14.2750696Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2023-01-11T20:46:14.2752588Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2023-01-11T20:46:14.2753786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2023-01-11T20:46:14.2754919Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2023-01-11T20:46:14.2762211Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2023-01-11T20:46:14.2835151Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2023-01-11T20:46:14.2836409Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-01-11T20:46:14.2837606Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2023-01-11T20:46:14.2838917Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2023-01-11T20:46:14.2839936Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2023-01-11T20:46:14.2840947Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2023-01-11T20:46:14.2841942Z inflating: build/custom_test_artifacts/custom-op-build/detect_rocm_version.cc 2023-01-11T20:46:14.2843123Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2023-01-11T20:46:14.2844390Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2023-01-11T20:46:14.2845682Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2023-01-11T20:46:14.2921501Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2023-01-11T20:46:14.2974436Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2023-01-11T20:46:14.2976002Z creating: build/custom_test_artifacts/jit-hook-build/ 2023-01-11T20:46:14.2977232Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2023-01-11T20:46:14.2978639Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2023-01-11T20:46:14.2979987Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2023-01-11T20:46:14.2981408Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-01-11T20:46:14.2982863Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-01-11T20:46:14.2984451Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-01-11T20:46:14.2986063Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-01-11T20:46:14.2987593Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-01-11T20:46:14.2989034Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-01-11T20:46:14.2990479Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-01-11T20:46:14.2992107Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-01-11T20:46:14.2993711Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-01-11T20:46:14.2995349Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-01-11T20:46:14.2996941Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-01-11T20:46:14.2998551Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-01-11T20:46:14.3000132Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-01-11T20:46:14.3001523Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2023-01-11T20:46:14.3002882Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2023-01-11T20:46:14.3004579Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2023-01-11T20:46:14.3006013Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2023-01-11T20:46:14.3007544Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2023-01-11T20:46:14.3009161Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2023-01-11T20:46:14.3010739Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2023-01-11T20:46:14.3012253Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2023-01-11T20:46:14.3013804Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2023-01-11T20:46:14.3015500Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2023-01-11T20:46:14.3017105Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2023-01-11T20:46:14.3018662Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2023-01-11T20:46:14.3020201Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2023-01-11T20:46:14.3021805Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2023-01-11T20:46:14.3071029Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2023-01-11T20:46:14.3072269Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-01-11T20:46:14.3074745Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2023-01-11T20:46:14.3075941Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2023-01-11T20:46:14.3076949Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2023-01-11T20:46:14.3077936Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2023-01-11T20:46:14.3078913Z inflating: build/custom_test_artifacts/jit-hook-build/detect_rocm_version.cc 2023-01-11T20:46:14.3079858Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2023-01-11T20:46:14.3080780Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2023-01-11T20:46:14.3081696Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2023-01-11T20:46:14.3120041Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2023-01-11T20:46:14.3121129Z creating: build/custom_test_artifacts/custom-backend-build/ 2023-01-11T20:46:14.3122069Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2023-01-11T20:46:14.3123131Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2023-01-11T20:46:14.3124164Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2023-01-11T20:46:14.3125231Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2023-01-11T20:46:14.3126322Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2023-01-11T20:46:14.3127451Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2023-01-11T20:46:14.3128630Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2023-01-11T20:46:14.3129771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2023-01-11T20:46:14.3130869Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2023-01-11T20:46:14.3132190Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2023-01-11T20:46:14.3133762Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2023-01-11T20:46:14.3135436Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2023-01-11T20:46:14.3137166Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2023-01-11T20:46:14.3138845Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2023-01-11T20:46:14.3140539Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2023-01-11T20:46:14.3142220Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2023-01-11T20:46:14.3144058Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2023-01-11T20:46:14.3145534Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2023-01-11T20:46:14.3147007Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2023-01-11T20:46:14.3148492Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2023-01-11T20:46:14.3150132Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2023-01-11T20:46:14.3151846Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2023-01-11T20:46:14.3153521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2023-01-11T20:46:14.3155128Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2023-01-11T20:46:14.3156756Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2023-01-11T20:46:14.3158397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2023-01-11T20:46:14.3160051Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2023-01-11T20:46:14.3161693Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2023-01-11T20:46:14.3163343Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2023-01-11T20:46:14.3165069Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2023-01-11T20:46:14.3273440Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2023-01-11T20:46:14.3275187Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2023-01-11T20:46:14.3276916Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2023-01-11T20:46:14.3278655Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2023-01-11T20:46:14.3280366Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2023-01-11T20:46:14.3282034Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2023-01-11T20:46:14.3283717Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2023-01-11T20:46:14.3285388Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2023-01-11T20:46:14.3287096Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2023-01-11T20:46:14.3289063Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2023-01-11T20:46:14.3290760Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2023-01-11T20:46:14.3296963Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2023-01-11T20:46:14.3346388Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2023-01-11T20:46:14.3347731Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2023-01-11T20:46:14.3348934Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2023-01-11T20:46:14.3350059Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2023-01-11T20:46:14.3351352Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2023-01-11T20:46:14.3352440Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2023-01-11T20:46:14.3353497Z inflating: build/custom_test_artifacts/custom-backend-build/detect_rocm_version.cc 2023-01-11T20:46:14.3354504Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2023-01-11T20:46:14.3355444Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2023-01-11T20:46:14.3356420Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2023-01-11T20:46:14.3456595Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2023-01-11T20:46:14.3495496Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2023-01-11T20:46:14.3496467Z creating: build/lib/ 2023-01-11T20:46:14.3588769Z inflating: build/lib/libprotobuf-lite.a 2023-01-11T20:46:14.4064710Z inflating: build/lib/libprotobuf.a 2023-01-11T20:46:14.4591127Z inflating: build/lib/libprotoc.a 2023-01-11T20:46:14.4598671Z inflating: build/lib/libpthreadpool.a 2023-01-11T20:46:14.4599518Z inflating: build/lib/libclog.a 2023-01-11T20:46:14.4607609Z inflating: build/lib/libcpuinfo.a 2023-01-11T20:46:14.4615916Z inflating: build/lib/libcpuinfo_internals.a 2023-01-11T20:46:14.4632056Z inflating: build/lib/libqnnpack.a 2023-01-11T20:46:14.4651306Z inflating: build/lib/libpytorch_qnnpack.a 2023-01-11T20:46:14.4652313Z inflating: build/lib/libnnpack_reference_layers.a 2023-01-11T20:46:14.4672183Z inflating: build/lib/libnnpack.a 2023-01-11T20:46:14.4792652Z inflating: build/lib/libXNNPACK.a 2023-01-11T20:46:14.4862755Z inflating: build/lib/libgtest.a 2023-01-11T20:46:14.4881596Z inflating: build/lib/libgmock.a 2023-01-11T20:46:14.4882822Z inflating: build/lib/libgmock_main.a 2023-01-11T20:46:14.4883676Z inflating: build/lib/libgtest_main.a 2023-01-11T20:46:14.4960151Z inflating: build/lib/libbenchmark.a 2023-01-11T20:46:14.4961123Z inflating: build/lib/libbenchmark_main.a 2023-01-11T20:46:14.4967291Z inflating: build/lib/libittnotify.a 2023-01-11T20:46:14.5035397Z inflating: build/lib/libasmjit.a 2023-01-11T20:46:14.6334531Z inflating: build/lib/libfbgemm.a 2023-01-11T20:46:14.6363430Z inflating: build/lib/libtensorpipe_uv.a 2023-01-11T20:46:14.6961512Z inflating: build/lib/libtensorpipe.a 2023-01-11T20:46:14.7059464Z inflating: build/lib/libgloo.a 2023-01-11T20:46:14.7102476Z inflating: build/lib/libonnx_proto.a 2023-01-11T20:46:14.7503999Z inflating: build/lib/libgloo_hip.a 2023-01-11T20:46:14.7505121Z inflating: build/lib/libfoxi_loader.a 2023-01-11T20:46:14.8112786Z inflating: build/lib/libonnx.a 2023-01-11T20:46:15.6837088Z inflating: build/lib/libdnnl.a 2023-01-11T20:46:15.7863283Z inflating: build/lib/libdnnl_graph.a 2023-01-11T20:46:15.7892648Z inflating: build/lib/libfmt.a 2023-01-11T20:46:15.8189630Z inflating: build/lib/libkineto.a 2023-01-11T20:46:15.8252597Z inflating: build/lib/libc10.so 2023-01-11T20:46:15.8253637Z inflating: build/lib/libtorch_global_deps.so 2023-01-11T20:46:15.8293052Z inflating: build/lib/libc10_hip.so 2023-01-11T20:46:15.8293974Z inflating: build/lib/libcaffe2_nvrtc.so 2023-01-11T20:46:15.8334856Z inflating: build/lib/libcaffe2_protos.a 2023-01-11T20:46:18.3733448Z inflating: build/lib/libtorch_cpu.so 2023-01-11T20:46:18.3741954Z inflating: build/lib/libunbox_lib.a 2023-01-11T20:46:19.5860265Z inflating: build/lib/libtorch_hip.so 2023-01-11T20:46:19.5861168Z inflating: build/lib/libtorch.so 2023-01-11T20:46:19.5884028Z inflating: build/lib/libjitbackend_test.so 2023-01-11T20:46:19.5940359Z inflating: build/lib/libtorchbind_test.so 2023-01-11T20:46:19.5965986Z inflating: build/lib/libbackend_with_compiler.so 2023-01-11T20:46:19.5969056Z inflating: build/lib/libshm.so 2023-01-11T20:46:19.7736702Z inflating: build/lib/libtorch_python.so 2023-01-11T20:46:19.7772159Z inflating: build/lib/libnnapi_backend.so 2023-01-11T20:46:19.7773070Z creating: build/bin/ 2023-01-11T20:46:19.7773798Z creating: build/bin/CMakeFiles/ 2023-01-11T20:46:19.7828402Z inflating: build/bin/operators_test 2023-01-11T20:46:19.7829486Z inflating: build/bin/cmake_install.cmake 2023-01-11T20:46:19.7884677Z inflating: build/bin/packedtensoraccessor_test 2023-01-11T20:46:19.7885866Z inflating: build/bin/CTestTestfile.cmake 2023-01-11T20:46:19.8352079Z inflating: build/bin/protoc-3.13.0.0 2023-01-11T20:46:19.8819066Z inflating: build/bin/protoc 2023-01-11T20:46:19.8872728Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2023-01-11T20:46:19.8926404Z inflating: build/bin/c10_DeviceGuard_test 2023-01-11T20:46:19.8976705Z inflating: build/bin/c10_StreamGuard_test 2023-01-11T20:46:19.9030092Z inflating: build/bin/c10_Device_test 2023-01-11T20:46:19.9091452Z inflating: build/bin/c10_DispatchKeySet_test 2023-01-11T20:46:19.9143511Z inflating: build/bin/c10_SymInt_test 2023-01-11T20:46:19.9201882Z inflating: build/bin/c10_InlineDeviceGuard_test 2023-01-11T20:46:19.9261631Z inflating: build/bin/c10_InlineStreamGuard_test 2023-01-11T20:46:19.9319752Z inflating: build/bin/c10_SizesAndStrides_test 2023-01-11T20:46:19.9370597Z inflating: build/bin/c10_Array_test 2023-01-11T20:46:19.9426551Z inflating: build/bin/c10_Bitset_test 2023-01-11T20:46:19.9480450Z inflating: build/bin/c10_C++17_test 2023-01-11T20:46:19.9532710Z inflating: build/bin/c10_ConstexprCrc_test 2023-01-11T20:46:19.9586040Z inflating: build/bin/c10_DeadlockDetection_test 2023-01-11T20:46:19.9646399Z inflating: build/bin/c10_LeftRight_test 2023-01-11T20:46:19.9697871Z inflating: build/bin/c10_Half_test 2023-01-11T20:46:19.9765452Z inflating: build/bin/c10_Metaprogramming_test 2023-01-11T20:46:19.9818341Z inflating: build/bin/c10_Synchronized_test 2023-01-11T20:46:19.9977150Z inflating: build/bin/c10_SmallVectorTest 2023-01-11T20:46:20.0036877Z inflating: build/bin/c10_ThreadLocal_test 2023-01-11T20:46:20.0091320Z inflating: build/bin/c10_TypeIndex_test 2023-01-11T20:46:20.0144235Z inflating: build/bin/c10_TypeList_test 2023-01-11T20:46:20.0197147Z inflating: build/bin/c10_TypeTraits_test 2023-01-11T20:46:20.0250669Z inflating: build/bin/c10_accumulate_test 2023-01-11T20:46:20.0308779Z inflating: build/bin/c10_bfloat16_test 2023-01-11T20:46:20.0368518Z inflating: build/bin/c10_complex_math_test 2023-01-11T20:46:20.0425952Z inflating: build/bin/c10_complex_test 2023-01-11T20:46:20.0479268Z inflating: build/bin/c10_flags_test 2023-01-11T20:46:20.0534594Z inflating: build/bin/c10_exception_test 2023-01-11T20:46:20.0649077Z inflating: build/bin/c10_either_test 2023-01-11T20:46:20.0704939Z inflating: build/bin/c10_irange_test 2023-01-11T20:46:20.0764085Z inflating: build/bin/c10_logging_test 2023-01-11T20:46:20.0831009Z inflating: build/bin/c10_ordered_preserving_dict_test 2023-01-11T20:46:20.0887078Z inflating: build/bin/c10_registry_test 2023-01-11T20:46:20.0964182Z inflating: build/bin/c10_optional_test 2023-01-11T20:46:20.1136260Z inflating: build/bin/c10_intrusive_ptr_test 2023-01-11T20:46:20.1189188Z inflating: build/bin/c10_tempfile_test 2023-01-11T20:46:20.1250328Z inflating: build/bin/c10_string_view_test 2023-01-11T20:46:20.1300239Z inflating: build/bin/c10_intrusive_ptr_benchmark 2023-01-11T20:46:20.1359831Z inflating: build/bin/c10_typeid_test 2023-01-11T20:46:20.1410440Z inflating: build/bin/c10_hip_HIPAssertionsTest_1_var_test 2023-01-11T20:46:20.1462473Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_stream 2023-01-11T20:46:20.1515735Z inflating: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2023-01-11T20:46:20.1567814Z inflating: build/bin/c10_hip_HIPAssertionsTest_from_2_processes 2023-01-11T20:46:20.1620788Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2023-01-11T20:46:20.1675097Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2023-01-11T20:46:20.1725443Z inflating: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2023-01-11T20:46:20.1776452Z inflating: build/bin/c10_hip_HIPTest 2023-01-11T20:46:20.2077164Z inflating: build/bin/vec_test_all_types_DEFAULT 2023-01-11T20:46:20.2397413Z inflating: build/bin/vec_test_all_types_AVX512 2023-01-11T20:46:20.2735704Z inflating: build/bin/vec_test_all_types_AVX2 2023-01-11T20:46:20.2790492Z inflating: build/bin/FileStoreTest 2023-01-11T20:46:20.2850530Z inflating: build/bin/test_edge_op_registration 2023-01-11T20:46:20.2914017Z inflating: build/bin/TCPStoreTest 2023-01-11T20:46:20.2969359Z inflating: build/bin/HashStoreTest 2023-01-11T20:46:20.3036855Z inflating: build/bin/ProcessGroupGlooTest 2023-01-11T20:46:20.3038432Z inflating: build/bin/example_allreduce 2023-01-11T20:46:20.3091367Z inflating: build/bin/hip_complex_test 2023-01-11T20:46:20.3357918Z inflating: build/bin/static_runtime_test 2023-01-11T20:46:20.3418807Z inflating: build/bin/static_runtime_bench 2023-01-11T20:46:20.3496588Z inflating: build/bin/Dict_test 2023-01-11T20:46:20.3552263Z inflating: build/bin/Dimname_test 2023-01-11T20:46:20.3618409Z inflating: build/bin/MaybeOwned_test 2023-01-11T20:46:20.3679557Z inflating: build/bin/NamedTensor_test 2023-01-11T20:46:20.3742127Z inflating: build/bin/apply_utils_test 2023-01-11T20:46:20.3803646Z inflating: build/bin/atest 2023-01-11T20:46:20.3870020Z inflating: build/bin/basic 2023-01-11T20:46:20.3927954Z inflating: build/bin/broadcast_test 2023-01-11T20:46:20.3992522Z inflating: build/bin/cpu_generator_test 2023-01-11T20:46:20.4048804Z inflating: build/bin/cpu_profiling_allocator_test 2023-01-11T20:46:20.4142341Z inflating: build/bin/cpu_rng_test 2023-01-11T20:46:20.4194192Z inflating: build/bin/dispatch_key_set_test 2023-01-11T20:46:20.4246427Z inflating: build/bin/dlconvertor_test 2023-01-11T20:46:20.4308023Z inflating: build/bin/extension_backend_test 2023-01-11T20:46:20.4366558Z inflating: build/bin/half_test 2023-01-11T20:46:20.4418231Z inflating: build/bin/lazy_tensor_test 2023-01-11T20:46:20.4517248Z inflating: build/bin/ivalue_test 2023-01-11T20:46:20.4572926Z inflating: build/bin/memory_format_test 2023-01-11T20:46:20.4631024Z inflating: build/bin/math_kernel_test 2023-01-11T20:46:20.4687736Z inflating: build/bin/mobile_memory_cleanup 2023-01-11T20:46:20.4742499Z inflating: build/bin/memory_overlapping_test 2023-01-11T20:46:20.4797183Z inflating: build/bin/operator_name_test 2023-01-11T20:46:20.4857355Z inflating: build/bin/native_test 2023-01-11T20:46:20.4934238Z inflating: build/bin/pow_test 2023-01-11T20:46:20.4997629Z inflating: build/bin/quantized_test 2023-01-11T20:46:20.5053958Z inflating: build/bin/reportMemoryUsage_test 2023-01-11T20:46:20.5108181Z inflating: build/bin/reduce_ops_test 2023-01-11T20:46:20.5171104Z inflating: build/bin/scalar_tensor_test 2023-01-11T20:46:20.5233298Z inflating: build/bin/scalar_test 2023-01-11T20:46:20.5290184Z inflating: build/bin/stride_properties_test 2023-01-11T20:46:20.5371465Z inflating: build/bin/tensor_iterator_test 2023-01-11T20:46:20.5429090Z inflating: build/bin/type_ptr_test 2023-01-11T20:46:20.5430320Z inflating: build/bin/thread_init_test 2023-01-11T20:46:20.5495609Z inflating: build/bin/test_parallel 2023-01-11T20:46:20.5547917Z inflating: build/bin/variant_test 2023-01-11T20:46:20.5612657Z inflating: build/bin/type_test 2023-01-11T20:46:20.5667113Z inflating: build/bin/undefined_tensor_test 2023-01-11T20:46:20.5668213Z inflating: build/bin/verify_api_visibility 2023-01-11T20:46:20.5723942Z inflating: build/bin/weakref_test 2023-01-11T20:46:20.5795516Z inflating: build/bin/legacy_vmap_test 2023-01-11T20:46:20.5848786Z inflating: build/bin/wrapdim_test 2023-01-11T20:46:20.5900555Z inflating: build/bin/xla_tensor_test 2023-01-11T20:46:20.5963476Z inflating: build/bin/IListRef_test 2023-01-11T20:46:20.6074884Z inflating: build/bin/List_test 2023-01-11T20:46:20.6200414Z inflating: build/bin/kernel_function_legacy_test 2023-01-11T20:46:20.6267861Z inflating: build/bin/KernelFunction_test 2023-01-11T20:46:20.6369860Z inflating: build/bin/kernel_function_test 2023-01-11T20:46:20.6501351Z inflating: build/bin/kernel_lambda_legacy_test 2023-01-11T20:46:20.6607565Z inflating: build/bin/kernel_lambda_test 2023-01-11T20:46:20.6660145Z inflating: build/bin/CppSignature_test 2023-01-11T20:46:20.6724643Z inflating: build/bin/kernel_stackbased_test 2023-01-11T20:46:20.6824579Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2023-01-11T20:46:20.6875008Z inflating: build/bin/op_allowlist_test 2023-01-11T20:46:20.6925706Z inflating: build/bin/hip_complex_math_test 2023-01-11T20:46:20.6980938Z inflating: build/bin/inline_container_test 2023-01-11T20:46:20.7290816Z inflating: build/bin/op_registration_test 2023-01-11T20:46:20.7348612Z inflating: build/bin/backend_fallback_test 2023-01-11T20:46:20.7404846Z inflating: build/bin/hip_apply_test 2023-01-11T20:46:20.7455680Z inflating: build/bin/hip_distributions_test 2023-01-11T20:46:20.7506964Z inflating: build/bin/hip_generator_test 2023-01-11T20:46:20.7559133Z inflating: build/bin/hip_dlconvertor_test 2023-01-11T20:46:20.7611603Z inflating: build/bin/hip_half_test 2023-01-11T20:46:20.7661897Z inflating: build/bin/hip_integer_divider_test 2023-01-11T20:46:20.7713050Z inflating: build/bin/hip_optional_test 2023-01-11T20:46:20.7765211Z inflating: build/bin/hip_packedtensoraccessor_test 2023-01-11T20:46:20.7816078Z inflating: build/bin/hip_vectorized_test 2023-01-11T20:46:20.8399289Z inflating: build/bin/test_jit 2023-01-11T20:46:20.9229376Z inflating: build/bin/test_tensorexpr 2023-01-11T20:46:20.9286353Z inflating: build/bin/test_dist_autograd 2023-01-11T20:46:20.9302256Z inflating: build/bin/tutorial_tensorexpr 2023-01-11T20:46:20.9374980Z inflating: build/bin/test_cpp_rpc 2023-01-11T20:46:20.9375915Z inflating: build/bin/parallel_benchmark 2023-01-11T20:46:21.0547969Z inflating: build/bin/test_api 2023-01-11T20:46:21.0618061Z inflating: build/bin/test_mobile_nnc 2023-01-11T20:46:21.0627129Z inflating: build/bin/aot_model_compiler_test 2023-01-11T20:46:21.0990010Z inflating: build/bin/test_lazy 2023-01-11T20:46:21.0993110Z inflating: build/bin/torch_shm_manager 2023-01-11T20:46:21.0994268Z inflating: .pytorch-test-times.json 2023-01-11T20:46:21.1052290Z ##[group]Run df -H 2023-01-11T20:46:21.1052918Z df -H 2023-01-11T20:46:21.1116502Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:46:21.1117573Z env: 2023-01-11T20:46:21.1118304Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:21.1118990Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:21.1119697Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:21.1120091Z ##[endgroup] 2023-01-11T20:46:21.1186243Z Filesystem Size Used Avail Use% Mounted on 2023-01-11T20:46:21.1186886Z tmpfs 55G 3.0M 55G 1% /run 2023-01-11T20:46:21.1187341Z /dev/nvme0n1p1 984G 419G 516G 45% / 2023-01-11T20:46:21.1187795Z tmpfs 271G 17k 271G 1% /dev/shm 2023-01-11T20:46:21.1188110Z tmpfs 5.3M 0 5.3M 0% /run/lock 2023-01-11T20:46:21.1188440Z tmpfs 55G 13k 55G 1% /run/user/1123 2023-01-11T20:46:21.1244762Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:46:21.1245617Z .github/scripts/parse_ref.py 2023-01-11T20:46:21.1299581Z shell: /usr/bin/bash -e {0} 2023-01-11T20:46:21.1300198Z env: 2023-01-11T20:46:21.1300638Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:21.1301205Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:21.1302078Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:21.1302832Z ##[endgroup] 2023-01-11T20:46:21.1688786Z ##[group]Run set -x 2023-01-11T20:46:21.1689629Z set -x 2023-01-11T20:46:21.1690215Z  2023-01-11T20:46:21.1690912Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2023-01-11T20:46:21.1691831Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2023-01-11T20:46:21.1692722Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2023-01-11T20:46:21.1693575Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2023-01-11T20:46:21.1694358Z else 2023-01-11T20:46:21.1695101Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2023-01-11T20:46:21.1695812Z fi 2023-01-11T20:46:21.1696373Z  2023-01-11T20:46:21.1697231Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2023-01-11T20:46:21.1698072Z  2023-01-11T20:46:21.1698846Z # sanitize the input commit message and PR body here: 2023-01-11T20:46:21.1699611Z # 2023-01-11T20:46:21.1700552Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2023-01-11T20:46:21.1701873Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2023-01-11T20:46:21.1702979Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2023-01-11T20:46:21.1704189Z PR_BODY="${PR_BODY//[$'\n\r']}" 2023-01-11T20:46:21.1704862Z  2023-01-11T20:46:21.1705795Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2023-01-11T20:46:21.1706773Z # wreak havoc internally 2023-01-11T20:46:21.1707605Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2023-01-11T20:46:21.1708492Z export PR_BODY="${PR_BODY//[\'\"]}" 2023-01-11T20:46:21.1709151Z  2023-01-11T20:46:21.1710357Z # detached container should get cleaned up by teardown_ec2_linux 2023-01-11T20:46:21.1711528Z # TODO: Stop building test binaries as part of the build phase 2023-01-11T20:46:21.1712606Z # Used for GPU_FLAG since that doesn't play nice 2023-01-11T20:46:21.1713280Z # shellcheck disable=SC2086,SC2090 2023-01-11T20:46:21.1713711Z container_name=$(docker run \ 2023-01-11T20:46:21.1714068Z  ${GPU_FLAG:-} \ 2023-01-11T20:46:21.1714369Z  -e BUILD_ENVIRONMENT \ 2023-01-11T20:46:21.1714679Z  -e PR_NUMBER \ 2023-01-11T20:46:21.1714980Z  -e GITHUB_ACTIONS \ 2023-01-11T20:46:21.1715267Z  -e BRANCH \ 2023-01-11T20:46:21.1715538Z  -e SHA1 \ 2023-01-11T20:46:21.1715829Z  -e AWS_DEFAULT_REGION \ 2023-01-11T20:46:21.1716151Z  -e IN_WHEEL_TEST \ 2023-01-11T20:46:21.1716464Z  -e SHARD_NUMBER \ 2023-01-11T20:46:21.1716760Z  -e TEST_CONFIG \ 2023-01-11T20:46:21.1717034Z  -e NUM_TEST_SHARDS \ 2023-01-11T20:46:21.1717335Z  -e PR_BODY \ 2023-01-11T20:46:21.1717626Z  -e COMMIT_MESSAGES \ 2023-01-11T20:46:21.1717974Z  -e PYTORCH_RETRY_TEST_CASES \ 2023-01-11T20:46:21.1718318Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2023-01-11T20:46:21.1718682Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2023-01-11T20:46:21.1718976Z  -e SCCACHE_BUCKET \ 2023-01-11T20:46:21.1719326Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2023-01-11T20:46:21.1719683Z  -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK \ 2023-01-11T20:46:21.1720057Z  -e PYTORCH_TEST_RERUN_DISABLED_TESTS \ 2023-01-11T20:46:21.1720434Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2023-01-11T20:46:21.1720810Z  --ulimit stack=10485760:83886080 \ 2023-01-11T20:46:21.1721238Z  --security-opt seccomp=unconfined \ 2023-01-11T20:46:21.1721587Z  --cap-add=SYS_PTRACE \ 2023-01-11T20:46:21.1721894Z  --shm-size="8g" \ 2023-01-11T20:46:21.1722175Z  --tty \ 2023-01-11T20:46:21.1722478Z  --detach \ 2023-01-11T20:46:21.1722864Z  --name="${container_name}" \ 2023-01-11T20:46:21.1723151Z  --user jenkins \ 2023-01-11T20:46:21.1723514Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2023-01-11T20:46:21.1723919Z  -w /var/lib/jenkins/workspace \ 2023-01-11T20:46:21.1724243Z  "${DOCKER_IMAGE}" 2023-01-11T20:46:21.1724511Z ) 2023-01-11T20:46:21.1724812Z # save container name for later step 2023-01-11T20:46:21.1725157Z echo "CONTAINER_NAME=${container_name}" >> "$GITHUB_ENV" 2023-01-11T20:46:21.1725684Z # jenkins user does not have write permission to mounted workspace; work-around by copying within container to jenkins home 2023-01-11T20:46:21.1726290Z docker exec -t "${container_name}" sh -c "cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && ${TEST_COMMAND}" 2023-01-11T20:46:21.1754471Z shell: /usr/bin/bash -e {0} 2023-01-11T20:46:21.1754753Z env: 2023-01-11T20:46:21.1755027Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:46:21.1755375Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T20:46:21.1755889Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:21.1756362Z BUILD_ENVIRONMENT: linux-focal-rocm5.3-py3.8 2023-01-11T20:46:21.1756681Z PR_NUMBER: 2023-01-11T20:46:21.1756945Z BRANCH: 2023-01-11T20:46:21.1757250Z SHA1: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:21.1757603Z PYTORCH_RETRY_TEST_CASES: 1 2023-01-11T20:46:21.1757917Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2023-01-11T20:46:21.1758204Z TEST_CONFIG: default 2023-01-11T20:46:21.1758483Z SHARD_NUMBER: 1 2023-01-11T20:46:21.1758771Z NUM_TEST_SHARDS: 2 2023-01-11T20:46:21.1759038Z PR_BODY: 2023-01-11T20:46:21.1759379Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2023-01-11T20:46:21.1759932Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.3-py3.8:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:46:21.1760482Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2023-01-11T20:46:21.1760905Z PYTORCH_JIT_ENABLE_NVFUSER: 1 2023-01-11T20:46:21.1761232Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2023-01-11T20:46:21.1761561Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2023-01-11T20:46:21.1761857Z ##[endgroup] 2023-01-11T20:46:21.1815128Z + [[ default == \m\u\l\t\i\g\p\u ]] 2023-01-11T20:46:21.1816966Z + [[ linux-focal-rocm5.3-py3.8 == *onnx* ]] 2023-01-11T20:46:21.1817917Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2023-01-11T20:46:21.1822687Z ++ git cherry -v origin/master 2023-01-11T20:46:21.2345643Z + COMMIT_MESSAGES='+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into '\''input'\'' 2023-01-11T20:46:21.2347131Z + 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch 2023-01-11T20:46:21.2348799Z + 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e '\''other'\'' instead of '\''output'\'' in documentation' 2023-01-11T20:46:21.2351622Z + COMMIT_MESSAGES='+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into '\''input'\''+ 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch+ 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e '\''other'\'' instead of '\''output'\'' in documentation' 2023-01-11T20:46:21.2353460Z + PR_BODY= 2023-01-11T20:46:21.2355873Z + export 'COMMIT_MESSAGES=+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into input+ 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch+ 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e other instead of output in documentation' 2023-01-11T20:46:21.2359399Z + COMMIT_MESSAGES='+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into input+ 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch+ 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e other instead of output in documentation' 2023-01-11T20:46:21.2361350Z + export PR_BODY= 2023-01-11T20:46:21.2362356Z + PR_BODY= 2023-01-11T20:46:21.2363240Z +++ nproc --ignore=2 2023-01-11T20:46:21.2383861Z ++ docker run --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -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 MAX_JOBS=62 -e SCCACHE_BUCKET -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e PYTORCH_TEST_CUDA_MEM_LEAK_CHECK -e PYTORCH_TEST_RERUN_DISABLED_TESTS --env-file=/tmp/github_env_3896346758 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g --tty --detach --name= --user jenkins -v /home/pytorchci/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-focal-rocm5.3-py3.8:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:46:23.1978550Z + container_name=6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T20:46:23.1980039Z + echo CONTAINER_NAME=6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T20:46:23.1982635Z + docker exec -t 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f sh -c 'cd .. && cp -R workspace pytorch && cd pytorch && pip install dist/*.whl && .jenkins/pytorch/test.sh' 2023-01-11T20:46:30.5648450Z Processing ./dist/torch-2.0.0a0+git8419ddd-cp38-cp38-linux_x86_64.whl 2023-01-11T20:46:30.7877180Z Requirement already satisfied: networkx in /opt/conda/lib/python3.8/site-packages (from torch==2.0.0a0+git8419ddd) (2.6.3) 2023-01-11T20:46:30.7879543Z Requirement already satisfied: sympy in /opt/conda/lib/python3.8/site-packages (from torch==2.0.0a0+git8419ddd) (1.11.1) 2023-01-11T20:46:30.7882057Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.8/site-packages (from torch==2.0.0a0+git8419ddd) (4.4.0) 2023-01-11T20:46:30.8091573Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.8/site-packages (from sympy->torch==2.0.0a0+git8419ddd) (1.2.1) 2023-01-11T20:46:31.6725978Z Installing collected packages: torch 2023-01-11T20:46:39.0262287Z Successfully installed torch-2.0.0a0+git8419ddd 2023-01-11T20:46:39.2046562Z + echo 'Environment variables:' 2023-01-11T20:46:39.2047371Z Environment variables: 2023-01-11T20:46:39.2048093Z + env 2023-01-11T20:46:39.2064316Z INSTALLED_DB=yes 2023-01-11T20:46:39.2065849Z GITHUB_WORKSPACE=/home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T20:46:39.2067520Z BUILD_ENVIRONMENT=linux-focal-rocm5.3-py3.8 2023-01-11T20:46:39.2068517Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-01-11T20:46:39.2069541Z HOSTNAME=6685082ad7af 2023-01-11T20:46:39.2071301Z GITHUB_PATH=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2073314Z GITHUB_ACTION=__self 2023-01-11T20:46:39.2074225Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-01-11T20:46:39.2075186Z GITHUB_RUN_NUMBER=22986 2023-01-11T20:46:39.2075942Z TEST_CONFIG=default 2023-01-11T20:46:39.2076811Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-01-11T20:46:39.2077851Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2023-01-11T20:46:39.2078788Z GITHUB_REF_TYPE=tag 2023-01-11T20:46:39.2083576Z *** 2023-01-11T20:46:39.2084349Z GITHUB_REPOSITORY_ID=65600975 2023-01-11T20:46:39.2085161Z GITHUB_ACTIONS=true 2023-01-11T20:46:39.2085849Z ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:39.2086865Z SHA1=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2087856Z GITHUB_SHA=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2089514Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:46:39.2090624Z GITHUB_REF=refs/tags/ciflow/trunk/91627 2023-01-11T20:46:39.2091510Z SHARD_NUMBER=1 2023-01-11T20:46:39.2092200Z GITHUB_REF_PROTECTED=false 2023-01-11T20:46:39.2093165Z HOME=/var/lib/jenkins 2023-01-11T20:46:39.2094108Z GITHUB_API_URL=https://api.github.com 2023-01-11T20:46:39.2095098Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-01-11T20:46:39.2096038Z LANG=C.UTF-8 2023-01-11T20:46:39.2096775Z NUM_TEST_SHARDS=2 2023-01-11T20:46:39.2098259Z GITHUB_STATE=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2099337Z MAGMA_HOME=/opt/rocm/magma 2023-01-11T20:46:39.2100207Z PYTORCH_RETRY_TEST_CASES=1 2023-01-11T20:46:39.2101732Z GITHUB_ENV=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2103378Z GITHUB_EVENT_PATH=/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2023-01-11T20:46:39.2104560Z GITHUB_EVENT_NAME=push 2023-01-11T20:46:39.2105406Z GITHUB_RUN_ID=3896346758 2023-01-11T20:46:39.2106960Z GITHUB_STEP_SUMMARY=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2108291Z GITHUB_ACTOR=pytorch-bot[bot] 2023-01-11T20:46:39.2109059Z PR_NUMBER= 2023-01-11T20:46:39.2109821Z GITHUB_RUN_ATTEMPT=1 2023-01-11T20:46:39.2110768Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-01-11T20:46:39.2111636Z TERM=xterm 2023-01-11T20:46:39.2112265Z INSTALLED_VISION=yes 2023-01-11T20:46:39.2112955Z BRANCH= 2023-01-11T20:46:39.2114350Z GITHUB_ACTION_PATH=/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2023-01-11T20:46:39.2115510Z GITHUB_SERVER_URL=https://github.com 2023-01-11T20:46:39.2116360Z PYTORCH_ROCM_ARCH=gfx906 2023-01-11T20:46:39.2117005Z SHLVL=1 2023-01-11T20:46:39.2117740Z MAX_JOBS=62 2023-01-11T20:46:39.2118452Z GITHUB_ACTOR_ID=54816060 2023-01-11T20:46:39.2120096Z COMMIT_MESSAGES=+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into input+ 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch+ 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e other instead of output in documentation 2023-01-11T20:46:39.2121927Z GITHUB_WORKFLOW_SHA=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2122985Z GITHUB_REF_NAME=ciflow/trunk/91627 2023-01-11T20:46:39.2124306Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-01-11T20:46:39.2125291Z GITHUB_JOB=test 2023-01-11T20:46:39.2126014Z GITHUB_REPOSITORY=pytorch/pytorch 2023-01-11T20:46:39.2126881Z LC_ALL=C.UTF-8 2023-01-11T20:46:39.2127686Z GITHUB_RETENTION_DAYS=90 2023-01-11T20:46:39.2128470Z GITHUB_ACTION_REPOSITORY= 2023-01-11T20:46:39.2129812Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-01-11T20:46:39.2131078Z GITHUB_BASE_REF= 2023-01-11T20:46:39.2131749Z CI=true 2023-01-11T20:46:39.2132482Z GITHUB_REPOSITORY_OWNER=pytorch 2023-01-11T20:46:39.2133287Z INSTALLED_PROTOBUF=yes 2023-01-11T20:46:39.2134052Z GITHUB_HEAD_REF= 2023-01-11T20:46:39.2134824Z GITHUB_ACTION_REF= 2023-01-11T20:46:39.2135834Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-01-11T20:46:39.2136742Z GITHUB_WORKFLOW=trunk 2023-01-11T20:46:39.2137545Z DEBIAN_FRONTEND=noninteractive 2023-01-11T20:46:39.2139112Z GITHUB_OUTPUT=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2140304Z OLDPWD=/var/lib/jenkins 2023-01-11T20:46:39.2141023Z PR_BODY= 2023-01-11T20:46:39.2141613Z _=/usr/bin/env 2023-01-11T20:46:39.2142728Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2023-01-11T20:46:39.2333273Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.8/site-packages/torch 2023-01-11T20:46:39.2335638Z + TORCH_BIN_DIR=/opt/conda/lib/python3.8/site-packages/torch/bin 2023-01-11T20:46:39.2337250Z + TORCH_LIB_DIR=/opt/conda/lib/python3.8/site-packages/torch/lib 2023-01-11T20:46:39.2338587Z + TORCH_TEST_DIR=/opt/conda/lib/python3.8/site-packages/torch/test 2023-01-11T20:46:39.2339655Z + BUILD_DIR=build 2023-01-11T20:46:39.2340714Z + BUILD_RENAMED_DIR=build_renamed 2023-01-11T20:46:39.2341578Z + BUILD_BIN_DIR=build/bin 2023-01-11T20:46:39.2342371Z + export VALGRIND=ON 2023-01-11T20:46:39.2343233Z + VALGRIND=ON 2023-01-11T20:46:39.2344196Z + export TORCH_INDUCTOR_INSTALL_GXX=ON 2023-01-11T20:46:39.2345001Z + TORCH_INDUCTOR_INSTALL_GXX=ON 2023-01-11T20:46:39.2346149Z + [[ linux-focal-rocm5.3-py3.8 == *clang9* ]] 2023-01-11T20:46:39.2347271Z + [[ linux-focal-rocm5.3-py3.8 != *bazel* ]] 2023-01-11T20:46:39.2348280Z ++ realpath build/custom_test_artifacts 2023-01-11T20:46:39.2363954Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/pytorch/build/custom_test_artifacts 2023-01-11T20:46:39.2366281Z ++ dirname .jenkins/pytorch/test.sh 2023-01-11T20:46:39.2379059Z + source .jenkins/pytorch/common.sh 2023-01-11T20:46:39.2384731Z +++ dirname .jenkins/pytorch/common.sh 2023-01-11T20:46:39.2403895Z ++ source .jenkins/pytorch/common_utils.sh 2023-01-11T20:46:39.2405168Z +++ declare -f -t trap_add 2023-01-11T20:46:39.2423044Z ++ set -ex 2023-01-11T20:46:39.2424787Z ++ [[ linux-focal-rocm5.3-py3.8 == *rocm* ]] 2023-01-11T20:46:39.2425698Z ++ unset HIP_PLATFORM 2023-01-11T20:46:39.2426476Z ++ export PYTORCH_TEST_WITH_ROCM=1 2023-01-11T20:46:39.2427305Z ++ PYTORCH_TEST_WITH_ROCM=1 2023-01-11T20:46:39.2428115Z ++ export HSAKMT_DEBUG_LEVEL=4 2023-01-11T20:46:39.2428953Z ++ HSAKMT_DEBUG_LEVEL=4 2023-01-11T20:46:39.2429789Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2023-01-11T20:46:39.2430636Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2023-01-11T20:46:39.2431362Z ++ BUILD_TEST_LIBTORCH=0 2023-01-11T20:46:39.2432419Z + echo 'Environment variables' 2023-01-11T20:46:39.2433254Z Environment variables 2023-01-11T20:46:39.2433964Z + env 2023-01-11T20:46:39.2442648Z INSTALLED_DB=yes 2023-01-11T20:46:39.2444809Z GITHUB_WORKSPACE=/home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T20:46:39.2447645Z BUILD_ENVIRONMENT=linux-focal-rocm5.3-py3.8 2023-01-11T20:46:39.2449029Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2023-01-11T20:46:39.2450229Z HOSTNAME=6685082ad7af 2023-01-11T20:46:39.2453143Z GITHUB_PATH=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/add_path_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2454545Z GITHUB_ACTION=__self 2023-01-11T20:46:39.2455354Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2023-01-11T20:46:39.2456118Z GITHUB_RUN_NUMBER=22986 2023-01-11T20:46:39.2456955Z TEST_CONFIG=default 2023-01-11T20:46:39.2457779Z GITHUB_REPOSITORY_OWNER_ID=21003710 2023-01-11T20:46:39.2458860Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2023-01-11T20:46:39.2459704Z GITHUB_REF_TYPE=tag 2023-01-11T20:46:39.2460832Z *** 2023-01-11T20:46:39.2461522Z GITHUB_REPOSITORY_ID=65600975 2023-01-11T20:46:39.2462311Z GITHUB_ACTIONS=true 2023-01-11T20:46:39.2463094Z ROCR_VISIBLE_DEVICES=0,1 2023-01-11T20:46:39.2464480Z SHA1=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2465656Z GITHUB_SHA=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2466881Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:46:39.2467929Z GITHUB_REF=refs/tags/ciflow/trunk/91627 2023-01-11T20:46:39.2468788Z SHARD_NUMBER=1 2023-01-11T20:46:39.2469702Z GITHUB_REF_PROTECTED=false 2023-01-11T20:46:39.2470477Z HOME=/var/lib/jenkins 2023-01-11T20:46:39.2471409Z GITHUB_API_URL=https://api.github.com 2023-01-11T20:46:39.2472320Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2023-01-11T20:46:39.2473299Z LANG=C.UTF-8 2023-01-11T20:46:39.2473970Z PYTORCH_TEST_WITH_ROCM=1 2023-01-11T20:46:39.2474717Z NUM_TEST_SHARDS=2 2023-01-11T20:46:39.2476184Z GITHUB_STATE=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/save_state_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2477706Z TORCH_INDUCTOR_INSTALL_GXX=ON 2023-01-11T20:46:39.2478300Z MAGMA_HOME=/opt/rocm/magma 2023-01-11T20:46:39.2478855Z PYTORCH_RETRY_TEST_CASES=1 2023-01-11T20:46:39.2479872Z GITHUB_ENV=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_env_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2480776Z HSAKMT_DEBUG_LEVEL=4 2023-01-11T20:46:39.2481842Z GITHUB_EVENT_PATH=/home/pytorchci/actions-runner/_work/_temp/_github_workflow/event.json 2023-01-11T20:46:39.2482567Z GITHUB_EVENT_NAME=push 2023-01-11T20:46:39.2483100Z GITHUB_RUN_ID=3896346758 2023-01-11T20:46:39.2484221Z GITHUB_STEP_SUMMARY=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/step_summary_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2485157Z GITHUB_ACTOR=pytorch-bot[bot] 2023-01-11T20:46:39.2485697Z PR_NUMBER= 2023-01-11T20:46:39.2486189Z GITHUB_RUN_ATTEMPT=1 2023-01-11T20:46:39.2486712Z VALGRIND=ON 2023-01-11T20:46:39.2487373Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2023-01-11T20:46:39.2487945Z TERM=xterm 2023-01-11T20:46:39.2488433Z INSTALLED_VISION=yes 2023-01-11T20:46:39.2488941Z BRANCH= 2023-01-11T20:46:39.2489876Z GITHUB_ACTION_PATH=/home/pytorchci/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-rocm 2023-01-11T20:46:39.2490750Z GITHUB_SERVER_URL=https://github.com 2023-01-11T20:46:39.2491361Z PYTORCH_ROCM_ARCH=gfx906 2023-01-11T20:46:39.2491818Z SHLVL=1 2023-01-11T20:46:39.2492287Z MAX_JOBS=62 2023-01-11T20:46:39.2492912Z GITHUB_ACTOR_ID=54816060 2023-01-11T20:46:39.2494063Z COMMIT_MESSAGES=+ 52a16ce42647731c772e14e7175afa40fda07b3d make torchgen rename also Number arguments into input+ 87db01a53ecb702267ec36787654e418a52f8e93 fix torch.where signature mismatch+ 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e other instead of output in documentation 2023-01-11T20:46:39.2495368Z GITHUB_WORKFLOW_SHA=8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:46:39.2496042Z GITHUB_REF_NAME=ciflow/trunk/91627 2023-01-11T20:46:39.2497006Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2023-01-11T20:46:39.2497661Z GITHUB_JOB=test 2023-01-11T20:46:39.2498219Z GITHUB_REPOSITORY=pytorch/pytorch 2023-01-11T20:46:39.2498834Z LC_ALL=C.UTF-8 2023-01-11T20:46:39.2499346Z GITHUB_RETENTION_DAYS=90 2023-01-11T20:46:39.2499947Z GITHUB_ACTION_REPOSITORY= 2023-01-11T20:46:39.2500911Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-01-11T20:46:39.2501724Z GITHUB_BASE_REF= 2023-01-11T20:46:39.2502208Z CI=true 2023-01-11T20:46:39.2502737Z HSA_FORCE_FINE_GRAIN_PCIE=1 2023-01-11T20:46:39.2503319Z GITHUB_REPOSITORY_OWNER=pytorch 2023-01-11T20:46:39.2504021Z INSTALLED_PROTOBUF=yes 2023-01-11T20:46:39.2504551Z GITHUB_HEAD_REF= 2023-01-11T20:46:39.2505124Z GITHUB_ACTION_REF= 2023-01-11T20:46:39.2505930Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2023-01-11T20:46:39.2506586Z GITHUB_WORKFLOW=trunk 2023-01-11T20:46:39.2507144Z DEBIAN_FRONTEND=noninteractive 2023-01-11T20:46:39.2508243Z GITHUB_OUTPUT=/home/pytorchci/actions-runner/_work/_temp/_runner_file_commands/set_output_b248d747-83ad-4368-b77a-3f4d9320747f 2023-01-11T20:46:39.2509079Z OLDPWD=/var/lib/jenkins 2023-01-11T20:46:39.2509557Z PR_BODY= 2023-01-11T20:46:39.2510017Z _=/usr/bin/env 2023-01-11T20:46:39.2510605Z + echo 'Testing pytorch' 2023-01-11T20:46:39.2511179Z Testing pytorch 2023-01-11T20:46:39.2511753Z + export LANG=C.UTF-8 2023-01-11T20:46:39.2512243Z + LANG=C.UTF-8 2023-01-11T20:46:39.2512716Z + PR_NUMBER= 2023-01-11T20:46:39.2513230Z + [[ default == \d\e\f\a\u\l\t ]] 2023-01-11T20:46:39.2513856Z + export CUDA_VISIBLE_DEVICES=0 2023-01-11T20:46:39.2514411Z + CUDA_VISIBLE_DEVICES=0 2023-01-11T20:46:39.2514922Z + export HIP_VISIBLE_DEVICES=0 2023-01-11T20:46:39.2515474Z + HIP_VISIBLE_DEVICES=0 2023-01-11T20:46:39.2516170Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2023-01-11T20:46:39.2516730Z + [[ default == \s\l\o\w ]] 2023-01-11T20:46:39.2517492Z + [[ linux-focal-rocm5.3-py3.8 == *slow-gradcheck* ]] 2023-01-11T20:46:39.2518457Z + [[ linux-focal-rocm5.3-py3.8 == *cuda* ]] 2023-01-11T20:46:39.2519183Z + [[ linux-focal-rocm5.3-py3.8 == *rocm* ]] 2023-01-11T20:46:39.2519910Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-01-11T20:46:39.2693049Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2023-01-11T20:46:39.2693929Z + [[ default == *crossref* ]] 2023-01-11T20:46:39.2694202Z + [[ default == *dynamo* ]] 2023-01-11T20:46:39.2694459Z + [[ default == *inductor* ]] 2023-01-11T20:46:39.2695170Z + [[ linux-focal-rocm5.3-py3.8 == *rocm* ]] 2023-01-11T20:46:39.2695634Z + rocminfo 2023-01-11T20:46:39.2696003Z ROCk module is loaded 2023-01-11T20:46:39.3488672Z ===================== 2023-01-11T20:46:39.3489398Z HSA System Attributes 2023-01-11T20:46:39.3490348Z ===================== 2023-01-11T20:46:39.3491334Z Runtime Version: 1.1 2023-01-11T20:46:39.3492509Z System Timestamp Freq.: 1000.000000MHz 2023-01-11T20:46:39.3493758Z Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count) 2023-01-11T20:46:39.3495025Z Machine Model: LARGE 2023-01-11T20:46:39.3496201Z System Endianness: LITTLE 2023-01-11T20:46:39.3496958Z 2023-01-11T20:46:39.3497338Z ========== 2023-01-11T20:46:39.3498220Z HSA Agents 2023-01-11T20:46:39.3499217Z ========== 2023-01-11T20:46:39.3500089Z ******* 2023-01-11T20:46:39.3501513Z Agent 1 2023-01-11T20:46:39.3502357Z ******* 2023-01-11T20:46:39.3504170Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3505705Z Uuid: CPU-XX 2023-01-11T20:46:39.3507225Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3508498Z Vendor Name: CPU 2023-01-11T20:46:39.3509573Z Feature: None specified 2023-01-11T20:46:39.3510445Z Profile: FULL_PROFILE 2023-01-11T20:46:39.3511273Z Float Round Mode: NEAR 2023-01-11T20:46:39.3512097Z Max Queue Number: 0(0x0) 2023-01-11T20:46:39.3512893Z Queue Min Size: 0(0x0) 2023-01-11T20:46:39.3513687Z Queue Max Size: 0(0x0) 2023-01-11T20:46:39.3514487Z Queue Type: MULTI 2023-01-11T20:46:39.3515266Z Node: 0 2023-01-11T20:46:39.3516041Z Device Type: CPU 2023-01-11T20:46:39.3516744Z Cache Info: 2023-01-11T20:46:39.3517456Z L1: 32768(0x8000) KB 2023-01-11T20:46:39.3518215Z Chip ID: 0(0x0) 2023-01-11T20:46:39.3518994Z ASIC Revision: 0(0x0) 2023-01-11T20:46:39.3519799Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3520609Z Max Clock Freq. (MHz): 2200 2023-01-11T20:46:39.3521379Z BDFID: 0 2023-01-11T20:46:39.3522141Z Internal Node ID: 0 2023-01-11T20:46:39.3522921Z Compute Unit: 16 2023-01-11T20:46:39.3523701Z SIMDs per CU: 0 2023-01-11T20:46:39.3524496Z Shader Engines: 0 2023-01-11T20:46:39.3525309Z Shader Arrs. per Eng.: 0 2023-01-11T20:46:39.3526145Z WatchPts on Addr. Ranges:1 2023-01-11T20:46:39.3526869Z Features: None 2023-01-11T20:46:39.3527540Z Pool Info: 2023-01-11T20:46:39.3528534Z Pool 1 2023-01-11T20:46:39.3529339Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3530194Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:46:39.3531015Z Allocatable: TRUE 2023-01-11T20:46:39.3531952Z Alloc Granule: 4KB 2023-01-11T20:46:39.3532786Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3533621Z Accessible by all: TRUE 2023-01-11T20:46:39.3534355Z Pool 2 2023-01-11T20:46:39.3535151Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:46:39.3536014Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:46:39.3536830Z Allocatable: TRUE 2023-01-11T20:46:39.3537638Z Alloc Granule: 4KB 2023-01-11T20:46:39.3538466Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3539303Z Accessible by all: TRUE 2023-01-11T20:46:39.3540028Z Pool 3 2023-01-11T20:46:39.3540830Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3541682Z Size: 131917252(0x7dce5c4) KB 2023-01-11T20:46:39.3542480Z Allocatable: TRUE 2023-01-11T20:46:39.3543296Z Alloc Granule: 4KB 2023-01-11T20:46:39.3544327Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3545170Z Accessible by all: TRUE 2023-01-11T20:46:39.3545893Z ISA Info: 2023-01-11T20:46:39.3546515Z ******* 2023-01-11T20:46:39.3547104Z Agent 2 2023-01-11T20:46:39.3547715Z ******* 2023-01-11T20:46:39.3548717Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3549723Z Uuid: CPU-XX 2023-01-11T20:46:39.3550765Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3551638Z Vendor Name: CPU 2023-01-11T20:46:39.3552451Z Feature: None specified 2023-01-11T20:46:39.3553290Z Profile: FULL_PROFILE 2023-01-11T20:46:39.3554115Z Float Round Mode: NEAR 2023-01-11T20:46:39.3554937Z Max Queue Number: 0(0x0) 2023-01-11T20:46:39.3555735Z Queue Min Size: 0(0x0) 2023-01-11T20:46:39.3556533Z Queue Max Size: 0(0x0) 2023-01-11T20:46:39.3557317Z Queue Type: MULTI 2023-01-11T20:46:39.3558098Z Node: 1 2023-01-11T20:46:39.3558864Z Device Type: CPU 2023-01-11T20:46:39.3559577Z Cache Info: 2023-01-11T20:46:39.3560312Z L1: 32768(0x8000) KB 2023-01-11T20:46:39.3561080Z Chip ID: 0(0x0) 2023-01-11T20:46:39.3561863Z ASIC Revision: 0(0x0) 2023-01-11T20:46:39.3562651Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3563456Z Max Clock Freq. (MHz): 2200 2023-01-11T20:46:39.3564230Z BDFID: 0 2023-01-11T20:46:39.3565009Z Internal Node ID: 1 2023-01-11T20:46:39.3565795Z Compute Unit: 16 2023-01-11T20:46:39.3566806Z SIMDs per CU: 0 2023-01-11T20:46:39.3567580Z Shader Engines: 0 2023-01-11T20:46:39.3568387Z Shader Arrs. per Eng.: 0 2023-01-11T20:46:39.3569347Z WatchPts on Addr. Ranges:1 2023-01-11T20:46:39.3570097Z Features: None 2023-01-11T20:46:39.3570764Z Pool Info: 2023-01-11T20:46:39.3571414Z Pool 1 2023-01-11T20:46:39.3572191Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3573045Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3573864Z Allocatable: TRUE 2023-01-11T20:46:39.3574685Z Alloc Granule: 4KB 2023-01-11T20:46:39.3575509Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3576356Z Accessible by all: TRUE 2023-01-11T20:46:39.3577069Z Pool 2 2023-01-11T20:46:39.3577864Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:46:39.3578738Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3579551Z Allocatable: TRUE 2023-01-11T20:46:39.3580368Z Alloc Granule: 4KB 2023-01-11T20:46:39.3581185Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3582005Z Accessible by all: TRUE 2023-01-11T20:46:39.3582730Z Pool 3 2023-01-11T20:46:39.3583526Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3584763Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3585576Z Allocatable: TRUE 2023-01-11T20:46:39.3586405Z Alloc Granule: 4KB 2023-01-11T20:46:39.3587226Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3588050Z Accessible by all: TRUE 2023-01-11T20:46:39.3588784Z ISA Info: 2023-01-11T20:46:39.3589409Z ******* 2023-01-11T20:46:39.3590044Z Agent 3 2023-01-11T20:46:39.3590681Z ******* 2023-01-11T20:46:39.3591667Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3592706Z Uuid: CPU-XX 2023-01-11T20:46:39.3593758Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3594657Z Vendor Name: CPU 2023-01-11T20:46:39.3595504Z Feature: None specified 2023-01-11T20:46:39.3596379Z Profile: FULL_PROFILE 2023-01-11T20:46:39.3597225Z Float Round Mode: NEAR 2023-01-11T20:46:39.3598030Z Max Queue Number: 0(0x0) 2023-01-11T20:46:39.3598841Z Queue Min Size: 0(0x0) 2023-01-11T20:46:39.3599625Z Queue Max Size: 0(0x0) 2023-01-11T20:46:39.3600014Z Queue Type: MULTI 2023-01-11T20:46:39.3600375Z Node: 2 2023-01-11T20:46:39.3600665Z Device Type: CPU 2023-01-11T20:46:39.3600928Z Cache Info: 2023-01-11T20:46:39.3601204Z L1: 32768(0x8000) KB 2023-01-11T20:46:39.3601494Z Chip ID: 0(0x0) 2023-01-11T20:46:39.3601787Z ASIC Revision: 0(0x0) 2023-01-11T20:46:39.3602283Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3602590Z Max Clock Freq. (MHz): 2200 2023-01-11T20:46:39.3602874Z BDFID: 0 2023-01-11T20:46:39.3603213Z Internal Node ID: 2 2023-01-11T20:46:39.3603516Z Compute Unit: 16 2023-01-11T20:46:39.3603815Z SIMDs per CU: 0 2023-01-11T20:46:39.3604115Z Shader Engines: 0 2023-01-11T20:46:39.3604423Z Shader Arrs. per Eng.: 0 2023-01-11T20:46:39.3604741Z WatchPts on Addr. Ranges:1 2023-01-11T20:46:39.3605015Z Features: None 2023-01-11T20:46:39.3605268Z Pool Info: 2023-01-11T20:46:39.3605519Z Pool 1 2023-01-11T20:46:39.3605822Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3606146Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3606454Z Allocatable: TRUE 2023-01-11T20:46:39.3606760Z Alloc Granule: 4KB 2023-01-11T20:46:39.3607075Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3607398Z Accessible by all: TRUE 2023-01-11T20:46:39.3607674Z Pool 2 2023-01-11T20:46:39.3607976Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:46:39.3608305Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3608612Z Allocatable: TRUE 2023-01-11T20:46:39.3608924Z Alloc Granule: 4KB 2023-01-11T20:46:39.3609237Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3609555Z Accessible by all: TRUE 2023-01-11T20:46:39.3609830Z Pool 3 2023-01-11T20:46:39.3610136Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3610451Z Size: 132112152(0x7dfdf18) KB 2023-01-11T20:46:39.3610760Z Allocatable: TRUE 2023-01-11T20:46:39.3611075Z Alloc Granule: 4KB 2023-01-11T20:46:39.3611384Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3611702Z Accessible by all: TRUE 2023-01-11T20:46:39.3611979Z ISA Info: 2023-01-11T20:46:39.3612206Z ******* 2023-01-11T20:46:39.3612437Z Agent 4 2023-01-11T20:46:39.3612669Z ******* 2023-01-11T20:46:39.3613036Z Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3613415Z Uuid: CPU-XX 2023-01-11T20:46:39.3613805Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.3614130Z Vendor Name: CPU 2023-01-11T20:46:39.3614445Z Feature: None specified 2023-01-11T20:46:39.3614763Z Profile: FULL_PROFILE 2023-01-11T20:46:39.3615075Z Float Round Mode: NEAR 2023-01-11T20:46:39.3615386Z Max Queue Number: 0(0x0) 2023-01-11T20:46:39.3615691Z Queue Min Size: 0(0x0) 2023-01-11T20:46:39.3615991Z Queue Max Size: 0(0x0) 2023-01-11T20:46:39.3616286Z Queue Type: MULTI 2023-01-11T20:46:39.3616643Z Node: 3 2023-01-11T20:46:39.3616933Z Device Type: CPU 2023-01-11T20:46:39.3617202Z Cache Info: 2023-01-11T20:46:39.3617515Z L1: 32768(0x8000) KB 2023-01-11T20:46:39.3617804Z Chip ID: 0(0x0) 2023-01-11T20:46:39.3618095Z ASIC Revision: 0(0x0) 2023-01-11T20:46:39.3618397Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3618702Z Max Clock Freq. (MHz): 2200 2023-01-11T20:46:39.3618998Z BDFID: 0 2023-01-11T20:46:39.3619293Z Internal Node ID: 3 2023-01-11T20:46:39.3619589Z Compute Unit: 16 2023-01-11T20:46:39.3619882Z SIMDs per CU: 0 2023-01-11T20:46:39.3620185Z Shader Engines: 0 2023-01-11T20:46:39.3620491Z Shader Arrs. per Eng.: 0 2023-01-11T20:46:39.3620809Z WatchPts on Addr. Ranges:1 2023-01-11T20:46:39.3621091Z Features: None 2023-01-11T20:46:39.3621343Z Pool Info: 2023-01-11T20:46:39.3621583Z Pool 1 2023-01-11T20:46:39.3621884Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3622204Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:46:39.3622513Z Allocatable: TRUE 2023-01-11T20:46:39.3622824Z Alloc Granule: 4KB 2023-01-11T20:46:39.3623138Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3623452Z Accessible by all: TRUE 2023-01-11T20:46:39.3623795Z Pool 2 2023-01-11T20:46:39.3624100Z Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED 2023-01-11T20:46:39.3624423Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:46:39.3624728Z Allocatable: TRUE 2023-01-11T20:46:39.3625034Z Alloc Granule: 4KB 2023-01-11T20:46:39.3625340Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3625643Z Accessible by all: TRUE 2023-01-11T20:46:39.3625914Z Pool 3 2023-01-11T20:46:39.3626211Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3626531Z Size: 132106664(0x7dfc9a8) KB 2023-01-11T20:46:39.3626830Z Allocatable: TRUE 2023-01-11T20:46:39.3627139Z Alloc Granule: 4KB 2023-01-11T20:46:39.3627436Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3627746Z Accessible by all: TRUE 2023-01-11T20:46:39.3628023Z ISA Info: 2023-01-11T20:46:39.3628260Z ******* 2023-01-11T20:46:39.3628487Z Agent 5 2023-01-11T20:46:39.3628714Z ******* 2023-01-11T20:46:39.3628968Z Name: gfx906 2023-01-11T20:46:39.3629347Z Uuid: GPU-c406418172e62692 2023-01-11T20:46:39.3629646Z Marketing Name: 2023-01-11T20:46:39.3629944Z Vendor Name: AMD 2023-01-11T20:46:39.3630254Z Feature: KERNEL_DISPATCH 2023-01-11T20:46:39.3630649Z Profile: BASE_PROFILE 2023-01-11T20:46:39.3630950Z Float Round Mode: NEAR 2023-01-11T20:46:39.3631249Z Max Queue Number: 128(0x80) 2023-01-11T20:46:39.3631589Z Queue Min Size: 64(0x40) 2023-01-11T20:46:39.3631888Z Queue Max Size: 131072(0x20000) 2023-01-11T20:46:39.3632184Z Queue Type: MULTI 2023-01-11T20:46:39.3632470Z Node: 4 2023-01-11T20:46:39.3632750Z Device Type: GPU 2023-01-11T20:46:39.3633016Z Cache Info: 2023-01-11T20:46:39.3633287Z L1: 16(0x10) KB 2023-01-11T20:46:39.3633569Z L2: 8192(0x2000) KB 2023-01-11T20:46:39.3633857Z Chip ID: 26273(0x66a1) 2023-01-11T20:46:39.3634155Z ASIC Revision: 1(0x1) 2023-01-11T20:46:39.3634459Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3634748Z Max Clock Freq. (MHz): 1800 2023-01-11T20:46:39.3635036Z BDFID: 8960 2023-01-11T20:46:39.3635325Z Internal Node ID: 4 2023-01-11T20:46:39.3635619Z Compute Unit: 64 2023-01-11T20:46:39.3635910Z SIMDs per CU: 4 2023-01-11T20:46:39.3636205Z Shader Engines: 4 2023-01-11T20:46:39.3636501Z Shader Arrs. per Eng.: 1 2023-01-11T20:46:39.3636812Z WatchPts on Addr. Ranges:4 2023-01-11T20:46:39.3637113Z Features: KERNEL_DISPATCH 2023-01-11T20:46:39.3637424Z Fast F16 Operation: TRUE 2023-01-11T20:46:39.3637885Z Wavefront Size: 64(0x40) 2023-01-11T20:46:39.3638189Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:46:39.3638486Z Workgroup Max Size per Dimension: 2023-01-11T20:46:39.3638779Z x 1024(0x400) 2023-01-11T20:46:39.3639053Z y 1024(0x400) 2023-01-11T20:46:39.3639321Z z 1024(0x400) 2023-01-11T20:46:39.3639611Z Max Waves Per CU: 40(0x28) 2023-01-11T20:46:39.3640000Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:46:39.3640315Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:46:39.3640601Z Grid Max Size per Dimension: 2023-01-11T20:46:39.3640890Z x 4294967295(0xffffffff) 2023-01-11T20:46:39.3641183Z y 4294967295(0xffffffff) 2023-01-11T20:46:39.3641469Z z 4294967295(0xffffffff) 2023-01-11T20:46:39.3641775Z Max fbarriers/Workgrp: 32 2023-01-11T20:46:39.3642052Z Pool Info: 2023-01-11T20:46:39.3642296Z Pool 1 2023-01-11T20:46:39.3642596Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3642915Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:46:39.3643212Z Allocatable: TRUE 2023-01-11T20:46:39.3643518Z Alloc Granule: 4KB 2023-01-11T20:46:39.3643823Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3644140Z Accessible by all: FALSE 2023-01-11T20:46:39.3644477Z Pool 2 2023-01-11T20:46:39.3644771Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3645077Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:46:39.3645381Z Allocatable: TRUE 2023-01-11T20:46:39.3645729Z Alloc Granule: 4KB 2023-01-11T20:46:39.3646039Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3646352Z Accessible by all: FALSE 2023-01-11T20:46:39.3646626Z Pool 3 2023-01-11T20:46:39.3646894Z Segment: GROUP 2023-01-11T20:46:39.3647193Z Size: 64(0x40) KB 2023-01-11T20:46:39.3647491Z Allocatable: FALSE 2023-01-11T20:46:39.3647797Z Alloc Granule: 0KB 2023-01-11T20:46:39.3648106Z Alloc Alignment: 0KB 2023-01-11T20:46:39.3648420Z Accessible by all: FALSE 2023-01-11T20:46:39.3648694Z ISA Info: 2023-01-11T20:46:39.3648930Z ISA 1 2023-01-11T20:46:39.3649325Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:46:39.3649690Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:46:39.3650028Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:46:39.3650352Z Default Rounding Mode: NEAR 2023-01-11T20:46:39.3650675Z Default Rounding Mode: NEAR 2023-01-11T20:46:39.3650974Z Fast f16: TRUE 2023-01-11T20:46:39.3651277Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:46:39.3651583Z Workgroup Max Size per Dimension: 2023-01-11T20:46:39.3651878Z x 1024(0x400) 2023-01-11T20:46:39.3652161Z y 1024(0x400) 2023-01-11T20:46:39.3652482Z z 1024(0x400) 2023-01-11T20:46:39.3652775Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:46:39.3653069Z Grid Max Size per Dimension: 2023-01-11T20:46:39.3653362Z x 4294967295(0xffffffff) 2023-01-11T20:46:39.3653659Z y 4294967295(0xffffffff) 2023-01-11T20:46:39.3653953Z z 4294967295(0xffffffff) 2023-01-11T20:46:39.3654257Z FBarrier Max Size: 32 2023-01-11T20:46:39.3654518Z ******* 2023-01-11T20:46:39.3654737Z Agent 6 2023-01-11T20:46:39.3654967Z ******* 2023-01-11T20:46:39.3655226Z Name: gfx906 2023-01-11T20:46:39.3655590Z Uuid: GPU-3014910172e62698 2023-01-11T20:46:39.3655888Z Marketing Name: 2023-01-11T20:46:39.3656180Z Vendor Name: AMD 2023-01-11T20:46:39.3656490Z Feature: KERNEL_DISPATCH 2023-01-11T20:46:39.3656807Z Profile: BASE_PROFILE 2023-01-11T20:46:39.3657115Z Float Round Mode: NEAR 2023-01-11T20:46:39.3657417Z Max Queue Number: 128(0x80) 2023-01-11T20:46:39.3657714Z Queue Min Size: 64(0x40) 2023-01-11T20:46:39.3658012Z Queue Max Size: 131072(0x20000) 2023-01-11T20:46:39.3658304Z Queue Type: MULTI 2023-01-11T20:46:39.3658649Z Node: 5 2023-01-11T20:46:39.3658940Z Device Type: GPU 2023-01-11T20:46:39.3659209Z Cache Info: 2023-01-11T20:46:39.3659521Z L1: 16(0x10) KB 2023-01-11T20:46:39.3659809Z L2: 8192(0x2000) KB 2023-01-11T20:46:39.3660087Z Chip ID: 26273(0x66a1) 2023-01-11T20:46:39.3660380Z ASIC Revision: 1(0x1) 2023-01-11T20:46:39.3660683Z Cacheline Size: 64(0x40) 2023-01-11T20:46:39.3660983Z Max Clock Freq. (MHz): 1800 2023-01-11T20:46:39.3661272Z BDFID: 9728 2023-01-11T20:46:39.3661559Z Internal Node ID: 5 2023-01-11T20:46:39.3661849Z Compute Unit: 64 2023-01-11T20:46:39.3662141Z SIMDs per CU: 4 2023-01-11T20:46:39.3662433Z Shader Engines: 4 2023-01-11T20:46:39.3662742Z Shader Arrs. per Eng.: 1 2023-01-11T20:46:39.3663051Z WatchPts on Addr. Ranges:4 2023-01-11T20:46:39.3663351Z Features: KERNEL_DISPATCH 2023-01-11T20:46:39.3663654Z Fast F16 Operation: TRUE 2023-01-11T20:46:39.3664076Z Wavefront Size: 64(0x40) 2023-01-11T20:46:39.3664381Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:46:39.3664678Z Workgroup Max Size per Dimension: 2023-01-11T20:46:39.3664970Z x 1024(0x400) 2023-01-11T20:46:39.3665248Z y 1024(0x400) 2023-01-11T20:46:39.3665526Z z 1024(0x400) 2023-01-11T20:46:39.3665809Z Max Waves Per CU: 40(0x28) 2023-01-11T20:46:39.3666201Z Max Work-item Per CU: 2560(0xa00) 2023-01-11T20:46:39.3666521Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:46:39.3666805Z Grid Max Size per Dimension: 2023-01-11T20:46:39.3667095Z x 4294967295(0xffffffff) 2023-01-11T20:46:39.3667385Z y 4294967295(0xffffffff) 2023-01-11T20:46:39.3667670Z z 4294967295(0xffffffff) 2023-01-11T20:46:39.3667972Z Max fbarriers/Workgrp: 32 2023-01-11T20:46:39.3668245Z Pool Info: 2023-01-11T20:46:39.3668490Z Pool 1 2023-01-11T20:46:39.3668787Z Segment: GLOBAL; FLAGS: COARSE GRAINED 2023-01-11T20:46:39.3669112Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:46:39.3669405Z Allocatable: TRUE 2023-01-11T20:46:39.3669712Z Alloc Granule: 4KB 2023-01-11T20:46:39.3670021Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3670334Z Accessible by all: FALSE 2023-01-11T20:46:39.3670610Z Pool 2 2023-01-11T20:46:39.3670904Z Segment: GLOBAL; FLAGS: FINE GRAINED 2023-01-11T20:46:39.3671217Z Size: 33538048(0x1ffc000) KB 2023-01-11T20:46:39.3671517Z Allocatable: TRUE 2023-01-11T20:46:39.3671822Z Alloc Granule: 4KB 2023-01-11T20:46:39.3672130Z Alloc Alignment: 4KB 2023-01-11T20:46:39.3672534Z Accessible by all: FALSE 2023-01-11T20:46:39.3672811Z Pool 3 2023-01-11T20:46:39.3673089Z Segment: GROUP 2023-01-11T20:46:39.3673423Z Size: 64(0x40) KB 2023-01-11T20:46:39.3673724Z Allocatable: FALSE 2023-01-11T20:46:39.3674032Z Alloc Granule: 0KB 2023-01-11T20:46:39.3674335Z Alloc Alignment: 0KB 2023-01-11T20:46:39.3674720Z Accessible by all: FALSE 2023-01-11T20:46:39.3674995Z ISA Info: 2023-01-11T20:46:39.3675272Z ISA 1 2023-01-11T20:46:39.3675705Z Name: amdgcn-amd-amdhsa--gfx906:sramecc+:xnack- 2023-01-11T20:46:39.3676110Z Machine Models: HSA_MACHINE_MODEL_LARGE 2023-01-11T20:46:39.3676501Z Profiles: HSA_PROFILE_BASE 2023-01-11T20:46:39.3676868Z Default Rounding Mode: NEAR 2023-01-11T20:46:39.3677195Z Default Rounding Mode: NEAR 2023-01-11T20:46:39.3677495Z Fast f16: TRUE 2023-01-11T20:46:39.3677797Z Workgroup Max Size: 1024(0x400) 2023-01-11T20:46:39.3678099Z Workgroup Max Size per Dimension: 2023-01-11T20:46:39.3678400Z x 1024(0x400) 2023-01-11T20:46:39.3678679Z y 1024(0x400) 2023-01-11T20:46:39.3678958Z z 1024(0x400) 2023-01-11T20:46:39.3679251Z Grid Max Size: 4294967295(0xffffffff) 2023-01-11T20:46:39.3679551Z Grid Max Size per Dimension: 2023-01-11T20:46:39.3679853Z x 4294967295(0xffffffff) 2023-01-11T20:46:39.3680150Z y 4294967295(0xffffffff) 2023-01-11T20:46:39.3680446Z z 4294967295(0xffffffff) 2023-01-11T20:46:39.3680754Z FBarrier Max Size: 32 2023-01-11T20:46:39.3681021Z *** Done *** 2023-01-11T20:46:39.3691611Z + rocminfo 2023-01-11T20:46:39.3692450Z + grep -E 'Name:.*\sgfx|Marketing' 2023-01-11T20:46:39.4647933Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.4649248Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.4650382Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.4651501Z Marketing Name: AMD EPYC 7601 32-Core Processor 2023-01-11T20:46:39.4652362Z Name: gfx906 2023-01-11T20:46:39.4653176Z Marketing Name: 2023-01-11T20:46:39.4653948Z Name: gfx906 2023-01-11T20:46:39.4654710Z Marketing Name: 2023-01-11T20:46:39.4892887Z + [[ linux-focal-rocm5.3-py3.8 != *-bazel-* ]] 2023-01-11T20:46:39.4893903Z + pip_install --user ninja==1.10.2 2023-01-11T20:46:39.4894926Z + pip install --progress-bar off --user ninja==1.10.2 2023-01-11T20:46:40.0142947Z Collecting ninja==1.10.2 2023-01-11T20:46:40.0682932Z Downloading ninja-1.10.2-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2023-01-11T20:46:40.8744639Z Installing collected packages: ninja 2023-01-11T20:46:40.8844518Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2023-01-11T20:46:40.8846309Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2023-01-11T20:46:40.8870810Z Successfully installed ninja-1.10.2 2023-01-11T20:46:40.9976557Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-01-11T20:46:40.9978920Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-01-11T20:46:40.9980581Z + [[ linux-focal-rocm5.3-py3.8 == *asan* ]] 2023-01-11T20:46:40.9981611Z + [[ linux-focal-rocm5.3-py3.8 == *-tsan* ]] 2023-01-11T20:46:40.9982460Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2023-01-11T20:46:40.9983263Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2023-01-11T20:46:40.9998947Z + [[ linux-focal-rocm5.3-py3.8 == *tbb* ]] 2023-01-11T20:46:41.0036259Z + [[ linux-focal-rocm5.3-py3.8 == *libtorch* ]] 2023-01-11T20:46:41.0037398Z + [[ linux-focal-rocm5.3-py3.8 == *-bazel-* ]] 2023-01-11T20:46:41.0038421Z + [[ linux-focal-rocm5.3-py3.8 == *-tsan* ]] 2023-01-11T20:46:41.0039135Z + cd test 2023-01-11T20:46:41.0040094Z + python -c 'import torch; print(torch.__config__.show())' 2023-01-11T20:46:42.6150006Z PyTorch built with: 2023-01-11T20:46:42.6151340Z - GCC 9.4 2023-01-11T20:46:42.6152219Z - C++ Version: 201703 2023-01-11T20:46:42.6153720Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2023-01-11T20:46:42.6155350Z - Intel(R) MKL-DNN v2.7.2 (Git Hash fbec3e25a559ee252022ae066817b204e106a6ba) 2023-01-11T20:46:42.6156488Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-01-11T20:46:42.6157564Z - LAPACK is enabled (usually provided by MKL) 2023-01-11T20:46:42.6158497Z - NNPACK is enabled 2023-01-11T20:46:42.6159394Z - CPU capability usage: AVX2 2023-01-11T20:46:42.6160286Z - HIP Runtime 5.3.22061 2023-01-11T20:46:42.6161087Z - MIOpen 2.18.0 2023-01-11T20:46:42.6161813Z - Magma 2.6.1 2023-01-11T20:46:42.6169626Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_DISABLE_GPU_ASSERTS=ON, TORCH_VERSION=2.0.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=ON, 2023-01-11T20:46:42.6175211Z 2023-01-11T20:46:45.5619949Z + cd test 2023-01-11T20:46:45.5621133Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2023-01-11T20:46:47.0541039Z ATen/Parallel: 2023-01-11T20:46:47.0557264Z at::get_num_threads() : 32 2023-01-11T20:46:47.0557589Z at::get_num_interop_threads() : 32 2023-01-11T20:46:47.0557877Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2023-01-11T20:46:47.0558144Z omp_get_max_threads() : 32 2023-01-11T20:46:47.0558743Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2023-01-11T20:46:47.0559122Z mkl_get_max_threads() : 32 2023-01-11T20:46:47.0559540Z Intel(R) MKL-DNN v2.7.2 (Git Hash fbec3e25a559ee252022ae066817b204e106a6ba) 2023-01-11T20:46:47.0560106Z std::thread::hardware_concurrency() : 64 2023-01-11T20:46:47.0560387Z Environment variables: 2023-01-11T20:46:47.0560648Z OMP_NUM_THREADS : [not set] 2023-01-11T20:46:47.0560907Z MKL_NUM_THREADS : [not set] 2023-01-11T20:46:47.0561245Z ATen parallel backend: OpenMP 2023-01-11T20:46:47.0561417Z 2023-01-11T20:46:49.9991165Z + [[ default == *backward* ]] 2023-01-11T20:46:49.9991917Z + [[ default == *xla* ]] 2023-01-11T20:46:49.9992628Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2023-01-11T20:46:49.9993755Z + [[ linux-focal-rocm5.3-py3.8 == *libtorch* ]] 2023-01-11T20:46:49.9994550Z + [[ default == distributed ]] 2023-01-11T20:46:49.9995271Z + [[ default == deploy ]] 2023-01-11T20:46:49.9996003Z + [[ default == *inductor_distributed* ]] 2023-01-11T20:46:49.9996728Z + [[ default == *dynamo* ]] 2023-01-11T20:46:49.9997377Z + [[ default == *dynamo* ]] 2023-01-11T20:46:49.9998108Z + [[ default == *inductor_huggingface* ]] 2023-01-11T20:46:49.9998872Z + [[ default == *inductor_timm* ]] 2023-01-11T20:46:49.9999638Z + [[ default == *inductor_torchbench* ]] 2023-01-11T20:46:50.0000370Z + [[ default == *inductor* ]] 2023-01-11T20:46:50.0000987Z + [[ 1 == 1 ]] 2023-01-11T20:46:50.0001664Z + [[ 2 -gt 1 ]] 2023-01-11T20:46:50.0002272Z + test_without_numpy 2023-01-11T20:46:50.0003030Z ++ dirname .jenkins/pytorch/test.sh 2023-01-11T20:46:50.0020935Z + pushd .jenkins/pytorch 2023-01-11T20:46:50.0021737Z ~/pytorch/.jenkins/pytorch ~/pytorch 2023-01-11T20:46:50.0023614Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');from unittest import TestCase;import torch;x=torch.randn(3,3);TestCase().assertRaises(RuntimeError, lambda: x.numpy())' 2023-01-11T20:46:51.3811899Z :1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:84.) 2023-01-11T20:46:54.2034762Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2023-01-11T20:46:55.5998774Z :1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:84.) 2023-01-11T20:46:55.6232171Z tensor([0., 1.]) 2023-01-11T20:46:58.4333630Z + popd 2023-01-11T20:46:58.4334474Z ~/pytorch 2023-01-11T20:46:58.4335241Z + install_torchvision 2023-01-11T20:46:58.4336011Z + local commit 2023-01-11T20:46:58.4338321Z ++ get_pinned_commit vision 2023-01-11T20:46:58.4339273Z ++ cat .github/ci_commit_pins/vision.txt 2023-01-11T20:46:58.4374287Z + commit=32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:46:58.4376406Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:46:58.4378534Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:46:58.8861930Z Collecting git+https://github.com/pytorch/vision.git@32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:46:58.8866700Z Cloning https://github.com/pytorch/vision.git (to revision 32d254bbfcf14975f846765775584e61ef25a5bc) to /tmp/pip-req-build-q8csdrkb 2023-01-11T20:46:58.8951330Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-q8csdrkb 2023-01-11T20:47:02.7073016Z Running command git rev-parse -q --verify 'sha^32d254bbfcf14975f846765775584e61ef25a5bc' 2023-01-11T20:47:02.7153058Z Running command git fetch -q https://github.com/pytorch/vision.git 32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:47:04.2687171Z Running command git checkout -q 32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:47:05.5010124Z Resolved https://github.com/pytorch/vision.git to commit 32d254bbfcf14975f846765775584e61ef25a5bc 2023-01-11T20:47:12.7172790Z Preparing metadata (setup.py) ... [?25l- \ | / - done 2023-01-11T20:47:12.7253784Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.8/site-packages (from torchvision==0.15.0a0+32d254b) (4.4.0) 2023-01-11T20:47:12.7256252Z Requirement already satisfied: numpy in /opt/conda/lib/python3.8/site-packages (from torchvision==0.15.0a0+32d254b) (1.22.4) 2023-01-11T20:47:12.7258169Z Requirement already satisfied: requests in /opt/conda/lib/python3.8/site-packages (from torchvision==0.15.0a0+32d254b) (2.28.1) 2023-01-11T20:47:12.7261608Z Requirement already satisfied: torch in /opt/conda/lib/python3.8/site-packages (from torchvision==0.15.0a0+32d254b) (2.0.0a0+git8419ddd) 2023-01-11T20:47:12.7271884Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.8/site-packages (from torchvision==0.15.0a0+32d254b) (9.3.0) 2023-01-11T20:47:12.7497349Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.8/site-packages (from requests->torchvision==0.15.0a0+32d254b) (3.4) 2023-01-11T20:47:12.7499085Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.8/site-packages (from requests->torchvision==0.15.0a0+32d254b) (2022.12.7) 2023-01-11T20:47:12.7505196Z Requirement already satisfied: charset-normalizer<3,>=2 in /opt/conda/lib/python3.8/site-packages (from requests->torchvision==0.15.0a0+32d254b) (2.0.4) 2023-01-11T20:47:12.7512936Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.8/site-packages (from requests->torchvision==0.15.0a0+32d254b) (1.26.13) 2023-01-11T20:47:12.7569668Z Requirement already satisfied: sympy in /opt/conda/lib/python3.8/site-packages (from torch->torchvision==0.15.0a0+32d254b) (1.11.1) 2023-01-11T20:47:12.7571273Z Requirement already satisfied: networkx in /opt/conda/lib/python3.8/site-packages (from torch->torchvision==0.15.0a0+32d254b) (2.6.3) 2023-01-11T20:47:12.7964812Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.8/site-packages (from sympy->torch->torchvision==0.15.0a0+32d254b) (1.2.1) 2023-01-11T20:47:12.8034239Z Building wheels for collected packages: torchvision 2023-01-11T20:48:10.8277740Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2023-01-11T20:48:10.8516266Z [?25h Created wheel for torchvision: filename=torchvision-0.15.0a0+32d254b-cp38-cp38-linux_x86_64.whl size=28178792 sha256=7f7849c94e72f2a3c40ea2e718e90c59b7f9237bc642bc068e919a7b381fb31d 2023-01-11T20:48:10.8518435Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/2e/ef/53/86579d843de2763234e7e75f4824b34994d365a3e4ba0ff9d2 2023-01-11T20:48:10.8570338Z Successfully built torchvision 2023-01-11T20:48:11.5990934Z Installing collected packages: torchvision 2023-01-11T20:48:12.3976233Z Successfully installed torchvision-0.15.0a0+32d254b 2023-01-11T20:48:12.5825468Z + install_triton 2023-01-11T20:48:12.5826276Z + local commit 2023-01-11T20:48:12.5831172Z + [[ default == *rocm* ]] 2023-01-11T20:48:12.5832116Z ++ get_pinned_commit triton 2023-01-11T20:48:12.5832931Z ++ cat .github/ci_commit_pins/triton.txt 2023-01-11T20:48:12.5863459Z + commit=0d7e7532279e45672555e344646f5c19c3972331 2023-01-11T20:48:12.5865578Z + pip_install --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-01-11T20:48:12.5867475Z + pip install --progress-bar off --user git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-01-11T20:48:13.0260988Z Collecting git+https://github.com/openai/triton@0d7e7532279e45672555e344646f5c19c3972331#subdirectory=python 2023-01-11T20:48:13.0264712Z Cloning https://github.com/openai/triton (to revision 0d7e7532279e45672555e344646f5c19c3972331) to /tmp/pip-req-build-d1cu47h_ 2023-01-11T20:48:13.0347083Z Running command git clone --filter=blob:none --quiet https://github.com/openai/triton /tmp/pip-req-build-d1cu47h_ 2023-01-11T20:48:15.1654878Z Running command git rev-parse -q --verify 'sha^0d7e7532279e45672555e344646f5c19c3972331' 2023-01-11T20:48:15.1740489Z Running command git fetch -q https://github.com/openai/triton 0d7e7532279e45672555e344646f5c19c3972331 2023-01-11T20:48:15.9714538Z Running command git checkout -q 0d7e7532279e45672555e344646f5c19c3972331 2023-01-11T20:48:16.9589567Z Resolved https://github.com/openai/triton to commit 0d7e7532279e45672555e344646f5c19c3972331 2023-01-11T20:48:16.9592081Z Running command git submodule update --init --recursive -q 2023-01-11T20:48:18.1042797Z Preparing metadata (setup.py) ... [?25l- done 2023-01-11T20:48:18.3513774Z [?25hCollecting cmake 2023-01-11T20:48:18.4011103Z Downloading cmake-3.25.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 MB) 2023-01-11T20:48:18.8480503Z Collecting filelock 2023-01-11T20:48:18.8539028Z Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB) 2023-01-11T20:48:18.8571004Z Requirement already satisfied: torch in /opt/conda/lib/python3.8/site-packages (from triton==2.0.0) (2.0.0a0+git8419ddd) 2023-01-11T20:48:18.8924619Z Requirement already satisfied: sympy in /opt/conda/lib/python3.8/site-packages (from torch->triton==2.0.0) (1.11.1) 2023-01-11T20:48:18.8926398Z Requirement already satisfied: networkx in /opt/conda/lib/python3.8/site-packages (from torch->triton==2.0.0) (2.6.3) 2023-01-11T20:48:18.8928681Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.8/site-packages (from torch->triton==2.0.0) (4.4.0) 2023-01-11T20:48:18.9134845Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.8/site-packages (from sympy->torch->triton==2.0.0) (1.2.1) 2023-01-11T20:48:18.9214762Z Building wheels for collected packages: triton 2023-01-11T20:49:43.0575069Z Building wheel for triton (setup.py) ... [?25l- \ | / - \ | / - \ | / done 2023-01-11T20:49:43.0772770Z [?25h Created wheel for triton: filename=triton-2.0.0-cp38-cp38-linux_x86_64.whl size=15414539 sha256=f6ba4505245adeb4ffed24067d9ed6e19049ec4cfc8a08ca75d3737036a096f5 2023-01-11T20:49:43.0774380Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/c0/c0/56/bdb2859a55c7764d4e97889d26a8a05b683ef97fe9b1aa7dec 2023-01-11T20:49:43.0802729Z Successfully built triton 2023-01-11T20:49:43.9043668Z Installing collected packages: cmake, filelock, triton 2023-01-11T20:49:45.1197368Z Successfully installed cmake-3.25.0 filelock-3.9.0 triton-2.0.0 2023-01-11T20:49:45.2482208Z + pip_install --user jinja2 2023-01-11T20:49:45.2483248Z + pip install --progress-bar off --user jinja2 2023-01-11T20:49:45.7454740Z Collecting jinja2 2023-01-11T20:49:45.7922595Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2023-01-11T20:49:45.8098976Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.8/site-packages (from jinja2) (2.1.1) 2023-01-11T20:49:46.6210344Z Installing collected packages: jinja2 2023-01-11T20:49:46.7025892Z Successfully installed jinja2-3.1.2 2023-01-11T20:49:46.8124832Z + test_python_shard 1 2023-01-11T20:49:46.8125936Z + [[ -z 2 ]] 2023-01-11T20:49:46.8127218Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2023-01-11T20:49:49.1534677Z Ignoring disabled issues: [] 2023-01-11T20:49:49.1781634Z Excluding test_cuda_nvml_based_avail on ROCm 2023-01-11T20:49:49.1782829Z Found test time stats from artifacts 2023-01-11T20:49:49.1821165Z Selected tests: 2023-01-11T20:49:49.1821883Z test_ops 2023-01-11T20:49:49.1822500Z test_jit_cuda_fuser 2023-01-11T20:49:49.1823158Z test_sparse_csr 2023-01-11T20:49:49.1827672Z test_fx 2023-01-11T20:49:49.1828308Z test_nn 2023-01-11T20:49:49.1828908Z nn/test_convolution 2023-01-11T20:49:49.1833609Z test_tensor_creation_ops 2023-01-11T20:49:49.1834552Z test_dispatch 2023-01-11T20:49:49.1835274Z test_multiprocessing_spawn 2023-01-11T20:49:49.1836087Z distributions/test_distributions 2023-01-11T20:49:49.1836961Z test_cpp_extensions_open_device_registration 2023-01-11T20:49:49.1837761Z test_cuda_trace 2023-01-11T20:49:49.1838896Z test_overrides 2023-01-11T20:49:49.1839659Z test_cpp_extensions_aot_ninja 2023-01-11T20:49:49.1840426Z dynamo/test_aot_autograd 2023-01-11T20:49:49.1841136Z dynamo/test_comptime 2023-01-11T20:49:49.1841827Z dynamo/test_export 2023-01-11T20:49:49.1842542Z dynamo/test_functions 2023-01-11T20:49:49.1843427Z dynamo/test_global_declaration 2023-01-11T20:49:49.1844151Z dynamo/test_misc 2023-01-11T20:49:49.1844831Z dynamo/test_modules 2023-01-11T20:49:49.1845542Z dynamo/test_optimizations 2023-01-11T20:49:49.1846302Z dynamo/test_python_autograd 2023-01-11T20:49:49.1847050Z dynamo/test_replay_record 2023-01-11T20:49:49.1847805Z dynamo/test_skip_non_tensor 2023-01-11T20:49:49.1848879Z dynamo/test_torchxla_integration 2023-01-11T20:49:49.1849659Z dynamo/test_torchxla_util 2023-01-11T20:49:49.1850435Z dynamo/test_verify_correctness 2023-01-11T20:49:49.1851173Z inductor/test_perf 2023-01-11T20:49:49.1851895Z inductor/test_torchinductor 2023-01-11T20:49:49.1852709Z lazy/test_extract_compiled_graph 2023-01-11T20:49:49.1853445Z nn/test_init 2023-01-11T20:49:49.1854075Z test_deploy 2023-01-11T20:49:49.1854729Z test_pruning_op 2023-01-11T20:49:49.1855350Z test_meta 2023-01-11T20:49:49.1855974Z test_quantization 2023-01-11T20:49:49.1856636Z test_schema_check 2023-01-11T20:49:49.1857419Z test_unary_ufuncs 2023-01-11T20:49:49.1858266Z test_testing 2023-01-11T20:49:49.1859151Z test_functional_autograd_benchmark 2023-01-11T20:49:49.1860021Z test_mkldnn 2023-01-11T20:49:49.1860648Z test_fx_experimental 2023-01-11T20:49:49.1861291Z test_jiterator 2023-01-11T20:49:49.1861945Z test_expanded_weights 2023-01-11T20:49:49.1862595Z nn/test_embedding 2023-01-11T20:49:49.1863200Z test_stateless 2023-01-11T20:49:49.1864195Z test_mkldnn_verbose 2023-01-11T20:49:49.1864867Z test_import_stats 2023-01-11T20:49:49.1865503Z test_logging 2023-01-11T20:49:49.1866117Z test_package 2023-01-11T20:49:49.1866774Z lazy/test_step_closures 2023-01-11T20:49:49.1867544Z benchmark_utils/test_benchmark_utils 2023-01-11T20:49:49.1868283Z test_native_mha 2023-01-11T20:49:49.1868924Z lazy/test_reuse_ir 2023-01-11T20:49:49.1869587Z test_function_schema 2023-01-11T20:49:49.1870241Z test_monitor 2023-01-11T20:49:49.1870882Z test_python_dispatch 2023-01-11T20:49:49.1871575Z nn/test_parametrization 2023-01-11T20:49:49.1872232Z test_dlpack 2023-01-11T20:49:49.1872857Z test_numpy_interop 2023-01-11T20:49:49.1873507Z lazy/test_ts_opinfo 2023-01-11T20:49:49.1874144Z nn/test_module_hooks 2023-01-11T20:49:49.2180748Z Prioritized test from test file changes. 2023-01-11T20:49:49.2181438Z reordering tests for PR: 2023-01-11T20:49:49.2183393Z prioritized: ['test_sparse_csr', 'test_nn', 'test_overrides', 'dynamo/test_export', 'dynamo/test_misc', 'dynamo/test_optimizations', 'dynamo/test_torchxla_integration', 'inductor/test_torchinductor', 'test_meta', 'test_testing', 'test_stateless', 'test_function_schema', 'test_python_dispatch'] 2023-01-11T20:49:49.2189335Z the rest: ['test_ops', 'test_jit_cuda_fuser', 'test_fx', 'nn/test_convolution', 'test_tensor_creation_ops', 'test_dispatch', 'test_multiprocessing_spawn', 'distributions/test_distributions', 'test_cpp_extensions_open_device_registration', 'test_cuda_trace', 'test_cpp_extensions_aot_ninja', 'dynamo/test_aot_autograd', 'dynamo/test_comptime', 'dynamo/test_functions', 'dynamo/test_global_declaration', 'dynamo/test_modules', 'dynamo/test_python_autograd', 'dynamo/test_replay_record', 'dynamo/test_skip_non_tensor', 'dynamo/test_torchxla_util', 'dynamo/test_verify_correctness', 'inductor/test_perf', 'lazy/test_extract_compiled_graph', 'nn/test_init', 'test_deploy', 'test_pruning_op', 'test_quantization', 'test_schema_check', 'test_unary_ufuncs', 'test_functional_autograd_benchmark', 'test_mkldnn', 'test_fx_experimental', 'test_jiterator', 'test_expanded_weights', 'nn/test_embedding', 'test_mkldnn_verbose', 'test_import_stats', 'test_logging', 'test_package', 'lazy/test_step_closures', 'benchmark_utils/test_benchmark_utils', 'test_native_mha', 'lazy/test_reuse_ir', 'test_monitor', 'nn/test_parametrization', 'test_dlpack', 'test_numpy_interop', 'lazy/test_ts_opinfo', 'nn/test_module_hooks'] 2023-01-11T20:49:49.2192940Z 2023-01-11T20:49:49.2193941Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/pytorch/test/.pytorch-slow-tests.json 2023-01-11T20:49:49.2628745Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/pytorch/test/.pytorch-disabled-tests.json 2023-01-11T20:49:49.2973610Z parallel (file granularity) tests: 2023-01-11T20:49:49.2974748Z dynamo/test_export 2023-01-11T20:49:49.2975690Z dynamo/test_misc 2023-01-11T20:49:49.2976707Z dynamo/test_optimizations 2023-01-11T20:49:49.2977630Z dynamo/test_torchxla_integration 2023-01-11T20:49:49.2978545Z inductor/test_torchinductor 2023-01-11T20:49:49.2979355Z test_meta 2023-01-11T20:49:49.2979987Z test_testing 2023-01-11T20:49:49.2980568Z test_stateless 2023-01-11T20:49:49.2981218Z test_function_schema 2023-01-11T20:49:49.2981872Z test_python_dispatch 2023-01-11T20:49:49.2982539Z dynamo/test_aot_autograd 2023-01-11T20:49:49.2983225Z dynamo/test_comptime 2023-01-11T20:49:49.2984010Z dynamo/test_functions 2023-01-11T20:49:49.2984705Z dynamo/test_global_declaration 2023-01-11T20:49:49.2985417Z dynamo/test_modules 2023-01-11T20:49:49.2986096Z dynamo/test_python_autograd 2023-01-11T20:49:49.2986834Z dynamo/test_replay_record 2023-01-11T20:49:49.2987522Z dynamo/test_skip_non_tensor 2023-01-11T20:49:49.2988246Z dynamo/test_torchxla_util 2023-01-11T20:49:49.2988962Z dynamo/test_verify_correctness 2023-01-11T20:49:49.2989680Z inductor/test_perf 2023-01-11T20:49:49.2990380Z lazy/test_extract_compiled_graph 2023-01-11T20:49:49.2991080Z nn/test_init 2023-01-11T20:49:49.2991648Z test_deploy 2023-01-11T20:49:49.2992265Z test_pruning_op 2023-01-11T20:49:49.2992905Z test_quantization 2023-01-11T20:49:49.2993534Z test_schema_check 2023-01-11T20:49:49.2994169Z test_unary_ufuncs 2023-01-11T20:49:49.2994881Z test_functional_autograd_benchmark 2023-01-11T20:49:49.2995572Z test_mkldnn 2023-01-11T20:49:49.2996199Z test_fx_experimental 2023-01-11T20:49:49.2996829Z test_jiterator 2023-01-11T20:49:49.2997470Z test_expanded_weights 2023-01-11T20:49:49.2998117Z nn/test_embedding 2023-01-11T20:49:49.2998786Z test_mkldnn_verbose 2023-01-11T20:49:49.2999435Z test_import_stats 2023-01-11T20:49:49.3000045Z test_logging 2023-01-11T20:49:49.3000638Z test_package 2023-01-11T20:49:49.3001292Z lazy/test_step_closures 2023-01-11T20:49:49.3002041Z benchmark_utils/test_benchmark_utils 2023-01-11T20:49:49.3002753Z test_native_mha 2023-01-11T20:49:49.3003379Z lazy/test_reuse_ir 2023-01-11T20:49:49.3003984Z test_monitor 2023-01-11T20:49:49.3004630Z nn/test_parametrization 2023-01-11T20:49:49.3005249Z test_dlpack 2023-01-11T20:49:49.3005870Z test_numpy_interop 2023-01-11T20:49:49.3006524Z lazy/test_ts_opinfo 2023-01-11T20:49:49.3007157Z nn/test_module_hooks 2023-01-11T20:49:49.3007884Z serial (file granularity) tests: 2023-01-11T20:49:49.3008559Z test_sparse_csr 2023-01-11T20:49:49.3009146Z test_nn 2023-01-11T20:49:49.3009719Z test_overrides 2023-01-11T20:49:49.3010299Z test_ops 2023-01-11T20:49:49.3010884Z test_jit_cuda_fuser 2023-01-11T20:49:49.3011498Z test_fx 2023-01-11T20:49:49.3012085Z nn/test_convolution 2023-01-11T20:49:49.3012769Z test_tensor_creation_ops 2023-01-11T20:49:49.3013422Z test_dispatch 2023-01-11T20:49:49.3014093Z test_multiprocessing_spawn 2023-01-11T20:49:49.3014838Z distributions/test_distributions 2023-01-11T20:49:49.3015680Z test_cpp_extensions_open_device_registration 2023-01-11T20:49:49.3016407Z test_cuda_trace 2023-01-11T20:49:49.3017081Z test_cpp_extensions_aot_ninja 2023-01-11T20:49:51.7511686Z Ignoring disabled issues: [] 2023-01-11T20:49:51.7608671Z Ignoring disabled issues: [] 2023-01-11T20:49:51.7706439Z Running dynamo/test_export ... [2023-01-11 20:49:51.769825] 2023-01-11T20:49:51.7708168Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:49:51.770105] 2023-01-11T20:49:51.7824968Z Running dynamo/test_misc ... [2023-01-11 20:49:51.781582] 2023-01-11T20:49:51.7827035Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:49:51.781839] 2023-01-11T20:49:56.9033260Z 2023-01-11T20:49:56.9034407Z Expand the folded group to see the log file of dynamo/test_misc 2023-01-11T20:49:56.9047156Z ##[group]PRINTING LOG FILE of dynamo/test_misc (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_misc_4q9w1i8_) 2023-01-11T20:49:56.9047968Z 2023-01-11T20:49:56.9048710Z ##[endgroup] 2023-01-11T20:49:56.9050319Z FINISHED PRINTING LOG FILE of dynamo/test_misc (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_misc_4q9w1i8_) 2023-01-11T20:49:56.9051083Z 2023-01-11T20:49:57.2793892Z 2023-01-11T20:49:57.2794962Z Expand the folded group to see the log file of dynamo/test_export 2023-01-11T20:49:57.2797254Z ##[group]PRINTING LOG FILE of dynamo/test_export (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_export_aemxra8v) 2023-01-11T20:49:57.2798239Z 2023-01-11T20:49:57.2798950Z ##[endgroup] 2023-01-11T20:49:57.2800471Z FINISHED PRINTING LOG FILE of dynamo/test_export (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_export_aemxra8v) 2023-01-11T20:49:57.2801284Z 2023-01-11T20:50:02.4696033Z Ignoring disabled issues: [] 2023-01-11T20:50:02.4886550Z Running dynamo/test_optimizations ... [2023-01-11 20:50:02.487794] 2023-01-11T20:50:02.4888427Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:50:02.488080] 2023-01-11T20:50:02.8945940Z Ignoring disabled issues: [] 2023-01-11T20:50:02.9137224Z Running dynamo/test_torchxla_integration ... [2023-01-11 20:50:02.913032] 2023-01-11T20:50:02.9139130Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:50:02.913308] 2023-01-11T20:50:07.7732266Z 2023-01-11T20:50:07.7733134Z Expand the folded group to see the log file of dynamo/test_optimizations 2023-01-11T20:50:07.7735315Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_optimizations_5xkc73m1) 2023-01-11T20:50:07.7736171Z 2023-01-11T20:50:07.7736901Z ##[endgroup] 2023-01-11T20:50:07.7738710Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_optimizations_5xkc73m1) 2023-01-11T20:50:07.7739556Z 2023-01-11T20:50:07.9795897Z 2023-01-11T20:50:07.9796780Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2023-01-11T20:50:07.9798855Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_torchxla_integration_4yen17up) 2023-01-11T20:50:07.9799787Z 2023-01-11T20:50:07.9800528Z ##[endgroup] 2023-01-11T20:50:07.9802234Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_torchxla_integration_4yen17up) 2023-01-11T20:50:07.9803157Z 2023-01-11T20:50:13.4145040Z Ignoring disabled issues: [] 2023-01-11T20:50:13.4333978Z Running inductor/test_torchinductor ... [2023-01-11 20:50:13.432771] 2023-01-11T20:50:13.4335797Z Executing ['/opt/conda/bin/python', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:50:13.433037] 2023-01-11T20:50:13.6438394Z Ignoring disabled issues: [] 2023-01-11T20:50:13.6626539Z Running test_meta ... [2023-01-11 20:50:13.661804] 2023-01-11T20:50:13.6628226Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:50:13.662083] 2023-01-11T20:51:08.5640526Z 2023-01-11T20:51:08.5642014Z Expand the folded group to see the log file of inductor/test_torchinductor 2023-01-11T20:51:08.5645228Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (/var/lib/jenkins/pytorch/test/test-reports/inductor-test_torchinductor_o08jfjr0) 2023-01-11T20:51:08.5646298Z 2023-01-11T20:51:08.5647032Z ##[endgroup] 2023-01-11T20:51:08.5649739Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (/var/lib/jenkins/pytorch/test/test-reports/inductor-test_torchinductor_o08jfjr0) 2023-01-11T20:51:08.5650853Z 2023-01-11T20:51:14.0779167Z Ignoring disabled issues: [] 2023-01-11T20:51:14.0970842Z Running test_testing ... [2023-01-11 20:51:14.096335] 2023-01-11T20:51:14.0972507Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:51:14.096591] 2023-01-11T20:51:46.3954718Z 2023-01-11T20:51:46.3955906Z Expand the folded group to see the log file of test_testing 2023-01-11T20:51:46.3958148Z ##[group]PRINTING LOG FILE of test_testing (/var/lib/jenkins/pytorch/test/test-reports/test_testing_rr8hwr9z) 2023-01-11T20:51:46.3966436Z Test results will be stored in test-reports/python-unittest/test_testing 2023-01-11T20:51:46.3967401Z 2023-01-11T20:51:46.3967783Z Running tests... 2023-01-11T20:51:46.3969089Z ---------------------------------------------------------------------- 2023-01-11T20:51:46.3970435Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3971878Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3973221Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.009s) 2023-01-11T20:51:46.3974279Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.3975331Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3976466Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3977731Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2023-01-11T20:51:46.3978865Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3979997Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3981003Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.3982055Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.3983194Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3985997Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:619: 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:54.) 2023-01-11T20:51:46.3988151Z sparse_csr = strided.to_sparse_csr() 2023-01-11T20:51:46.3988940Z ok (0.005s) 2023-01-11T20:51:46.3989837Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.007s) 2023-01-11T20:51:46.3991051Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3992184Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.3993344Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3994507Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3995742Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3996966Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.3998115Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.3999256Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.4000448Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.4001511Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.4003162Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.4004186Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.4005198Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.4006377Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2023-01-11T20:51:46.4007389Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2023-01-11T20:51:46.4008484Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2023-01-11T20:51:46.4009703Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.088s) 2023-01-11T20:51:46.4010832Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.003s) 2023-01-11T20:51:46.4011904Z test_unknown_type (__main__.TestAssertClose) ... ok (0.016s) 2023-01-11T20:51:46.4013085Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2023-01-11T20:51:46.4014419Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2023-01-11T20:51:46.4015806Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2023-01-11T20:51:46.4017201Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2023-01-11T20:51:46.4018489Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4019789Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2023-01-11T20:51:46.4021028Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4022303Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2023-01-11T20:51:46.4023541Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4025301Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4026509Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2023-01-11T20:51:46.4027624Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2023-01-11T20:51:46.4028728Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2023-01-11T20:51:46.4029866Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4030978Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4032076Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2023-01-11T20:51:46.4033230Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4034352Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2023-01-11T20:51:46.4035542Z test_mismatching_device_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.105s) 2023-01-11T20:51:46.4036811Z test_mismatching_device_no_check_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.005s) 2023-01-11T20:51:46.4038024Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2023-01-11T20:51:46.4039169Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2023-01-11T20:51:46.4040294Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2023-01-11T20:51:46.4041442Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2023-01-11T20:51:46.4042520Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2023-01-11T20:51:46.4043650Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2023-01-11T20:51:46.4046874Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2023-01-11T20:51:46.4048046Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2023-01-11T20:51:46.4049136Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2023-01-11T20:51:46.4050235Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2023-01-11T20:51:46.4051684Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2023-01-11T20:51:46.4052842Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2023-01-11T20:51:46.4053970Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2023-01-11T20:51:46.4055221Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2023-01-11T20:51:46.4056375Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2023-01-11T20:51:46.4057492Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2023-01-11T20:51:46.4058599Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2023-01-11T20:51:46.4059744Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2023-01-11T20:51:46.4060820Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2023-01-11T20:51:46.4061927Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2023-01-11T20:51:46.4063116Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2023-01-11T20:51:46.4064896Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2023-01-11T20:51:46.4066078Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (0.008s) 2023-01-11T20:51:46.4067175Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2023-01-11T20:51:46.4068274Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2023-01-11T20:51:46.4069446Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2023-01-11T20:51:46.4070605Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2023-01-11T20:51:46.4072247Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T20:51:46.4073378Z test_circular_dependencies (__main__.TestImports) 2023-01-11T20:51:46.4074336Z Checks that all modules inside torch can be imported ... ok (9.748s) 2023-01-11T20:51:46.4075412Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... ok (4.324s) 2023-01-11T20:51:46.4076571Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... ok (4.324s) 2023-01-11T20:51:46.4077886Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1836: DeprecationWarning: Please use assertEqual instead. 2023-01-11T20:51:46.4078744Z self.assertEquals(out, "") 2023-01-11T20:51:46.4079075Z ok (4.336s) 2023-01-11T20:51:46.4079499Z test_opinfo_error_generators_T_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4080089Z test_opinfo_error_generators___radd___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4080677Z test_opinfo_error_generators___rand___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4081277Z test_opinfo_error_generators___rdiv___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4081877Z test_opinfo_error_generators___rmod___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4082466Z test_opinfo_error_generators___rmul___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4083056Z test_opinfo_error_generators___ror___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4083652Z test_opinfo_error_generators___rpow___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4084246Z test_opinfo_error_generators___rsub___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4084826Z test_opinfo_error_generators___rxor___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4085410Z test_opinfo_error_generators_add_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4086122Z test_opinfo_error_generators_amax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4086715Z test_opinfo_error_generators_amin_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4087368Z test_opinfo_error_generators_aminmax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4087975Z test_opinfo_error_generators_arange_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4088589Z test_opinfo_error_generators_as_strided_scatter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4089209Z test_opinfo_error_generators_atan2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4089803Z test_opinfo_error_generators_bernoulli_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4090411Z test_opinfo_error_generators_bitwise_and_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4091046Z test_opinfo_error_generators_bitwise_left_shift_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4091660Z test_opinfo_error_generators_bitwise_or_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4092292Z test_opinfo_error_generators_bitwise_right_shift_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4092913Z test_opinfo_error_generators_bitwise_xor_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4093512Z test_opinfo_error_generators_cat_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4094114Z test_opinfo_error_generators_clamp_max_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4094705Z test_opinfo_error_generators_clamp_min_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4095311Z test_opinfo_error_generators_complex_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4095916Z test_opinfo_error_generators_copysign_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4096509Z test_opinfo_error_generators_cov_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4097101Z test_opinfo_error_generators_diag_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4097706Z test_opinfo_error_generators_diag_embed_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4098320Z test_opinfo_error_generators_diagonal_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4098935Z test_opinfo_error_generators_diagonal_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4099551Z test_opinfo_error_generators_div_floor_rounding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4100183Z test_opinfo_error_generators_div_no_rounding_mode_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4100822Z test_opinfo_error_generators_div_trunc_rounding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4101432Z test_opinfo_error_generators_dsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4102024Z test_opinfo_error_generators_dstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4102610Z test_opinfo_error_generators_eq_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4103186Z test_opinfo_error_generators_eye_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4103867Z test_opinfo_error_generators_fft_fft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4104612Z test_opinfo_error_generators_fft_fft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4105310Z test_opinfo_error_generators_fft_fftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4105910Z test_opinfo_error_generators_fft_hfft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4106561Z test_opinfo_error_generators_fft_hfft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4107159Z test_opinfo_error_generators_fft_hfftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4107760Z test_opinfo_error_generators_fft_ifft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4108356Z test_opinfo_error_generators_fft_ifft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4108945Z test_opinfo_error_generators_fft_ifftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4109542Z test_opinfo_error_generators_fft_ihfft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4110150Z test_opinfo_error_generators_fft_ihfft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4110751Z test_opinfo_error_generators_fft_ihfftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4111352Z test_opinfo_error_generators_fft_irfft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4111950Z test_opinfo_error_generators_fft_irfft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4112539Z test_opinfo_error_generators_fft_irfftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4113141Z test_opinfo_error_generators_fft_rfft2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4113719Z test_opinfo_error_generators_fft_rfft_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4114334Z test_opinfo_error_generators_fft_rfftn_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4114926Z test_opinfo_error_generators_fliplr_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4115524Z test_opinfo_error_generators_flipud_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4116131Z test_opinfo_error_generators_float_power_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4116743Z test_opinfo_error_generators_floor_divide_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4117343Z test_opinfo_error_generators_fmax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4117928Z test_opinfo_error_generators_fmin_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4118501Z test_opinfo_error_generators_fmod_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4119096Z test_opinfo_error_generators_gather_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4119686Z test_opinfo_error_generators_gcd_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4120275Z test_opinfo_error_generators_ge_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4120862Z test_opinfo_error_generators_gradient_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4121455Z test_opinfo_error_generators_gt_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4122047Z test_opinfo_error_generators_heaviside_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4122641Z test_opinfo_error_generators_hsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4123243Z test_opinfo_error_generators_hstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4123904Z test_opinfo_error_generators_hypot_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4124490Z test_opinfo_error_generators_igamma_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4125130Z test_opinfo_error_generators_igammac_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4125737Z test_opinfo_error_generators_index_select_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4126334Z test_opinfo_error_generators_isclose_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4126953Z test_opinfo_error_generators_jiterator_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4127590Z test_opinfo_error_generators_jiterator_binary_return_by_ref_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4128221Z test_opinfo_error_generators_kthvalue_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4128806Z test_opinfo_error_generators_lcm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4129388Z test_opinfo_error_generators_ldexp_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4129971Z test_opinfo_error_generators_le_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4130570Z test_opinfo_error_generators_linalg_cross_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4131182Z test_opinfo_error_generators_linalg_lstsq_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4131815Z test_opinfo_error_generators_linalg_lstsq_grad_oriented_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4132438Z test_opinfo_error_generators_linspace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4133053Z test_opinfo_error_generators_logcumsumexp_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4133681Z test_opinfo_error_generators_logical_and_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4134295Z test_opinfo_error_generators_logical_or_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4134904Z test_opinfo_error_generators_logical_xor_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4135513Z test_opinfo_error_generators_logspace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4136110Z test_opinfo_error_generators_lt_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4136705Z test_opinfo_error_generators_masked_fill_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4137309Z test_opinfo_error_generators_masked_select_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4137921Z test_opinfo_error_generators_max_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4138525Z test_opinfo_error_generators_maximum_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4139128Z test_opinfo_error_generators_mean_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4139710Z test_opinfo_error_generators_median_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4140313Z test_opinfo_error_generators_min_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4140911Z test_opinfo_error_generators_minimum_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4141496Z test_opinfo_error_generators_movedim_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4142087Z test_opinfo_error_generators_mul_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4142756Z test_opinfo_error_generators_multinomial_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4143359Z test_opinfo_error_generators_narrow_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4144129Z test_opinfo_error_generators_narrow_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4144736Z test_opinfo_error_generators_native_layer_norm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4145336Z test_opinfo_error_generators_ne_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4145916Z test_opinfo_error_generators_neg_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4146501Z test_opinfo_error_generators_nextafter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4147127Z test_opinfo_error_generators_nn_functional_avg_pool1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4147783Z test_opinfo_error_generators_nn_functional_avg_pool2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4148424Z test_opinfo_error_generators_nn_functional_avg_pool3d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4149065Z test_opinfo_error_generators_nn_functional_conv1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4149698Z test_opinfo_error_generators_nn_functional_conv2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4150350Z test_opinfo_error_generators_nn_functional_embedding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4151020Z test_opinfo_error_generators_nn_functional_gaussian_nll_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4151664Z test_opinfo_error_generators_nn_functional_gelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4152310Z test_opinfo_error_generators_nn_functional_group_norm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4152968Z test_opinfo_error_generators_nn_functional_hinge_embedding_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4153633Z test_opinfo_error_generators_nn_functional_huber_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4154282Z test_opinfo_error_generators_nn_functional_l1_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4154944Z test_opinfo_error_generators_nn_functional_margin_ranking_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4155607Z test_opinfo_error_generators_nn_functional_max_pool1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4156252Z test_opinfo_error_generators_nn_functional_max_pool2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4156900Z test_opinfo_error_generators_nn_functional_max_pool3d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4157542Z test_opinfo_error_generators_nn_functional_poisson_nll_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4158191Z test_opinfo_error_generators_nn_functional_prelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4158832Z test_opinfo_error_generators_nn_functional_rrelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4159489Z test_opinfo_error_generators_nn_functional_soft_margin_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4160142Z test_opinfo_error_generators_nn_functional_softshrink_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4160810Z test_opinfo_error_generators_nn_functional_triplet_margin_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4161685Z test_opinfo_error_generators_nn_functional_triplet_margin_with_distance_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4162440Z test_opinfo_error_generators_ormqr_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4163064Z test_opinfo_error_generators_polar_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4163647Z test_opinfo_error_generators_pow_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4164251Z test_opinfo_error_generators_remainder_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4164856Z test_opinfo_error_generators_renorm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4165454Z test_opinfo_error_generators_reshape_as_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4166065Z test_opinfo_error_generators_reshape_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4166662Z test_opinfo_error_generators_roll_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4167250Z test_opinfo_error_generators_rot90_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4167821Z test_opinfo_error_generators_rsub_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4168421Z test_opinfo_error_generators_scatter_add_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4169020Z test_opinfo_error_generators_scatter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4169652Z test_opinfo_error_generators_signal_windows_bartlett_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4170311Z test_opinfo_error_generators_signal_windows_blackman_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4170962Z test_opinfo_error_generators_signal_windows_cosine_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4171617Z test_opinfo_error_generators_signal_windows_exponential_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4172274Z test_opinfo_error_generators_signal_windows_gaussian_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4172921Z test_opinfo_error_generators_signal_windows_general_cosine_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4173592Z test_opinfo_error_generators_signal_windows_general_hamming_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4174247Z test_opinfo_error_generators_signal_windows_hamming_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4174889Z test_opinfo_error_generators_signal_windows_hann_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4175533Z test_opinfo_error_generators_signal_windows_kaiser_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4176181Z test_opinfo_error_generators_signal_windows_nuttall_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4176844Z test_opinfo_error_generators_special_chebyshev_polynomial_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4177522Z test_opinfo_error_generators_special_chebyshev_polynomial_u_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4178509Z test_opinfo_error_generators_special_chebyshev_polynomial_v_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4179555Z test_opinfo_error_generators_special_chebyshev_polynomial_w_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4180418Z test_opinfo_error_generators_special_hermite_polynomial_h_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4181134Z test_opinfo_error_generators_special_hermite_polynomial_he_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4181810Z test_opinfo_error_generators_special_laguerre_polynomial_l_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4182775Z test_opinfo_error_generators_special_legendre_polynomial_p_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4184083Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4185173Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4186256Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4187327Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4188084Z test_opinfo_error_generators_special_xlog1py_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4188716Z test_opinfo_error_generators_special_zeta_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4189308Z test_opinfo_error_generators_sub_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4189918Z test_opinfo_error_generators_sum_to_size_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4190504Z test_opinfo_error_generators_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4191092Z test_opinfo_error_generators_take_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4191681Z test_opinfo_error_generators_trace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4192268Z test_opinfo_error_generators_tril_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4192853Z test_opinfo_error_generators_triu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4193448Z test_opinfo_error_generators_true_divide_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4194037Z test_opinfo_error_generators_unbind_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4194634Z test_opinfo_error_generators_uniform_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4195231Z test_opinfo_error_generators_view_as_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4195832Z test_opinfo_error_generators_view_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4196429Z test_opinfo_error_generators_view_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4197017Z test_opinfo_error_generators_vsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4197610Z test_opinfo_error_generators_vstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4198202Z test_opinfo_error_generators_where_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4198781Z test_opinfo_error_generators_xlogy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4199455Z test_opinfo_reference_generators___radd___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4199983Z test_opinfo_reference_generators___rand___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4200553Z test_opinfo_reference_generators___rdiv___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4201080Z test_opinfo_reference_generators___rmod___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4201607Z test_opinfo_reference_generators___rmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4202130Z test_opinfo_reference_generators___ror___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4202650Z test_opinfo_reference_generators___rpow___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4203163Z test_opinfo_reference_generators___rsub___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4203684Z test_opinfo_reference_generators___rxor___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4204206Z test_opinfo_reference_generators_abs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4204731Z test_opinfo_reference_generators_acos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4205256Z test_opinfo_reference_generators_acosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4205779Z test_opinfo_reference_generators_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4206308Z test_opinfo_reference_generators_addcdiv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4206837Z test_opinfo_reference_generators_addcmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4207355Z test_opinfo_reference_generators_angle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4207883Z test_opinfo_reference_generators_asin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4208400Z test_opinfo_reference_generators_asinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4208922Z test_opinfo_reference_generators_atan2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4209445Z test_opinfo_reference_generators_atan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4209970Z test_opinfo_reference_generators_atanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4210493Z test_opinfo_reference_generators_bfloat16_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4211027Z test_opinfo_reference_generators_bitwise_and_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4211563Z test_opinfo_reference_generators_bitwise_left_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4212108Z test_opinfo_reference_generators_bitwise_not_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4212635Z test_opinfo_reference_generators_bitwise_or_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4213183Z test_opinfo_reference_generators_bitwise_right_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4213722Z test_opinfo_reference_generators_bitwise_xor_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4214246Z test_opinfo_reference_generators_bool_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4214839Z test_opinfo_reference_generators_broadcast_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4215384Z test_opinfo_reference_generators_bucketize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4215944Z test_opinfo_reference_generators_byte_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4216459Z test_opinfo_reference_generators_cat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4216977Z test_opinfo_reference_generators_cdouble_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4217496Z test_opinfo_reference_generators_ceil_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4218022Z test_opinfo_reference_generators_cfloat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4218548Z test_opinfo_reference_generators_chalf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4219061Z test_opinfo_reference_generators_char_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4219588Z test_opinfo_reference_generators_chunk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4220106Z test_opinfo_reference_generators_clamp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4220621Z test_opinfo_reference_generators_clamp_max_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4221151Z test_opinfo_reference_generators_clamp_min_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4221671Z test_opinfo_reference_generators_clone_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4222195Z test_opinfo_reference_generators_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4222727Z test_opinfo_reference_generators_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4223266Z test_opinfo_reference_generators_conj_physical_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4223869Z test_opinfo_reference_generators_contiguous_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4224407Z test_opinfo_reference_generators_copysign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4224922Z test_opinfo_reference_generators_cos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4225518Z test_opinfo_reference_generators_cosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4226156Z test_opinfo_reference_generators_deg2rad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4226812Z test_opinfo_reference_generators_diag_embed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4227472Z test_opinfo_reference_generators_diagonal_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4228123Z test_opinfo_reference_generators_diagonal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4228767Z test_opinfo_reference_generators_digamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4229429Z test_opinfo_reference_generators_div_floor_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4230091Z test_opinfo_reference_generators_div_no_rounding_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4230764Z test_opinfo_reference_generators_div_trunc_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4231493Z test_opinfo_reference_generators_double_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4232181Z test_opinfo_reference_generators_empty_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4232819Z test_opinfo_reference_generators_eq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4233444Z test_opinfo_reference_generators_erf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4234078Z test_opinfo_reference_generators_erfc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4234704Z test_opinfo_reference_generators_erfinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4235333Z test_opinfo_reference_generators_exp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4235954Z test_opinfo_reference_generators_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4236582Z test_opinfo_reference_generators_expm1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4237212Z test_opinfo_reference_generators_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4237843Z test_opinfo_reference_generators_flatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4238478Z test_opinfo_reference_generators_float_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4239108Z test_opinfo_reference_generators_float_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4239730Z test_opinfo_reference_generators_floor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4240263Z test_opinfo_reference_generators_floor_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4240780Z test_opinfo_reference_generators_fmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4241291Z test_opinfo_reference_generators_fmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4241809Z test_opinfo_reference_generators_fmod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4242329Z test_opinfo_reference_generators_frac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4242845Z test_opinfo_reference_generators_frexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4243360Z test_opinfo_reference_generators_gcd_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4243878Z test_opinfo_reference_generators_ge_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4244399Z test_opinfo_reference_generators_gt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4244911Z test_opinfo_reference_generators_half_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4245439Z test_opinfo_reference_generators_heaviside_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4245971Z test_opinfo_reference_generators_hypot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4246486Z test_opinfo_reference_generators_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4247000Z test_opinfo_reference_generators_igamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4247527Z test_opinfo_reference_generators_igammac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4248113Z test_opinfo_reference_generators_imag_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4248647Z test_opinfo_reference_generators_index_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4249211Z test_opinfo_reference_generators_index_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4249749Z test_opinfo_reference_generators_index_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4250285Z test_opinfo_reference_generators_index_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4250812Z test_opinfo_reference_generators_int_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4251332Z test_opinfo_reference_generators_isclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4251862Z test_opinfo_reference_generators_isfinite_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4252382Z test_opinfo_reference_generators_isinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4252899Z test_opinfo_reference_generators_isnan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4253413Z test_opinfo_reference_generators_isneginf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4253941Z test_opinfo_reference_generators_isposinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4254465Z test_opinfo_reference_generators_isreal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4255001Z test_opinfo_reference_generators_jiterator_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4255575Z test_opinfo_reference_generators_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4256143Z test_opinfo_reference_generators_jiterator_unary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4256681Z test_opinfo_reference_generators_lcm_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4257197Z test_opinfo_reference_generators_ldexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4257710Z test_opinfo_reference_generators_le_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4258219Z test_opinfo_reference_generators_lgamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4258738Z test_opinfo_reference_generators_log10_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4259256Z test_opinfo_reference_generators_log1p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4259775Z test_opinfo_reference_generators_log2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4260303Z test_opinfo_reference_generators_log_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4260835Z test_opinfo_reference_generators_logical_and_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4261374Z test_opinfo_reference_generators_logical_not_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4261908Z test_opinfo_reference_generators_logical_or_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4262430Z test_opinfo_reference_generators_logical_xor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4262958Z test_opinfo_reference_generators_logit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4263539Z test_opinfo_reference_generators_long_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4264373Z test_opinfo_reference_generators_lt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4264903Z test_opinfo_reference_generators_max_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4265468Z test_opinfo_reference_generators_maximum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4266112Z test_opinfo_reference_generators_min_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4266748Z test_opinfo_reference_generators_minimum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4267369Z test_opinfo_reference_generators_movedim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4268003Z test_opinfo_reference_generators_mul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4268661Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4269340Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4270012Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4270677Z test_opinfo_reference_generators_nan_to_num_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4271327Z test_opinfo_reference_generators_narrow_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4271968Z test_opinfo_reference_generators_narrow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4272590Z test_opinfo_reference_generators_ne_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4273209Z test_opinfo_reference_generators_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4273848Z test_opinfo_reference_generators_nextafter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4274497Z test_opinfo_reference_generators_nn_functional_celu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4275165Z test_opinfo_reference_generators_nn_functional_elu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4275840Z test_opinfo_reference_generators_nn_functional_group_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4276528Z test_opinfo_reference_generators_nn_functional_hardshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4277226Z test_opinfo_reference_generators_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4277919Z test_opinfo_reference_generators_nn_functional_hardtanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4278609Z test_opinfo_reference_generators_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4279317Z test_opinfo_reference_generators_nn_functional_logsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4279928Z test_opinfo_reference_generators_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4280495Z test_opinfo_reference_generators_nn_functional_mish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4281117Z test_opinfo_reference_generators_nn_functional_prelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4281705Z test_opinfo_reference_generators_nn_functional_relu6_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4282252Z test_opinfo_reference_generators_nn_functional_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4282799Z test_opinfo_reference_generators_nn_functional_rrelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4283342Z test_opinfo_reference_generators_nn_functional_selu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4283878Z test_opinfo_reference_generators_nn_functional_silu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4284428Z test_opinfo_reference_generators_nn_functional_softplus_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4284996Z test_opinfo_reference_generators_nn_functional_softshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4285557Z test_opinfo_reference_generators_nn_functional_softsign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4286114Z test_opinfo_reference_generators_nn_functional_tanhshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4286677Z test_opinfo_reference_generators_nn_functional_threshold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4287217Z test_opinfo_reference_generators_permute_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4287732Z test_opinfo_reference_generators_polar_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4288280Z test_opinfo_reference_generators_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4288838Z test_opinfo_reference_generators_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4289404Z test_opinfo_reference_generators_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4289963Z test_opinfo_reference_generators_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4290528Z test_opinfo_reference_generators_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4291068Z test_opinfo_reference_generators_positive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4291589Z test_opinfo_reference_generators_pow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4292111Z test_opinfo_reference_generators_rad2deg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4292626Z test_opinfo_reference_generators_real_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4293160Z test_opinfo_reference_generators_reciprocal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4293684Z test_opinfo_reference_generators_remainder_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4294216Z test_opinfo_reference_generators_reshape_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4294739Z test_opinfo_reference_generators_reshape_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4295258Z test_opinfo_reference_generators_round_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4302904Z test_opinfo_reference_generators_round_decimals_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4303452Z test_opinfo_reference_generators_round_decimals_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4304247Z test_opinfo_reference_generators_round_decimals_neg_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4304790Z test_opinfo_reference_generators_rsqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4305299Z test_opinfo_reference_generators_rsub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4305815Z test_opinfo_reference_generators_sgn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4306330Z test_opinfo_reference_generators_short_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4306854Z test_opinfo_reference_generators_sigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4307378Z test_opinfo_reference_generators_sign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4307918Z test_opinfo_reference_generators_signal_windows_bartlett_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4308485Z test_opinfo_reference_generators_signal_windows_blackman_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4309045Z test_opinfo_reference_generators_signal_windows_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4309613Z test_opinfo_reference_generators_signal_windows_exponential_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4310176Z test_opinfo_reference_generators_signal_windows_gaussian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4310750Z test_opinfo_reference_generators_signal_windows_general_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4311335Z test_opinfo_reference_generators_signal_windows_general_hamming_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4311906Z test_opinfo_reference_generators_signal_windows_hamming_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4312471Z test_opinfo_reference_generators_signal_windows_hann_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4313025Z test_opinfo_reference_generators_signal_windows_kaiser_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4313589Z test_opinfo_reference_generators_signal_windows_nuttall_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4314135Z test_opinfo_reference_generators_signbit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4314659Z test_opinfo_reference_generators_sin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4315171Z test_opinfo_reference_generators_sinc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4315687Z test_opinfo_reference_generators_sinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4316221Z test_opinfo_reference_generators_special_airy_ai_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4316776Z test_opinfo_reference_generators_special_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4317332Z test_opinfo_reference_generators_special_bessel_j1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4317882Z test_opinfo_reference_generators_special_bessel_y0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4318496Z test_opinfo_reference_generators_special_bessel_y1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4319115Z test_opinfo_reference_generators_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4319701Z test_opinfo_reference_generators_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4320607Z test_opinfo_reference_generators_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4321515Z test_opinfo_reference_generators_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4322161Z test_opinfo_reference_generators_special_entr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4322710Z test_opinfo_reference_generators_special_erfcx_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4323281Z test_opinfo_reference_generators_special_hermite_polynomial_h_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4323866Z test_opinfo_reference_generators_special_hermite_polynomial_he_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4324430Z test_opinfo_reference_generators_special_i0e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4324962Z test_opinfo_reference_generators_special_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4325500Z test_opinfo_reference_generators_special_i1e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4326058Z test_opinfo_reference_generators_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4326903Z test_opinfo_reference_generators_special_legendre_polynomial_p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4327550Z test_opinfo_reference_generators_special_log_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4328117Z test_opinfo_reference_generators_special_modified_bessel_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4328694Z test_opinfo_reference_generators_special_modified_bessel_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4329268Z test_opinfo_reference_generators_special_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4329846Z test_opinfo_reference_generators_special_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4330407Z test_opinfo_reference_generators_special_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4330953Z test_opinfo_reference_generators_special_ndtri_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4331526Z test_opinfo_reference_generators_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4332136Z test_opinfo_reference_generators_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4332733Z test_opinfo_reference_generators_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4333661Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4334641Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4335578Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4336506Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4337168Z test_opinfo_reference_generators_special_spherical_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4337733Z test_opinfo_reference_generators_special_xlog1py_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4338277Z test_opinfo_reference_generators_special_zeta_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4338804Z test_opinfo_reference_generators_sqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4339320Z test_opinfo_reference_generators_square_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4339827Z test_opinfo_reference_generators_sub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4340338Z test_opinfo_reference_generators_tan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4340846Z test_opinfo_reference_generators_tanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4341373Z test_opinfo_reference_generators_true_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4341898Z test_opinfo_reference_generators_trunc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4342414Z test_opinfo_reference_generators_view_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4342931Z test_opinfo_reference_generators_view_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4343448Z test_opinfo_reference_generators_where_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4344224Z test_opinfo_reference_generators_xlogy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4344730Z test_opinfo_sample_generators_H_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4345229Z test_opinfo_sample_generators_T_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4345734Z test_opinfo_sample_generators___getitem___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4346248Z test_opinfo_sample_generators___radd___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4346752Z test_opinfo_sample_generators___rand___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4347257Z test_opinfo_sample_generators___rdiv___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4347769Z test_opinfo_sample_generators___rmatmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4348269Z test_opinfo_sample_generators___rmod___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4348771Z test_opinfo_sample_generators___rmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4349358Z test_opinfo_sample_generators___ror___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4349905Z test_opinfo_sample_generators___rpow___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4350413Z test_opinfo_sample_generators___rsub___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4350918Z test_opinfo_sample_generators___rxor___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4351452Z test_opinfo_sample_generators__native_batch_norm_legit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4352001Z test_opinfo_sample_generators__softmax_backward_data_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4352520Z test_opinfo_sample_generators_abs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4353024Z test_opinfo_sample_generators_acos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4353530Z test_opinfo_sample_generators_acosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4354035Z test_opinfo_sample_generators_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4354537Z test_opinfo_sample_generators_addbmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4355047Z test_opinfo_sample_generators_addcdiv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4355559Z test_opinfo_sample_generators_addcmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4356067Z test_opinfo_sample_generators_addmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4356585Z test_opinfo_sample_generators_addmm_decomposed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4357108Z test_opinfo_sample_generators_addmv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4357613Z test_opinfo_sample_generators_addr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4358111Z test_opinfo_sample_generators_all_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4358615Z test_opinfo_sample_generators_allclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4359123Z test_opinfo_sample_generators_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4359624Z test_opinfo_sample_generators_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4360130Z test_opinfo_sample_generators_aminmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4360635Z test_opinfo_sample_generators_angle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4361140Z test_opinfo_sample_generators_any_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4361653Z test_opinfo_sample_generators_arange_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4362169Z test_opinfo_sample_generators_argmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4362683Z test_opinfo_sample_generators_argmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4363197Z test_opinfo_sample_generators_argsort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4363707Z test_opinfo_sample_generators_argwhere_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4364276Z test_opinfo_sample_generators_as_strided_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4364808Z test_opinfo_sample_generators_as_strided_partial_views_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4365398Z test_opinfo_sample_generators_as_strided_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4365928Z test_opinfo_sample_generators_asin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4366439Z test_opinfo_sample_generators_asinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4366949Z test_opinfo_sample_generators_atan2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4367447Z test_opinfo_sample_generators_atan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4367956Z test_opinfo_sample_generators_atanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4368469Z test_opinfo_sample_generators_atleast_1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4368987Z test_opinfo_sample_generators_atleast_2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4369509Z test_opinfo_sample_generators_atleast_3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4370026Z test_opinfo_sample_generators_baddbmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4370548Z test_opinfo_sample_generators_bernoulli_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4371062Z test_opinfo_sample_generators_bfloat16_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4371583Z test_opinfo_sample_generators_bincount_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4372099Z test_opinfo_sample_generators_bitwise_and_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4372623Z test_opinfo_sample_generators_bitwise_left_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4373148Z test_opinfo_sample_generators_bitwise_not_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4373650Z test_opinfo_sample_generators_bitwise_or_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4374173Z test_opinfo_sample_generators_bitwise_right_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4374699Z test_opinfo_sample_generators_bitwise_xor_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4375220Z test_opinfo_sample_generators_block_diag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4375735Z test_opinfo_sample_generators_bmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4376241Z test_opinfo_sample_generators_bool_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4376766Z test_opinfo_sample_generators_broadcast_shapes_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4377314Z test_opinfo_sample_generators_broadcast_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4377842Z test_opinfo_sample_generators_broadcast_to_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4378366Z test_opinfo_sample_generators_bucketize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4378886Z test_opinfo_sample_generators_byte_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4379466Z test_opinfo_sample_generators_cartesian_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4379989Z test_opinfo_sample_generators_cat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4380529Z test_opinfo_sample_generators_cdist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4381042Z test_opinfo_sample_generators_cdouble_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4381558Z test_opinfo_sample_generators_ceil_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4382061Z test_opinfo_sample_generators_cfloat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4382573Z test_opinfo_sample_generators_chalf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4383082Z test_opinfo_sample_generators_char_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4383588Z test_opinfo_sample_generators_cholesky_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4384178Z test_opinfo_sample_generators_cholesky_inverse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4384714Z test_opinfo_sample_generators_cholesky_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4385231Z test_opinfo_sample_generators_chunk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4385736Z test_opinfo_sample_generators_clamp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4386240Z test_opinfo_sample_generators_clamp_max_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4386750Z test_opinfo_sample_generators_clamp_min_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4387258Z test_opinfo_sample_generators_clone_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4387786Z test_opinfo_sample_generators_column_stack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4388315Z test_opinfo_sample_generators_combinations_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4388833Z test_opinfo_sample_generators_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4389340Z test_opinfo_sample_generators_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4389855Z test_opinfo_sample_generators_conj_physical_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4390379Z test_opinfo_sample_generators_constant_pad_nd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4390910Z test_opinfo_sample_generators_contiguous_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4391432Z test_opinfo_sample_generators_copysign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4391945Z test_opinfo_sample_generators_corrcoef_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4392457Z test_opinfo_sample_generators_cos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4392958Z test_opinfo_sample_generators_cosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4393473Z test_opinfo_sample_generators_count_nonzero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4393988Z test_opinfo_sample_generators_cov_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4394555Z test_opinfo_sample_generators_cross_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4395066Z test_opinfo_sample_generators_cummax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4395620Z test_opinfo_sample_generators_cummin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4396136Z test_opinfo_sample_generators_cumprod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4396646Z test_opinfo_sample_generators_cumsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4397178Z test_opinfo_sample_generators_cumulative_trapezoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4397709Z test_opinfo_sample_generators_deg2rad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4398221Z test_opinfo_sample_generators_diag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4398726Z test_opinfo_sample_generators_diag_embed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4399240Z test_opinfo_sample_generators_diagflat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4399766Z test_opinfo_sample_generators_diagonal_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4400291Z test_opinfo_sample_generators_diagonal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4400819Z test_opinfo_sample_generators_diagonal_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4401340Z test_opinfo_sample_generators_diff_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4401852Z test_opinfo_sample_generators_digamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4402365Z test_opinfo_sample_generators_dist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4402888Z test_opinfo_sample_generators_div_floor_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4403425Z test_opinfo_sample_generators_div_no_rounding_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4403964Z test_opinfo_sample_generators_div_trunc_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4404481Z test_opinfo_sample_generators_dot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4404994Z test_opinfo_sample_generators_double_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4405505Z test_opinfo_sample_generators_dsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4406012Z test_opinfo_sample_generators_dstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4406514Z test_opinfo_sample_generators_einsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4407026Z test_opinfo_sample_generators_empty_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4407530Z test_opinfo_sample_generators_empty_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4408043Z test_opinfo_sample_generators_eq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4408551Z test_opinfo_sample_generators_equal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4409060Z test_opinfo_sample_generators_erf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4409615Z test_opinfo_sample_generators_erfc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4410126Z test_opinfo_sample_generators_erfinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4410669Z test_opinfo_sample_generators_exp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4411175Z test_opinfo_sample_generators_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4411676Z test_opinfo_sample_generators_expand_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4412185Z test_opinfo_sample_generators_expand_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4412696Z test_opinfo_sample_generators_expm1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4413195Z test_opinfo_sample_generators_eye_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4413705Z test_opinfo_sample_generators_fft_fft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4414214Z test_opinfo_sample_generators_fft_fft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4414730Z test_opinfo_sample_generators_fft_fftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4415253Z test_opinfo_sample_generators_fft_fftshift_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4415766Z test_opinfo_sample_generators_fft_hfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4416275Z test_opinfo_sample_generators_fft_hfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4416793Z test_opinfo_sample_generators_fft_hfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4417307Z test_opinfo_sample_generators_fft_ifft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4417821Z test_opinfo_sample_generators_fft_ifft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4418328Z test_opinfo_sample_generators_fft_ifftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4418848Z test_opinfo_sample_generators_fft_ifftshift_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4419374Z test_opinfo_sample_generators_fft_ihfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4419877Z test_opinfo_sample_generators_fft_ihfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4420392Z test_opinfo_sample_generators_fft_ihfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4420907Z test_opinfo_sample_generators_fft_irfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4421428Z test_opinfo_sample_generators_fft_irfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4421948Z test_opinfo_sample_generators_fft_irfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4422469Z test_opinfo_sample_generators_fft_rfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4422976Z test_opinfo_sample_generators_fft_rfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4423483Z test_opinfo_sample_generators_fft_rfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4424284Z test_opinfo_sample_generators_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4424791Z test_opinfo_sample_generators_flatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4425393Z test_opinfo_sample_generators_flip_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4425947Z test_opinfo_sample_generators_fliplr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4426457Z test_opinfo_sample_generators_flipud_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4426969Z test_opinfo_sample_generators_float_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4427477Z test_opinfo_sample_generators_float_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4427991Z test_opinfo_sample_generators_floor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4428494Z test_opinfo_sample_generators_floor_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4429006Z test_opinfo_sample_generators_fmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4429511Z test_opinfo_sample_generators_fmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4430012Z test_opinfo_sample_generators_fmod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4430513Z test_opinfo_sample_generators_frac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4431012Z test_opinfo_sample_generators_frexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4431515Z test_opinfo_sample_generators_full_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4432023Z test_opinfo_sample_generators_full_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4432521Z test_opinfo_sample_generators_gather_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4433032Z test_opinfo_sample_generators_gcd_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4433531Z test_opinfo_sample_generators_ge_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4434036Z test_opinfo_sample_generators_geqrf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4434547Z test_opinfo_sample_generators_gradient_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4435074Z test_opinfo_sample_generators_grid_sampler_2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4435590Z test_opinfo_sample_generators_gt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4436099Z test_opinfo_sample_generators_half_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4436604Z test_opinfo_sample_generators_heaviside_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4437114Z test_opinfo_sample_generators_histc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4437620Z test_opinfo_sample_generators_hsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4438132Z test_opinfo_sample_generators_hstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4438637Z test_opinfo_sample_generators_hypot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4439134Z test_opinfo_sample_generators_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4439637Z test_opinfo_sample_generators_igamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4440211Z test_opinfo_sample_generators_igammac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4440717Z test_opinfo_sample_generators_imag_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4441273Z test_opinfo_sample_generators_index_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4441798Z test_opinfo_sample_generators_index_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4442318Z test_opinfo_sample_generators_index_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4442841Z test_opinfo_sample_generators_index_put_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4443356Z test_opinfo_sample_generators_index_reduce_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4443878Z test_opinfo_sample_generators_index_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4444397Z test_opinfo_sample_generators_inner_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4444909Z test_opinfo_sample_generators_int_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4445406Z test_opinfo_sample_generators_isclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4445918Z test_opinfo_sample_generators_isfinite_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4446426Z test_opinfo_sample_generators_isin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4446930Z test_opinfo_sample_generators_isinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4447438Z test_opinfo_sample_generators_isnan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4447952Z test_opinfo_sample_generators_isneginf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4448466Z test_opinfo_sample_generators_isposinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4448980Z test_opinfo_sample_generators_isreal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4449481Z test_opinfo_sample_generators_istft_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4450024Z test_opinfo_sample_generators_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4450600Z test_opinfo_sample_generators_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4451157Z test_opinfo_sample_generators_jiterator_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4451719Z test_opinfo_sample_generators_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4452276Z test_opinfo_sample_generators_jiterator_unary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4452799Z test_opinfo_sample_generators_kron_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4453308Z test_opinfo_sample_generators_kthvalue_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4453803Z test_opinfo_sample_generators_lcm_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4454302Z test_opinfo_sample_generators_ldexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4454807Z test_opinfo_sample_generators_le_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4455360Z test_opinfo_sample_generators_lerp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4455868Z test_opinfo_sample_generators_lgamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4456425Z test_opinfo_sample_generators_linalg_cholesky_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4456961Z test_opinfo_sample_generators_linalg_cholesky_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4457633Z test_opinfo_sample_generators_linalg_cond_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T20:51:46.4458147Z ok (0.001s) 2023-01-11T20:51:46.4458515Z test_opinfo_sample_generators_linalg_cross_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4459037Z test_opinfo_sample_generators_linalg_det_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4459568Z test_opinfo_sample_generators_linalg_det_singular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4460097Z test_opinfo_sample_generators_linalg_eig_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4460617Z test_opinfo_sample_generators_linalg_eigh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4461140Z test_opinfo_sample_generators_linalg_eigvals_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4461669Z test_opinfo_sample_generators_linalg_eigvalsh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4462255Z test_opinfo_sample_generators_linalg_householder_product_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4462825Z test_opinfo_sample_generators_linalg_inv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4463340Z test_opinfo_sample_generators_linalg_inv_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4464172Z test_opinfo_sample_generators_linalg_ldl_factor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T20:51:46.4464983Z test_opinfo_sample_generators_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T20:51:46.4465782Z test_opinfo_sample_generators_linalg_ldl_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T20:51:46.4466375Z test_opinfo_sample_generators_linalg_lstsq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4466926Z test_opinfo_sample_generators_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4467467Z test_opinfo_sample_generators_linalg_lu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4467997Z test_opinfo_sample_generators_linalg_lu_factor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4468526Z test_opinfo_sample_generators_linalg_lu_factor_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4469065Z test_opinfo_sample_generators_linalg_lu_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4469601Z test_opinfo_sample_generators_linalg_matrix_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4470142Z test_opinfo_sample_generators_linalg_matrix_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4470751Z test_opinfo_sample_generators_linalg_matrix_rank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4471378Z test_opinfo_sample_generators_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4471933Z test_opinfo_sample_generators_linalg_multi_dot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4472460Z test_opinfo_sample_generators_linalg_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4473012Z test_opinfo_sample_generators_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4473553Z test_opinfo_sample_generators_linalg_pinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4474099Z test_opinfo_sample_generators_linalg_pinv_hermitian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4474690Z test_opinfo_sample_generators_linalg_pinv_singular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4475296Z test_opinfo_sample_generators_linalg_qr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4475859Z test_opinfo_sample_generators_linalg_slogdet_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4476389Z test_opinfo_sample_generators_linalg_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4476918Z test_opinfo_sample_generators_linalg_solve_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4477459Z test_opinfo_sample_generators_linalg_solve_triangular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4478002Z test_opinfo_sample_generators_linalg_svd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4478517Z test_opinfo_sample_generators_linalg_svdvals_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4479059Z test_opinfo_sample_generators_linalg_tensorinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4479601Z test_opinfo_sample_generators_linalg_tensorsolve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4480139Z test_opinfo_sample_generators_linalg_vander_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4480666Z test_opinfo_sample_generators_linalg_vecdot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4481200Z test_opinfo_sample_generators_linalg_vector_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4481734Z test_opinfo_sample_generators_linspace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4482249Z test_opinfo_sample_generators_log10_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4482748Z test_opinfo_sample_generators_log1p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4483258Z test_opinfo_sample_generators_log2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4483762Z test_opinfo_sample_generators_log_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4484275Z test_opinfo_sample_generators_log_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4484811Z test_opinfo_sample_generators_log_softmax_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4485352Z test_opinfo_sample_generators_logaddexp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4485934Z test_opinfo_sample_generators_logaddexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4486503Z test_opinfo_sample_generators_logcumsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4487017Z test_opinfo_sample_generators_logdet_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4487537Z test_opinfo_sample_generators_logical_and_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4488059Z test_opinfo_sample_generators_logical_not_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4488585Z test_opinfo_sample_generators_logical_or_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4489104Z test_opinfo_sample_generators_logical_xor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4489626Z test_opinfo_sample_generators_logit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4490138Z test_opinfo_sample_generators_logspace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4490658Z test_opinfo_sample_generators_logsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4491172Z test_opinfo_sample_generators_long_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4491665Z test_opinfo_sample_generators_lt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4492173Z test_opinfo_sample_generators_lu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4492680Z test_opinfo_sample_generators_lu_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4493202Z test_opinfo_sample_generators_lu_unpack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4493709Z test_opinfo_sample_generators_mH_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4494211Z test_opinfo_sample_generators_mT_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4494727Z test_opinfo_sample_generators_masked_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4495252Z test_opinfo_sample_generators_masked_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4495768Z test_opinfo_sample_generators_masked_argmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4496297Z test_opinfo_sample_generators_masked_argmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2023-01-11T20:51:46.4496830Z test_opinfo_sample_generators_masked_cumprod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4497365Z test_opinfo_sample_generators_masked_cumsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4497890Z test_opinfo_sample_generators_masked_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4498422Z test_opinfo_sample_generators_masked_log_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4498965Z test_opinfo_sample_generators_masked_logaddexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4499510Z test_opinfo_sample_generators_masked_logsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4500032Z test_opinfo_sample_generators_masked_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4500560Z test_opinfo_sample_generators_masked_median_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4501145Z test_opinfo_sample_generators_masked_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4501718Z test_opinfo_sample_generators_masked_normalize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4502251Z test_opinfo_sample_generators_masked_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4502781Z test_opinfo_sample_generators_masked_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4503316Z test_opinfo_sample_generators_masked_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4503998Z test_opinfo_sample_generators_masked_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4504614Z test_opinfo_sample_generators_masked_softmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4505148Z test_opinfo_sample_generators_masked_std_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4505669Z test_opinfo_sample_generators_masked_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4506189Z test_opinfo_sample_generators_masked_var_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4506702Z test_opinfo_sample_generators_matmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4507223Z test_opinfo_sample_generators_matrix_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4507746Z test_opinfo_sample_generators_max_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4508299Z test_opinfo_sample_generators_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4508868Z test_opinfo_sample_generators_max_reduction_no_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4509414Z test_opinfo_sample_generators_max_reduction_with_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4509949Z test_opinfo_sample_generators_maximum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4510464Z test_opinfo_sample_generators_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4510976Z test_opinfo_sample_generators_median_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4511513Z test_opinfo_sample_generators_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4512074Z test_opinfo_sample_generators_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4512622Z test_opinfo_sample_generators_min_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4513156Z test_opinfo_sample_generators_min_reduction_no_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4513696Z test_opinfo_sample_generators_min_reduction_with_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4514234Z test_opinfo_sample_generators_minimum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4514744Z test_opinfo_sample_generators_mm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4515251Z test_opinfo_sample_generators_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4515766Z test_opinfo_sample_generators_movedim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4516357Z test_opinfo_sample_generators_msort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4516861Z test_opinfo_sample_generators_mul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4517422Z test_opinfo_sample_generators_multinomial_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4517932Z test_opinfo_sample_generators_mv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4518465Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4519014Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4519560Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4520097Z test_opinfo_sample_generators_nan_to_num_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4520613Z test_opinfo_sample_generators_nanmean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4521137Z test_opinfo_sample_generators_nanmedian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4521663Z test_opinfo_sample_generators_nanquantile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4522189Z test_opinfo_sample_generators_nansum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4522701Z test_opinfo_sample_generators_narrow_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4523219Z test_opinfo_sample_generators_narrow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4523763Z test_opinfo_sample_generators_native_batch_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4524316Z test_opinfo_sample_generators_native_dropout_backward_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4524867Z test_opinfo_sample_generators_native_layer_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4525392Z test_opinfo_sample_generators_ne_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4525897Z test_opinfo_sample_generators_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4526414Z test_opinfo_sample_generators_new_empty_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4526932Z test_opinfo_sample_generators_new_empty_strided_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4527463Z test_opinfo_sample_generators_new_full_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4527972Z test_opinfo_sample_generators_new_ones_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4528489Z test_opinfo_sample_generators_new_zeros_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4529006Z test_opinfo_sample_generators_nextafter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4529575Z test_opinfo_sample_generators_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4530171Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4530759Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4531391Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4532014Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4532598Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4533179Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4533751Z test_opinfo_sample_generators_nn_functional_alpha_dropout_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4534321Z test_opinfo_sample_generators_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4534884Z test_opinfo_sample_generators_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4535440Z test_opinfo_sample_generators_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4535998Z test_opinfo_sample_generators_nn_functional_batch_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4536573Z test_opinfo_sample_generators_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4537141Z test_opinfo_sample_generators_nn_functional_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4537715Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4538313Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4538892Z test_opinfo_sample_generators_nn_functional_celu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4539441Z test_opinfo_sample_generators_nn_functional_conv1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4539991Z test_opinfo_sample_generators_nn_functional_conv2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4540554Z test_opinfo_sample_generators_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4541134Z test_opinfo_sample_generators_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4541709Z test_opinfo_sample_generators_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4542288Z test_opinfo_sample_generators_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4542878Z test_opinfo_sample_generators_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4543449Z test_opinfo_sample_generators_nn_functional_cross_entropy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4544167Z test_opinfo_sample_generators_nn_functional_ctc_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4544730Z test_opinfo_sample_generators_nn_functional_dropout2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4545288Z test_opinfo_sample_generators_nn_functional_dropout3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4545843Z test_opinfo_sample_generators_nn_functional_dropout_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4546456Z test_opinfo_sample_generators_nn_functional_elu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4547059Z test_opinfo_sample_generators_nn_functional_embedding_bag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4547616Z test_opinfo_sample_generators_nn_functional_embedding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4548211Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4548840Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4549446Z test_opinfo_sample_generators_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4550036Z test_opinfo_sample_generators_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4550616Z test_opinfo_sample_generators_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4551175Z test_opinfo_sample_generators_nn_functional_gelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4551719Z test_opinfo_sample_generators_nn_functional_glu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4552271Z test_opinfo_sample_generators_nn_functional_grid_sample_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4552834Z test_opinfo_sample_generators_nn_functional_group_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4553383Z test_opinfo_sample_generators_nn_functional_hardshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4553948Z test_opinfo_sample_generators_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4554508Z test_opinfo_sample_generators_nn_functional_hardswish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4555068Z test_opinfo_sample_generators_nn_functional_hardtanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4555639Z test_opinfo_sample_generators_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4556209Z test_opinfo_sample_generators_nn_functional_huber_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4556771Z test_opinfo_sample_generators_nn_functional_instance_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4557346Z test_opinfo_sample_generators_nn_functional_interpolate_area_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4557938Z test_opinfo_sample_generators_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4558514Z test_opinfo_sample_generators_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4559103Z test_opinfo_sample_generators_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4559691Z test_opinfo_sample_generators_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4560280Z test_opinfo_sample_generators_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4560902Z test_opinfo_sample_generators_nn_functional_kl_div_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4561454Z test_opinfo_sample_generators_nn_functional_l1_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4562042Z test_opinfo_sample_generators_nn_functional_layer_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4562600Z test_opinfo_sample_generators_nn_functional_leaky_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4563149Z test_opinfo_sample_generators_nn_functional_linear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4563706Z test_opinfo_sample_generators_nn_functional_local_response_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4564280Z test_opinfo_sample_generators_nn_functional_logsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4564856Z test_opinfo_sample_generators_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4565422Z test_opinfo_sample_generators_nn_functional_max_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4565974Z test_opinfo_sample_generators_nn_functional_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4566525Z test_opinfo_sample_generators_nn_functional_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4567083Z test_opinfo_sample_generators_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4567650Z test_opinfo_sample_generators_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4568229Z test_opinfo_sample_generators_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4568788Z test_opinfo_sample_generators_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4569365Z test_opinfo_sample_generators_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4569936Z test_opinfo_sample_generators_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4570497Z test_opinfo_sample_generators_nn_functional_mish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4571045Z test_opinfo_sample_generators_nn_functional_mse_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4571605Z test_opinfo_sample_generators_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4572196Z test_opinfo_sample_generators_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4572793Z test_opinfo_sample_generators_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4573366Z test_opinfo_sample_generators_nn_functional_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4573911Z test_opinfo_sample_generators_nn_functional_normalize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4574463Z test_opinfo_sample_generators_nn_functional_one_hot_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4575027Z test_opinfo_sample_generators_nn_functional_pad_circular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4575646Z test_opinfo_sample_generators_nn_functional_pad_constant_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4576244Z test_opinfo_sample_generators_nn_functional_pad_reflect_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4576812Z test_opinfo_sample_generators_nn_functional_pad_replicate_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4577388Z test_opinfo_sample_generators_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4577951Z test_opinfo_sample_generators_nn_functional_pdist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4578510Z test_opinfo_sample_generators_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4579069Z test_opinfo_sample_generators_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4579643Z test_opinfo_sample_generators_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4580205Z test_opinfo_sample_generators_nn_functional_prelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4580755Z test_opinfo_sample_generators_nn_functional_relu6_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4581297Z test_opinfo_sample_generators_nn_functional_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4581838Z test_opinfo_sample_generators_nn_functional_rrelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4582380Z test_opinfo_sample_generators_nn_functional_selu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4582927Z test_opinfo_sample_generators_nn_functional_silu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4583482Z test_opinfo_sample_generators_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4584270Z test_opinfo_sample_generators_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4584835Z test_opinfo_sample_generators_nn_functional_softmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4585400Z test_opinfo_sample_generators_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4585964Z test_opinfo_sample_generators_nn_functional_softplus_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4586520Z test_opinfo_sample_generators_nn_functional_softshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4587078Z test_opinfo_sample_generators_nn_functional_softsign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4587635Z test_opinfo_sample_generators_nn_functional_tanhshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4588198Z test_opinfo_sample_generators_nn_functional_threshold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4588768Z test_opinfo_sample_generators_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4589354Z test_opinfo_sample_generators_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4589934Z test_opinfo_sample_generators_nn_functional_unfold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4590586Z test_opinfo_sample_generators_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4591212Z test_opinfo_sample_generators_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4591762Z test_opinfo_sample_generators_nonzero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4592276Z test_opinfo_sample_generators_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4592788Z test_opinfo_sample_generators_norm_fro_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4593299Z test_opinfo_sample_generators_norm_inf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4593813Z test_opinfo_sample_generators_norm_nuc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4594322Z test_opinfo_sample_generators_normal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4594850Z test_opinfo_sample_generators_normal_number_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4595377Z test_opinfo_sample_generators_ones_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4595892Z test_opinfo_sample_generators_ones_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4596442Z test_opinfo_sample_generators_ormqr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4596985Z test_opinfo_sample_generators_outer_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4597540Z test_opinfo_sample_generators_pca_lowrank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4598099Z test_opinfo_sample_generators_permute_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4598606Z test_opinfo_sample_generators_pinverse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4599126Z test_opinfo_sample_generators_polar_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4599665Z test_opinfo_sample_generators_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4600220Z test_opinfo_sample_generators_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4600776Z test_opinfo_sample_generators_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4601336Z test_opinfo_sample_generators_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4601891Z test_opinfo_sample_generators_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4602429Z test_opinfo_sample_generators_positive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4602948Z test_opinfo_sample_generators_pow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4603445Z test_opinfo_sample_generators_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4603950Z test_opinfo_sample_generators_put_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4604495Z test_opinfo_sample_generators_qr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4605044Z test_opinfo_sample_generators_quantile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4605615Z test_opinfo_sample_generators_rad2deg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4606133Z test_opinfo_sample_generators_rand_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4606696Z test_opinfo_sample_generators_randint_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4607219Z test_opinfo_sample_generators_randint_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4607729Z test_opinfo_sample_generators_randn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4608246Z test_opinfo_sample_generators_randn_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4608761Z test_opinfo_sample_generators_ravel_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4609274Z test_opinfo_sample_generators_real_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4609792Z test_opinfo_sample_generators_reciprocal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4610324Z test_opinfo_sample_generators_remainder_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4610841Z test_opinfo_sample_generators_renorm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4611356Z test_opinfo_sample_generators_repeat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4611875Z test_opinfo_sample_generators_repeat_interleave_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4612411Z test_opinfo_sample_generators_reshape_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4612932Z test_opinfo_sample_generators_reshape_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4613446Z test_opinfo_sample_generators_resize__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4613969Z test_opinfo_sample_generators_resize_as__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4614493Z test_opinfo_sample_generators_resolve_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4614742Z test_opinfo_sample_generators_resolve_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4614983Z test_opinfo_sample_generators_roll_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4615223Z test_opinfo_sample_generators_rot90_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4615464Z test_opinfo_sample_generators_round_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4615725Z test_opinfo_sample_generators_round_decimals_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4615984Z test_opinfo_sample_generators_round_decimals_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4616251Z test_opinfo_sample_generators_round_decimals_neg_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4616493Z test_opinfo_sample_generators_rsqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4616734Z test_opinfo_sample_generators_rsub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4616988Z test_opinfo_sample_generators_scalar_tensor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4617231Z test_opinfo_sample_generators_scatter_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4617530Z test_opinfo_sample_generators_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4617793Z test_opinfo_sample_generators_scatter_reduce_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4618091Z test_opinfo_sample_generators_scatter_reduce_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4618353Z test_opinfo_sample_generators_scatter_reduce_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4618615Z test_opinfo_sample_generators_scatter_reduce_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4618882Z test_opinfo_sample_generators_scatter_reduce_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4619138Z test_opinfo_sample_generators_searchsorted_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4619410Z test_opinfo_sample_generators_segment_reduce_lengths_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4619677Z test_opinfo_sample_generators_segment_reduce_offsets_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4619924Z test_opinfo_sample_generators_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4620181Z test_opinfo_sample_generators_select_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4620421Z test_opinfo_sample_generators_sgn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4620664Z test_opinfo_sample_generators_short_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4620913Z test_opinfo_sample_generators_sigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4621156Z test_opinfo_sample_generators_sign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4621420Z test_opinfo_sample_generators_signal_windows_bartlett_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4621690Z test_opinfo_sample_generators_signal_windows_blackman_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4621959Z test_opinfo_sample_generators_signal_windows_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4622232Z test_opinfo_sample_generators_signal_windows_exponential_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4622498Z test_opinfo_sample_generators_signal_windows_gaussian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4622775Z test_opinfo_sample_generators_signal_windows_general_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4623058Z test_opinfo_sample_generators_signal_windows_general_hamming_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4623327Z test_opinfo_sample_generators_signal_windows_hamming_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4623586Z test_opinfo_sample_generators_signal_windows_hann_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4623901Z test_opinfo_sample_generators_signal_windows_kaiser_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4624165Z test_opinfo_sample_generators_signal_windows_nuttall_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4624411Z test_opinfo_sample_generators_signbit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4624652Z test_opinfo_sample_generators_sin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4624952Z test_opinfo_sample_generators_sinc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4625222Z test_opinfo_sample_generators_sinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4625468Z test_opinfo_sample_generators_slice_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4625725Z test_opinfo_sample_generators_slice_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4625970Z test_opinfo_sample_generators_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4626229Z test_opinfo_sample_generators_softmax_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4626469Z test_opinfo_sample_generators_sort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4626737Z test_opinfo_sample_generators_sparse_sampled_addmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4626999Z test_opinfo_sample_generators_special_airy_ai_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4627262Z test_opinfo_sample_generators_special_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4627524Z test_opinfo_sample_generators_special_bessel_j1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4627779Z test_opinfo_sample_generators_special_bessel_y0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4628038Z test_opinfo_sample_generators_special_bessel_y1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4628318Z test_opinfo_sample_generators_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4628601Z test_opinfo_sample_generators_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4629173Z test_opinfo_sample_generators_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4629693Z test_opinfo_sample_generators_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4629948Z test_opinfo_sample_generators_special_entr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4630204Z test_opinfo_sample_generators_special_erfcx_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4630485Z test_opinfo_sample_generators_special_hermite_polynomial_h_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4630765Z test_opinfo_sample_generators_special_hermite_polynomial_he_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4631023Z test_opinfo_sample_generators_special_i0e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4631274Z test_opinfo_sample_generators_special_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4631524Z test_opinfo_sample_generators_special_i1e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4631803Z test_opinfo_sample_generators_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4632323Z test_opinfo_sample_generators_special_legendre_polynomial_p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4632651Z test_opinfo_sample_generators_special_log_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4632961Z test_opinfo_sample_generators_special_modified_bessel_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4633231Z test_opinfo_sample_generators_special_modified_bessel_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4633504Z test_opinfo_sample_generators_special_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4633771Z test_opinfo_sample_generators_special_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4634023Z test_opinfo_sample_generators_special_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4634280Z test_opinfo_sample_generators_special_ndtri_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4634579Z test_opinfo_sample_generators_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4634864Z test_opinfo_sample_generators_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4635133Z test_opinfo_sample_generators_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4635670Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4636200Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4636738Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4637268Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T20:51:46.4637546Z test_opinfo_sample_generators_special_spherical_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4637804Z test_opinfo_sample_generators_special_xlog1py_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4638064Z test_opinfo_sample_generators_special_zeta_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4638307Z test_opinfo_sample_generators_split_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4638566Z test_opinfo_sample_generators_split_list_args_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4638825Z test_opinfo_sample_generators_split_with_sizes_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4639066Z test_opinfo_sample_generators_sqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4639311Z test_opinfo_sample_generators_square_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4639556Z test_opinfo_sample_generators_squeeze_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4639800Z test_opinfo_sample_generators_stack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4640042Z test_opinfo_sample_generators_std_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4640342Z test_opinfo_sample_generators_std_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4640599Z test_opinfo_sample_generators_std_mean_unbiased_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4640890Z test_opinfo_sample_generators_std_unbiased_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4641132Z test_opinfo_sample_generators_stft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4641370Z test_opinfo_sample_generators_sub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4641610Z test_opinfo_sample_generators_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4641857Z test_opinfo_sample_generators_sum_to_size_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4642104Z test_opinfo_sample_generators_svd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4642393Z test_opinfo_sample_generators_svd_lowrank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T20:51:46.4642641Z test_opinfo_sample_generators_symeig_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4642879Z test_opinfo_sample_generators_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4643135Z test_opinfo_sample_generators_take_along_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4643377Z test_opinfo_sample_generators_take_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4643617Z test_opinfo_sample_generators_tan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4643856Z test_opinfo_sample_generators_tanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4644114Z test_opinfo_sample_generators_tensor_split_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4644354Z test_opinfo_sample_generators_tensordot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4644592Z test_opinfo_sample_generators_tile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4644831Z test_opinfo_sample_generators_to_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4645079Z test_opinfo_sample_generators_to_sparse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4645317Z test_opinfo_sample_generators_topk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4645557Z test_opinfo_sample_generators_trace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4645808Z test_opinfo_sample_generators_transpose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4646060Z test_opinfo_sample_generators_trapezoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4646305Z test_opinfo_sample_generators_trapz_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4646562Z test_opinfo_sample_generators_triangular_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4646801Z test_opinfo_sample_generators_tril_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4647054Z test_opinfo_sample_generators_tril_indices_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4647294Z test_opinfo_sample_generators_triu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4647591Z test_opinfo_sample_generators_triu_indices_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4647842Z test_opinfo_sample_generators_true_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4648119Z test_opinfo_sample_generators_trunc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4648367Z test_opinfo_sample_generators_unbind_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4648618Z test_opinfo_sample_generators_unflatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4648866Z test_opinfo_sample_generators_unfold_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4649113Z test_opinfo_sample_generators_unfold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4649357Z test_opinfo_sample_generators_uniform_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4649623Z test_opinfo_sample_generators_unique_consecutive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4649868Z test_opinfo_sample_generators_unique_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4650117Z test_opinfo_sample_generators_unsqueeze_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4650363Z test_opinfo_sample_generators_var_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4650607Z test_opinfo_sample_generators_var_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4650865Z test_opinfo_sample_generators_var_mean_unbiased_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4651105Z test_opinfo_sample_generators_var_unbiased_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4651348Z test_opinfo_sample_generators_vdot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4651607Z test_opinfo_sample_generators_view_as_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4651852Z test_opinfo_sample_generators_view_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4652108Z test_opinfo_sample_generators_view_as_real_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4652357Z test_opinfo_sample_generators_view_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4652598Z test_opinfo_sample_generators_view_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4652843Z test_opinfo_sample_generators_vsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4653093Z test_opinfo_sample_generators_vstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4653338Z test_opinfo_sample_generators_where_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4653581Z test_opinfo_sample_generators_xlogy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4653822Z test_opinfo_sample_generators_zero__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4654061Z test_opinfo_sample_generators_zeros_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4654309Z test_opinfo_sample_generators_zeros_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4654467Z test_sample_input (__main__.TestOpInfos) ... ok (0.002s) 2023-01-11T20:51:46.4654640Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.001s) 2023-01-11T20:51:46.4654871Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2023-01-11T20:51:46.4655082Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4655334Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4655509Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2023-01-11T20:51:46.4655712Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4655915Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4656143Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4656339Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.000s) 2023-01-11T20:51:46.4656521Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4656770Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4657012Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4657261Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4657483Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4657703Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4657945Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4658165Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4658387Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2023-01-11T20:51:46.4658636Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2023-01-11T20:51:46.4658863Z test_default_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4659115Z test_dtypes_composition_invalid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4659360Z test_dtypes_composition_valid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4659620Z test_multiple_handling_of_same_param_error_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4659843Z test_name_fn_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T20:51:46.4660085Z test_ops_composition_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.805s) 2023-01-11T20:51:46.4660339Z test_subtest_expected_failure_x_1_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4660617Z test_subtest_expected_failure_x_2_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4660868Z test_subtest_expected_failure_x_3_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4661096Z test_subtest_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4661389Z test_two_things_subtest_expected_failure_x_1_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4661675Z test_two_things_subtest_expected_failure_x_1_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4661959Z test_two_things_subtest_expected_failure_x_1_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4662274Z test_two_things_subtest_expected_failure_x_2_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4662547Z test_two_things_subtest_expected_failure_x_2_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4662864Z test_two_things_subtest_expected_failure_x_2_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4663131Z test_two_things_subtest_expected_failure_x_3_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4663396Z test_two_things_subtest_expected_failure_x_3_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4663844Z test_two_things_subtest_expected_failure_x_3_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2023-01-11T20:51:46.4664277Z test_unparametrized_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4664475Z test_assertEqual_longMessage_cuda (__main__.TestTestingCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4665199Z test_assertEqual_numpy_cuda_bool (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,875 - torch.cuda._sanitizer - INFO - Found Stream with id: 168466688, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4665292Z ok (0.011s) 2023-01-11T20:51:46.4665984Z test_assertEqual_numpy_cuda_complex128 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,881 - torch.cuda._sanitizer - INFO - Found Stream with id: 168504208, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4666076Z ok (0.004s) 2023-01-11T20:51:46.4666764Z test_assertEqual_numpy_cuda_complex64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,885 - torch.cuda._sanitizer - INFO - Found Stream with id: 168542064, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4666859Z ok (0.004s) 2023-01-11T20:51:46.4667541Z test_assertEqual_numpy_cuda_float16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,890 - torch.cuda._sanitizer - INFO - Found Stream with id: 168579376, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4667634Z ok (0.004s) 2023-01-11T20:51:46.4668312Z test_assertEqual_numpy_cuda_float32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,894 - torch.cuda._sanitizer - INFO - Found Stream with id: 168616688, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4668403Z ok (0.004s) 2023-01-11T20:51:46.4669080Z test_assertEqual_numpy_cuda_float64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,898 - torch.cuda._sanitizer - INFO - Found Stream with id: 168654000, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4669176Z ok (0.004s) 2023-01-11T20:51:46.4669849Z test_assertEqual_numpy_cuda_int16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,903 - torch.cuda._sanitizer - INFO - Found Stream with id: 168691312, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4669942Z ok (0.004s) 2023-01-11T20:51:46.4670603Z test_assertEqual_numpy_cuda_int32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,907 - torch.cuda._sanitizer - INFO - Found Stream with id: 168462272, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4670695Z ok (0.004s) 2023-01-11T20:51:46.4671355Z test_assertEqual_numpy_cuda_int64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,911 - torch.cuda._sanitizer - INFO - Found Stream with id: 168770448, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4671531Z ok (0.005s) 2023-01-11T20:51:46.4672262Z test_assertEqual_numpy_cuda_int8 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,917 - torch.cuda._sanitizer - INFO - Found Stream with id: 168808000, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4672355Z ok (0.005s) 2023-01-11T20:51:46.4673017Z test_assertEqual_numpy_cuda_uint8 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:41,922 - torch.cuda._sanitizer - INFO - Found Stream with id: 168845120, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4673118Z ok (0.004s) 2023-01-11T20:51:46.4673551Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cuda (__main__.TestTestingCUDA) ... skip: ROCm doesn't support device side asserts (0.000s) 2023-01-11T20:51:46.4673970Z test_cuda_assert_should_stop_common_device_type_test_suite_cuda (__main__.TestTestingCUDA) ... skip: ROCm doesn't support device side asserts (0.000s) 2023-01-11T20:51:46.4674376Z test_cuda_assert_should_stop_common_utils_test_suite_cuda (__main__.TestTestingCUDA) ... skip: ROCm doesn't support device side asserts (0.000s) 2023-01-11T20:51:46.4674563Z test_get_supported_dtypes_cuda (__main__.TestTestingCUDA) ... ok (0.190s) 2023-01-11T20:51:46.4675268Z test_isclose_atol_rtol_greater_than_zero_cuda_bool (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,118 - torch.cuda._sanitizer - INFO - Found Stream with id: 168919632, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4675363Z ok (0.009s) 2023-01-11T20:51:46.4676079Z test_isclose_atol_rtol_greater_than_zero_cuda_float16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,127 - torch.cuda._sanitizer - INFO - Found Stream with id: 168956944, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4676172Z ok (0.009s) 2023-01-11T20:51:46.4676882Z test_isclose_atol_rtol_greater_than_zero_cuda_float32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,135 - torch.cuda._sanitizer - INFO - Found Stream with id: 168994256, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4676973Z ok (0.009s) 2023-01-11T20:51:46.4677679Z test_isclose_atol_rtol_greater_than_zero_cuda_float64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,144 - torch.cuda._sanitizer - INFO - Found Stream with id: 169031728, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4677773Z ok (0.009s) 2023-01-11T20:51:46.4678481Z test_isclose_atol_rtol_greater_than_zero_cuda_int16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,153 - torch.cuda._sanitizer - INFO - Found Stream with id: 169069232, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4678576Z ok (0.009s) 2023-01-11T20:51:46.4679282Z test_isclose_atol_rtol_greater_than_zero_cuda_int32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,161 - torch.cuda._sanitizer - INFO - Found Stream with id: 169106544, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4679376Z ok (0.009s) 2023-01-11T20:51:46.4680078Z test_isclose_atol_rtol_greater_than_zero_cuda_int64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,170 - torch.cuda._sanitizer - INFO - Found Stream with id: 169143984, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4680224Z ok (0.009s) 2023-01-11T20:51:46.4680973Z test_isclose_atol_rtol_greater_than_zero_cuda_int8 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,179 - torch.cuda._sanitizer - INFO - Found Stream with id: 169181488, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4681070Z ok (0.009s) 2023-01-11T20:51:46.4681781Z test_isclose_atol_rtol_greater_than_zero_cuda_uint8 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,188 - torch.cuda._sanitizer - INFO - Found Stream with id: 169218896, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4681875Z ok (0.009s) 2023-01-11T20:51:46.4682530Z test_isclose_bool_cuda (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,196 - torch.cuda._sanitizer - INFO - Found Stream with id: 169256336, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4682626Z ok (0.052s) 2023-01-11T20:51:46.4683310Z test_isclose_complex_cuda_complex128 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,253 - torch.cuda._sanitizer - INFO - Found Stream with id: 169302384, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4683404Z ok (0.080s) 2023-01-11T20:51:46.4684077Z test_isclose_complex_cuda_complex64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,333 - torch.cuda._sanitizer - INFO - Found Stream with id: 169339888, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4684160Z ok (0.093s) 2023-01-11T20:51:46.4684357Z test_isclose_equality_shortcut_cuda (__main__.TestTestingCUDA) ... ok (0.001s) 2023-01-11T20:51:46.4685025Z test_isclose_float_cuda_float16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,424 - torch.cuda._sanitizer - INFO - Found Stream with id: 169414320, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4685120Z ok (0.036s) 2023-01-11T20:51:46.4685780Z test_isclose_float_cuda_float32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,461 - torch.cuda._sanitizer - INFO - Found Stream with id: 156549200, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4685872Z ok (0.037s) 2023-01-11T20:51:46.4686527Z test_isclose_float_cuda_float64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,498 - torch.cuda._sanitizer - INFO - Found Stream with id: 152469952, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4686621Z ok (0.037s) 2023-01-11T20:51:46.4687283Z test_isclose_integer_cuda_int16 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,535 - torch.cuda._sanitizer - INFO - Found Stream with id: 166991216, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4687376Z ok (0.017s) 2023-01-11T20:51:46.4688042Z test_isclose_integer_cuda_int32 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,551 - torch.cuda._sanitizer - INFO - Found Stream with id: 165462368, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4688132Z ok (0.017s) 2023-01-11T20:51:46.4688789Z test_isclose_integer_cuda_int64 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,568 - torch.cuda._sanitizer - INFO - Found Stream with id: 166278032, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4688932Z ok (0.020s) 2023-01-11T20:51:46.4689654Z test_isclose_integer_cuda_int8 (__main__.TestTestingCUDA) ... 2023-01-11 20:51:42,589 - torch.cuda._sanitizer - INFO - Found Stream with id: 158437056, but no matching stream creation in the trace. Backfilling the trace now. Perhaps the sanitizer was enabled after some torch operations? 2023-01-11T20:51:46.4689749Z ok (0.018s) 2023-01-11T20:51:46.4689937Z test_isclose_integer_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.020s) 2023-01-11T20:51:46.4690153Z test_isclose_nan_equality_shortcut_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.003s) 2023-01-11T20:51:46.4690367Z test_isclose_nan_equality_shortcut_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4690578Z test_isclose_nan_equality_shortcut_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4690787Z test_isclose_nan_equality_shortcut_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.003s) 2023-01-11T20:51:46.4690996Z test_isclose_nan_equality_shortcut_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.002s) 2023-01-11T20:51:46.4691750Z test_make_tensor_complex32_cuda (__main__.TestTestingCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_creation.py:167: 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:31.) 2023-01-11T20:51:46.4691919Z result = torch.empty(shape, device=device, dtype=dtype) 2023-01-11T20:51:46.4692009Z ok (0.002s) 2023-01-11T20:51:46.4692189Z test_make_tensor_cuda_bool (__main__.TestTestingCUDA) ... ok (0.139s) 2023-01-11T20:51:46.4692376Z test_make_tensor_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.011s) 2023-01-11T20:51:46.4692558Z test_make_tensor_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.033s) 2023-01-11T20:51:46.4692734Z test_make_tensor_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.022s) 2023-01-11T20:51:46.4692746Z 2023-01-11T20:51:46.4693010Z ---------------------------------------------------------------------- 2023-01-11T20:51:46.4693118Z Ran 1248 tests in 25.703s 2023-01-11T20:51:46.4693125Z 2023-01-11T20:51:46.4693244Z OK (skipped=36, expected failures=13) 2023-01-11T20:51:46.4693263Z 2023-01-11T20:51:46.4693367Z Generating XML reports... 2023-01-11T20:51:46.4693731Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20230111205117.xml 2023-01-11T20:51:46.4694133Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20230111205117.xml 2023-01-11T20:51:46.4694533Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20230111205117.xml 2023-01-11T20:51:46.4694951Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20230111205117.xml 2023-01-11T20:51:46.4695339Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20230111205117.xml 2023-01-11T20:51:46.4695726Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20230111205117.xml 2023-01-11T20:51:46.4696109Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20230111205117.xml 2023-01-11T20:51:46.4696490Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20230111205117.xml 2023-01-11T20:51:46.4696869Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20230111205117.xml 2023-01-11T20:51:46.4697251Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20230111205117.xml 2023-01-11T20:51:46.4697587Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20230111205117.xml 2023-01-11T20:51:46.4698076Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfoSampleFunctionsCUDA-20230111205117.xml 2023-01-11T20:51:46.4698460Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20230111205117.xml 2023-01-11T20:51:46.4698849Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20230111205117.xml 2023-01-11T20:51:46.4699284Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20230111205117.xml 2023-01-11T20:51:46.4699638Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20230111205117.xml 2023-01-11T20:51:46.4700000Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20230111205117.xml 2023-01-11T20:51:46.4700006Z 2023-01-11T20:51:46.4700461Z ##[endgroup] 2023-01-11T20:51:46.4700817Z FINISHED PRINTING LOG FILE of test_testing (/var/lib/jenkins/pytorch/test/test-reports/test_testing_rr8hwr9z) 2023-01-11T20:51:46.4700823Z 2023-01-11T20:51:51.7829500Z Ignoring disabled issues: [] 2023-01-11T20:51:51.8015904Z Running test_stateless ... [2023-01-11 20:51:51.800882] 2023-01-11T20:51:51.8017913Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:51:51.801135] 2023-01-11T20:52:08.6812355Z 2023-01-11T20:52:08.6813071Z Expand the folded group to see the log file of test_stateless 2023-01-11T20:52:08.6820785Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/pytorch/test/test-reports/test_stateless_a3wynsdf) 2023-01-11T20:52:08.6822640Z Test results will be stored in test-reports/python-unittest/test_stateless 2023-01-11T20:52:08.6823266Z 2023-01-11T20:52:08.6823539Z Running tests... 2023-01-11T20:52:08.6824993Z ---------------------------------------------------------------------- 2023-01-11T20:52:08.6826169Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (7.103s) 2023-01-11T20:52:08.6827324Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (4.299s) 2023-01-11T20:52:08.6828533Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.029s) 2023-01-11T20:52:08.6829727Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2023-01-11T20:52:08.6830883Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2023-01-11T20:52:08.6832546Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2023-01-11T20:52:08.6833916Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2023-01-11T20:52:08.6835180Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.071s) 2023-01-11T20:52:08.6836452Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2023-01-11T20:52:08.6837897Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2023-01-11T20:52:08.6839147Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.001s) 2023-01-11T20:52:08.6840260Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2023-01-11T20:52:08.6840899Z 2023-01-11T20:52:08.6841599Z ---------------------------------------------------------------------- 2023-01-11T20:52:08.6842299Z Ran 12 tests in 11.534s 2023-01-11T20:52:08.6842645Z 2023-01-11T20:52:08.6842869Z OK (skipped=1) 2023-01-11T20:52:08.6843195Z 2023-01-11T20:52:08.6843459Z Generating XML reports... 2023-01-11T20:52:08.6844704Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20230111205154.xml 2023-01-11T20:52:08.6846298Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20230111205154.xml 2023-01-11T20:52:08.6848352Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20230111205154.xml 2023-01-11T20:52:08.6849098Z 2023-01-11T20:52:08.6849798Z ##[endgroup] 2023-01-11T20:52:08.6851059Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/pytorch/test/test-reports/test_stateless_a3wynsdf) 2023-01-11T20:52:08.6851701Z 2023-01-11T20:52:14.1120272Z Ignoring disabled issues: [] 2023-01-11T20:52:14.1313380Z Running test_function_schema ... [2023-01-11 20:52:14.130505] 2023-01-11T20:52:14.1315122Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:52:14.130801] 2023-01-11T20:52:19.8907539Z 2023-01-11T20:52:19.8908474Z Expand the folded group to see the log file of test_function_schema 2023-01-11T20:52:19.8910739Z ##[group]PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/pytorch/test/test-reports/test_function_schema_if50hcby) 2023-01-11T20:52:19.8912842Z Test results will be stored in test-reports/python-unittest/test_function_schema 2023-01-11T20:52:19.8913555Z 2023-01-11T20:52:19.8913852Z Running tests... 2023-01-11T20:52:19.8915006Z ---------------------------------------------------------------------- 2023-01-11T20:52:19.8916235Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.605s) 2023-01-11T20:52:19.8917504Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8918772Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8920095Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8921459Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8922771Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8924092Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2023-01-11T20:52:19.8925286Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8926352Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.006s) 2023-01-11T20:52:19.8927495Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.314s) 2023-01-11T20:52:19.8928757Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8930103Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8931428Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2023-01-11T20:52:19.8932163Z 2023-01-11T20:52:19.8932903Z ---------------------------------------------------------------------- 2023-01-11T20:52:19.8933824Z Ran 13 tests in 0.937s 2023-01-11T20:52:19.8934258Z 2023-01-11T20:52:19.8934488Z OK 2023-01-11T20:52:19.8934839Z 2023-01-11T20:52:19.8935179Z Generating XML reports... 2023-01-11T20:52:19.8936814Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20230111205215.xml 2023-01-11T20:52:19.8937728Z 2023-01-11T20:52:19.8938509Z ##[endgroup] 2023-01-11T20:52:19.8940038Z FINISHED PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/pytorch/test/test-reports/test_function_schema_if50hcby) 2023-01-11T20:52:19.8940908Z 2023-01-11T20:52:25.4648635Z Ignoring disabled issues: [] 2023-01-11T20:52:25.4839941Z Running test_python_dispatch ... [2023-01-11 20:52:25.483404] 2023-01-11T20:52:25.4841920Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:52:25.483695] 2023-01-11T20:52:31.0010248Z 2023-01-11T20:52:31.0011360Z Expand the folded group to see the log file of test_python_dispatch 2023-01-11T20:52:31.0013777Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/pytorch/test/test-reports/test_python_dispatch_4i9av97d) 2023-01-11T20:52:31.0016453Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2023-01-11T20:52:31.0017075Z 2023-01-11T20:52:31.0017317Z Running tests... 2023-01-11T20:52:31.0018287Z ---------------------------------------------------------------------- 2023-01-11T20:52:31.0019428Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.573s) 2023-01-11T20:52:31.0020421Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0021315Z test_basic (__main__.TestPythonDispatch) ... ok (0.007s) 2023-01-11T20:52:31.0022465Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0024140Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0025556Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.006s) 2023-01-11T20:52:31.0027010Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0028281Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0029689Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0031084Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0032441Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.008s) 2023-01-11T20:52:31.0033915Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0035749Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0037206Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0038699Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0040227Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.006s) 2023-01-11T20:52:31.0041443Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0042553Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0043625Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0044692Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0045724Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0046728Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0048024Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2023-01-11T20:52:31.0049088Z self.assertRaisesRegexp( 2023-01-11T20:52:31.0049684Z ok (0.001s) 2023-01-11T20:52:31.0050453Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2023-01-11T20:52:31.0051398Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0052395Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0053407Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0054302Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0055159Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0056103Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0057129Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2023-01-11T20:52:31.0058228Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0059269Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0060233Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0061227Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0062509Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0063510Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0064972Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0065895Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.009s) 2023-01-11T20:52:31.0066861Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0067829Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2023-01-11T20:52:31.0068539Z ok (0.002s) 2023-01-11T20:52:31.0069239Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0070156Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0071079Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0072021Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0072998Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0073882Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2023-01-11T20:52:31.0075985Z test_storage (__main__.TestPythonDispatch) ... test_python_dispatch.py:469: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T20:52:31.0078259Z self.assertRaises(RuntimeError, lambda: x.storage()) 2023-01-11T20:52:31.0079031Z ok (0.002s) 2023-01-11T20:52:31.0081250Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... test_python_dispatch.py:1197: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T20:52:31.0083207Z s = torch.Storage() 2023-01-11T20:52:31.0083813Z ok (0.001s) 2023-01-11T20:52:31.0084617Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0085485Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0086355Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.005s) 2023-01-11T20:52:31.0087173Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0088035Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0088930Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0089913Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0090868Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2023-01-11T20:52:31.0091809Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0092652Z test_version (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0093476Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0094319Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2023-01-11T20:52:31.0095147Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2023-01-11T20:52:31.0095979Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T20:52:31.0096709Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2023-01-11T20:52:31.0097466Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.008s) 2023-01-11T20:52:31.0098278Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2023-01-11T20:52:31.0099316Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2023-01-11T20:52:31.0100168Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2023-01-11T20:52:31.0101141Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2023-01-11T20:52:31.0103126Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.8/site-packages/torch/library.py:126: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2023-01-11T20:52:31.0104877Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2023-01-11T20:52:31.0105704Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2023-01-11T20:52:31.0106410Z dispatch key: ZeroTensor 2023-01-11T20:52:31.0107253Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/LegacyBatchingRegistrations.cpp:1070 2023-01-11T20:52:31.0108437Z new kernel: registered at /dev/null:633 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:153.) 2023-01-11T20:52:31.0109527Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2023-01-11T20:52:31.0110207Z ok (0.004s) 2023-01-11T20:52:31.0110837Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2023-01-11T20:52:31.0111687Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.004s) 2023-01-11T20:52:31.0112172Z 2023-01-11T20:52:31.0112688Z ---------------------------------------------------------------------- 2023-01-11T20:52:31.0113321Z Ran 72 tests in 0.737s 2023-01-11T20:52:31.0113628Z 2023-01-11T20:52:31.0113788Z OK 2023-01-11T20:52:31.0114033Z 2023-01-11T20:52:31.0114248Z Generating XML reports... 2023-01-11T20:52:31.0115364Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20230111205227.xml 2023-01-11T20:52:31.0116811Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20230111205227.xml 2023-01-11T20:52:31.0118268Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20230111205227.xml 2023-01-11T20:52:31.0118923Z 2023-01-11T20:52:31.0124572Z ##[endgroup] 2023-01-11T20:52:31.0125752Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/pytorch/test/test-reports/test_python_dispatch_4i9av97d) 2023-01-11T20:52:31.0126379Z 2023-01-11T20:52:36.5653834Z Ignoring disabled issues: [] 2023-01-11T20:52:36.5845208Z Running dynamo/test_aot_autograd ... [2023-01-11 20:52:36.583651] 2023-01-11T20:52:36.5847005Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:52:36.583934] 2023-01-11T20:52:41.4101026Z 2023-01-11T20:52:41.4102194Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2023-01-11T20:52:41.4104586Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_aot_autograd_765rdkgr) 2023-01-11T20:52:41.4105418Z 2023-01-11T20:52:41.4106124Z ##[endgroup] 2023-01-11T20:52:41.4107865Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_aot_autograd_765rdkgr) 2023-01-11T20:52:41.4108684Z 2023-01-11T20:52:46.9100521Z Ignoring disabled issues: [] 2023-01-11T20:52:46.9295753Z Running dynamo/test_comptime ... [2023-01-11 20:52:46.928671] 2023-01-11T20:52:46.9297685Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_comptime.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:52:46.928928] 2023-01-11T20:52:51.8118592Z 2023-01-11T20:52:51.8119552Z Expand the folded group to see the log file of dynamo/test_comptime 2023-01-11T20:52:51.8121767Z ##[group]PRINTING LOG FILE of dynamo/test_comptime (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_comptime_c94xnqj4) 2023-01-11T20:52:51.8137964Z 2023-01-11T20:52:51.8138713Z ##[endgroup] 2023-01-11T20:52:51.8140444Z FINISHED PRINTING LOG FILE of dynamo/test_comptime (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_comptime_c94xnqj4) 2023-01-11T20:52:51.8141252Z 2023-01-11T20:52:57.4073890Z Ignoring disabled issues: [] 2023-01-11T20:52:57.4262792Z Running dynamo/test_functions ... [2023-01-11 20:52:57.425479] 2023-01-11T20:52:57.4264712Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:52:57.425721] 2023-01-11T20:53:02.2836155Z 2023-01-11T20:53:02.2836818Z Expand the folded group to see the log file of dynamo/test_functions 2023-01-11T20:53:02.2839013Z ##[group]PRINTING LOG FILE of dynamo/test_functions (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_functions_nj6m_hj7) 2023-01-11T20:53:02.2839859Z 2023-01-11T20:53:02.2840568Z ##[endgroup] 2023-01-11T20:53:02.2843552Z FINISHED PRINTING LOG FILE of dynamo/test_functions (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_functions_nj6m_hj7) 2023-01-11T20:53:02.2844570Z 2023-01-11T20:53:07.7824016Z Ignoring disabled issues: [] 2023-01-11T20:53:07.8017211Z Running dynamo/test_global_declaration ... [2023-01-11 20:53:07.800868] 2023-01-11T20:53:07.8019094Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:53:07.801108] 2023-01-11T20:53:12.3367732Z 2023-01-11T20:53:12.3368432Z Expand the folded group to see the log file of dynamo/test_global_declaration 2023-01-11T20:53:12.3371114Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_global_declaration_4aoslpl2) 2023-01-11T20:53:12.3372257Z 2023-01-11T20:53:12.3372996Z ##[endgroup] 2023-01-11T20:53:12.3374776Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_global_declaration_4aoslpl2) 2023-01-11T20:53:12.3375723Z 2023-01-11T20:53:17.8546733Z Ignoring disabled issues: [] 2023-01-11T20:53:17.8744664Z Running dynamo/test_modules ... [2023-01-11 20:53:17.873732] 2023-01-11T20:53:17.8746459Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:53:17.874024] 2023-01-11T20:53:22.7739610Z 2023-01-11T20:53:22.7740466Z Expand the folded group to see the log file of dynamo/test_modules 2023-01-11T20:53:22.7742934Z ##[group]PRINTING LOG FILE of dynamo/test_modules (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_modules_rq0rjv01) 2023-01-11T20:53:22.7744372Z 2023-01-11T20:53:22.7745343Z ##[endgroup] 2023-01-11T20:53:22.7747752Z FINISHED PRINTING LOG FILE of dynamo/test_modules (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_modules_rq0rjv01) 2023-01-11T20:53:22.7748545Z 2023-01-11T20:53:28.4634102Z Ignoring disabled issues: [] 2023-01-11T20:53:28.4826615Z Running dynamo/test_python_autograd ... [2023-01-11 20:53:28.481786] 2023-01-11T20:53:28.4828444Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:53:28.482043] 2023-01-11T20:53:33.3704629Z 2023-01-11T20:53:33.3705529Z Expand the folded group to see the log file of dynamo/test_python_autograd 2023-01-11T20:53:33.3708172Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_python_autograd_288vxo8k) 2023-01-11T20:53:33.3709416Z 2023-01-11T20:53:33.3710330Z ##[endgroup] 2023-01-11T20:53:33.3712524Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_python_autograd_288vxo8k) 2023-01-11T20:53:33.3713577Z 2023-01-11T20:53:38.9941354Z Ignoring disabled issues: [] 2023-01-11T20:53:39.0133816Z Running dynamo/test_replay_record ... [2023-01-11 20:53:39.012593] 2023-01-11T20:53:39.0136091Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:53:39.012843] 2023-01-11T20:53:43.8898720Z 2023-01-11T20:53:43.8902731Z Expand the folded group to see the log file of dynamo/test_replay_record 2023-01-11T20:53:43.8905651Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_replay_record_7x10zh2q) 2023-01-11T20:53:43.8906555Z 2023-01-11T20:53:43.8907307Z ##[endgroup] 2023-01-11T20:53:43.8909146Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_replay_record_7x10zh2q) 2023-01-11T20:53:43.8909996Z 2023-01-11T20:53:49.4618306Z Ignoring disabled issues: [] 2023-01-11T20:53:49.4807816Z Running dynamo/test_skip_non_tensor ... [2023-01-11 20:53:49.480099] 2023-01-11T20:53:49.4809728Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:53:49.480374] 2023-01-11T20:53:54.2658057Z 2023-01-11T20:53:54.2659122Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2023-01-11T20:53:54.2662287Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_skip_non_tensor_7hy5yyy5) 2023-01-11T20:53:54.2663943Z 2023-01-11T20:53:54.2665154Z ##[endgroup] 2023-01-11T20:53:54.2667982Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_skip_non_tensor_7hy5yyy5) 2023-01-11T20:53:54.2669359Z 2023-01-11T20:54:00.1988599Z Ignoring disabled issues: [] 2023-01-11T20:54:00.2179407Z Running dynamo/test_torchxla_util ... [2023-01-11 20:54:00.217292] 2023-01-11T20:54:00.2181519Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_torchxla_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:54:00.217551] 2023-01-11T20:54:00.2957902Z 2023-01-11T20:54:00.2959529Z Expand the folded group to see the log file of dynamo/test_torchxla_util 2023-01-11T20:54:00.2962173Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_util (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_torchxla_util_6uw51eoc) 2023-01-11T20:54:00.2963171Z 2023-01-11T20:54:00.2963937Z ##[endgroup] 2023-01-11T20:54:00.2965689Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_util (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_torchxla_util_6uw51eoc) 2023-01-11T20:54:00.2966519Z 2023-01-11T20:54:05.7430286Z Ignoring disabled issues: [] 2023-01-11T20:54:05.7624063Z Running dynamo/test_verify_correctness ... [2023-01-11 20:54:05.761791] 2023-01-11T20:54:05.7625994Z Executing ['/opt/conda/bin/python', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:54:05.762044] 2023-01-11T20:54:10.6685105Z 2023-01-11T20:54:10.6686314Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2023-01-11T20:54:10.6689008Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_verify_correctness_db5tc2af) 2023-01-11T20:54:10.6690049Z 2023-01-11T20:54:10.6690777Z ##[endgroup] 2023-01-11T20:54:10.6692560Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (/var/lib/jenkins/pytorch/test/test-reports/dynamo-test_verify_correctness_db5tc2af) 2023-01-11T20:54:10.6693435Z 2023-01-11T20:54:16.2269259Z Ignoring disabled issues: [] 2023-01-11T20:54:16.2462034Z Running inductor/test_perf ... [2023-01-11 20:54:16.245480] 2023-01-11T20:54:16.2463882Z Executing ['/opt/conda/bin/python', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:54:16.245824] 2023-01-11T20:54:28.7874609Z 2023-01-11T20:54:28.7875722Z Expand the folded group to see the log file of inductor/test_perf 2023-01-11T20:54:28.7878339Z ##[group]PRINTING LOG FILE of inductor/test_perf (/var/lib/jenkins/pytorch/test/test-reports/inductor-test_perf_8inp2o6z) 2023-01-11T20:54:28.7879960Z 2023-01-11T20:54:28.7880714Z ##[endgroup] 2023-01-11T20:54:28.7882472Z FINISHED PRINTING LOG FILE of inductor/test_perf (/var/lib/jenkins/pytorch/test/test-reports/inductor-test_perf_8inp2o6z) 2023-01-11T20:54:28.7883268Z 2023-01-11T20:54:34.2829154Z Ignoring disabled issues: [] 2023-01-11T20:54:34.3024828Z Running lazy/test_extract_compiled_graph ... [2023-01-11 20:54:34.301404] 2023-01-11T20:54:34.3026703Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:54:34.301665] 2023-01-11T20:54:38.8424400Z 2023-01-11T20:54:38.8425667Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2023-01-11T20:54:38.8428259Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_extract_compiled_graph_22zh6hm_) 2023-01-11T20:54:38.8429199Z 2023-01-11T20:54:38.8430173Z ##[endgroup] 2023-01-11T20:54:38.8432464Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_extract_compiled_graph_22zh6hm_) 2023-01-11T20:54:38.8433596Z 2023-01-11T20:54:44.5165076Z Ignoring disabled issues: [] 2023-01-11T20:54:44.5365955Z Running nn/test_init ... [2023-01-11 20:54:44.535666] 2023-01-11T20:54:44.5367611Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:54:44.535944] 2023-01-11T20:54:49.4386370Z 2023-01-11T20:54:49.4387566Z Expand the folded group to see the log file of nn/test_init 2023-01-11T20:54:49.4389754Z ##[group]PRINTING LOG FILE of nn/test_init (/var/lib/jenkins/pytorch/test/test-reports/nn-test_init_lhk1ytf0) 2023-01-11T20:54:49.4390500Z 2023-01-11T20:54:49.4391217Z ##[endgroup] 2023-01-11T20:54:49.4392901Z FINISHED PRINTING LOG FILE of nn/test_init (/var/lib/jenkins/pytorch/test/test-reports/nn-test_init_lhk1ytf0) 2023-01-11T20:54:49.4393690Z 2023-01-11T20:54:54.9561502Z Ignoring disabled issues: [] 2023-01-11T20:54:54.9753549Z Running test_deploy ... [2023-01-11 20:54:54.974541] 2023-01-11T20:54:54.9755118Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2023-01-11 20:54:54.974802] 2023-01-11T20:55:00.7522153Z 2023-01-11T20:55:00.7523629Z Expand the folded group to see the log file of test_deploy 2023-01-11T20:55:00.7526328Z ##[group]PRINTING LOG FILE of test_deploy (/var/lib/jenkins/pytorch/test/test-reports/test_deploy_rec39_99) 2023-01-11T20:55:00.7528025Z ============================= test session starts ============================== 2023-01-11T20:55:00.7530132Z platform linux -- Python 3.8.15, pytest-7.2.0, pluggy-1.0.0 -- /opt/conda/bin/python 2023-01-11T20:55:00.7531255Z cachedir: .pytest_cache 2023-01-11T20:55:00.7533073Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/pytorch/test/.hypothesis/examples') 2023-01-11T20:55:00.7534517Z rootdir: /var/lib/jenkins/pytorch, configfile: pytest.ini 2023-01-11T20:55:00.7536004Z plugins: shard-0.1.2, xdist-3.1.0, xdoctest-1.1.0, flakefinder-1.1.0, hypothesis-5.35.1, rerunfailures-10.3 2023-01-11T20:55:00.7537038Z collecting ... collected 1 item 2023-01-11T20:55:00.7538050Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2023-01-11T20:55:00.7538692Z 2023-01-11T20:55:00.7539209Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2023-01-11T20:55:00.7539818Z 2023-01-11T20:55:00.7540210Z ============================== 1 passed in 2.21s =============================== 2023-01-11T20:55:00.7540696Z 2023-01-11T20:55:00.7541469Z ##[endgroup] 2023-01-11T20:55:00.7542748Z FINISHED PRINTING LOG FILE of test_deploy (/var/lib/jenkins/pytorch/test/test-reports/test_deploy_rec39_99) 2023-01-11T20:55:00.7543494Z 2023-01-11T20:55:06.1676298Z Ignoring disabled issues: [] 2023-01-11T20:55:06.1867671Z Running test_pruning_op ... [2023-01-11 20:55:06.185959] 2023-01-11T20:55:06.1869871Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:55:06.186211] 2023-01-11T20:55:10.8025762Z 2023-01-11T20:55:10.8027205Z Expand the folded group to see the log file of test_pruning_op 2023-01-11T20:55:10.8029223Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/pytorch/test/test-reports/test_pruning_op_7pi1739e) 2023-01-11T20:55:10.8029992Z 2023-01-11T20:55:10.8030712Z ##[endgroup] 2023-01-11T20:55:10.8032353Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/pytorch/test/test-reports/test_pruning_op_7pi1739e) 2023-01-11T20:55:10.8033132Z 2023-01-11T20:55:16.1804900Z Ignoring disabled issues: [] 2023-01-11T20:55:16.1999899Z Running test_quantization ... [2023-01-11 20:55:16.199189] 2023-01-11T20:55:16.2001685Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 20:55:16.199452] 2023-01-11T21:10:36.2272470Z 2023-01-11T21:10:36.2273483Z Expand the folded group to see the log file of test_quantization 2023-01-11T21:10:36.2280285Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/pytorch/test/test-reports/test_quantization_ogpq9yow) 2023-01-11T21:10:36.2282750Z Test results will be stored in test-reports/python-unittest/test_quantization 2023-01-11T21:10:36.2285036Z /opt/conda/lib/python3.8/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. 2023-01-11T21:10:36.2286903Z warnings.warn('Lazy modules are a new feature under heavy development ' 2023-01-11T21:10:36.2287552Z 2023-01-11T21:10:36.2289177Z Running tests... 2023-01-11T21:10:36.2291065Z ---------------------------------------------------------------------- 2023-01-11T21:10:36.2293036Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.011s) 2023-01-11T21:10:36.2296038Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2023-01-11T21:10:36.2298381Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2023-01-11T21:10:36.2300486Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2023-01-11T21:10:36.2303075Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2305720Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2308033Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2310148Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2311975Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2313719Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2023-01-11T21:10:36.2315494Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2023-01-11T21:10:36.2317708Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2023-01-11T21:10:36.2320179Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2023-01-11T21:10:36.2322331Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2023-01-11T21:10:36.2325055Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2023-01-11T21:10:36.2327442Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2023-01-11T21:10:36.2330376Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2023-01-11T21:10:36.2332730Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2335001Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2023-01-11T21:10:36.2337433Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2340410Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2343397Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2346404Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2348729Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2350393Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2351646Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2352937Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2353983Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2355014Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2356075Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2357086Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2358142Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2359966Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2361131Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2362226Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2363232Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2364405Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2365538Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2366526Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2023-01-11T21:10:36.2367659Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2368507Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2023-01-11T21:10:36.2369404Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2370459Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2371473Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2023-01-11T21:10:36.2372549Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2023-01-11T21:10:36.2373765Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2023-01-11T21:10:36.2375082Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2376018Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2023-01-11T21:10:36.2376981Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2023-01-11T21:10:36.2377952Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2023-01-11T21:10:36.2378920Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2380088Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2381230Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2382549Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2383822Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2384917Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2386004Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2387075Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2388140Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2389295Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2390341Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2023-01-11T21:10:36.2391360Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2392327Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2393399Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2394470Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2395508Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2396515Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2397539Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2398559Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2399802Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2400831Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2401887Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2023-01-11T21:10:36.2402989Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2404057Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2404868Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2405647Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2406450Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2407260Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2408071Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2408876Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2409659Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2410480Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2411296Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2412085Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2023-01-11T21:10:36.2412869Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2413661Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2414457Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2415241Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2416038Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2416828Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2417636Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2418448Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2419255Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2420078Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2420887Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2421679Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2023-01-11T21:10:36.2422421Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2023-01-11T21:10:36.2423155Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2424013Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2424793Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2023-01-11T21:10:36.2425518Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2426241Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2023-01-11T21:10:36.2426965Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2427702Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2428430Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2429178Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2429933Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2430678Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2431450Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2432184Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2432935Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2433687Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2434419Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2435137Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2023-01-11T21:10:36.2435835Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2436489Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2023-01-11T21:10:36.2437188Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (1.926s) 2023-01-11T21:10:36.2437901Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.913s) 2023-01-11T21:10:36.2438606Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.898s) 2023-01-11T21:10:36.2439296Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.424s) 2023-01-11T21:10:36.2440042Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.020s) 2023-01-11T21:10:36.2440700Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.118s) 2023-01-11T21:10:36.2441907Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2023-01-11T21:10:36.2442865Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2023-01-11T21:10:36.2443770Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2023-01-11T21:10:36.2444443Z warnings.warn( 2023-01-11T21:10:36.2445271Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2023-01-11T21:10:36.2445859Z warnings.warn( 2023-01-11T21:10:36.2446652Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2023-01-11T21:10:36.2447232Z warnings.warn( 2023-01-11T21:10:36.2448017Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2023-01-11T21:10:36.2448604Z warnings.warn( 2023-01-11T21:10:36.2448857Z ok (0.137s) 2023-01-11T21:10:36.2449754Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2023-01-11T21:10:36.2450496Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2023-01-11T21:10:36.2451323Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2023-01-11T21:10:36.2451877Z warnings.warn( 2023-01-11T21:10:36.2452643Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2023-01-11T21:10:36.2453271Z warnings.warn( 2023-01-11T21:10:36.2454176Z /opt/conda/lib/python3.8/site-packages/torch/jit/quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2023-01-11T21:10:36.2454848Z warnings.warn( 2023-01-11T21:10:36.2455148Z ok (0.100s) 2023-01-11T21:10:36.2455791Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:10:36.2456430Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2023-01-11T21:10:36.2457026Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.003s) 2023-01-11T21:10:36.2457612Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2023-01-11T21:10:36.2458204Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.014s) 2023-01-11T21:10:36.2458807Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2023-01-11T21:10:36.2460045Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.8/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. 2023-01-11T21:10:36.2460794Z warnings.warn( 2023-01-11T21:10:36.2461093Z ok (0.006s) 2023-01-11T21:10:36.2461503Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2023-01-11T21:10:36.2462215Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2023-01-11T21:10:36.2462824Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2023-01-11T21:10:36.2463469Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.001s) 2023-01-11T21:10:36.2464799Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:247] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function operator()) 2023-01-11T21:10:36.2466555Z /opt/conda/lib/python3.8/site-packages/torch/_utils.py:309: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.2467463Z device=storage.device, 2023-01-11T21:10:36.2467812Z ok (0.710s) 2023-01-11T21:10:36.2468615Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2469658Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2470536Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2471410Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2472280Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2473137Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2473999Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2474949Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2475800Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2476650Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2477503Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2478355Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2479206Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2480062Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2480786Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2481487Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2482618Z /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:59: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2483264Z warnings.warn( 2023-01-11T21:10:36.2484274Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:82.) 2023-01-11T21:10:36.2484998Z return callable(*args, **kwargs) 2023-01-11T21:10:36.2485302Z ok (1.391s) 2023-01-11T21:10:36.2485965Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2486839Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2487551Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2488261Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2488944Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2489655Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2490358Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2491072Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2491781Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2492490Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2493194Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2493904Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2494613Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2495320Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2496029Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2496682Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2497692Z /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:124: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2498265Z warnings.warn( 2023-01-11T21:10:36.2498523Z ok (1.238s) 2023-01-11T21:10:36.2499473Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:189: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2500153Z warnings.warn( 2023-01-11T21:10:36.2500408Z ok (0.791s) 2023-01-11T21:10:36.2501033Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2501851Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2502515Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2503171Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2503900Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2504572Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2505363Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2506159Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2506950Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2507733Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2508521Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2509313Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2510101Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2510885Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2511668Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2512454Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2513718Z /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:259: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2514454Z warnings.warn( 2023-01-11T21:10:36.2514739Z ok (1.061s) 2023-01-11T21:10:36.2515487Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2516471Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2517261Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2518055Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2518847Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2519638Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2520415Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2521064Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2521717Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2522370Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2523000Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2523652Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2524308Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2524964Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2525624Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2526274Z [W qconv_dynamic.cpp:82] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2023-01-11T21:10:36.2527240Z /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:320: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2527798Z warnings.warn( 2023-01-11T21:10:36.2528051Z ok (1.027s) 2023-01-11T21:10:36.2529153Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:381: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2023-01-11T21:10:36.2529912Z warnings.warn( 2023-01-11T21:10:36.2530146Z ok (0.677s) 2023-01-11T21:10:36.2530542Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.142s) 2023-01-11T21:10:36.2531088Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (20.820s) 2023-01-11T21:10:36.2531635Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (1.361s) 2023-01-11T21:10:36.2532170Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.031s) 2023-01-11T21:10:36.2532699Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.028s) 2023-01-11T21:10:36.2533230Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.033s) 2023-01-11T21:10:36.2533799Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.033s) 2023-01-11T21:10:36.2534473Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.028s) 2023-01-11T21:10:36.2535156Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.015s) 2023-01-11T21:10:36.2535973Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2536734Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2537428Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2538096Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2538737Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2539349Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2539982Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2540626Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2541254Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2541888Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2542514Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2543147Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2543816Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2544406Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2545000Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2545578Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2546157Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2546736Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2547317Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.2547719Z ok (0.104s) 2023-01-11T21:10:36.2548177Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.040s) 2023-01-11T21:10:36.2548933Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.146s) 2023-01-11T21:10:36.2549634Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.316s) 2023-01-11T21:10:36.2550274Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (4.961s) 2023-01-11T21:10:36.2550888Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (7.088s) 2023-01-11T21:10:36.2551484Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2023-01-11T21:10:36.2551983Z Sanity checks on _equalize.converged working ... ok (0.004s) 2023-01-11T21:10:36.2552529Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2023-01-11T21:10:36.2553112Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2023-01-11T21:10:36.2553666Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2023-01-11T21:10:36.2554275Z First checks to see if _equalize.equalize can handle multiple ... ok (0.020s) 2023-01-11T21:10:36.2554847Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2023-01-11T21:10:36.2555406Z Checks to see if eager mode equalization supports fused ... ok (0.042s) 2023-01-11T21:10:36.2555944Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2023-01-11T21:10:36.2556500Z Checks to see if eager mode equalization supports fused ... ok (0.032s) 2023-01-11T21:10:36.2557057Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.299s) 2023-01-11T21:10:36.2557679Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2558939Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:1435: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2023-01-11T21:10:36.2559716Z warnings.warn( 2023-01-11T21:10:36.2560658Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:1441: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2023-01-11T21:10:36.2561246Z warnings.warn( 2023-01-11T21:10:36.2561496Z ok (0.088s) 2023-01-11T21:10:36.2561854Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2562694Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:712: UserWarning: Cannot equalize linear1 because it is part of a branch. 2023-01-11T21:10:36.2563222Z warnings.warn( 2023-01-11T21:10:36.2563815Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:712: UserWarning: Cannot equalize linear2 because it is part of a branch. 2023-01-11T21:10:36.2564256Z warnings.warn( 2023-01-11T21:10:36.2564507Z ok (0.031s) 2023-01-11T21:10:36.2564867Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2565948Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2566796Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2567706Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2568540Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2569489Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2570259Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2571154Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2571903Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2572808Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2573557Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2574446Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2575193Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2575511Z ok (1.861s) 2023-01-11T21:10:36.2575911Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2576419Z After applying the equalization functions, check if the equalization ... ok (0.085s) 2023-01-11T21:10:36.2576903Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2577777Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/utils.py:302: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2023-01-11T21:10:36.2578317Z warnings.warn( 2023-01-11T21:10:36.2579036Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2023-01-11T21:10:36.2579556Z warnings.warn( 2023-01-11T21:10:36.2580273Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2023-01-11T21:10:36.2580806Z warnings.warn( 2023-01-11T21:10:36.2581422Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/utils.py:310: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2023-01-11T21:10:36.2581890Z warnings.warn( 2023-01-11T21:10:36.2582142Z ok (0.638s) 2023-01-11T21:10:36.2582519Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2582984Z Tests that graphs created after prepare_fx is as expected ... ok (0.224s) 2023-01-11T21:10:36.2583427Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2584188Z Tests that for small models, the results of quantized models that ... ok (0.302s) 2023-01-11T21:10:36.2584773Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2585471Z After applying the equalization functions check if the weights and ... ok (0.084s) 2023-01-11T21:10:36.2586024Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2023-01-11T21:10:36.2586567Z Tests that we are able to run numeric suite on the equalized model ... ok (0.163s) 2023-01-11T21:10:36.2587207Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.201s) 2023-01-11T21:10:36.2587914Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.056s) 2023-01-11T21:10:36.2588572Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.044s) 2023-01-11T21:10:36.2589207Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2023-01-11T21:10:36.2589718Z Verify that graph matching works on methods ... ok (0.062s) 2023-01-11T21:10:36.2590258Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.094s) 2023-01-11T21:10:36.2591536Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2023-01-11T21:10:36.2592298Z warnings.warn( 2023-01-11T21:10:36.2592603Z ok (0.142s) 2023-01-11T21:10:36.2593040Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2023-01-11T21:10:36.2593599Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2023-01-11T21:10:36.2594163Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.170s) 2023-01-11T21:10:36.2595447Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2596459Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2596867Z ok (0.097s) 2023-01-11T21:10:36.2597321Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.099s) 2023-01-11T21:10:36.2597918Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.072s) 2023-01-11T21:10:36.2598499Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.083s) 2023-01-11T21:10:36.2599108Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.190s) 2023-01-11T21:10:36.2599707Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2023-01-11T21:10:36.2600263Z Verify that graph matching works on user defined functions ... ok (0.055s) 2023-01-11T21:10:36.2601289Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2023-01-11T21:10:36.2601925Z warnings.warn( 2023-01-11T21:10:36.2602763Z /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2023-01-11T21:10:36.2603358Z warnings.warn(msg) 2023-01-11T21:10:36.2603594Z ok (3.746s) 2023-01-11T21:10:36.2603992Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.631s) 2023-01-11T21:10:36.2604538Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.623s) 2023-01-11T21:10:36.2605900Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.8/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`. 2023-01-11T21:10:36.2606806Z warnings.warn("The TorchScript type system doesn't support " 2023-01-11T21:10:36.2607127Z ok (3.215s) 2023-01-11T21:10:36.2607539Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.036s) 2023-01-11T21:10:36.2608688Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2609562Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2609903Z ok (0.921s) 2023-01-11T21:10:36.2610299Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.414s) 2023-01-11T21:10:36.2610856Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2611399Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2023-01-11T21:10:36.2612005Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2023-01-11T21:10:36.2612547Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2023-01-11T21:10:36.2612879Z ok (0.246s) 2023-01-11T21:10:36.2613295Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.755s) 2023-01-11T21:10:36.2613849Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.418s) 2023-01-11T21:10:36.2614442Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2023-01-11T21:10:36.2615765Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2616738Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2617685Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2618453Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2619408Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2620250Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2621192Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.2621969Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.2622438Z ok (0.950s) 2023-01-11T21:10:36.2622890Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.953s) 2023-01-11T21:10:36.2623567Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.036s) 2023-01-11T21:10:36.2624381Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.168s) 2023-01-11T21:10:36.2625194Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.093s) 2023-01-11T21:10:36.2625985Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.445s) 2023-01-11T21:10:36.2626786Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.450s) 2023-01-11T21:10:36.2627562Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.069s) 2023-01-11T21:10:36.2628408Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.230s) 2023-01-11T21:10:36.2629108Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.066s) 2023-01-11T21:10:36.2630204Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2023-01-11T21:10:36.2631398Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2023-01-11T21:10:36.2632308Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2023-01-11T21:10:36.2633224Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2023-01-11T21:10:36.2634155Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2023-01-11T21:10:36.2635101Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2023-01-11T21:10:36.2635775Z ok (0.196s) 2023-01-11T21:10:36.2636379Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.115s) 2023-01-11T21:10:36.2637154Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.129s) 2023-01-11T21:10:36.2637844Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.195s) 2023-01-11T21:10:36.2638589Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.296s) 2023-01-11T21:10:36.2639369Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.479s) 2023-01-11T21:10:36.2640170Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.375s) 2023-01-11T21:10:36.2640932Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.155s) 2023-01-11T21:10:36.2641608Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.199s) 2023-01-11T21:10:36.2642261Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.054s) 2023-01-11T21:10:36.2642987Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.109s) 2023-01-11T21:10:36.2643556Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2644297Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2656212Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2656815Z ok (0.793s) 2023-01-11T21:10:36.2657295Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.097s) 2023-01-11T21:10:36.2657869Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.745s) 2023-01-11T21:10:36.2658520Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.458s) 2023-01-11T21:10:36.2659164Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2659650Z Verify that add_loggers works on methods ... ok (0.186s) 2023-01-11T21:10:36.2660231Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.187s) 2023-01-11T21:10:36.2660889Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.347s) 2023-01-11T21:10:36.2661671Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2023-01-11T21:10:36.2662488Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2023-01-11T21:10:36.2663198Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2023-01-11T21:10:36.2664261Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2023-01-11T21:10:36.2665078Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2023-01-11T21:10:36.2665877Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2023-01-11T21:10:36.2666662Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2667524Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2668492Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2669375Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2023-01-11T21:10:36.2670215Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2023-01-11T21:10:36.2671052Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2023-01-11T21:10:36.2671791Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2023-01-11T21:10:36.2672546Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2673385Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2674134Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2023-01-11T21:10:36.2674738Z ok (1.383s) 2023-01-11T21:10:36.2675301Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2676129Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2023-01-11T21:10:36.2676834Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2677824Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2023-01-11T21:10:36.2678875Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2023-01-11T21:10:36.2679771Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2023-01-11T21:10:36.2680583Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2023-01-11T21:10:36.2681353Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2023-01-11T21:10:36.2682064Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2023-01-11T21:10:36.2682492Z ok (0.599s) 2023-01-11T21:10:36.2683172Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2684060Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2023-01-11T21:10:36.2684832Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2685538Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2023-01-11T21:10:36.2686076Z ok (0.318s) 2023-01-11T21:10:36.2686489Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2686994Z Verifies that we can match pairs of ops which have the same aten ... ok (3.415s) 2023-01-11T21:10:36.2687505Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.099s) 2023-01-11T21:10:36.2688091Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.115s) 2023-01-11T21:10:36.2688681Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2689408Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2023-01-11T21:10:36.2690283Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2023-01-11T21:10:36.2691104Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2023-01-11T21:10:36.2691659Z ok (0.491s) 2023-01-11T21:10:36.2692076Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2692785Z Verify that NS APIs work on user defined functions ... skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2023-01-11T21:10:36.2693599Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2023-01-11T21:10:36.2694208Z ok (0.347s) 2023-01-11T21:10:36.2694679Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2023-01-11T21:10:36.2695843Z For user defined modules, ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/quantize_fx.py:148: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2023-01-11T21:10:36.2696556Z warnings.warn( 2023-01-11T21:10:36.2696901Z ok (0.212s) 2023-01-11T21:10:36.2697353Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.198s) 2023-01-11T21:10:36.2698041Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.206s) 2023-01-11T21:10:36.2698733Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.687s) 2023-01-11T21:10:36.2700188Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:320: 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). 2023-01-11T21:10:36.2701167Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2023-01-11T21:10:36.2702200Z /opt/conda/lib/python3.8/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:323: 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). 2023-01-11T21:10:36.2703003Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2023-01-11T21:10:36.2703430Z ok (0.163s) 2023-01-11T21:10:36.2704047Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.342s) 2023-01-11T21:10:36.2704851Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.700s) 2023-01-11T21:10:36.2705646Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.162s) 2023-01-11T21:10:36.2706491Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.687s) 2023-01-11T21:10:36.2707320Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.459s) 2023-01-11T21:10:36.2708151Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.364s) 2023-01-11T21:10:36.2709185Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2710269Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2711181Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2712090Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2712987Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2713965Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2714798Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2715812Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2716773Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2717695Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2718609Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2719620Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2720519Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2721360Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2722108Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2722798Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2723503Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2724253Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2724995Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2725709Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2726437Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2023-01-11T21:10:36.2727242Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2023-01-11T21:10:36.2728012Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2728753Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2729518Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2730160Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2730844Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2731546Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2732245Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2732952Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2733658Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2734439Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2735262Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2023-01-11T21:10:36.2735838Z ok (8.068s) 2023-01-11T21:10:36.2736464Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2737360Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2738111Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2738879Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2739623Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2740373Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2741123Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2741888Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2742633Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2743440Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2744193Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2745053Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2745882Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2746771Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2747668Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2748555Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2749469Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2750382Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2751216Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2752035Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2752815Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2753702Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2754665Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2755523Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2023-01-11T21:10:36.2756460Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2023-01-11T21:10:36.2757440Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2023-01-11T21:10:36.2758029Z ok (3.935s) 2023-01-11T21:10:36.2758631Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (4.813s) 2023-01-11T21:10:36.2759614Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2760834Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2761556Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2762310Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2763060Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2763787Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2764535Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2765319Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2766078Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2023-01-11T21:10:36.2766829Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2023-01-11T21:10:36.2767310Z ok (4.840s) 2023-01-11T21:10:36.2767877Z test_conv_bn_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2768511Z ok (0.073s) 2023-01-11T21:10:36.2769015Z test_custom_functions_and_tracer (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... working 2023-01-11T21:10:36.2769454Z working 2023-01-11T21:10:36.2769757Z GraphModule( 2023-01-11T21:10:36.2770138Z (fc1): Linear(in_features=2, out_features=2, bias=True) 2023-01-11T21:10:36.2770583Z (fc2): Linear(in_features=2, out_features=2, bias=True) 2023-01-11T21:10:36.2771007Z (shadow_0_0): OutputLogger(ref_name=model, model_name=subgraph_0_0, 2023-01-11T21:10:36.2771450Z prev_node_name=fc1, ref_node_name=fc1, 2023-01-11T21:10:36.2771888Z ref_node_target_type=torch.nn.modules.linear.Linear 2023-01-11T21:10:36.2772386Z results_type=node_output, index_within_arg=0, 2023-01-11T21:10:36.2772743Z index_of_arg=0, fqn=fc1) 2023-01-11T21:10:36.2773056Z (shadow_wrapper_0_1): GraphModule( 2023-01-11T21:10:36.2773582Z (mod_0): QuantizedLinear(in_features=2, out_features=2, scale=0.019699348136782646, zero_point=58, qscheme=torch.per_tensor_affine) 2023-01-11T21:10:36.2774178Z (shadow_0_1): OutputComparisonLogger 2023-01-11T21:10:36.2774546Z ) 2023-01-11T21:10:36.2774963Z (shadow_1_0): OutputLogger(ref_name=model, model_name=subgraph_1_0, 2023-01-11T21:10:36.2775409Z prev_node_name=fc2, ref_node_name=fc2, 2023-01-11T21:10:36.2775909Z ref_node_target_type=torch.nn.modules.linear.Linear 2023-01-11T21:10:36.2776311Z results_type=node_output, index_within_arg=0, 2023-01-11T21:10:36.2776673Z index_of_arg=0, fqn=fc2) 2023-01-11T21:10:36.2777033Z (shadow_wrapper_1_1): GraphModule( 2023-01-11T21:10:36.2777482Z (mod_0): QuantizedLinear(in_features=2, out_features=2, scale=0.01274071168154478, zero_point=96, qscheme=torch.per_tensor_affine) 2023-01-11T21:10:36.2777957Z (shadow_1_1): OutputComparisonLogger 2023-01-11T21:10:36.2778256Z ) 2023-01-11T21:10:36.2778500Z ) 2023-01-11T21:10:36.2778660Z 2023-01-11T21:10:36.2778665Z 2023-01-11T21:10:36.2778671Z 2023-01-11T21:10:36.2778813Z def forward(self, x): 2023-01-11T21:10:36.2779164Z fc1 = self.fc1(x) 2023-01-11T21:10:36.2779589Z shadow_wrapper_0_1 = self.shadow_wrapper_0_1(fc1, x); x = None 2023-01-11T21:10:36.2780024Z shadow_0_0 = self.shadow_0_0(fc1) 2023-01-11T21:10:36.2780391Z fc2 = self.fc2(fc1) 2023-01-11T21:10:36.2780761Z shadow_wrapper_1_1 = self.shadow_wrapper_1_1(fc2, fc1); fc1 = None 2023-01-11T21:10:36.2781270Z shadow_1_0 = self.shadow_1_0(fc2) 2023-01-11T21:10:36.2781626Z return fc2 2023-01-11T21:10:36.2781943Z 2023-01-11T21:10:36.2782334Z # To see more debug info, please use `graph_module.print_readable()` 2023-01-11T21:10:36.2782851Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2783338Z ok (0.074s) 2023-01-11T21:10:36.2784339Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2786432Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:813: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){}). 2023-01-11T21:10:36.2787869Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2023-01-11T21:10:36.2788586Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2023-01-11T21:10:36.2789161Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2023-01-11T21:10:36.2789814Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2023-01-11T21:10:36.2790375Z ok (0.380s) 2023-01-11T21:10:36.2791163Z test_linear_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2791850Z ok (0.037s) 2023-01-11T21:10:36.2792654Z test_linear_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2793401Z ok (0.109s) 2023-01-11T21:10:36.2794036Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.051s) 2023-01-11T21:10:36.2795087Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2795944Z ok (4.578s) 2023-01-11T21:10:36.2796771Z test_partial_qconfig_mapping (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... unable to find at least one qconfig for node %fc : [#users=1] = call_module[target=fc](args = (%x,), kwargs = {}), skipping 2023-01-11T21:10:36.2797721Z unable to find at least one qconfig for node %add : [#users=1] = call_function[target=operator.add](args = (%relu, %relu), kwargs = {}), skipping 2023-01-11T21:10:36.2798523Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2799014Z ok (0.042s) 2023-01-11T21:10:36.2799592Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.001s) 2023-01-11T21:10:36.2800572Z test_qconfig_multi_mapping_end_to_end (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2801303Z ok (0.088s) 2023-01-11T21:10:36.2801977Z test_qconfig_multi_mapping_from_list (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2802620Z ok (0.234s) 2023-01-11T21:10:36.2803108Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2023-01-11T21:10:36.2803937Z test_qconfig_multi_mapping_ordering (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2023-01-11T21:10:36.2804501Z ok (0.110s) 2023-01-11T21:10:36.2804931Z test_qconfig_multi_mapping_repr (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.001s) 2023-01-11T21:10:36.2805558Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2023-01-11T21:10:36.2806178Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.368s) 2023-01-11T21:10:36.2806782Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2023-01-11T21:10:36.2807386Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.001s) 2023-01-11T21:10:36.2807946Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2023-01-11T21:10:36.2808572Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.133s) 2023-01-11T21:10:36.2809308Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2023-01-11T21:10:36.2809916Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.030s) 2023-01-11T21:10:36.2810534Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2023-01-11T21:10:36.2811088Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2023-01-11T21:10:36.2811674Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2023-01-11T21:10:36.2812331Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.034s) 2023-01-11T21:10:36.2812917Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2023-01-11T21:10:36.2813555Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.737s) 2023-01-11T21:10:36.2814304Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2023-01-11T21:10:36.2814876Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.146s) 2023-01-11T21:10:36.2815480Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2023-01-11T21:10:36.2816011Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2023-01-11T21:10:36.2816543Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.166s) 2023-01-11T21:10:36.2817086Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2023-01-11T21:10:36.2817653Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2023-01-11T21:10:36.2818236Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2023-01-11T21:10:36.2818776Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2023-01-11T21:10:36.2819231Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.119s) 2023-01-11T21:10:36.2819751Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2023-01-11T21:10:36.2820380Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.024s) 2023-01-11T21:10:36.2821051Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2023-01-11T21:10:36.2821686Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.182s) 2023-01-11T21:10:36.2822286Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2023-01-11T21:10:36.2823042Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2023-01-11T21:10:36.2823910Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (15.483s) 2023-01-11T21:10:36.2824620Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.333s) 2023-01-11T21:10:36.2825320Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.647s) 2023-01-11T21:10:36.2826164Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.162s) 2023-01-11T21:10:36.2826896Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.267s) 2023-01-11T21:10:36.2827794Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2023-01-11T21:10:36.2828718Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.182s) 2023-01-11T21:10:36.2829458Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.321s) 2023-01-11T21:10:36.2830236Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.126s) 2023-01-11T21:10:36.2830968Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2023-01-11T21:10:36.2831568Z Test case that checks whether forward pre hooks of the first module and ... ok (0.065s) 2023-01-11T21:10:36.2832276Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.002s) 2023-01-11T21:10:36.2832979Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.126s) 2023-01-11T21:10:36.2833754Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.785s) 2023-01-11T21:10:36.2834452Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.238s) 2023-01-11T21:10:36.2835223Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2023-01-11T21:10:36.2835939Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2023-01-11T21:10:36.2836650Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.248s) 2023-01-11T21:10:36.2837296Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.255s) 2023-01-11T21:10:36.2838136Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temporarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2023-01-11T21:10:36.2838930Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.035s) 2023-01-11T21:10:36.2839557Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2023-01-11T21:10:36.2840250Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2023-01-11T21:10:36.2840875Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2023-01-11T21:10:36.2841468Z test_fuse_linear_bn_leaky_relu_onednn (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.012s) 2023-01-11T21:10:36.2842017Z test_fuse_linear_tanh_for_onednn_backend (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2023-01-11T21:10:36.2842517Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2023-01-11T21:10:36.2843067Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2023-01-11T21:10:36.2843599Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.007s) 2023-01-11T21:10:36.2844114Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2023-01-11T21:10:36.2844567Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2023-01-11T21:10:36.2845045Z test_linear_bn_leaky_relu_not_fused_by_default (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2023-01-11T21:10:36.2845579Z test_linear_tanh_not_fused_by_default (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2023-01-11T21:10:36.2846072Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.020s) 2023-01-11T21:10:36.2846555Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2023-01-11T21:10:36.2846975Z TODO: add test for all fused modules ... ok (0.048s) 2023-01-11T21:10:36.2847923Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /var/lib/jenkins/pytorch/test/quantization/core/test_workflow_ops.py:1252: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/ReduceAllOps.cpp:65.) 2023-01-11T21:10:36.2848804Z out = pt_op( 2023-01-11T21:10:36.2849141Z ok (0.012s) 2023-01-11T21:10:36.2849637Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2023-01-11T21:10:36.2850204Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2023-01-11T21:10:36.2850670Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.031s) 2023-01-11T21:10:36.2851177Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2023-01-11T21:10:36.2852161Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /var/lib/jenkins/pytorch/test/quantization/core/test_workflow_ops.py:1139: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorCompare.cpp:651.) 2023-01-11T21:10:36.2852939Z out = pt_op( 2023-01-11T21:10:36.2853184Z ok (0.122s) 2023-01-11T21:10:36.2853613Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2023-01-11T21:10:36.2854212Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.017s) 2023-01-11T21:10:36.2854798Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.024s) 2023-01-11T21:10:36.2855413Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.064s) 2023-01-11T21:10:36.2856018Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.071s) 2023-01-11T21:10:36.2856649Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2023-01-11T21:10:36.2857255Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2023-01-11T21:10:36.2857896Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.020s) 2023-01-11T21:10:36.2858543Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.025s) 2023-01-11T21:10:36.2859296Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.066s) 2023-01-11T21:10:36.2860033Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.060s) 2023-01-11T21:10:36.2860851Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.016s) 2023-01-11T21:10:36.2861513Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.029s) 2023-01-11T21:10:36.2862080Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.267s) 2023-01-11T21:10:36.2862729Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.027s) 2023-01-11T21:10:36.2863340Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.046s) 2023-01-11T21:10:36.2863931Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2864419Z Tests the constructor of the ModelReport class. ... ok (0.017s) 2023-01-11T21:10:36.2865083Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2865745Z Tests for generation of qconfigs by ModelReport API ... ok (0.068s) 2023-01-11T21:10:36.2866321Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2867413Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/pytorch/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2023-01-11T21:10:36.2868438Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2023-01-11T21:10:36.2868929Z ok (0.235s) 2023-01-11T21:10:36.2869482Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2870210Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.039s) 2023-01-11T21:10:36.2870989Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2871696Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.032s) 2023-01-11T21:10:36.2872337Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2023-01-11T21:10:36.2872876Z Tests for generation of qconfigs by ModelReport API ... ok (0.068s) 2023-01-11T21:10:36.2873495Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.077s) 2023-01-11T21:10:36.2874269Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2023-01-11T21:10:36.2875021Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2023-01-11T21:10:36.2875818Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.018s) 2023-01-11T21:10:36.2876562Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.027s) 2023-01-11T21:10:36.2877274Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2023-01-11T21:10:36.2878007Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.025s) 2023-01-11T21:10:36.2878635Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.017s) 2023-01-11T21:10:36.2879417Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.020s) 2023-01-11T21:10:36.2880178Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.130s) 2023-01-11T21:10:36.2880953Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.004s) 2023-01-11T21:10:36.2881612Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.012s) 2023-01-11T21:10:36.2882253Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2023-01-11T21:10:36.2882787Z Tests the generate_table_view() ... ok (0.040s) 2023-01-11T21:10:36.2883256Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2023-01-11T21:10:36.2883784Z Tests the generate_table_view() ... ok (0.038s) 2023-01-11T21:10:36.2884324Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2023-01-11T21:10:36.2884854Z Tests the generate_table_view() ... ok (0.039s) 2023-01-11T21:10:36.2885375Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2023-01-11T21:10:36.2885953Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.038s) 2023-01-11T21:10:36.2886513Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (24.039s) 2023-01-11T21:10:36.2887087Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (5.308s) 2023-01-11T21:10:36.2887715Z test_histogram_observer_correct_numel (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.005s) 2023-01-11T21:10:36.2888318Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2023-01-11T21:10:36.2888893Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.002s) 2023-01-11T21:10:36.2889491Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.248s) 2023-01-11T21:10:36.2890150Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.740s) 2023-01-11T21:10:36.2890886Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.493s) 2023-01-11T21:10:36.2891532Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.200s) 2023-01-11T21:10:36.2892170Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.031s) 2023-01-11T21:10:36.2892846Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.133s) 2023-01-11T21:10:36.2893532Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.192s) 2023-01-11T21:10:36.2894178Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.197s) 2023-01-11T21:10:36.2894865Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.203s) 2023-01-11T21:10:36.2895542Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.024s) 2023-01-11T21:10:36.2896180Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.849s) 2023-01-11T21:10:36.2896862Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.058s) 2023-01-11T21:10:36.2897536Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.283s) 2023-01-11T21:10:36.2898147Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.206s) 2023-01-11T21:10:36.2898827Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.023s) 2023-01-11T21:10:36.2899513Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.846s) 2023-01-11T21:10:36.2900192Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.061s) 2023-01-11T21:10:36.2901025Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.772s) 2023-01-11T21:10:36.2901761Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.070s) 2023-01-11T21:10:36.2902497Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.137s) 2023-01-11T21:10:36.2903219Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.015s) 2023-01-11T21:10:36.2904150Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.822s) 2023-01-11T21:10:36.2904846Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.038s) 2023-01-11T21:10:36.2908015Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2023-01-11T21:10:36.2909218Z warnings.warn(msg) 2023-01-11T21:10:36.2910347Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2023-01-11T21:10:36.2910814Z 2023-01-11T21:10:36.2911012Z 0%| | 0.00/13.6M [00:00, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae69379d0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae69379d0>}) 2023-01-11T21:10:36.3031731Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2023-01-11T21:10:36.3032529Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:783: UserWarning: QConfig activation quantization range must fall within the backend's: 2023-01-11T21:10:36.3034319Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6a94f70>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6a94f70>}) 2023-01-11T21:10:36.3035622Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2023-01-11T21:10:36.3036746Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:779: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2023-01-11T21:10:36.3037713Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2023-01-11T21:10:36.3038058Z ok (0.047s) 2023-01-11T21:10:36.3038466Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3040605Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:794: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdadb041f70>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdadb041f70>}) 2023-01-11T21:10:36.3042005Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2023-01-11T21:10:36.3043879Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:794: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6a94040>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6a94040>}) 2023-01-11T21:10:36.3045236Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2023-01-11T21:10:36.3046579Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:791: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2023-01-11T21:10:36.3047669Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2023-01-11T21:10:36.3048112Z ok (0.063s) 2023-01-11T21:10:36.3048505Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3049071Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.009s) 2023-01-11T21:10:36.3049647Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.102s) 2023-01-11T21:10:36.3050200Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3050809Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.805s) 2023-01-11T21:10:36.3051367Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3051798Z Test quantizing conv and linear ... ok (1.213s) 2023-01-11T21:10:36.3052363Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3052906Z Test quantizing functional conv and linear with reference option ... ok (1.193s) 2023-01-11T21:10:36.3053458Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.105s) 2023-01-11T21:10:36.3054039Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2023-01-11T21:10:36.3054680Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3055344Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3055998Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3057109Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/convert.py:886: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2023-01-11T21:10:36.3057822Z warnings.warn( 2023-01-11T21:10:36.3058667Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3059420Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3060322Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3061068Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3061436Z ok (0.138s) 2023-01-11T21:10:36.3061905Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3062597Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.015s) 2023-01-11T21:10:36.3063118Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3063650Z Test the output of CopyNode to have the same ... ok (0.208s) 2023-01-11T21:10:36.3064345Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.126s) 2023-01-11T21:10:36.3065175Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3065830Z Tests that the flow still works when the input of custom module ... ok (0.039s) 2023-01-11T21:10:36.3066623Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.018s) 2023-01-11T21:10:36.3067376Z test_default_qconfig_mapping_override_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2023-01-11T21:10:36.3068111Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3068665Z Make sure default quant is inserted properly ... ok (0.026s) 2023-01-11T21:10:36.3069250Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3069844Z Test to make sure dequantize node are placed before ... ok (0.280s) 2023-01-11T21:10:36.3070448Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3071088Z Make sure quantization runs for models with dictionary output ... ok (0.029s) 2023-01-11T21:10:36.3071742Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3072319Z Tests input for dynamic linear being used by multiple ops ... ok (0.066s) 2023-01-11T21:10:36.3072969Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.076s) 2023-01-11T21:10:36.3073629Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3074163Z Test that weight observer is run in convert step ... ok (0.022s) 2023-01-11T21:10:36.3074724Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3075742Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3076145Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3076286Z ok (0.076s) 2023-01-11T21:10:36.3076571Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3076853Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.057s) 2023-01-11T21:10:36.3077153Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3077498Z Test that the sequence of quant-dequant nodes in the ... ok (0.033s) 2023-01-11T21:10:36.3077811Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3078165Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2023-01-11T21:10:36.3078378Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3078738Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.076s) 2023-01-11T21:10:36.3079068Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3079422Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3079732Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3080037Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3080329Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3080618Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.028s) 2023-01-11T21:10:36.3080943Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3081439Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.001s) 2023-01-11T21:10:36.3081742Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3082056Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3082317Z Verifies that binary ops get quantized correctly if some ... ok (0.071s) 2023-01-11T21:10:36.3082695Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.899s) 2023-01-11T21:10:36.3082960Z test_linear_leaky_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3083289Z Test fusion and lowering of Linear - (bn -) LeakyReLU ... ok (0.066s) 2023-01-11T21:10:36.3083529Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3083722Z Test support for qint8 activation in reference pattern ... ok (0.023s) 2023-01-11T21:10:36.3083939Z test_linear_tanh_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3084178Z Test fusion and lowering of Linear - Tanh ... ok (0.041s) 2023-01-11T21:10:36.3084420Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2023-01-11T21:10:36.3084683Z test_match_pattern_with_multiple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3084935Z Test that we can match a pattern that has multiple arguments ... ok (0.013s) 2023-01-11T21:10:36.3085210Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2023-01-11T21:10:36.3085502Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3085744Z Verifies that an observer is not inserted between an unmatched ... ok (0.026s) 2023-01-11T21:10:36.3086015Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2023-01-11T21:10:36.3086253Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3086449Z Test quantizing a not used value ... ok (0.020s) 2023-01-11T21:10:36.3086699Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3086988Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.038s) 2023-01-11T21:10:36.3087246Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3087477Z Verify that specifying complicated output types does not crash. ... ok (0.029s) 2023-01-11T21:10:36.3087736Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2023-01-11T21:10:36.3087995Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3088156Z test MatchAllNode with ... ok (0.009s) 2023-01-11T21:10:36.3088393Z test_pattern_match_constant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.008s) 2023-01-11T21:10:36.3088650Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2023-01-11T21:10:36.3088924Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2023-01-11T21:10:36.3089232Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3089507Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3089767Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3090065Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3090364Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3090718Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3091071Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3091400Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3091688Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2023-01-11T21:10:36.3091953Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.073s) 2023-01-11T21:10:36.3092226Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3092475Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.179s) 2023-01-11T21:10:36.3092749Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2023-01-11T21:10:36.3093076Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3093348Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.029s) 2023-01-11T21:10:36.3093596Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3093803Z Test tuple input type is preserved ... ok (0.019s) 2023-01-11T21:10:36.3094116Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3094439Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2023-01-11T21:10:36.3094749Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3095050Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2023-01-11T21:10:36.3095376Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2023-01-11T21:10:36.3095670Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2023-01-11T21:10:36.3095934Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3096155Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.252s) 2023-01-11T21:10:36.3096574Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2023-01-11T21:10:36.3096799Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2023-01-11T21:10:36.3097005Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.203s) 2023-01-11T21:10:36.3097253Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.158s) 2023-01-11T21:10:36.3097504Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2023-01-11T21:10:36.3097787Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.081s) 2023-01-11T21:10:36.3098035Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2023-01-11T21:10:36.3098274Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2023-01-11T21:10:36.3098506Z test_qconfig_mapping_repr (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3098772Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2023-01-11T21:10:36.3099050Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2023-01-11T21:10:36.3099439Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2023-01-11T21:10:36.3099696Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2023-01-11T21:10:36.3099989Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2023-01-11T21:10:36.3100251Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2023-01-11T21:10:36.3100554Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.099s) 2023-01-11T21:10:36.3100839Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2023-01-11T21:10:36.3101104Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2023-01-11T21:10:36.3101365Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2023-01-11T21:10:36.3101647Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2023-01-11T21:10:36.3101918Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2023-01-11T21:10:36.3102185Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3102479Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.260s) 2023-01-11T21:10:36.3102763Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.070s) 2023-01-11T21:10:36.3102944Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3103167Z Test that the FQN of input_scale/zero_point is set ... ok (0.041s) 2023-01-11T21:10:36.3103431Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3103660Z If the output is hardcoded to be quantized, ensure that ... ok (0.130s) 2023-01-11T21:10:36.3103991Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.168s) 2023-01-11T21:10:36.3104294Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2023-01-11T21:10:36.3104555Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3104812Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.060s) 2023-01-11T21:10:36.3105065Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3105355Z Make sure the numerics for models with ref conv module ... ok (0.231s) 2023-01-11T21:10:36.3105606Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3105834Z Make sure the numerics for models with ref linear module ... ok (0.067s) 2023-01-11T21:10:36.3106098Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2023-01-11T21:10:36.3106346Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2023-01-11T21:10:36.3106587Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2023-01-11T21:10:36.3106887Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2023-01-11T21:10:36.3107164Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3107435Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.004s) 2023-01-11T21:10:36.3107729Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2023-01-11T21:10:36.3107988Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.018s) 2023-01-11T21:10:36.3108199Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.174s) 2023-01-11T21:10:36.3108548Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.699s) 2023-01-11T21:10:36.3108811Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.406s) 2023-01-11T21:10:36.3109126Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3109352Z Make sure that shape does not dequantize ... ok (0.037s) 2023-01-11T21:10:36.3109640Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2023-01-11T21:10:36.3109924Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2023-01-11T21:10:36.3110198Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.162s) 2023-01-11T21:10:36.3110481Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.160s) 2023-01-11T21:10:36.3110697Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3110902Z Make sure packed params appear in state_dict ... ok (0.122s) 2023-01-11T21:10:36.3111122Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3111390Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.327s) 2023-01-11T21:10:36.3111650Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3111904Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.465s) 2023-01-11T21:10:36.3112169Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3112420Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.088s) 2023-01-11T21:10:36.3112638Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2023-01-11T21:10:36.3112894Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2023-01-11T21:10:36.3113199Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.608s) 2023-01-11T21:10:36.3113512Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2023-01-11T21:10:36.3113815Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2023-01-11T21:10:36.3114033Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2023-01-11T21:10:36.3114314Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2023-01-11T21:10:36.3114590Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2023-01-11T21:10:36.3114861Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2023-01-11T21:10:36.3115134Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2023-01-11T21:10:36.3115408Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (2.017s) 2023-01-11T21:10:36.3115746Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.497s) 2023-01-11T21:10:36.3116028Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.665s) 2023-01-11T21:10:36.3116298Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.081s) 2023-01-11T21:10:36.3116545Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.116s) 2023-01-11T21:10:36.3117068Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: TODO: Test is always failing - https://github.com/pytorch/pytorch/issues/54979 (0.001s) 2023-01-11T21:10:36.3117457Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.327s) 2023-01-11T21:10:36.3117728Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.381s) 2023-01-11T21:10:36.3118050Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.552s) 2023-01-11T21:10:36.3118355Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: skip for now since tbb failed (0.002s) 2023-01-11T21:10:36.3118591Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.295s) 2023-01-11T21:10:36.3118836Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.715s) 2023-01-11T21:10:36.3119091Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.054s) 2023-01-11T21:10:36.3119338Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3119587Z A test that checks correct patterns are produced for ... ok (0.022s) 2023-01-11T21:10:36.3119935Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3120194Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3120525Z int8 is not supported for bmm so we won't produce reference ... ok (0.018s) 2023-01-11T21:10:36.3120775Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3121019Z Make sure we don't insert observer for boolean Tensors ... ok (0.020s) 2023-01-11T21:10:36.3121253Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3121480Z quantization of the output of cat will depend on the ... ok (1.054s) 2023-01-11T21:10:36.3121745Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.025s) 2023-01-11T21:10:36.3121995Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.449s) 2023-01-11T21:10:36.3122242Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.600s) 2023-01-11T21:10:36.3122498Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.833s) 2023-01-11T21:10:36.3122759Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.260s) 2023-01-11T21:10:36.3123000Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3123203Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.018s) 2023-01-11T21:10:36.3123536Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2023-01-11T21:10:36.3123767Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.025s) 2023-01-11T21:10:36.3124012Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.113s) 2023-01-11T21:10:36.3124264Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.102s) 2023-01-11T21:10:36.3124499Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.448s) 2023-01-11T21:10:36.3124742Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2023-01-11T21:10:36.3125007Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.057s) 2023-01-11T21:10:36.3125264Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3127131Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:813: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae644ee50>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae644ee50>}). 2023-01-11T21:10:36.3127503Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2023-01-11T21:10:36.3127684Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2023-01-11T21:10:36.3127901Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2023-01-11T21:10:36.3128181Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2023-01-11T21:10:36.3129786Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:813: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae644eee0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae644eee0>}). 2023-01-11T21:10:36.3130113Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2023-01-11T21:10:36.3130333Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2023-01-11T21:10:36.3130559Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2023-01-11T21:10:36.3130829Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2023-01-11T21:10:36.3132415Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:813: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6444040>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae6444040>}). 2023-01-11T21:10:36.3132735Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2023-01-11T21:10:36.3132960Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2023-01-11T21:10:36.3133184Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2023-01-11T21:10:36.3133473Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2023-01-11T21:10:36.3135120Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/utils.py:813: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae64440d0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fdae64440d0>}). 2023-01-11T21:10:36.3135529Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2023-01-11T21:10:36.3135748Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2023-01-11T21:10:36.3135970Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2023-01-11T21:10:36.3136367Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2023-01-11T21:10:36.3136518Z ok (0.034s) 2023-01-11T21:10:36.3136805Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.114s) 2023-01-11T21:10:36.3137082Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.306s) 2023-01-11T21:10:36.3137357Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (14.656s) 2023-01-11T21:10:36.3137686Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2023-01-11T21:10:36.3138057Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3138314Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3138543Z A test that checks dequantize will be swapped for ... ok (0.267s) 2023-01-11T21:10:36.3138801Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3138974Z A test that checks correct patterns are produced for ... ok (0.080s) 2023-01-11T21:10:36.3139226Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3139493Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.061s) 2023-01-11T21:10:36.3139758Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.875s) 2023-01-11T21:10:36.3140030Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.865s) 2023-01-11T21:10:36.3140305Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3140537Z If the inputs to the graph are quantized and the only node ... ok (0.018s) 2023-01-11T21:10:36.3140803Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.466s) 2023-01-11T21:10:36.3141045Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.950s) 2023-01-11T21:10:36.3141313Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.530s) 2023-01-11T21:10:36.3141582Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.433s) 2023-01-11T21:10:36.3141853Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.492s) 2023-01-11T21:10:36.3142195Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3142410Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.446s) 2023-01-11T21:10:36.3142670Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.488s) 2023-01-11T21:10:36.3142957Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3143169Z Test multiple qconfigs for a single value ... ok (0.028s) 2023-01-11T21:10:36.3144111Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3144468Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3144594Z ok (1.208s) 2023-01-11T21:10:36.3144811Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.611s) 2023-01-11T21:10:36.3145133Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.452s) 2023-01-11T21:10:36.3145341Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.884s) 2023-01-11T21:10:36.3145655Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.553s) 2023-01-11T21:10:36.3145940Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2023-01-11T21:10:36.3146202Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2023-01-11T21:10:36.3146475Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.720s) 2023-01-11T21:10:36.3146752Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2023-01-11T21:10:36.3147043Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.032s) 2023-01-11T21:10:36.3147312Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.037s) 2023-01-11T21:10:36.3147564Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.980s) 2023-01-11T21:10:36.3147826Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.532s) 2023-01-11T21:10:36.3148188Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3148519Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2023-01-11T21:10:36.3148888Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3149214Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2023-01-11T21:10:36.3149524Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2023-01-11T21:10:36.3149767Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.973s) 2023-01-11T21:10:36.3150027Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.405s) 2023-01-11T21:10:36.3150553Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1577] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2023-01-11T21:10:36.3150700Z ok (0.517s) 2023-01-11T21:10:36.3151095Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.3151368Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2023-01-11T21:10:36.3151525Z ok (0.043s) 2023-01-11T21:10:36.3153044Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:818: 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:480.) 2023-01-11T21:10:36.3153203Z if param.grad is not None: 2023-01-11T21:10:36.3153325Z ok (1.267s) 2023-01-11T21:10:36.3153599Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2023-01-11T21:10:36.3153838Z Test observers with ignored function and make sure it works in ... ok (1.423s) 2023-01-11T21:10:36.3154764Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.8/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. 2023-01-11T21:10:36.3154901Z warnings.warn( 2023-01-11T21:10:36.3155024Z ok (4.096s) 2023-01-11T21:10:36.3155263Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.164s) 2023-01-11T21:10:36.3155463Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.452s) 2023-01-11T21:10:36.3155714Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.079s) 2023-01-11T21:10:36.3155939Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.754s) 2023-01-11T21:10:36.3156339Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T21:10:36.3156445Z ok (0.270s) 2023-01-11T21:10:36.3156670Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3156880Z Make sure dequantize can support Tuple of tensor ... ok (1.160s) 2023-01-11T21:10:36.3157153Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.261s) 2023-01-11T21:10:36.3157417Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3157621Z A test that checks dequantize will be swapped for ... ok (0.134s) 2023-01-11T21:10:36.3157869Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3158102Z A test that checks correct patterns are produced for ... ok (0.379s) 2023-01-11T21:10:36.3158355Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.051s) 2023-01-11T21:10:36.3158609Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.320s) 2023-01-11T21:10:36.3159060Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3159401Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3159736Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3160112Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3160432Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3160751Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3161044Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3161354Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3161680Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3162078Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3162448Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3162786Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3163124Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3163451Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3163776Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3164110Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3164440Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3164767Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3165098Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3165423Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3165765Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3166094Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3166418Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3166740Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2023-01-11T21:10:36.3166879Z ok (11.839s) 2023-01-11T21:10:36.3167091Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.180s) 2023-01-11T21:10:36.3167356Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.879s) 2023-01-11T21:10:36.3167627Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.209s) 2023-01-11T21:10:36.3167945Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.815s) 2023-01-11T21:10:36.3168246Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.763s) 2023-01-11T21:10:36.3168539Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.695s) 2023-01-11T21:10:36.3168812Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.673s) 2023-01-11T21:10:36.3169080Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3169313Z Test quant fusion for multiple aten::add using same ... ok (2.333s) 2023-01-11T21:10:36.3169598Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.526s) 2023-01-11T21:10:36.3169949Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3170175Z Test quant fusion for multiple aten::add using same ... ok (17.595s) 2023-01-11T21:10:36.3170572Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.517s) 2023-01-11T21:10:36.3170876Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.445s) 2023-01-11T21:10:36.3171137Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3171350Z quantization of the output of cat will be depend on the ... ok (1.950s) 2023-01-11T21:10:36.3171608Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.214s) 2023-01-11T21:10:36.3171871Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2023-01-11T21:10:36.3172066Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (12.895s) 2023-01-11T21:10:36.3172304Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.796s) 2023-01-11T21:10:36.3172521Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.554s) 2023-01-11T21:10:36.3172806Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.659s) 2023-01-11T21:10:36.3173076Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.495s) 2023-01-11T21:10:36.3173311Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2023-01-11T21:10:36.3173565Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.065s) 2023-01-11T21:10:36.3173833Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.008s) 2023-01-11T21:10:36.3174098Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.088s) 2023-01-11T21:10:36.3174370Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2023-01-11T21:10:36.3174664Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.134s) 2023-01-11T21:10:36.3174959Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.160s) 2023-01-11T21:10:36.3175203Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3175522Z Test that we don't fuse the cases when module type does not match ... ok (0.009s) 2023-01-11T21:10:36.3175805Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.496s) 2023-01-11T21:10:36.3176068Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.183s) 2023-01-11T21:10:36.3176360Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.188s) 2023-01-11T21:10:36.3176653Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.064s) 2023-01-11T21:10:36.3176941Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.176s) 2023-01-11T21:10:36.3177210Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.037s) 2023-01-11T21:10:36.3177498Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.045s) 2023-01-11T21:10:36.3177792Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3178106Z Make sure we skip observers for ops that doesn't require ... ok (0.038s) 2023-01-11T21:10:36.3178399Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.125s) 2023-01-11T21:10:36.3178716Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3178933Z check quantization for if works as long as ... ok (0.346s) 2023-01-11T21:10:36.3179257Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.125s) 2023-01-11T21:10:36.3179617Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.032s) 2023-01-11T21:10:36.3179929Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.050s) 2023-01-11T21:10:36.3180250Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.148s) 2023-01-11T21:10:36.3180555Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3180809Z Make sure we propagate observed property through general ops ... ok (0.044s) 2023-01-11T21:10:36.3181148Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.055s) 2023-01-11T21:10:36.3181478Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3181728Z Make sure we propagate observed property through general ops ... ok (0.048s) 2023-01-11T21:10:36.3182045Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2023-01-11T21:10:36.3182415Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.158s) 2023-01-11T21:10:36.3182718Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.042s) 2023-01-11T21:10:36.3183008Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.160s) 2023-01-11T21:10:36.3183328Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.187s) 2023-01-11T21:10:36.3183633Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.064s) 2023-01-11T21:10:36.3184063Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.098s) 2023-01-11T21:10:36.3184344Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3184733Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:310] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2023-01-11T21:10:36.3184854Z ok (0.076s) 2023-01-11T21:10:36.3185127Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.080s) 2023-01-11T21:10:36.3185403Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2023-01-11T21:10:36.3185689Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2023-01-11T21:10:36.3185931Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2023-01-11T21:10:36.3186282Z We want to move quantize nodes for output of prim::If ... [W utils.py:310] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2023-01-11T21:10:36.3186520Z [W utils.py:310] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2023-01-11T21:10:36.3186818Z [W utils.py:310] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2023-01-11T21:10:36.3187112Z [W utils.py:310] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2023-01-11T21:10:36.3187246Z ok (0.108s) 2023-01-11T21:10:36.3187532Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.091s) 2023-01-11T21:10:36.3187831Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2023-01-11T21:10:36.3189075Z test_resnet18 (quantization.fx.test_quantize_pt2e.TestQuantizePT2EModels) ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/_pt2e/utils.py:101: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2023-01-11T21:10:36.3189287Z get_bias_node = m.graph.get_attr(bias_attr_name) 2023-01-11T21:10:36.3189430Z ok (4.342s) 2023-01-11T21:10:36.3189789Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.004s) 2023-01-11T21:10:36.3190073Z test_conv_reorder_issue_onednn (quantization.core.test_quantized_op.TestQuantizedConv) 2023-01-11T21:10:36.3190314Z Ensure reorder failure issue in conv is fixed for onednn backend. ... ok (0.012s) 2023-01-11T21:10:36.3190584Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.576s) 2023-01-11T21:10:36.3191256Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv1d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.009s) 2023-01-11T21:10:36.3191536Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.173s) 2023-01-11T21:10:36.3191804Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (7.919s) 2023-01-11T21:10:36.3192462Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.009s) 2023-01-11T21:10:36.3192742Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.594s) 2023-01-11T21:10:36.3193019Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.712s) 2023-01-11T21:10:36.3193296Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.887s) 2023-01-11T21:10:36.3193586Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.113s) 2023-01-11T21:10:36.3193997Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2023-01-11T21:10:36.3194465Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2023-01-11T21:10:36.3194767Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.337s) 2023-01-11T21:10:36.3195059Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2023-01-11T21:10:36.3195312Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2023-01-11T21:10:36.3195618Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.179s) 2023-01-11T21:10:36.3195968Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2023-01-11T21:10:36.3196259Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2023-01-11T21:10:36.3196479Z Tests the case where 2D indices are passed into the operator ... ok (0.006s) 2023-01-11T21:10:36.3196721Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.262s) 2023-01-11T21:10:36.3197046Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2023-01-11T21:10:36.3197396Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.336s) 2023-01-11T21:10:36.3197724Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2023-01-11T21:10:36.3198061Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.519s) 2023-01-11T21:10:36.3198363Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.531s) 2023-01-11T21:10:36.3198669Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.457s) 2023-01-11T21:10:36.3199612Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:10:36.3199747Z warnings.warn( 2023-01-11T21:10:36.3199868Z ok (0.090s) 2023-01-11T21:10:36.3200167Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2023-01-11T21:10:36.3200421Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (3.346s) 2023-01-11T21:10:36.3201065Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Local only - currently the qlinear_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.013s) 2023-01-11T21:10:36.3201355Z test_qlinear_leaky_relu (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.913s) 2023-01-11T21:10:36.3201638Z test_qlinear_relu (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (3.284s) 2023-01-11T21:10:36.3201895Z test_qlinear_tanh (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.952s) 2023-01-11T21:10:36.3202163Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.487s) 2023-01-11T21:10:36.3202463Z test_qlinear_with_input_q_dq_qweight_dq_output_fp32 (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.492s) 2023-01-11T21:10:36.3202728Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.851s) 2023-01-11T21:10:36.3203000Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.117s) 2023-01-11T21:10:36.3203289Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.110s) 2023-01-11T21:10:36.3203566Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.345s) 2023-01-11T21:10:36.3203830Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3204071Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.012s) 2023-01-11T21:10:36.3204325Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3204616Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.509s) 2023-01-11T21:10:36.3204863Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3205095Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.683s) 2023-01-11T21:10:36.3205306Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3205553Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.268s) 2023-01-11T21:10:36.3205795Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3206069Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (8.977s) 2023-01-11T21:10:36.3206372Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.768s) 2023-01-11T21:10:36.3206642Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.688s) 2023-01-11T21:10:36.3206904Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.613s) 2023-01-11T21:10:36.3207218Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.628s) 2023-01-11T21:10:36.3207484Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.683s) 2023-01-11T21:10:36.3208281Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.8/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. 2023-01-11T21:10:36.3208394Z warnings.warn( 2023-01-11T21:10:36.3208495Z ok (55.382s) 2023-01-11T21:10:36.3209255Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2023-01-11T21:10:36.3209393Z warnings.warn( 2023-01-11T21:10:36.3209516Z ok (16.272s) 2023-01-11T21:10:36.3210195Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4022: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2023-01-11T21:10:36.3210502Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T21:10:36.3210687Z ok (0.035s) 2023-01-11T21:10:36.3210934Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.275s) 2023-01-11T21:10:36.3211186Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (9.551s) 2023-01-11T21:10:36.3211414Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.585s) 2023-01-11T21:10:36.3211639Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.780s) 2023-01-11T21:10:36.3211869Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.362s) 2023-01-11T21:10:36.3212063Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3212262Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (3.897s) 2023-01-11T21:10:36.3212478Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2023-01-11T21:10:36.3212637Z This test cover upsample_nearest3d ... ok (20.118s) 2023-01-11T21:10:36.3212897Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2023-01-11T21:10:36.3213187Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.941s) 2023-01-11T21:10:36.3213478Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2023-01-11T21:10:36.3213746Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.414s) 2023-01-11T21:10:36.3214016Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.884s) 2023-01-11T21:10:36.3214775Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.008s) 2023-01-11T21:10:36.3215033Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.822s) 2023-01-11T21:10:36.3215274Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.112s) 2023-01-11T21:10:36.3215559Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.412s) 2023-01-11T21:10:36.3216458Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:26] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function _resize_output_check) 2023-01-11T21:10:36.3216609Z ok (0.003s) 2023-01-11T21:10:36.3217294Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.002s) 2023-01-11T21:10:36.3217981Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn_nhwc op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.002s) 2023-01-11T21:10:36.3218286Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2023-01-11T21:10:36.3218588Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2023-01-11T21:10:36.3218833Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.234s) 2023-01-11T21:10:36.3219080Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.967s) 2023-01-11T21:10:36.3219341Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.269s) 2023-01-11T21:10:36.3219605Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.235s) 2023-01-11T21:10:36.3219859Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.612s) 2023-01-11T21:10:36.3220086Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.171s) 2023-01-11T21:10:36.3220311Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.275s) 2023-01-11T21:10:36.3220595Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2023-01-11T21:10:36.3220892Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2023-01-11T21:10:36.3221117Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.578s) 2023-01-11T21:10:36.3221383Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.072s) 2023-01-11T21:10:36.3221657Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (7.284s) 2023-01-11T21:10:36.3221918Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.366s) 2023-01-11T21:10:36.3222181Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.297s) 2023-01-11T21:10:36.3222463Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.420s) 2023-01-11T21:10:36.3222865Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2023-01-11T21:10:36.3223134Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.242s) 2023-01-11T21:10:36.3223799Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_op.py:1999: 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). 2023-01-11T21:10:36.3223979Z indices = torch.tensor(X).long() 2023-01-11T21:10:36.3224191Z ok (0.214s) 2023-01-11T21:10:36.3224486Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2023-01-11T21:10:36.3224831Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.379s) 2023-01-11T21:10:36.3225118Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.392s) 2023-01-11T21:10:36.3225427Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (4.425s) 2023-01-11T21:10:36.3225719Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3226158Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2023-01-11T21:10:36.3226466Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2023-01-11T21:10:36.3226745Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3227074Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.062s) 2023-01-11T21:10:36.3227395Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3227717Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2023-01-11T21:10:36.3228042Z test_decomposed_dequantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3228361Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3228696Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2023-01-11T21:10:36.3229015Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3229335Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2023-01-11T21:10:36.3229574Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2023-01-11T21:10:36.3229875Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2023-01-11T21:10:36.3230445Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_tensor.py:1390: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:215.) 2023-01-11T21:10:36.3230626Z y = torch._saturate_weight_to_fp16(x) 2023-01-11T21:10:36.3230768Z ok (0.001s) 2023-01-11T21:10:36.3231083Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2023-01-11T21:10:36.3231401Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2023-01-11T21:10:36.3231723Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3232046Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3232351Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2023-01-11T21:10:36.3232669Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3232967Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2023-01-11T21:10:36.3234065Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.8/site-packages/torch/_utils.py:309: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3234413Z device=storage.device, 2023-01-11T21:10:36.3235291Z /opt/conda/lib/python3.8/site-packages/torch/_utils.py:330: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3235452Z device=storage.device, 2023-01-11T21:10:36.3235597Z ok (0.007s) 2023-01-11T21:10:36.3235889Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2023-01-11T21:10:36.3236204Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.115s) 2023-01-11T21:10:36.3236512Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.023s) 2023-01-11T21:10:36.3236797Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2023-01-11T21:10:36.3237096Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2023-01-11T21:10:36.3237385Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2023-01-11T21:10:36.3237674Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3237979Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2023-01-11T21:10:36.3238289Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2023-01-11T21:10:36.3238594Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2023-01-11T21:10:36.3238911Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2023-01-11T21:10:36.3239215Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2023-01-11T21:10:36.3239514Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2023-01-11T21:10:36.3239815Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.209s) 2023-01-11T21:10:36.3240059Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3240362Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3240655Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2023-01-11T21:10:36.3241426Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_tensor.py:410: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3241666Z self.assertRaises(RuntimeError, lambda: qr.new(r.storage())) 2023-01-11T21:10:36.3241808Z ok (0.007s) 2023-01-11T21:10:36.3242558Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_tensor.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3242858Z self.assertEqual(qr2.storage().data_ptr(), qrv2.storage().data_ptr()) 2023-01-11T21:10:36.3243008Z ok (0.012s) 2023-01-11T21:10:36.3243353Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2023-01-11T21:10:36.3243663Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2023-01-11T21:10:36.3243984Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2023-01-11T21:10:36.3244291Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2023-01-11T21:10:36.3244579Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2023-01-11T21:10:36.3244946Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2023-01-11T21:10:36.3245260Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (7.505s) 2023-01-11T21:10:36.3245554Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2023-01-11T21:10:36.3246157Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.8/site-packages/torch/_tensor.py:767: UserWarning: non-inplace resize is deprecated 2023-01-11T21:10:36.3246435Z warnings.warn("non-inplace resize is deprecated") 2023-01-11T21:10:36.3246577Z ok (0.004s) 2023-01-11T21:10:36.3247343Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_tensor.py:290: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3247706Z self.assertEqual(qr.storage().size(), rows * math.ceil(cols / elements_per_byte), f"with {dtype}, {elements_per_byte}") 2023-01-11T21:10:36.3248331Z /var/lib/jenkins/pytorch/test/quantization/core/test_quantized_tensor.py:299: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3248634Z self.assertEqual(q.storage().size(), math.ceil(num_elements / elements_per_byte), f"with {dtype}, {elements_per_byte}") 2023-01-11T21:10:36.3248775Z ok (0.006s) 2023-01-11T21:10:36.3249089Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2023-01-11T21:10:36.3249399Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2023-01-11T21:10:36.3249684Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2023-01-11T21:10:36.3249978Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2023-01-11T21:10:36.3250300Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (7.496s) 2023-01-11T21:10:36.3250596Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2023-01-11T21:10:36.3250932Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.253s) 2023-01-11T21:10:36.3251210Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3251523Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2023-01-11T21:10:36.3251921Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.018s) 2023-01-11T21:10:36.3252237Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.009s) 2023-01-11T21:10:36.3252496Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2023-01-11T21:10:36.3252746Z Checks the rnn reference quantized modules has correct numerics ... ok (0.024s) 2023-01-11T21:10:36.3253032Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2023-01-11T21:10:36.3253287Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.013s) 2023-01-11T21:10:36.3253570Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2023-01-11T21:10:36.3253769Z Embedding and EmbeddingBag ... ok (0.007s) 2023-01-11T21:10:36.3254054Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.093s) 2023-01-11T21:10:36.3254356Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2023-01-11T21:10:36.3254656Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2023-01-11T21:10:36.3255021Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.051s) 2023-01-11T21:10:36.3255320Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.188s) 2023-01-11T21:10:36.3255626Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2023-01-11T21:10:36.3255945Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2023-01-11T21:10:36.3256250Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.041s) 2023-01-11T21:10:36.3256543Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.094s) 2023-01-11T21:10:36.3256828Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2023-01-11T21:10:36.3257120Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2023-01-11T21:10:36.3257425Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.012s) 2023-01-11T21:10:36.3257709Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.062s) 2023-01-11T21:10:36.3258005Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.073s) 2023-01-11T21:10:36.3258303Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.055s) 2023-01-11T21:10:36.3259443Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.8/site-packages/torch/_utils.py:768: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3259647Z return self.fget.__get__(instance, owner)() 2023-01-11T21:10:36.3260316Z /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:1435: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2023-01-11T21:10:36.3260470Z warnings.warn( 2023-01-11T21:10:36.3261174Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3261580Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3262314Z /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2023-01-11T21:10:36.3262654Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2023-01-11T21:10:36.3262734Z ok (0.738s) 2023-01-11T21:10:36.3263017Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.042s) 2023-01-11T21:10:36.3263327Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2023-01-11T21:10:36.3263633Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.002s) 2023-01-11T21:10:36.3263963Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3264191Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2023-01-11T21:10:36.3265040Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.8/site-packages/torch/ao/quantization/utils.py:310: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2023-01-11T21:10:36.3265216Z warnings.warn( 2023-01-11T21:10:36.3265382Z ok (0.012s) 2023-01-11T21:10:36.3265730Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3266081Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2023-01-11T21:10:36.3266467Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.012s) 2023-01-11T21:10:36.3266887Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3267181Z Tests the correctness of the ChannelShuffle module. ... ok (0.011s) 2023-01-11T21:10:36.3267543Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (7.789s) 2023-01-11T21:10:36.3267899Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.399s) 2023-01-11T21:10:36.3268263Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.751s) 2023-01-11T21:10:36.3268600Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3268859Z Tests the correctness of the dropout module. ... ok (0.002s) 2023-01-11T21:10:36.3269242Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.008s) 2023-01-11T21:10:36.3269562Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3269743Z Tests the correctness of the ELU module. ... ok (0.003s) 2023-01-11T21:10:36.3270131Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (7.936s) 2023-01-11T21:10:36.3270485Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3270827Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (8.103s) 2023-01-11T21:10:36.3271166Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3271435Z Tests the correctness of the groupnorm module. ... ok (0.005s) 2023-01-11T21:10:36.3271786Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3272062Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.012s) 2023-01-11T21:10:36.3272406Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3272573Z Tests the correctness of the layernorm module. ... ok (0.005s) 2023-01-11T21:10:36.3272875Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2023-01-11T21:10:36.3274151Z test_linear (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.8/site-packages/torch/package/package_exporter.py:900: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3274362Z storage_type_str = obj.pickle_storage_type() 2023-01-11T21:10:36.3275340Z /opt/conda/lib/python3.8/site-packages/torch/package/package_exporter.py:903: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:10:36.3275521Z storage_numel = obj.size() 2023-01-11T21:10:36.3275603Z ok (30.704s) 2023-01-11T21:10:36.3275893Z test_linear_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3276163Z test API functionality for nn.intrinsic.quantized.linear_leaky_relu ... ok (14.438s) 2023-01-11T21:10:36.3276470Z test_linear_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (30.911s) 2023-01-11T21:10:36.3276754Z test_linear_tanh (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3277012Z test API functionality for nn.intrinsic.quantized.linear_tanh ... ok (7.313s) 2023-01-11T21:10:36.3277290Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2023-01-11T21:10:36.3277506Z Tests the correctness of the pool module. ... ok (0.021s) 2023-01-11T21:10:36.3277878Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2023-01-11T21:10:36.3278198Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2023-01-11T21:10:36.3278491Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2023-01-11T21:10:36.3278787Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2023-01-11T21:10:36.3279113Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (7.232s) 2023-01-11T21:10:36.3279456Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.475s) 2023-01-11T21:10:36.3279786Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.117s) 2023-01-11T21:10:36.3280180Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.093s) 2023-01-11T21:10:36.3280517Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.120s) 2023-01-11T21:10:36.3280855Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.117s) 2023-01-11T21:10:36.3281250Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.118s) 2023-01-11T21:10:36.3281574Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2023-01-11T21:10:36.3281824Z This tests that a placeholder Node can be matched to a Node with ... ok (0.117s) 2023-01-11T21:10:36.3282150Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.119s) 2023-01-11T21:10:36.3282498Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.090s) 2023-01-11T21:10:36.3282905Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.118s) 2023-01-11T21:10:36.3283213Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.118s) 2023-01-11T21:10:36.3283548Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.116s) 2023-01-11T21:10:36.3283894Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.120s) 2023-01-11T21:10:36.3284162Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2023-01-11T21:10:36.3284417Z Test that we can record complex example inputs such as lists and dicts ... ok (0.018s) 2023-01-11T21:10:36.3284667Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2023-01-11T21:10:36.3284944Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.018s) 2023-01-11T21:10:36.3285230Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.018s) 2023-01-11T21:10:36.3285501Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2023-01-11T21:10:36.3285779Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2023-01-11T21:10:36.3286044Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2023-01-11T21:10:36.3286314Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.002s) 2023-01-11T21:10:36.3286324Z 2023-01-11T21:10:36.3286652Z ---------------------------------------------------------------------- 2023-01-11T21:10:36.3286810Z Ran 1001 tests in 912.616s 2023-01-11T21:10:36.3286817Z 2023-01-11T21:10:36.3286977Z OK (skipped=36) 2023-01-11T21:10:36.3286988Z 2023-01-11T21:10:36.3287156Z Generating XML reports... 2023-01-11T21:10:36.3287792Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20230111205519.xml 2023-01-11T21:10:36.3288363Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20230111205519.xml 2023-01-11T21:10:36.3288939Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20230111205519.xml 2023-01-11T21:10:36.3289508Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20230111205519.xml 2023-01-11T21:10:36.3290027Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20230111205519.xml 2023-01-11T21:10:36.3290590Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20230111205519.xml 2023-01-11T21:10:36.3291108Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20230111205519.xml 2023-01-11T21:10:36.3291653Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20230111205519.xml 2023-01-11T21:10:36.3292182Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20230111205519.xml 2023-01-11T21:10:36.3292734Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20230111205519.xml 2023-01-11T21:10:36.3293264Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20230111205519.xml 2023-01-11T21:10:36.3293869Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20230111205519.xml 2023-01-11T21:10:36.3294418Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20230111205519.xml 2023-01-11T21:10:36.3294939Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20230111205519.xml 2023-01-11T21:10:36.3295470Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20230111205519.xml 2023-01-11T21:10:36.3296006Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20230111205519.xml 2023-01-11T21:10:36.3296575Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20230111205519.xml 2023-01-11T21:10:36.3297116Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20230111205519.xml 2023-01-11T21:10:36.3297630Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20230111205519.xml 2023-01-11T21:10:36.3298140Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20230111205519.xml 2023-01-11T21:10:36.3298647Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20230111205519.xml 2023-01-11T21:10:36.3299058Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20230111205519.xml 2023-01-11T21:10:36.3299581Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20230111205519.xml 2023-01-11T21:10:36.3300138Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20230111205519.xml 2023-01-11T21:10:36.3300643Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20230111205519.xml 2023-01-11T21:10:36.3301214Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20230111205519.xml 2023-01-11T21:10:36.3301731Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20230111205519.xml 2023-01-11T21:10:36.3302257Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20230111205519.xml 2023-01-11T21:10:36.3302844Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20230111205519.xml 2023-01-11T21:10:36.3303378Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20230111205519.xml 2023-01-11T21:10:36.3304046Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20230111205519.xml 2023-01-11T21:10:36.3304648Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20230111205519.xml 2023-01-11T21:10:36.3305175Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20230111205519.xml 2023-01-11T21:10:36.3305805Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20230111205519.xml 2023-01-11T21:10:36.3306398Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20230111205519.xml 2023-01-11T21:10:36.3306920Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20230111205519.xml 2023-01-11T21:10:36.3307405Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20230111205519.xml 2023-01-11T21:10:36.3307901Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20230111205519.xml 2023-01-11T21:10:36.3308401Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20230111205519.xml 2023-01-11T21:10:36.3308933Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20230111205519.xml 2023-01-11T21:10:36.3309476Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20230111205519.xml 2023-01-11T21:10:36.3310006Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20230111205519.xml 2023-01-11T21:10:36.3310579Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20230111205519.xml 2023-01-11T21:10:36.3311130Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20230111205519.xml 2023-01-11T21:10:36.3311659Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20230111205519.xml 2023-01-11T21:10:36.3312221Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20230111205519.xml 2023-01-11T21:10:36.3312708Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20230111205519.xml 2023-01-11T21:10:36.3313212Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20230111205519.xml 2023-01-11T21:10:36.3313706Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20230111205519.xml 2023-01-11T21:10:36.3314205Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20230111205519.xml 2023-01-11T21:10:36.3314724Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20230111205519.xml 2023-01-11T21:10:36.3315239Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20230111205519.xml 2023-01-11T21:10:36.3315762Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_pt2e.TestQuantizePT2EModels-20230111205519.xml 2023-01-11T21:10:36.3316252Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20230111205519.xml 2023-01-11T21:10:36.3316769Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20230111205519.xml 2023-01-11T21:10:36.3317320Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20230111205519.xml 2023-01-11T21:10:36.3317914Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20230111205519.xml 2023-01-11T21:10:36.3318440Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20230111205519.xml 2023-01-11T21:10:36.3318973Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20230111205519.xml 2023-01-11T21:10:36.3319525Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20230111205519.xml 2023-01-11T21:10:36.3320079Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20230111205519.xml 2023-01-11T21:10:36.3320616Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20230111205519.xml 2023-01-11T21:10:36.3321232Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20230111205519.xml 2023-01-11T21:10:36.3321761Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20230111205519.xml 2023-01-11T21:10:36.3322228Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20230111205519.xml 2023-01-11T21:10:36.3322235Z 2023-01-11T21:10:36.3322822Z ##[endgroup] 2023-01-11T21:10:36.3323260Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/pytorch/test/test-reports/test_quantization_ogpq9yow) 2023-01-11T21:10:36.3323267Z 2023-01-11T21:10:42.8391756Z Ignoring disabled issues: [] 2023-01-11T21:10:42.8590565Z Running test_schema_check ... [2023-01-11 21:10:42.858149] 2023-01-11T21:10:42.8592348Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:10:42.858410] 2023-01-11T21:12:43.6801296Z 2023-01-11T21:12:43.6802393Z Expand the folded group to see the log file of test_meta 2023-01-11T21:12:43.6806835Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/pytorch/test/test-reports/test_meta_1f8j08oy) 2023-01-11T21:12:43.6861972Z Test results will be stored in test-reports/python-unittest/test_meta 2023-01-11T21:12:43.6862968Z 2023-01-11T21:12:43.6867030Z Running tests... 2023-01-11T21:12:43.6867919Z ---------------------------------------------------------------------- 2023-01-11T21:12:43.6920836Z test_cdist_forward_cuda (__main__.TestMetaCUDA) ... ok (0.785s) 2023-01-11T21:12:43.6921996Z test_dispatch_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6923103Z test_dispatch_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6924144Z test_dispatch_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6925191Z test_dispatch_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6926253Z test_dispatch_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6927292Z test_dispatch_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6928272Z test_dispatch_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6931341Z test_dispatch_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6932846Z test_dispatch_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6933896Z test_dispatch_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6935194Z test_dispatch_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6936287Z test_dispatch_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6937360Z test_dispatch_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6938359Z test_dispatch_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6939436Z test_dispatch_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6940435Z test_dispatch_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6941345Z test_dispatch_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6942485Z test_dispatch_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6943594Z test_dispatch_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6944709Z test_dispatch_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6945730Z test_dispatch_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6946820Z test_dispatch_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6947888Z test_dispatch_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6948888Z test_dispatch_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6949986Z test_dispatch_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6950883Z test_dispatch_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6951996Z test_dispatch_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6953232Z test_dispatch_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6954313Z test_dispatch_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6955394Z test_dispatch_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6956317Z test_dispatch_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6957267Z test_dispatch_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6958142Z test_dispatch_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6959044Z test_dispatch_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6959833Z test_dispatch_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6960905Z test_dispatch_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6961817Z test_dispatch_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6962857Z test_dispatch_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6963743Z test_dispatch_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6964618Z test_dispatch_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6965540Z test_dispatch_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6966488Z test_dispatch_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6967395Z test_dispatch_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6968428Z test_dispatch_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6969264Z test_dispatch_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6970169Z test_dispatch_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6971062Z test_dispatch_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6971922Z test_dispatch_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6972900Z test_dispatch_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6973942Z test_dispatch_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6975019Z test_dispatch_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6976061Z test_dispatch_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6977165Z test_dispatch_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6978088Z test_dispatch_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6979103Z test_dispatch_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6980118Z test_dispatch_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6981164Z test_dispatch_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6982251Z test_dispatch_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6983285Z test_dispatch_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6984659Z test_dispatch_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6985861Z test_dispatch_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6986985Z test_dispatch_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6988193Z test_dispatch_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6989246Z test_dispatch_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6990393Z test_dispatch_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6991447Z test_dispatch_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6992516Z test_dispatch_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6993546Z test_dispatch_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6994583Z test_dispatch_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6995647Z test_dispatch_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6996667Z test_dispatch_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6997809Z test_dispatch_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6998826Z test_dispatch_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.6999988Z test_dispatch_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7001141Z test_dispatch_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7002294Z test_dispatch_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7003474Z test_dispatch_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7004535Z test_dispatch_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7005588Z test_dispatch_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7006614Z test_dispatch_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7007673Z test_dispatch_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7008669Z test_dispatch_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7009680Z test_dispatch_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7010727Z test_dispatch_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7011775Z test_dispatch_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7012851Z test_dispatch_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7013879Z test_dispatch_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7015016Z test_dispatch_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7016199Z test_dispatch_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7017201Z test_dispatch_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7018292Z test_dispatch_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7019389Z test_dispatch_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7020412Z test_dispatch_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7021364Z test_dispatch_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7022382Z test_dispatch_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7023414Z test_dispatch_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7024554Z test_dispatch_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7025636Z test_dispatch_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7026696Z test_dispatch_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7027801Z test_dispatch_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7028912Z test_dispatch_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7029868Z test_dispatch_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7030992Z test_dispatch_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7032009Z test_dispatch_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7033182Z test_dispatch_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7034166Z test_dispatch_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7035175Z test_dispatch_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7036183Z test_dispatch_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7037201Z test_dispatch_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7038229Z test_dispatch_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7039268Z test_dispatch_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7040218Z test_dispatch_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7041283Z test_dispatch_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7042404Z test_dispatch_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7043500Z test_dispatch_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7044829Z test_dispatch_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7045931Z test_dispatch_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7047013Z test_dispatch_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7048103Z test_dispatch_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7049113Z test_dispatch_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7050127Z test_dispatch_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7051045Z test_dispatch_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7052155Z test_dispatch_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7053259Z test_dispatch_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7054314Z test_dispatch_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7055385Z test_dispatch_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7056464Z test_dispatch_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7057521Z test_dispatch_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7058596Z test_dispatch_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7059583Z test_dispatch_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7060725Z test_dispatch_meta_inplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7061759Z test_dispatch_meta_inplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7062921Z test_dispatch_meta_inplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7064142Z test_dispatch_meta_inplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7065292Z test_dispatch_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7066502Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7067631Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7068746Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7069695Z test_dispatch_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7070547Z test_dispatch_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7071409Z test_dispatch_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.7072595Z test_dispatch_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7073601Z test_dispatch_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7074833Z test_dispatch_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7075753Z test_dispatch_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7076644Z test_dispatch_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7077567Z test_dispatch_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7078413Z test_dispatch_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7079174Z test_dispatch_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7080052Z test_dispatch_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7080951Z test_dispatch_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7081813Z test_dispatch_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7082760Z test_dispatch_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7083725Z test_dispatch_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7084670Z test_dispatch_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7085549Z test_dispatch_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7086390Z test_dispatch_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7087361Z test_dispatch_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7088286Z test_dispatch_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7089441Z test_dispatch_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7090491Z test_dispatch_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7091502Z test_dispatch_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7092483Z test_dispatch_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7093552Z test_dispatch_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7094414Z test_dispatch_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7095413Z test_dispatch_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7096424Z test_dispatch_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7097323Z test_dispatch_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7098223Z test_dispatch_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7099082Z test_dispatch_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7100052Z test_dispatch_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7101065Z test_dispatch_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7101873Z test_dispatch_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7102863Z test_dispatch_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7104217Z test_dispatch_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7105198Z test_dispatch_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7106289Z test_dispatch_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7107247Z test_dispatch_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7108168Z test_dispatch_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7109040Z test_dispatch_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7109786Z test_dispatch_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7110663Z test_dispatch_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7111569Z test_dispatch_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7112446Z test_dispatch_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7113426Z test_dispatch_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7114254Z test_dispatch_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7115120Z test_dispatch_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7115910Z test_dispatch_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7116803Z test_dispatch_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7117706Z test_dispatch_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7118568Z test_dispatch_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.7119509Z test_dispatch_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.7120454Z test_dispatch_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7121340Z test_dispatch_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.7122279Z test_dispatch_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.459s) 2023-01-11T21:12:43.7123023Z test_dispatch_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.171s) 2023-01-11T21:12:43.7123860Z test_dispatch_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:43.7124756Z test_dispatch_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.7125712Z test_dispatch_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7126620Z test_dispatch_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7127525Z test_dispatch_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.7128402Z test_dispatch_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.7129168Z test_dispatch_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7130058Z test_dispatch_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.7130967Z test_dispatch_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.7131854Z test_dispatch_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7132740Z test_dispatch_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7133661Z test_dispatch_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.7134748Z test_dispatch_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.7135897Z test_dispatch_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.7136730Z test_dispatch_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.7137732Z test_dispatch_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.7138615Z test_dispatch_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7139617Z test_dispatch_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7140534Z test_dispatch_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7141431Z test_dispatch_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7142325Z test_dispatch_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7143114Z test_dispatch_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7144309Z test_dispatch_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7145319Z test_dispatch_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7146310Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7147289Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7148290Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7149176Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7150108Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7150921Z test_dispatch_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7151837Z test_dispatch_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.7152671Z test_dispatch_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7153523Z test_dispatch_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7154448Z test_dispatch_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7155340Z test_dispatch_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7156213Z test_dispatch_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.7157053Z test_dispatch_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7157857Z test_dispatch_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7158716Z test_dispatch_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7159516Z test_dispatch_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7160407Z test_dispatch_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7161294Z test_dispatch_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7162139Z test_dispatch_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7162828Z test_dispatch_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7163424Z test_dispatch_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7164055Z test_dispatch_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7164673Z test_dispatch_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7165450Z test_dispatch_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7166237Z test_dispatch_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7167002Z test_dispatch_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7167744Z test_dispatch_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7168707Z test_dispatch_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7169446Z test_dispatch_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7170263Z test_dispatch_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7171078Z test_dispatch_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7171917Z test_dispatch_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7172690Z test_dispatch_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7173550Z test_dispatch_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7174319Z test_dispatch_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7175203Z test_dispatch_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7176088Z test_dispatch_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7176878Z test_dispatch_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7177733Z test_dispatch_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7178526Z test_dispatch_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7179358Z test_dispatch_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7180101Z test_dispatch_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7180926Z test_dispatch_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7181756Z test_dispatch_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7182525Z test_dispatch_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7183257Z test_dispatch_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7184184Z test_dispatch_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7184940Z test_dispatch_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7185752Z test_dispatch_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7186576Z test_dispatch_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7187554Z test_dispatch_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7188520Z test_dispatch_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7189401Z test_dispatch_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7190193Z test_dispatch_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7190986Z test_dispatch_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7191791Z test_dispatch_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7192520Z test_dispatch_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7193406Z test_dispatch_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7194127Z test_dispatch_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7194841Z test_dispatch_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7195570Z test_dispatch_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7196299Z test_dispatch_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7197080Z test_dispatch_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7197820Z test_dispatch_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7198617Z test_dispatch_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7199328Z test_dispatch_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7200113Z test_dispatch_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7200884Z test_dispatch_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7201808Z test_dispatch_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7202534Z test_dispatch_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7203362Z test_dispatch_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7204131Z test_dispatch_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7204868Z test_dispatch_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7205624Z test_dispatch_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7206371Z test_dispatch_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7207037Z test_dispatch_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7207841Z test_dispatch_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7208741Z test_dispatch_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7209469Z test_dispatch_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7210327Z test_dispatch_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7211099Z test_dispatch_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7211853Z test_dispatch_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7212647Z test_dispatch_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7213410Z test_dispatch_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7214102Z test_dispatch_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7214889Z test_dispatch_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7215677Z test_dispatch_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7216411Z test_dispatch_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7217230Z test_dispatch_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7217954Z test_dispatch_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7218714Z test_dispatch_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7219486Z test_dispatch_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7220286Z test_dispatch_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7221010Z test_dispatch_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7221812Z test_dispatch_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7222583Z test_dispatch_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7223347Z test_dispatch_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7224169Z test_dispatch_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7224871Z test_dispatch_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7225618Z test_dispatch_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7226358Z test_dispatch_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7227165Z test_dispatch_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7227945Z test_dispatch_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7228741Z test_dispatch_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7229679Z test_dispatch_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7230432Z test_dispatch_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7231301Z test_dispatch_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7232070Z test_dispatch_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7232855Z test_dispatch_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7233629Z test_dispatch_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7234344Z test_dispatch_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7235151Z test_dispatch_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7235812Z test_dispatch_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7236633Z test_dispatch_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7237365Z test_dispatch_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7238121Z test_dispatch_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7238877Z test_dispatch_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7239655Z test_dispatch_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7240422Z test_dispatch_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7241213Z test_dispatch_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7241999Z test_dispatch_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7242801Z test_dispatch_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7243544Z test_dispatch_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7244298Z test_dispatch_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7245085Z test_dispatch_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7245872Z test_dispatch_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7246617Z test_dispatch_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7247381Z test_dispatch_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7248123Z test_dispatch_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7248915Z test_dispatch_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7249760Z test_dispatch_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7250627Z test_dispatch_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7251473Z test_dispatch_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7252333Z test_dispatch_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7253157Z test_dispatch_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7253951Z test_dispatch_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7254699Z test_dispatch_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7255465Z test_dispatch_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7256272Z test_dispatch_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7257033Z test_dispatch_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7257798Z test_dispatch_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7258541Z test_dispatch_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7259320Z test_dispatch_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7260027Z test_dispatch_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7260896Z test_dispatch_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7261709Z test_dispatch_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7262316Z test_dispatch_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7263004Z test_dispatch_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7263763Z test_dispatch_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7264368Z test_dispatch_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7265008Z test_dispatch_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7265835Z test_dispatch_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7266500Z test_dispatch_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7267127Z test_dispatch_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7267758Z test_dispatch_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7268489Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7269317Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.7270121Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7270881Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7271627Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7272682Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7273512Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7274287Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7275153Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7276129Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7276997Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7277765Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7278598Z test_dispatch_meta_inplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7279557Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7280498Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7281410Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7282340Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7283254Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7284099Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7285003Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7285768Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7286561Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7287275Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7288075Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7288921Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7289818Z test_dispatch_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7290656Z test_dispatch_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7291440Z test_dispatch_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7292215Z test_dispatch_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7292956Z test_dispatch_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7293697Z test_dispatch_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7294439Z test_dispatch_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7295172Z test_dispatch_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7295939Z test_dispatch_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7296752Z test_dispatch_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7297576Z test_dispatch_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7298403Z test_dispatch_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7299219Z test_dispatch_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7300067Z test_dispatch_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7300725Z test_dispatch_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7301519Z test_dispatch_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7302358Z test_dispatch_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7303064Z test_dispatch_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7304055Z test_dispatch_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7304690Z test_dispatch_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7305367Z test_dispatch_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7306041Z test_dispatch_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7306686Z test_dispatch_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7307449Z test_dispatch_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7308193Z test_dispatch_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7308964Z test_dispatch_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7309669Z test_dispatch_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7310380Z test_dispatch_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.7311040Z test_dispatch_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7311752Z test_dispatch_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7312358Z test_dispatch_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7312985Z test_dispatch_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7313713Z test_dispatch_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7314419Z test_dispatch_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7315159Z test_dispatch_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7315933Z test_dispatch_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7316674Z test_dispatch_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7317545Z test_dispatch_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7318237Z test_dispatch_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7331578Z test_dispatch_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7332450Z test_dispatch_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7333094Z test_dispatch_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7333790Z test_dispatch_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7334367Z test_dispatch_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7334984Z test_dispatch_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7335662Z test_dispatch_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7336361Z test_dispatch_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7336962Z test_dispatch_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7337629Z test_dispatch_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7338371Z test_dispatch_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7339142Z test_dispatch_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.7339869Z test_dispatch_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7340604Z test_dispatch_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7341311Z test_dispatch_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7341880Z test_dispatch_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7342412Z test_dispatch_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7343013Z test_dispatch_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7343790Z test_dispatch_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7344444Z test_dispatch_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7345206Z test_dispatch_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7345943Z test_dispatch_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7346764Z test_dispatch_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7347501Z test_dispatch_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7348160Z test_dispatch_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7348947Z test_dispatch_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7349784Z test_dispatch_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7350626Z test_dispatch_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7351419Z test_dispatch_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7352558Z test_dispatch_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7353453Z test_dispatch_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7354287Z test_dispatch_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7355095Z test_dispatch_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7355876Z test_dispatch_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7356580Z test_dispatch_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7357498Z test_dispatch_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7358256Z test_dispatch_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7359010Z test_dispatch_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7359797Z test_dispatch_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7360605Z test_dispatch_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7361399Z test_dispatch_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7362151Z test_dispatch_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7362931Z test_dispatch_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7363631Z test_dispatch_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7364420Z test_dispatch_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7365103Z test_dispatch_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7365852Z test_dispatch_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7366653Z test_dispatch_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7367438Z test_dispatch_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7368218Z test_dispatch_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7369055Z test_dispatch_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7369945Z test_dispatch_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7370711Z test_dispatch_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7371454Z test_dispatch_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7372300Z test_dispatch_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7373174Z test_dispatch_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7373945Z test_dispatch_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7374785Z test_dispatch_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7375568Z test_dispatch_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7376355Z test_dispatch_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7377101Z test_dispatch_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7377847Z test_dispatch_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7378546Z test_dispatch_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7379288Z test_dispatch_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7380073Z test_dispatch_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7380787Z test_dispatch_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7381500Z test_dispatch_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7382174Z test_dispatch_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7382858Z test_dispatch_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7383599Z test_dispatch_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7384384Z test_dispatch_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7385172Z test_dispatch_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7386032Z test_dispatch_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7386806Z test_dispatch_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7387504Z test_dispatch_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7388282Z test_dispatch_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7389080Z test_dispatch_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7389934Z test_dispatch_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7390713Z test_dispatch_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7391416Z test_dispatch_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7392177Z test_dispatch_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7392991Z test_dispatch_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7393690Z test_dispatch_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7394491Z test_dispatch_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7395285Z test_dispatch_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7395944Z test_dispatch_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7396689Z test_dispatch_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7397512Z test_dispatch_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7398339Z test_dispatch_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7399020Z test_dispatch_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7399824Z test_dispatch_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7400537Z test_dispatch_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.7401227Z test_dispatch_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7401935Z test_dispatch_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7402597Z test_dispatch_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7403244Z test_dispatch_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7403900Z test_dispatch_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7404504Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.7405216Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7405907Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7406599Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7407306Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7407998Z test_dispatch_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7408612Z test_dispatch_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7409278Z test_dispatch_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7409867Z test_dispatch_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7410539Z test_dispatch_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7411159Z test_dispatch_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7411780Z test_dispatch_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7412428Z test_dispatch_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7413069Z test_dispatch_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7413758Z test_dispatch_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7414318Z test_dispatch_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7414971Z test_dispatch_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7415806Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7416452Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7417208Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7417883Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7418585Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7419284Z test_dispatch_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7419882Z test_dispatch_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7420577Z test_dispatch_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7421218Z test_dispatch_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7421873Z test_dispatch_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7422550Z test_dispatch_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.7423268Z test_dispatch_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7424309Z test_dispatch_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7425110Z test_dispatch_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7425823Z test_dispatch_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7426663Z test_dispatch_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7427467Z test_dispatch_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7428295Z test_dispatch_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7429106Z test_dispatch_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7429885Z test_dispatch_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7430595Z test_dispatch_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7431380Z test_dispatch_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7432100Z test_dispatch_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7432860Z test_dispatch_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7433551Z test_dispatch_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7434312Z test_dispatch_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7434980Z test_dispatch_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7435681Z test_dispatch_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7436426Z test_dispatch_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7437301Z test_dispatch_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7438199Z test_dispatch_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7438911Z test_dispatch_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7439651Z test_dispatch_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7440369Z test_dispatch_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7441104Z test_dispatch_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7441901Z test_dispatch_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7442632Z test_dispatch_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7443369Z test_dispatch_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7444132Z test_dispatch_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7444812Z test_dispatch_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7445608Z test_dispatch_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7446396Z test_dispatch_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7447069Z test_dispatch_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7447868Z test_dispatch_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7448688Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7449468Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7450220Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7450966Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7451700Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7452471Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7453132Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7453907Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7454581Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7455338Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7456097Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7456996Z test_dispatch_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7457887Z test_dispatch_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7458649Z test_dispatch_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7459413Z test_dispatch_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7460153Z test_dispatch_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7460834Z test_dispatch_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7461617Z test_dispatch_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7462290Z test_dispatch_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7462956Z test_dispatch_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7463743Z test_dispatch_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7464500Z test_dispatch_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7465343Z test_dispatch_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7466152Z test_dispatch_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7466917Z test_dispatch_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7467680Z test_dispatch_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7468436Z test_dispatch_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7469094Z test_dispatch_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7469800Z test_dispatch_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7470544Z test_dispatch_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7471320Z test_dispatch_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7471995Z test_dispatch_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7472689Z test_dispatch_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7473566Z test_dispatch_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7474200Z test_dispatch_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7474902Z test_dispatch_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7475760Z test_dispatch_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7476572Z test_dispatch_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7477361Z test_dispatch_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7478129Z test_dispatch_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7478870Z test_dispatch_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7479516Z test_dispatch_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7480197Z test_dispatch_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7481106Z test_dispatch_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7482034Z test_dispatch_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7482827Z test_dispatch_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7483548Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7484379Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7485225Z test_dispatch_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7486009Z test_dispatch_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7486794Z test_dispatch_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7487565Z test_dispatch_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7488360Z test_dispatch_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7489318Z test_dispatch_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7490052Z test_dispatch_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7490746Z test_dispatch_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7491534Z test_dispatch_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7492372Z test_dispatch_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7493134Z test_dispatch_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7493960Z test_dispatch_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7494735Z test_dispatch_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7495434Z test_dispatch_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7496156Z test_dispatch_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7496896Z test_dispatch_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7497784Z test_dispatch_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7498497Z test_dispatch_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7499282Z test_dispatch_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7500005Z test_dispatch_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7500740Z test_dispatch_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7501479Z test_dispatch_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7502238Z test_dispatch_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7502971Z test_dispatch_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7503771Z test_dispatch_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7504550Z test_dispatch_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7505346Z test_dispatch_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7506032Z test_dispatch_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7506777Z test_dispatch_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7507513Z test_dispatch_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7508220Z test_dispatch_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7508913Z test_dispatch_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7509679Z test_dispatch_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7510427Z test_dispatch_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7511238Z test_dispatch_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7511970Z test_dispatch_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7512575Z test_dispatch_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7513204Z test_dispatch_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7513924Z test_dispatch_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7514557Z test_dispatch_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7515198Z test_dispatch_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7515862Z test_dispatch_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7516526Z test_dispatch_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7517116Z test_dispatch_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7517740Z test_dispatch_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7518481Z test_dispatch_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7519371Z test_dispatch_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7520145Z test_dispatch_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7520936Z test_dispatch_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7521688Z test_dispatch_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7522385Z test_dispatch_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7523199Z test_dispatch_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7523924Z test_dispatch_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7524691Z test_dispatch_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7525443Z test_dispatch_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7526157Z test_dispatch_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7526889Z test_dispatch_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7527640Z test_dispatch_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7528403Z test_dispatch_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7529162Z test_dispatch_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7529929Z test_dispatch_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7530599Z test_dispatch_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7531344Z test_dispatch_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7532179Z test_dispatch_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7532871Z test_dispatch_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7533659Z test_dispatch_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7534437Z test_dispatch_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7535217Z test_dispatch_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7535896Z test_dispatch_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7536569Z test_dispatch_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7537220Z test_dispatch_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7537949Z test_dispatch_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7538802Z test_dispatch_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7539704Z test_dispatch_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7540503Z test_dispatch_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7541300Z test_dispatch_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7542045Z test_dispatch_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7542773Z test_dispatch_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7543452Z test_dispatch_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7544419Z test_dispatch_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7545075Z test_dispatch_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7545744Z test_dispatch_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7546378Z test_dispatch_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7547008Z test_dispatch_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7547736Z test_dispatch_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7548533Z test_dispatch_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7549339Z test_dispatch_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7550130Z test_dispatch_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7550919Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7551621Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7552483Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7553265Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7554103Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7554888Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7555681Z test_dispatch_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7556588Z test_dispatch_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7557367Z test_dispatch_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7558195Z test_dispatch_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7559046Z test_dispatch_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7559808Z test_dispatch_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7560579Z test_dispatch_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7561394Z test_dispatch_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7562190Z test_dispatch_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7563018Z test_dispatch_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7563766Z test_dispatch_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7564534Z test_dispatch_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7565317Z test_dispatch_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7566152Z test_dispatch_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7566842Z test_dispatch_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7567555Z test_dispatch_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.7568279Z test_dispatch_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7568950Z test_dispatch_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7569714Z test_dispatch_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7570393Z test_dispatch_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7571056Z test_dispatch_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7571588Z test_dispatch_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7572231Z test_dispatch_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7572895Z test_dispatch_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7573566Z test_dispatch_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7574250Z test_dispatch_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7574952Z test_dispatch_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7575663Z test_dispatch_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7576288Z test_dispatch_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7576826Z test_dispatch_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7577377Z test_dispatch_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7578015Z test_dispatch_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7578613Z test_dispatch_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7579431Z test_dispatch_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7580141Z test_dispatch_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7580857Z test_dispatch_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7581610Z test_dispatch_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7582331Z test_dispatch_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7583098Z test_dispatch_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7583838Z test_dispatch_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7584494Z test_dispatch_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7585069Z test_dispatch_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7585738Z test_dispatch_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7586351Z test_dispatch_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7587020Z test_dispatch_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7587790Z test_dispatch_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7588604Z test_dispatch_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7589428Z test_dispatch_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7590215Z test_dispatch_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7590941Z test_dispatch_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7591681Z test_dispatch_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7592437Z test_dispatch_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7593198Z test_dispatch_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7593863Z test_dispatch_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7594615Z test_dispatch_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7595395Z test_dispatch_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7596242Z test_dispatch_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7597031Z test_dispatch_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7597867Z test_dispatch_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7598696Z test_dispatch_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7599509Z test_dispatch_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7600393Z test_dispatch_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7601151Z test_dispatch_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7602085Z test_dispatch_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7602986Z test_dispatch_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7603750Z test_dispatch_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7604647Z test_dispatch_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7605460Z test_dispatch_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7606288Z test_dispatch_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7606944Z test_dispatch_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7607610Z test_dispatch_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7608216Z test_dispatch_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7608891Z test_dispatch_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7609742Z test_dispatch_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7610486Z test_dispatch_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7611328Z test_dispatch_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7612098Z test_dispatch_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7612871Z test_dispatch_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7613654Z test_dispatch_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7614550Z test_dispatch_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7615336Z test_dispatch_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7616041Z test_dispatch_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7616804Z test_dispatch_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7617513Z test_dispatch_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7618318Z test_dispatch_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7619139Z test_dispatch_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7619968Z test_dispatch_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7620761Z test_dispatch_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7621568Z test_dispatch_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7622359Z test_dispatch_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7623028Z test_dispatch_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7624055Z test_dispatch_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7624937Z test_dispatch_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7625746Z test_dispatch_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7626433Z test_dispatch_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7627201Z test_dispatch_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7627895Z test_dispatch_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7628594Z test_dispatch_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7629306Z test_dispatch_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7629940Z test_dispatch_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7630586Z test_dispatch_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7631252Z test_dispatch_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.370s) 2023-01-11T21:12:43.7631977Z test_dispatch_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7632624Z test_dispatch_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7633291Z test_dispatch_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7634037Z test_dispatch_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7634754Z test_dispatch_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7635426Z test_dispatch_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7636149Z test_dispatch_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7636772Z test_dispatch_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7637413Z test_dispatch_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7638168Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7638977Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7639810Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7640674Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7641564Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7642274Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7643113Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7643944Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7644899Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7645713Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7646578Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7647388Z test_dispatch_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7648259Z test_dispatch_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7648991Z test_dispatch_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7649803Z test_dispatch_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7650518Z test_dispatch_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7651344Z test_dispatch_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7652170Z test_dispatch_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7652957Z test_dispatch_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7653727Z test_dispatch_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7654524Z test_dispatch_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7655321Z test_dispatch_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7656103Z test_dispatch_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7656903Z test_dispatch_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7657608Z test_dispatch_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7658360Z test_dispatch_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.7659087Z test_dispatch_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7659734Z test_dispatch_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7660419Z test_dispatch_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7661097Z test_dispatch_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7661833Z test_dispatch_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7662624Z test_dispatch_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7663266Z test_dispatch_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7664015Z test_dispatch_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7664860Z test_dispatch_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7665559Z test_dispatch_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7666449Z test_dispatch_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7667352Z test_dispatch_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7668100Z test_dispatch_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7668877Z test_dispatch_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7669554Z test_dispatch_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7670236Z test_dispatch_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7671154Z test_dispatch_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7671912Z test_dispatch_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7672689Z test_dispatch_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7673572Z test_dispatch_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7674286Z test_dispatch_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7675012Z test_dispatch_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7675751Z test_dispatch_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7676443Z test_dispatch_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7677042Z test_dispatch_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7677698Z test_dispatch_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7678370Z test_dispatch_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7679037Z test_dispatch_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7679766Z test_dispatch_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7680581Z test_dispatch_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7681337Z test_dispatch_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7682093Z test_dispatch_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7682765Z test_dispatch_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7683473Z test_dispatch_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7684320Z test_dispatch_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7685243Z test_dispatch_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7685989Z test_dispatch_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7686662Z test_dispatch_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7687372Z test_dispatch_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7688078Z test_dispatch_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7688811Z test_dispatch_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7689532Z test_dispatch_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.7690366Z test_dispatch_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7691122Z test_dispatch_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7691935Z test_dispatch_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7692688Z test_dispatch_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7693493Z test_dispatch_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7694338Z test_dispatch_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7695280Z test_dispatch_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7696127Z test_dispatch_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7697122Z test_dispatch_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7697943Z test_dispatch_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7698729Z test_dispatch_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7699518Z test_dispatch_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7700414Z test_dispatch_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7701492Z test_dispatch_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7702364Z test_dispatch_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7703160Z test_dispatch_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7703915Z test_dispatch_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7704732Z test_dispatch_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7705516Z test_dispatch_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7706285Z test_dispatch_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7707133Z test_dispatch_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7708290Z test_dispatch_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7709303Z test_dispatch_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7710379Z test_dispatch_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7711411Z test_dispatch_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7712617Z test_dispatch_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7713619Z test_dispatch_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7714807Z test_dispatch_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7715919Z test_dispatch_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7717056Z test_dispatch_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7718121Z test_dispatch_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7719162Z test_dispatch_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7720338Z test_dispatch_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7721412Z test_dispatch_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7722310Z test_dispatch_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7723304Z test_dispatch_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7724450Z test_dispatch_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7725530Z test_dispatch_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7726694Z test_dispatch_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7727680Z test_dispatch_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7728805Z test_dispatch_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7729840Z test_dispatch_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7731051Z test_dispatch_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7732056Z test_dispatch_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7733064Z test_dispatch_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7734173Z test_dispatch_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7735291Z test_dispatch_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7736355Z test_dispatch_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7737212Z test_dispatch_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7738094Z test_dispatch_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7738975Z test_dispatch_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7739885Z test_dispatch_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7740885Z test_dispatch_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7741645Z test_dispatch_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7742626Z test_dispatch_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7743524Z test_dispatch_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7744737Z test_dispatch_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7745455Z test_dispatch_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.7746183Z test_dispatch_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7746887Z test_dispatch_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7747697Z test_dispatch_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7748307Z test_dispatch_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7749065Z test_dispatch_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7749782Z test_dispatch_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7750484Z test_dispatch_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7751167Z test_dispatch_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7751835Z test_dispatch_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7752518Z test_dispatch_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7753359Z test_dispatch_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7754082Z test_dispatch_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7754930Z test_dispatch_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7755747Z test_dispatch_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7756535Z test_dispatch_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7757217Z test_dispatch_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7757888Z test_dispatch_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7758542Z test_dispatch_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7759192Z test_dispatch_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7759860Z test_dispatch_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7760569Z test_dispatch_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.7761193Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7761884Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7762762Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7763519Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7764227Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7764915Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7765605Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7766293Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7767016Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7767611Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7768310Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7769073Z test_dispatch_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7769802Z test_dispatch_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7770527Z test_dispatch_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7771192Z test_dispatch_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7771889Z test_dispatch_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7772590Z test_dispatch_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7773376Z test_dispatch_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7774045Z test_dispatch_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7774838Z test_dispatch_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7775629Z test_dispatch_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.7776398Z test_dispatch_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7776777Z test_dispatch_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7777158Z test_dispatch_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7777550Z test_dispatch_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7777934Z test_dispatch_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7778328Z test_dispatch_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7778682Z test_dispatch_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7779051Z test_dispatch_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7779508Z test_dispatch_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7779887Z test_dispatch_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7780334Z test_dispatch_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7780705Z test_dispatch_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7781074Z test_dispatch_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7781453Z test_dispatch_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7781831Z test_dispatch_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7782232Z test_dispatch_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7782631Z test_dispatch_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7783032Z test_dispatch_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7783402Z test_dispatch_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7784021Z test_dispatch_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7784399Z test_dispatch_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7784685Z test_dispatch_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7785087Z test_dispatch_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7785467Z test_dispatch_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7785856Z test_dispatch_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7786236Z test_dispatch_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7786619Z test_dispatch_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7786997Z test_dispatch_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7787395Z test_dispatch_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7787851Z test_dispatch_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7788216Z test_dispatch_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7788591Z test_dispatch_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7824345Z test_dispatch_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7824759Z test_dispatch_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7825129Z test_dispatch_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7825935Z test_dispatch_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7826419Z test_dispatch_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7826796Z test_dispatch_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7827208Z test_dispatch_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7827582Z test_dispatch_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7827978Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7828373Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7828797Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7829194Z test_dispatch_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7829664Z test_dispatch_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7830039Z test_dispatch_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7830426Z test_dispatch_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7830823Z test_dispatch_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7831236Z test_dispatch_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7831640Z test_dispatch_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7832019Z test_dispatch_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7832398Z test_dispatch_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7832757Z test_dispatch_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7833149Z test_dispatch_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7833534Z test_dispatch_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7833926Z test_dispatch_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7834296Z test_dispatch_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7834701Z test_dispatch_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7835072Z test_dispatch_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7835467Z test_dispatch_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7835829Z test_dispatch_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7836288Z test_dispatch_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7836710Z test_dispatch_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7837147Z test_dispatch_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7837541Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7837935Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7838326Z test_dispatch_meta_inplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7838644Z test_dispatch_meta_inplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7839086Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7839479Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7839869Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7840260Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7840656Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7841022Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7841400Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7841790Z test_dispatch_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7842154Z test_dispatch_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7842510Z test_dispatch_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7842885Z test_dispatch_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7843256Z test_dispatch_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7843643Z test_dispatch_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7843998Z test_dispatch_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7844369Z test_dispatch_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7844726Z test_dispatch_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7845079Z test_dispatch_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7845425Z test_dispatch_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7845784Z test_dispatch_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7846229Z test_dispatch_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7846611Z test_dispatch_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7846976Z test_dispatch_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.462s) 2023-01-11T21:12:43.7847299Z test_dispatch_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.449s) 2023-01-11T21:12:43.7847602Z test_dispatch_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.490s) 2023-01-11T21:12:43.7847952Z test_dispatch_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7848327Z test_dispatch_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7848689Z test_dispatch_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7849050Z test_dispatch_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7849408Z test_dispatch_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7849767Z test_dispatch_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7850056Z test_dispatch_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7850420Z test_dispatch_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7850776Z test_dispatch_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7851132Z test_dispatch_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7851494Z test_dispatch_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7851826Z test_dispatch_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.7852154Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.7852481Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.7852806Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.7853136Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.7853450Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.7853784Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.7854108Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.7854463Z test_dispatch_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.7854798Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.7855173Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7855507Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7855846Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.934s) 2023-01-11T21:12:43.7856168Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7856588Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7856968Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7857298Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7857666Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7858046Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7858418Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7858803Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7859170Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7859425Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.7859755Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7860081Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7860409Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7860729Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7861047Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7861380Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7861710Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7862039Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.7862398Z test_dispatch_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7862756Z test_dispatch_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7863115Z test_dispatch_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7863476Z test_dispatch_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7864043Z test_dispatch_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7864417Z test_dispatch_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7864791Z test_dispatch_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7865158Z test_dispatch_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7865522Z test_dispatch_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7865914Z test_dispatch_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7866279Z test_dispatch_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7866742Z test_dispatch_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7867115Z test_dispatch_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7867535Z test_dispatch_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7867906Z test_dispatch_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7868255Z test_dispatch_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7868619Z test_dispatch_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7868975Z test_dispatch_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7869328Z test_dispatch_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7869625Z test_dispatch_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7870003Z test_dispatch_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7870368Z test_dispatch_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7870732Z test_dispatch_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7871097Z test_dispatch_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7871452Z test_dispatch_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7871816Z test_dispatch_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7872183Z test_dispatch_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7872536Z test_dispatch_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7872900Z test_dispatch_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7873250Z test_dispatch_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7873601Z test_dispatch_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7873956Z test_dispatch_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7874322Z test_dispatch_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7874676Z test_dispatch_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7875049Z test_dispatch_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7875424Z test_dispatch_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7875784Z test_dispatch_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7876142Z test_dispatch_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7876584Z test_dispatch_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7876886Z test_dispatch_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7877241Z test_dispatch_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7877543Z test_dispatch_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7877850Z test_dispatch_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7878146Z test_dispatch_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7878442Z test_dispatch_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7878750Z test_dispatch_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7879055Z test_dispatch_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7879357Z test_dispatch_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7879658Z test_dispatch_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7879961Z test_dispatch_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7880258Z test_dispatch_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7880499Z test_dispatch_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7880795Z test_dispatch_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7881102Z test_dispatch_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7881406Z test_dispatch_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7881708Z test_dispatch_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7882006Z test_dispatch_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7882302Z test_dispatch_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7882610Z test_dispatch_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7882907Z test_dispatch_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7883208Z test_dispatch_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7883500Z test_dispatch_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7883792Z test_dispatch_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7884086Z test_dispatch_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7884393Z test_dispatch_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7884776Z test_dispatch_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7885129Z test_dispatch_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7885446Z test_dispatch_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7885753Z test_dispatch_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7886057Z test_dispatch_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7886357Z test_dispatch_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7886685Z test_dispatch_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7886996Z test_dispatch_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7887300Z test_dispatch_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7887602Z test_dispatch_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7887905Z test_dispatch_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7888208Z test_dispatch_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7888462Z test_dispatch_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.7888716Z test_dispatch_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7888977Z test_dispatch_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7889225Z test_dispatch_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7889417Z test_dispatch_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7889668Z test_dispatch_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7889912Z test_dispatch_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7890162Z test_dispatch_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7890405Z test_dispatch_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7890650Z test_dispatch_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7890895Z test_dispatch_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7891142Z test_dispatch_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.7891390Z test_dispatch_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7891698Z test_dispatch_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7891994Z test_dispatch_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7892297Z test_dispatch_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7892598Z test_dispatch_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7892898Z test_dispatch_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7893276Z test_dispatch_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7893615Z test_dispatch_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7893914Z test_dispatch_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7894211Z test_dispatch_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7894507Z test_dispatch_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7894802Z test_dispatch_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7895098Z test_dispatch_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7895383Z test_dispatch_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.7895678Z test_dispatch_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7895921Z test_dispatch_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7896170Z test_dispatch_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7896356Z test_dispatch_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7896643Z test_dispatch_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7896931Z test_dispatch_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7897220Z test_dispatch_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7897518Z test_dispatch_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7897807Z test_dispatch_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7898056Z test_dispatch_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.370s) 2023-01-11T21:12:43.7898348Z test_dispatch_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7898597Z test_dispatch_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.351s) 2023-01-11T21:12:43.7898847Z test_dispatch_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.345s) 2023-01-11T21:12:43.7899097Z test_dispatch_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.367s) 2023-01-11T21:12:43.7899387Z test_dispatch_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7899682Z test_dispatch_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7899969Z test_dispatch_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7900256Z test_dispatch_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7900539Z test_dispatch_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7900832Z test_dispatch_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7901090Z test_dispatch_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.505s) 2023-01-11T21:12:43.7901343Z test_dispatch_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.496s) 2023-01-11T21:12:43.7901670Z test_dispatch_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.501s) 2023-01-11T21:12:43.7901959Z test_dispatch_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7902296Z test_dispatch_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7902596Z test_dispatch_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7902887Z test_dispatch_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7903181Z test_dispatch_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7903372Z test_dispatch_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.355s) 2023-01-11T21:12:43.7903667Z test_dispatch_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7904014Z test_dispatch_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.333s) 2023-01-11T21:12:43.7904265Z test_dispatch_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.323s) 2023-01-11T21:12:43.7904535Z test_dispatch_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.340s) 2023-01-11T21:12:43.7904821Z test_dispatch_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7905106Z test_dispatch_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7905388Z test_dispatch_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7905677Z test_dispatch_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7905980Z test_dispatch_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7906232Z test_dispatch_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7906519Z test_dispatch_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7906780Z test_dispatch_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.565s) 2023-01-11T21:12:43.7907032Z test_dispatch_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.585s) 2023-01-11T21:12:43.7907281Z test_dispatch_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.581s) 2023-01-11T21:12:43.7907532Z test_dispatch_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7907781Z test_dispatch_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7908043Z test_dispatch_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7908332Z test_dispatch_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7908622Z test_dispatch_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7908905Z test_dispatch_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7909188Z test_dispatch_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.7909472Z test_dispatch_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7909715Z test_dispatch_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7910014Z test_dispatch_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7910400Z test_dispatch_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7910776Z test_dispatch_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7911083Z test_dispatch_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7911382Z test_dispatch_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7911678Z test_dispatch_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7911972Z test_dispatch_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7912274Z test_dispatch_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7912577Z test_dispatch_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7912876Z test_dispatch_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7913171Z test_dispatch_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7913496Z test_dispatch_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7913790Z test_dispatch_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7914091Z test_dispatch_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7914396Z test_dispatch_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7914710Z test_dispatch_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7915007Z test_dispatch_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7915301Z test_dispatch_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7915594Z test_dispatch_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7915884Z test_dispatch_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7916174Z test_dispatch_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7916476Z test_dispatch_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7916769Z test_dispatch_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7917029Z test_dispatch_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7917314Z test_dispatch_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7917564Z test_dispatch_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7917811Z test_dispatch_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.7918060Z test_dispatch_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.7918408Z test_dispatch_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7918634Z test_dispatch_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7918983Z test_dispatch_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7919275Z test_dispatch_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7919557Z test_dispatch_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.7919856Z test_dispatch_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7920147Z test_dispatch_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7920449Z test_dispatch_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7920753Z test_dispatch_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7921051Z test_dispatch_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7921356Z test_dispatch_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7921647Z test_dispatch_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7921938Z test_dispatch_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7922228Z test_dispatch_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7922519Z test_dispatch_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7922831Z test_dispatch_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7923125Z test_dispatch_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7923429Z test_dispatch_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7923734Z test_dispatch_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7924032Z test_dispatch_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7924327Z test_dispatch_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7924629Z test_dispatch_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7924927Z test_dispatch_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7925219Z test_dispatch_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7925511Z test_dispatch_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7925817Z test_dispatch_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7926117Z test_dispatch_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7926409Z test_dispatch_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7926778Z test_dispatch_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7927125Z test_dispatch_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7927427Z test_dispatch_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7927737Z test_dispatch_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7927971Z test_dispatch_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7928267Z test_dispatch_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7928565Z test_dispatch_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7928860Z test_dispatch_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7929153Z test_dispatch_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7929447Z test_dispatch_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7929751Z test_dispatch_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7930055Z test_dispatch_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7930362Z test_dispatch_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7930665Z test_dispatch_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7930963Z test_dispatch_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7931255Z test_dispatch_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7931549Z test_dispatch_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7931841Z test_dispatch_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7932153Z test_dispatch_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7932468Z test_dispatch_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7932770Z test_dispatch_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7933081Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7933391Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7933699Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7934002Z test_dispatch_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7934304Z test_dispatch_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7934684Z test_dispatch_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7935026Z test_dispatch_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7935332Z test_dispatch_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7935631Z test_dispatch_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7935934Z test_dispatch_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7936236Z test_dispatch_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7936532Z test_dispatch_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7936855Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7937166Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7937464Z test_dispatch_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7937760Z test_dispatch_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7938054Z test_dispatch_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7938288Z test_dispatch_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7938586Z test_dispatch_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7938879Z test_dispatch_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7939178Z test_dispatch_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7939481Z test_dispatch_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7939782Z test_dispatch_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7940081Z test_dispatch_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7940375Z test_dispatch_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7940674Z test_dispatch_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7940970Z test_dispatch_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7941267Z test_dispatch_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7941568Z test_dispatch_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7941887Z test_dispatch_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7942180Z test_dispatch_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7942540Z test_dispatch_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7942844Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7943193Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7943495Z test_dispatch_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7943985Z test_dispatch_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7944300Z test_dispatch_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7944600Z test_dispatch_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7944908Z test_dispatch_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7945207Z test_dispatch_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7945509Z test_dispatch_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7945801Z test_dispatch_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7946113Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7946415Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7946710Z test_dispatch_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7947013Z test_dispatch_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7947307Z test_dispatch_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7947601Z test_dispatch_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7947896Z test_dispatch_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7948189Z test_dispatch_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7948423Z test_dispatch_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7948729Z test_dispatch_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7949037Z test_dispatch_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7949342Z test_dispatch_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7949638Z test_dispatch_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7949931Z test_dispatch_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7950222Z test_dispatch_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7950517Z test_dispatch_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7950908Z test_dispatch_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7951277Z test_dispatch_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7951578Z test_dispatch_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7951870Z test_dispatch_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7952173Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7952481Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7952777Z test_dispatch_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7953085Z test_dispatch_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7953380Z test_dispatch_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7953676Z test_dispatch_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7953970Z test_dispatch_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7954265Z test_dispatch_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7954558Z test_dispatch_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7954872Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7955181Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7955495Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7955806Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7956116Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7956420Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7956723Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7957033Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7957341Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7957650Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7957949Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7958244Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7958547Z test_dispatch_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7958844Z test_dispatch_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7959191Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7959496Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7959796Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7960093Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7960389Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7960684Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7961006Z test_dispatch_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7961307Z test_dispatch_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7961604Z test_dispatch_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7961899Z test_dispatch_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7962203Z test_dispatch_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7962499Z test_dispatch_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7962800Z test_dispatch_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7963093Z test_dispatch_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7963392Z test_dispatch_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7963687Z test_dispatch_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7963984Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7964288Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7964583Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7964883Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7965181Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7965477Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7965773Z test_dispatch_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7966074Z test_dispatch_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7966382Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7966758Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7967056Z test_dispatch_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7967405Z test_dispatch_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7967710Z test_dispatch_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7968005Z test_dispatch_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7968300Z test_dispatch_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7968607Z test_dispatch_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7968847Z test_dispatch_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7969147Z test_dispatch_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7969453Z test_dispatch_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7969760Z test_dispatch_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7970057Z test_dispatch_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7970376Z test_dispatch_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7970669Z test_dispatch_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7970967Z test_dispatch_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7971270Z test_dispatch_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7971564Z test_dispatch_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7971858Z test_dispatch_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7972153Z test_dispatch_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7972460Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7972769Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7973068Z test_dispatch_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7973379Z test_dispatch_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7973674Z test_dispatch_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7973968Z test_dispatch_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7974265Z test_dispatch_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7974560Z test_dispatch_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7974925Z test_dispatch_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7975266Z test_dispatch_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7975582Z test_dispatch_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7975877Z test_dispatch_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7976169Z test_dispatch_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7976463Z test_dispatch_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7976764Z test_dispatch_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7977055Z test_dispatch_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7977349Z test_dispatch_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7977656Z test_dispatch_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7977949Z test_dispatch_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7978248Z test_dispatch_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7978547Z test_dispatch_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7978782Z test_dispatch_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7979079Z test_dispatch_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7979375Z test_dispatch_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7979667Z test_dispatch_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7979990Z test_dispatch_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7980294Z test_dispatch_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7980588Z test_dispatch_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7980883Z test_dispatch_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7981182Z test_dispatch_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7981477Z test_dispatch_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7981767Z test_dispatch_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7982061Z test_dispatch_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7982318Z test_dispatch_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7982560Z test_dispatch_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7982879Z test_dispatch_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7983132Z test_dispatch_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7983426Z test_dispatch_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7983677Z test_dispatch_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7984016Z test_dispatch_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7984271Z test_dispatch_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7984514Z test_dispatch_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7984756Z test_dispatch_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7985006Z test_dispatch_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7985248Z test_dispatch_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7985499Z test_dispatch_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.7985743Z test_dispatch_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7986054Z test_dispatch_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7986372Z test_dispatch_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7986672Z test_dispatch_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7986973Z test_dispatch_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7987272Z test_dispatch_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7987573Z test_dispatch_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7987869Z test_dispatch_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7988166Z test_dispatch_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7988461Z test_dispatch_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7988787Z test_dispatch_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7989083Z test_dispatch_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7989379Z test_dispatch_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7989678Z test_dispatch_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7989968Z test_dispatch_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7990267Z test_dispatch_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7990569Z test_dispatch_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7990873Z test_dispatch_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7991243Z test_dispatch_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7991537Z test_dispatch_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7991876Z test_dispatch_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7992172Z test_dispatch_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7992461Z test_dispatch_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7992752Z test_dispatch_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7993055Z test_dispatch_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7993359Z test_dispatch_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7993651Z test_dispatch_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7993955Z test_dispatch_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7994257Z test_dispatch_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7994552Z test_dispatch_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7994847Z test_dispatch_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7995082Z test_dispatch_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7995391Z test_dispatch_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7995690Z test_dispatch_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7995979Z test_dispatch_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7996273Z test_dispatch_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7996565Z test_dispatch_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7996861Z test_dispatch_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7997156Z test_dispatch_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7997464Z test_dispatch_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7997776Z test_dispatch_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7998071Z test_dispatch_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7998388Z test_dispatch_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7998687Z test_dispatch_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7998979Z test_dispatch_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7999333Z test_dispatch_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7999624Z test_dispatch_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.7999973Z test_dispatch_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8000269Z test_dispatch_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8000564Z test_dispatch_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8000858Z test_dispatch_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8001158Z test_dispatch_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8001468Z test_dispatch_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8001769Z test_dispatch_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8002076Z test_dispatch_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8002371Z test_dispatch_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8002664Z test_dispatch_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8002956Z test_dispatch_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8003247Z test_dispatch_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8003542Z test_dispatch_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8003840Z test_dispatch_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8004138Z test_dispatch_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8004455Z test_dispatch_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8004703Z test_dispatch_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8005023Z test_dispatch_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8005339Z test_dispatch_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8005652Z test_dispatch_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8005969Z test_dispatch_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8006278Z test_dispatch_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8006585Z test_dispatch_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8006895Z test_dispatch_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8007203Z test_dispatch_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8007569Z test_dispatch_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8007940Z test_dispatch_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:43.8008197Z test_dispatch_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8008448Z test_dispatch_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8008704Z test_dispatch_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8008954Z test_dispatch_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8009199Z test_dispatch_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8009455Z test_dispatch_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8009698Z test_dispatch_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8009940Z test_dispatch_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8010186Z test_dispatch_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8010449Z test_dispatch_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8010713Z test_dispatch_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8010966Z test_dispatch_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8011220Z test_dispatch_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.8011475Z test_dispatch_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.8011732Z test_dispatch_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.8011927Z test_dispatch_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.8012185Z test_dispatch_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.8012436Z test_dispatch_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8012741Z test_dispatch_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8013032Z test_dispatch_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8013325Z test_dispatch_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8013618Z test_dispatch_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8013914Z test_dispatch_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8014208Z test_dispatch_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8014500Z test_dispatch_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8014790Z test_dispatch_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8015087Z test_dispatch_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8015374Z test_dispatch_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8015733Z test_dispatch_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8016026Z test_dispatch_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8016389Z test_dispatch_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8016685Z test_dispatch_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8016983Z test_dispatch_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8017272Z test_dispatch_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8017558Z test_dispatch_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8017848Z test_dispatch_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8018133Z test_dispatch_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8018425Z test_dispatch_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8018675Z test_dispatch_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8018922Z test_dispatch_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8019179Z test_dispatch_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8019424Z test_dispatch_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8019609Z test_dispatch_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8019858Z test_dispatch_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8020103Z test_dispatch_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8020346Z test_dispatch_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8020592Z test_dispatch_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8020839Z test_dispatch_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8021093Z test_dispatch_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8021343Z test_dispatch_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8021589Z test_dispatch_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8021885Z test_dispatch_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8022186Z test_dispatch_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8022486Z test_dispatch_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8022779Z test_dispatch_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8023068Z test_dispatch_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8023375Z test_dispatch_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8023670Z test_dispatch_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8024166Z test_dispatch_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8024544Z test_dispatch_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8024885Z test_dispatch_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8025202Z test_dispatch_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8025502Z test_dispatch_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8025789Z test_dispatch_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8026073Z test_dispatch_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8026366Z test_dispatch_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8026661Z test_dispatch_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8026960Z test_dispatch_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8027194Z test_dispatch_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8027496Z test_dispatch_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8027800Z test_dispatch_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8028103Z test_dispatch_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8028406Z test_dispatch_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8028702Z test_dispatch_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8029003Z test_dispatch_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8029297Z test_dispatch_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8029590Z test_dispatch_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8029882Z test_dispatch_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8030185Z test_dispatch_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8030488Z test_dispatch_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8030784Z test_dispatch_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8031085Z test_dispatch_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8031388Z test_dispatch_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8031682Z test_dispatch_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8031976Z test_dispatch_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8032352Z test_dispatch_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8032647Z test_dispatch_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8032988Z test_dispatch_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8033282Z test_dispatch_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8033579Z test_dispatch_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8033869Z test_dispatch_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8034111Z test_dispatch_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.731s) 2023-01-11T21:12:43.8034364Z test_dispatch_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.717s) 2023-01-11T21:12:43.8034633Z test_dispatch_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.794s) 2023-01-11T21:12:43.8034874Z test_dispatch_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.740s) 2023-01-11T21:12:43.8035122Z test_dispatch_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.719s) 2023-01-11T21:12:43.8035369Z test_dispatch_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8035550Z test_dispatch_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8035796Z test_dispatch_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8036038Z test_dispatch_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8036283Z test_dispatch_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8036533Z test_dispatch_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8036778Z test_dispatch_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8037019Z test_dispatch_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8037263Z test_dispatch_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8037504Z test_dispatch_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8037806Z test_dispatch_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8038105Z test_dispatch_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8038414Z test_dispatch_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8038714Z test_dispatch_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8039023Z test_dispatch_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8039337Z test_dispatch_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8039642Z test_dispatch_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8039941Z test_dispatch_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8040238Z test_dispatch_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8040540Z test_dispatch_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8040910Z test_dispatch_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8041208Z test_dispatch_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8041547Z test_dispatch_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8041849Z test_dispatch_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8042162Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8042476Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8042793Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8043047Z test_dispatch_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8043229Z test_dispatch_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8043495Z test_dispatch_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8043744Z test_dispatch_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8043990Z test_dispatch_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8044230Z test_dispatch_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8044471Z test_dispatch_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8044709Z test_dispatch_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8044960Z test_dispatch_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8045200Z test_dispatch_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8045497Z test_dispatch_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8045790Z test_dispatch_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8046088Z test_dispatch_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8046384Z test_dispatch_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8046677Z test_dispatch_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8046981Z test_dispatch_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8047278Z test_dispatch_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8047572Z test_dispatch_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8047864Z test_dispatch_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8048154Z test_dispatch_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8048444Z test_dispatch_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8048732Z test_dispatch_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8048992Z test_dispatch_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.8049316Z test_dispatch_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8049570Z test_dispatch_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8049808Z test_dispatch_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8050068Z test_dispatch_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8050319Z test_dispatch_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8050569Z test_dispatch_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8050822Z test_dispatch_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8051083Z test_dispatch_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8051342Z test_dispatch_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8051636Z test_dispatch_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8051932Z test_dispatch_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8052247Z test_dispatch_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8052540Z test_dispatch_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8052831Z test_dispatch_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8053121Z test_dispatch_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8053431Z test_dispatch_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8053728Z test_dispatch_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8054035Z test_dispatch_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8054333Z test_dispatch_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8054637Z test_dispatch_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8054935Z test_dispatch_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8055231Z test_dispatch_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8055539Z test_dispatch_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8055835Z test_dispatch_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8056129Z test_dispatch_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8056419Z test_dispatch_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8056710Z test_dispatch_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8056999Z test_dispatch_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8057296Z test_dispatch_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8057664Z test_dispatch_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8057948Z test_dispatch_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8058255Z test_dispatch_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8058559Z test_dispatch_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8058854Z test_dispatch_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8059150Z test_dispatch_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8059447Z test_dispatch_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8059740Z test_dispatch_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8060042Z test_dispatch_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8060337Z test_dispatch_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8060630Z test_dispatch_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8060926Z test_dispatch_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8061181Z test_dispatch_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8061458Z test_dispatch_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8061705Z test_dispatch_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8061955Z test_dispatch_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8062208Z test_dispatch_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.426s) 2023-01-11T21:12:43.8062492Z test_dispatch_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8062735Z test_dispatch_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.406s) 2023-01-11T21:12:43.8062977Z test_dispatch_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.406s) 2023-01-11T21:12:43.8063220Z test_dispatch_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.440s) 2023-01-11T21:12:43.8063502Z test_dispatch_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8063864Z test_dispatch_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8064149Z test_dispatch_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8064431Z test_dispatch_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8064707Z test_dispatch_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8064956Z test_dispatch_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8065145Z test_dispatch_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8065395Z test_dispatch_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8065649Z test_dispatch_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8066025Z test_dispatch_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8066382Z test_dispatch_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8066684Z test_dispatch_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8066939Z test_dispatch_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:43.8067188Z test_dispatch_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8067451Z test_dispatch_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8067712Z test_dispatch_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8067979Z test_dispatch_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8068241Z test_dispatch_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8068501Z test_dispatch_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8068752Z test_dispatch_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8069000Z test_dispatch_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8069248Z test_dispatch_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8069498Z test_dispatch_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8069749Z test_dispatch_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8070020Z test_dispatch_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8070287Z test_dispatch_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8070537Z test_dispatch_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8070801Z test_dispatch_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8071001Z test_dispatch_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8071251Z test_dispatch_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8071507Z test_dispatch_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8071764Z test_dispatch_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8072013Z test_dispatch_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8072277Z test_dispatch_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8072527Z test_dispatch_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8072784Z test_dispatch_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8073035Z test_dispatch_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8073290Z test_dispatch_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8073539Z test_dispatch_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8073797Z test_dispatch_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8074056Z test_dispatch_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8074317Z test_dispatch_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8074636Z test_dispatch_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8074888Z test_dispatch_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8075179Z test_dispatch_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8075432Z test_dispatch_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8075683Z test_dispatch_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8075942Z test_dispatch_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8076189Z test_dispatch_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8076383Z test_dispatch_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:43.8076638Z test_dispatch_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8076900Z test_dispatch_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8077164Z test_dispatch_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8077421Z test_dispatch_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8077678Z test_dispatch_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8077930Z test_dispatch_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8078213Z test_dispatch_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8078460Z test_dispatch_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8078706Z test_dispatch_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8078956Z test_dispatch_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8079208Z test_dispatch_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8079459Z test_dispatch_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8079719Z test_dispatch_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8079984Z test_dispatch_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8080236Z test_dispatch_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8080489Z test_dispatch_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8080741Z test_dispatch_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8080997Z test_dispatch_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8081247Z test_dispatch_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8081501Z test_dispatch_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8081753Z test_dispatch_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.8082004Z test_dispatch_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8082316Z test_dispatch_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8082628Z test_dispatch_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8083009Z test_dispatch_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8083318Z test_dispatch_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8083665Z test_dispatch_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8083973Z test_dispatch_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8084288Z test_dispatch_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8084589Z test_dispatch_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8084887Z test_dispatch_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8085188Z test_dispatch_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8085489Z test_dispatch_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8086620Z test_dispatch_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8086918Z test_dispatch_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8087224Z test_dispatch_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8087539Z test_dispatch_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8087836Z test_dispatch_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8088162Z test_dispatch_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8088460Z test_dispatch_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8088753Z test_dispatch_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8089045Z test_dispatch_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8089342Z test_dispatch_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8089645Z test_dispatch_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8089938Z test_dispatch_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8090230Z test_dispatch_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8090522Z test_dispatch_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8090807Z test_dispatch_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8091097Z test_dispatch_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8091380Z test_dispatch_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8091670Z test_dispatch_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8092031Z test_dispatch_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8092331Z test_dispatch_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8092669Z test_dispatch_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8092917Z test_dispatch_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8093219Z test_dispatch_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8093514Z test_dispatch_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8093814Z test_dispatch_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8094127Z test_dispatch_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8094427Z test_dispatch_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8094719Z test_dispatch_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8095014Z test_dispatch_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8095309Z test_dispatch_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8095601Z test_dispatch_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8095900Z test_dispatch_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8096198Z test_dispatch_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8096517Z test_dispatch_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8096819Z test_dispatch_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8097120Z test_dispatch_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8097438Z test_dispatch_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8097738Z test_dispatch_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8098038Z test_dispatch_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8098331Z test_dispatch_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8098640Z test_dispatch_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8098938Z test_dispatch_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8099232Z test_dispatch_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8099526Z test_dispatch_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8099816Z test_dispatch_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8100175Z test_dispatch_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8100508Z test_dispatch_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8100810Z test_dispatch_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8101102Z test_dispatch_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8101389Z test_dispatch_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8101681Z test_dispatch_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8101973Z test_dispatch_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8102273Z test_dispatch_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8102506Z test_dispatch_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8102803Z test_dispatch_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8103111Z test_dispatch_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8103414Z test_dispatch_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8103812Z test_dispatch_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8104113Z test_dispatch_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8104406Z test_dispatch_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8104702Z test_dispatch_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8105055Z test_dispatch_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8105399Z test_dispatch_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8105763Z test_dispatch_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8106111Z test_dispatch_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8106463Z test_dispatch_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8106821Z test_dispatch_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8107185Z test_dispatch_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8107572Z test_dispatch_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8107929Z test_dispatch_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8108291Z test_dispatch_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8108641Z test_dispatch_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8109080Z test_dispatch_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8109483Z test_dispatch_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8109840Z test_dispatch_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8110187Z test_dispatch_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8110536Z test_dispatch_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8110906Z test_dispatch_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8111263Z test_dispatch_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8111623Z test_dispatch_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8111990Z test_dispatch_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8112344Z test_dispatch_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8112699Z test_dispatch_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8113054Z test_dispatch_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8113340Z test_dispatch_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8113704Z test_dispatch_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8114059Z test_dispatch_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8114420Z test_dispatch_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8114774Z test_dispatch_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8115131Z test_dispatch_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8115482Z test_dispatch_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8115840Z test_dispatch_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8116193Z test_dispatch_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8116566Z test_dispatch_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8116915Z test_dispatch_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8117268Z test_dispatch_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8117633Z test_dispatch_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8117930Z test_dispatch_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8118226Z test_dispatch_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8118620Z test_dispatch_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8118971Z test_dispatch_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8119275Z test_dispatch_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8119571Z test_dispatch_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8119869Z test_dispatch_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8120163Z test_dispatch_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8120460Z test_dispatch_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8120754Z test_dispatch_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8121056Z test_dispatch_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8121354Z test_dispatch_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8121647Z test_dispatch_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8121947Z test_dispatch_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8122247Z test_dispatch_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8122579Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8122903Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8123246Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8123574Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8123901Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8124220Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8124542Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8124802Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8125121Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8125443Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8125761Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8126088Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8126483Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8126854Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8127196Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8127532Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8127865Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8128205Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8128566Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8128896Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8129223Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8129553Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8129881Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8130213Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8130531Z test_dispatch_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8130855Z test_dispatch_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8131176Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8131495Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8131806Z test_dispatch_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8132119Z test_dispatch_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8132430Z test_dispatch_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8132743Z test_dispatch_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8133057Z test_dispatch_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8133362Z test_dispatch_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8133669Z test_dispatch_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8133979Z test_dispatch_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8134370Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8134736Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8135076Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8135414Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8135742Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8136070Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8136402Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8136728Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8137049Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8137369Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8137700Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8138021Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8138359Z test_dispatch_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8138672Z test_dispatch_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8138987Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8139302Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8139553Z test_dispatch_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8139862Z test_dispatch_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8140171Z test_dispatch_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8140490Z test_dispatch_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8140798Z test_dispatch_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8141103Z test_dispatch_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8141406Z test_dispatch_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8141709Z test_dispatch_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8142070Z test_dispatch_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8142358Z test_dispatch_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8142710Z test_dispatch_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8143015Z test_dispatch_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8143309Z test_dispatch_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8143601Z test_dispatch_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8144076Z test_dispatch_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8144376Z test_dispatch_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8144664Z test_dispatch_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8144965Z test_dispatch_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8145253Z test_dispatch_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8145540Z test_dispatch_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8145846Z test_dispatch_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8146145Z test_dispatch_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8146447Z test_dispatch_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8146747Z test_dispatch_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8147054Z test_dispatch_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8147349Z test_dispatch_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8147647Z test_dispatch_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8147940Z test_dispatch_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8148214Z test_dispatch_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.769s) 2023-01-11T21:12:43.8148456Z test_dispatch_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.746s) 2023-01-11T21:12:43.8148701Z test_dispatch_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.885s) 2023-01-11T21:12:43.8148888Z test_dispatch_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.767s) 2023-01-11T21:12:43.8149134Z test_dispatch_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.739s) 2023-01-11T21:12:43.8149396Z test_dispatch_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8149682Z test_dispatch_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8149935Z test_dispatch_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8150187Z test_dispatch_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8150521Z test_dispatch_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8150772Z test_dispatch_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8151078Z test_dispatch_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8151377Z test_dispatch_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8151665Z test_dispatch_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8151955Z test_dispatch_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8152240Z test_dispatch_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8152526Z test_dispatch_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:43.8152778Z test_dispatch_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8153024Z test_dispatch_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8153283Z test_dispatch_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8153528Z test_dispatch_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8153770Z test_dispatch_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8154012Z test_dispatch_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8154257Z test_dispatch_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8154495Z test_dispatch_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8154673Z test_dispatch_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8154917Z test_dispatch_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8155176Z test_dispatch_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.8155435Z test_dispatch_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.333s) 2023-01-11T21:12:43.8155686Z test_dispatch_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.138s) 2023-01-11T21:12:43.8155934Z test_dispatch_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8156180Z test_dispatch_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8156451Z test_dispatch_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8156740Z test_dispatch_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8156997Z test_dispatch_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.487s) 2023-01-11T21:12:43.8157259Z test_dispatch_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.481s) 2023-01-11T21:12:43.8157503Z test_dispatch_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.378s) 2023-01-11T21:12:43.8157796Z test_dispatch_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8158084Z test_dispatch_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8158370Z test_dispatch_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8158659Z test_dispatch_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8158950Z test_dispatch_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8159341Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8159703Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8160019Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8160331Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8160650Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8160969Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8161289Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8161608Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8162031Z test_dispatch_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T21:12:43.8162230Z skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8162478Z test_dispatch_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8162782Z test_dispatch_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8163083Z test_dispatch_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8163399Z test_dispatch_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8163715Z test_dispatch_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8164032Z test_dispatch_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8164344Z test_dispatch_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8164647Z test_dispatch_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8164947Z test_dispatch_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8165251Z test_dispatch_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8165546Z test_dispatch_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8165846Z test_dispatch_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8166163Z test_dispatch_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8166477Z test_dispatch_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8166783Z test_dispatch_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8167084Z test_dispatch_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8167450Z test_dispatch_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8167763Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8170200Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8170525Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8170851Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8171159Z test_dispatch_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8171472Z test_dispatch_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8171776Z test_dispatch_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8172076Z test_dispatch_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8172386Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8172698Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8173006Z test_dispatch_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8173322Z test_dispatch_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8173633Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8173949Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8174257Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8174563Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8174878Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8175192Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8175512Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8175769Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8176095Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8176419Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8176742Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8177059Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8177403Z test_dispatch_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8177726Z test_dispatch_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8177973Z test_dispatch_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8178258Z test_dispatch_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8178579Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8178923Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8179231Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8179512Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8180282Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8180748Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8181203Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8181658Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8182138Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8182610Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8183070Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8183528Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8184043Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8184452Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8184856Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8185252Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.8185512Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8185769Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8186086Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8186363Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8186748Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8187068Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8187342Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8187607Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8187859Z test_dispatch_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8188141Z test_dispatch_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8188434Z test_dispatch_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8188732Z test_dispatch_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8189045Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8189363Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8189669Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8189978Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8190304Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8190565Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8190882Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8191200Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8191511Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8191821Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8192126Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8192441Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8192774Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8193093Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8193417Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8193728Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8194064Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8194448Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8194807Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8195136Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8195449Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8195772Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8196091Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8196410Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8196724Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8197036Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8197368Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8197697Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8198037Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8198361Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8198674Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8198990Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8199300Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8199604Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8199910Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8200219Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8200534Z test_dispatch_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8200839Z test_dispatch_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8201144Z test_dispatch_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8201448Z test_dispatch_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8201753Z test_dispatch_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8202109Z test_dispatch_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8202443Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8202835Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8203178Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8203506Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8203777Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8204139Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8204449Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8204761Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8205064Z test_dispatch_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8205378Z test_dispatch_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8205698Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8206022Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8206343Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8206670Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8206980Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8207289Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8207608Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8207913Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8208212Z test_dispatch_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8208515Z test_dispatch_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8208805Z test_dispatch_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8209096Z test_dispatch_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8209406Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8209716Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8210097Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8210408Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8210760Z test_dispatch_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8211077Z test_dispatch_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8211383Z test_dispatch_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8211684Z test_dispatch_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8212008Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8212323Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8212631Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8212939Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8213261Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8213608Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8213927Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8214255Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8214576Z test_dispatch_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8214882Z test_dispatch_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8215186Z test_dispatch_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8215427Z test_dispatch_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8215739Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8216054Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8216356Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8216667Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8216990Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8217308Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8217618Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8217993Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8218314Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8218671Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8218990Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8219252Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8219574Z test_dispatch_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8219885Z test_dispatch_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8220197Z test_dispatch_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8220504Z test_dispatch_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8220808Z test_dispatch_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8221110Z test_dispatch_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8221408Z test_dispatch_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8221721Z test_dispatch_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8222027Z test_dispatch_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8222339Z test_dispatch_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8222648Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8222958Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8223265Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8223569Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8223973Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8224302Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8224599Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8224916Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8225226Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8225537Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8225846Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8226217Z test_dispatch_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8226582Z test_dispatch_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8226869Z test_dispatch_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8227167Z test_dispatch_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8227408Z test_dispatch_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8227705Z test_dispatch_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8227985Z test_dispatch_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8228261Z test_dispatch_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8228570Z test_dispatch_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8228863Z test_dispatch_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8229161Z test_dispatch_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8229397Z test_dispatch_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8229683Z test_dispatch_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8229939Z test_dispatch_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.454s) 2023-01-11T21:12:43.8230187Z test_dispatch_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.396s) 2023-01-11T21:12:43.8230417Z test_dispatch_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8230664Z test_dispatch_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8230915Z test_dispatch_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8231179Z test_dispatch_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8231467Z test_dispatch_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8231758Z test_dispatch_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8232047Z test_dispatch_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8232333Z test_dispatch_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8232590Z test_dispatch_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8232876Z test_dispatch_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8233108Z test_dispatch_meta_inplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8233340Z test_dispatch_meta_inplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8233564Z test_dispatch_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8233814Z test_dispatch_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8234070Z test_dispatch_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8234386Z test_dispatch_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8234696Z test_dispatch_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8234988Z test_dispatch_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8235272Z test_dispatch_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8235535Z test_dispatch_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8235784Z test_dispatch_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8236073Z test_dispatch_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8236310Z test_dispatch_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.460s) 2023-01-11T21:12:43.8236566Z test_dispatch_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.397s) 2023-01-11T21:12:43.8236815Z test_dispatch_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8237057Z test_dispatch_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8237286Z test_dispatch_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8237567Z test_dispatch_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8237846Z test_dispatch_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8238121Z test_dispatch_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8238408Z test_dispatch_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8238700Z test_dispatch_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8238948Z test_dispatch_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8239230Z test_dispatch_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8239481Z test_dispatch_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.458s) 2023-01-11T21:12:43.8239728Z test_dispatch_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.390s) 2023-01-11T21:12:43.8239974Z test_dispatch_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.390s) 2023-01-11T21:12:43.8240220Z test_dispatch_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8240410Z test_dispatch_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8240663Z test_dispatch_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8240948Z test_dispatch_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8241228Z test_dispatch_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8241506Z test_dispatch_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8241790Z test_dispatch_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8242068Z test_dispatch_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8242438Z test_dispatch_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8242751Z test_dispatch_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8243102Z test_dispatch_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8243437Z test_dispatch_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8243756Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8244071Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8244398Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8244725Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8245058Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8245375Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8245692Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8246006Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8246316Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8246633Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8246945Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8247234Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8247550Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8247854Z test_dispatch_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8248162Z test_dispatch_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8248468Z test_dispatch_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8248770Z test_dispatch_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8249068Z test_dispatch_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8249369Z test_dispatch_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8249651Z test_dispatch_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8249966Z test_dispatch_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8250268Z test_dispatch_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8250637Z test_dispatch_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8250923Z test_dispatch_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8251231Z test_dispatch_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8251476Z test_dispatch_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8251745Z test_dispatch_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8252006Z test_dispatch_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.8252262Z test_dispatch_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8252536Z test_dispatch_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.774s) 2023-01-11T21:12:43.8252798Z test_dispatch_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.775s) 2023-01-11T21:12:43.8253052Z test_dispatch_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8253305Z test_dispatch_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8253583Z test_dispatch_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8253837Z test_dispatch_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8254089Z test_dispatch_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8254340Z test_dispatch_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8254601Z test_dispatch_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8254828Z test_dispatch_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8255091Z test_dispatch_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8255344Z test_dispatch_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8255557Z test_dispatch_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8255815Z test_dispatch_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8256069Z test_dispatch_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8256323Z test_dispatch_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8256584Z test_dispatch_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8256775Z test_dispatch_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8257036Z test_dispatch_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8257288Z test_dispatch_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8257538Z test_dispatch_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8257789Z test_dispatch_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8258046Z test_dispatch_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8258298Z test_dispatch_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8258621Z test_dispatch_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.778s) 2023-01-11T21:12:43.8258889Z test_dispatch_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.770s) 2023-01-11T21:12:43.8259184Z test_dispatch_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8259447Z test_dispatch_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8259700Z test_dispatch_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8259950Z test_dispatch_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8260197Z test_dispatch_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8260446Z test_dispatch_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8260707Z test_dispatch_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8260957Z test_dispatch_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8261214Z test_dispatch_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8261466Z test_dispatch_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8261728Z test_dispatch_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.776s) 2023-01-11T21:12:43.8262007Z test_dispatch_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.773s) 2023-01-11T21:12:43.8262259Z test_dispatch_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8262456Z test_dispatch_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8262718Z test_dispatch_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8262975Z test_dispatch_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8263223Z test_dispatch_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8263477Z test_dispatch_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8263875Z test_dispatch_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8264139Z test_dispatch_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8264389Z test_dispatch_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8264674Z test_dispatch_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8264931Z test_dispatch_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8265175Z test_dispatch_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8265419Z test_dispatch_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8265702Z test_dispatch_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.8265991Z test_dispatch_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.8266280Z test_dispatch_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.8266564Z test_dispatch_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.8266859Z test_dispatch_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8267164Z test_dispatch_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8267571Z test_dispatch_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8267927Z test_dispatch_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8268236Z test_dispatch_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8268543Z test_dispatch_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8268840Z test_dispatch_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8269147Z test_dispatch_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8269440Z test_dispatch_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8269681Z test_dispatch_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8269989Z test_dispatch_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8270283Z test_dispatch_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8270582Z test_dispatch_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8270878Z test_dispatch_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8271212Z test_dispatch_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8271524Z test_dispatch_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8271822Z test_dispatch_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8272122Z test_dispatch_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8272423Z test_dispatch_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8272719Z test_dispatch_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8273020Z test_dispatch_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8273319Z test_dispatch_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8273619Z test_dispatch_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8273919Z test_dispatch_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8274164Z test_dispatch_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8274462Z test_dispatch_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8274758Z test_dispatch_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8275028Z test_dispatch_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8275320Z test_dispatch_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8275631Z test_dispatch_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8275962Z test_dispatch_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8276252Z test_dispatch_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8276545Z test_dispatch_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8276832Z test_dispatch_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8277095Z test_dispatch_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8277298Z test_dispatch_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8277539Z test_dispatch_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8277786Z test_dispatch_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8278035Z test_dispatch_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8278218Z test_dispatch_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8278412Z test_dispatch_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8278653Z test_dispatch_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8278844Z test_dispatch_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8279086Z test_dispatch_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8279343Z test_dispatch_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8279637Z test_dispatch_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8279935Z test_dispatch_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8280229Z test_dispatch_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8280472Z test_dispatch_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8280777Z test_dispatch_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8281076Z test_dispatch_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8281372Z test_dispatch_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8281679Z test_dispatch_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8282018Z test_dispatch_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8282278Z test_dispatch_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8282577Z test_dispatch_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8282872Z test_dispatch_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8283164Z test_dispatch_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8283522Z test_dispatch_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8283773Z test_dispatch_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8284108Z test_dispatch_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8284414Z test_dispatch_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8284701Z test_dispatch_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8284943Z test_dispatch_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8285229Z test_dispatch_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8285518Z test_dispatch_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8285804Z test_dispatch_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8286029Z test_dispatch_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8286316Z test_dispatch_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8286602Z test_dispatch_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8286899Z test_dispatch_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8287184Z test_dispatch_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8287489Z test_dispatch_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8287794Z test_dispatch_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8288086Z test_dispatch_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8288376Z test_dispatch_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8288666Z test_dispatch_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8288955Z test_dispatch_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8289247Z test_dispatch_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8289534Z test_dispatch_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8289825Z test_dispatch_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8290113Z test_dispatch_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8290397Z test_dispatch_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8290703Z test_dispatch_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8291008Z test_dispatch_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8291390Z test_dispatch_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8291694Z test_dispatch_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8292063Z test_dispatch_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8292369Z test_dispatch_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8292663Z test_dispatch_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8292961Z test_dispatch_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8293262Z test_dispatch_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8293584Z test_dispatch_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8293890Z test_dispatch_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8294189Z test_dispatch_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8294487Z test_dispatch_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8294787Z test_dispatch_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8295080Z test_dispatch_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8295374Z test_dispatch_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8295615Z test_dispatch_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8295933Z test_dispatch_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8296244Z test_dispatch_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8296546Z test_dispatch_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8296850Z test_dispatch_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8297157Z test_dispatch_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8297460Z test_dispatch_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8297764Z test_dispatch_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8298062Z test_dispatch_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8298374Z test_dispatch_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8298678Z test_dispatch_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8298983Z test_dispatch_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8299358Z test_dispatch_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8299664Z test_dispatch_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8300023Z test_dispatch_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8300354Z test_dispatch_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8300665Z test_dispatch_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8300970Z test_dispatch_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8301277Z test_dispatch_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8301607Z test_dispatch_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8301918Z test_dispatch_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8302237Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8302558Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8302879Z test_dispatch_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8303290Z test_dispatch_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8303610Z test_dispatch_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8303995Z test_dispatch_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8304304Z test_dispatch_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8304604Z test_dispatch_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8304904Z test_dispatch_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8305226Z test_dispatch_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8305529Z test_dispatch_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8305860Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8306178Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8306486Z test_dispatch_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8306792Z test_dispatch_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8307035Z test_dispatch_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8307338Z test_dispatch_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8307726Z test_dispatch_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8308090Z test_dispatch_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8308396Z test_dispatch_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8308696Z test_dispatch_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8308950Z test_dispatch_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8309202Z test_dispatch_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8309466Z test_dispatch_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8309744Z test_dispatch_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8310006Z test_dispatch_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8310270Z test_dispatch_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8310525Z test_dispatch_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8310780Z test_dispatch_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8311008Z test_dispatch_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8311292Z test_dispatch_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8311542Z test_dispatch_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8311807Z test_dispatch_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8312057Z test_dispatch_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8312378Z test_dispatch_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8312694Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8313003Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8313309Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8313624Z test_dispatch_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8313939Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8314259Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8314576Z test_dispatch_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8314883Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8315132Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8315444Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8315810Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8316118Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8316475Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8316784Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8317088Z test_dispatch_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8317389Z test_dispatch_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8317684Z test_dispatch_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8317995Z test_dispatch_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8318304Z test_dispatch_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8318609Z test_dispatch_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8318918Z test_dispatch_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8319218Z test_dispatch_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8319513Z test_dispatch_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8319811Z test_dispatch_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8320110Z test_dispatch_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8320408Z test_dispatch_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8320734Z test_dispatch_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8321050Z test_dispatch_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8321358Z test_dispatch_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8321661Z test_dispatch_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8321969Z test_dispatch_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8322272Z test_dispatch_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8322570Z test_dispatch_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8322868Z test_dispatch_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8323180Z test_dispatch_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8323502Z test_dispatch_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8323879Z test_dispatch_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8324186Z test_dispatch_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8324535Z test_dispatch_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8324848Z test_dispatch_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8325155Z test_dispatch_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8325466Z test_dispatch_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8325772Z test_dispatch_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8326081Z test_dispatch_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8326325Z test_dispatch_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8326626Z test_dispatch_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8326922Z test_dispatch_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8327219Z test_dispatch_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8327514Z test_dispatch_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8327809Z test_dispatch_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8328116Z test_dispatch_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8328415Z test_dispatch_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8328677Z test_dispatch_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8328933Z test_dispatch_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8329199Z test_dispatch_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8329463Z test_dispatch_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8329729Z test_dispatch_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8329996Z test_dispatch_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8330280Z test_dispatch_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8330532Z test_dispatch_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8330783Z test_dispatch_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8331034Z test_dispatch_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8331287Z test_dispatch_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8331543Z test_dispatch_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8331853Z test_dispatch_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8332230Z test_dispatch_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8332579Z test_dispatch_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8332895Z test_dispatch_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8333203Z test_dispatch_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8333511Z test_dispatch_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8333813Z test_dispatch_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8334130Z test_dispatch_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8334373Z test_dispatch_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8334669Z test_dispatch_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8334968Z test_dispatch_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8335263Z test_dispatch_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8335571Z test_dispatch_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8335883Z test_dispatch_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8336187Z test_dispatch_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8336491Z test_dispatch_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8336806Z test_dispatch_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8337116Z test_dispatch_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8337421Z test_dispatch_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8337699Z test_dispatch_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8342331Z test_dispatch_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8342654Z test_dispatch_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8342962Z test_dispatch_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8343258Z test_dispatch_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8343564Z test_dispatch_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8343937Z test_dispatch_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8344336Z test_dispatch_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8344632Z test_dispatch_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8344971Z test_dispatch_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8345278Z test_dispatch_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8345586Z test_dispatch_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8345888Z test_dispatch_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8346185Z test_dispatch_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8346491Z test_dispatch_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8346802Z test_dispatch_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8347099Z test_dispatch_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8347391Z test_dispatch_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8347689Z test_dispatch_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8347988Z test_dispatch_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8348286Z test_dispatch_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8348578Z test_dispatch_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8348852Z test_dispatch_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8349122Z test_dispatch_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8349365Z test_dispatch_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8349669Z test_dispatch_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8349970Z test_dispatch_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8350270Z test_dispatch_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8350546Z test_dispatch_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8350791Z test_dispatch_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8351093Z test_dispatch_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8351387Z test_dispatch_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8351679Z test_dispatch_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8352041Z test_dispatch_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8352342Z test_dispatch_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8352690Z test_dispatch_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8353012Z test_dispatch_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8353309Z test_dispatch_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8353601Z test_dispatch_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8353896Z test_dispatch_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8354220Z test_dispatch_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8354525Z test_dispatch_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8354830Z test_dispatch_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8355135Z test_dispatch_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8355386Z test_dispatch_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8355690Z test_dispatch_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8355983Z test_dispatch_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8356287Z test_dispatch_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8356586Z test_dispatch_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8356862Z test_dispatch_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8357160Z test_dispatch_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8357455Z test_dispatch_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8357750Z test_dispatch_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8358057Z test_dispatch_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8358349Z test_dispatch_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8358647Z test_dispatch_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8358938Z test_dispatch_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8359273Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8359544Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8359932Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8360262Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8360633Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8360922Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8361229Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8361538Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8361849Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8362157Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8362465Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8362778Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8363059Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8363364Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8363681Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8363998Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8364317Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8364653Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8364967Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8365284Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8365594Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8365879Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8366194Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8366508Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8366806Z test_dispatch_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8367097Z test_dispatch_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8367392Z test_dispatch_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8367758Z test_dispatch_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8368054Z test_dispatch_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8368364Z test_dispatch_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8368637Z test_dispatch_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8368931Z test_dispatch_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8369221Z test_dispatch_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8369511Z test_dispatch_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8369807Z test_dispatch_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8370116Z test_dispatch_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8370418Z test_dispatch_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8370710Z test_dispatch_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8370975Z test_dispatch_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8371206Z test_dispatch_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8371500Z test_dispatch_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8371797Z test_dispatch_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8372097Z test_dispatch_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8372361Z test_dispatch_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8372660Z test_dispatch_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8372954Z test_dispatch_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8373247Z test_dispatch_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8373542Z test_dispatch_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8373864Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8374181Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8374506Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8374829Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8375156Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8375519Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8375838Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8376198Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8376519Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8376831Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8377143Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8377476Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8377797Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8378116Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8378444Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8378767Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8379086Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8379408Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8379725Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8380052Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8380370Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8380637Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8380955Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8381272Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8381575Z test_dispatch_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8381875Z test_dispatch_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8382174Z test_dispatch_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8382480Z test_dispatch_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8382775Z test_dispatch_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8383068Z test_dispatch_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8383360Z test_dispatch_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8383672Z test_dispatch_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8384131Z test_dispatch_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8384428Z test_dispatch_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8384741Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8385060Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8385398Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8385709Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8386024Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8386334Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8386647Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8386926Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8387236Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8387552Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8387872Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8388187Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8388510Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8388798Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8389109Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8389424Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8389742Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8390001Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8390288Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8390611Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8390909Z test_dispatch_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8391285Z test_dispatch_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8391629Z test_dispatch_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8391934Z test_dispatch_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8392227Z test_dispatch_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8392532Z test_dispatch_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8392800Z test_dispatch_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8393097Z test_dispatch_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8393387Z test_dispatch_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8393684Z test_dispatch_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8393973Z test_dispatch_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8394266Z test_dispatch_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8394502Z test_dispatch_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8394794Z test_dispatch_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8395097Z test_dispatch_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8395359Z test_dispatch_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8395654Z test_dispatch_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8395975Z test_dispatch_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8396250Z test_dispatch_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8396545Z test_dispatch_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8396832Z test_dispatch_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8397122Z test_dispatch_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8397391Z test_dispatch_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8397690Z test_dispatch_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8397978Z test_dispatch_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8398272Z test_dispatch_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8398570Z test_dispatch_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8398863Z test_dispatch_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8399231Z test_dispatch_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8399577Z test_dispatch_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8399895Z test_dispatch_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8400195Z test_dispatch_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8400490Z test_dispatch_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8400786Z test_dispatch_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8401059Z test_dispatch_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8401354Z test_dispatch_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8401648Z test_dispatch_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8401941Z test_dispatch_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8402244Z test_dispatch_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8402541Z test_dispatch_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8402835Z test_dispatch_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8403134Z test_dispatch_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8403424Z test_dispatch_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8403713Z test_dispatch_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8403943Z test_dispatch_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8404228Z test_dispatch_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8404495Z test_dispatch_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8404790Z test_dispatch_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8405039Z test_dispatch_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8405256Z test_dispatch_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8405510Z test_dispatch_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8405789Z test_dispatch_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.901s) 2023-01-11T21:12:43.8406035Z test_dispatch_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8406280Z test_dispatch_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8406499Z test_dispatch_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8406753Z test_dispatch_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8406994Z test_dispatch_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8407280Z test_dispatch_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8407525Z test_dispatch_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8407810Z test_dispatch_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8408055Z test_dispatch_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8408363Z test_dispatch_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8408672Z test_dispatch_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8408973Z test_dispatch_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8409263Z test_dispatch_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8409563Z test_dispatch_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8409859Z test_dispatch_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8410147Z test_dispatch_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8410375Z test_dispatch_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8410636Z test_dispatch_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8410904Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8411184Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8411457Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8411768Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8412073Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8412381Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8412661Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8412940Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8413215Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8413484Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8413765Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8414068Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8414369Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8414672Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8414976Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8415372Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8415643Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8415966Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8416247Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.8416549Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8416851Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8417155Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8417463Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8417716Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8417968Z test_dispatch_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8418228Z test_dispatch_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8418480Z test_dispatch_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8418670Z test_dispatch_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8418919Z test_dispatch_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8419141Z test_dispatch_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8419392Z test_dispatch_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8419637Z test_dispatch_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8419893Z test_dispatch_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8420137Z test_dispatch_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8420441Z test_dispatch_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8420736Z test_dispatch_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8421034Z test_dispatch_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8421335Z test_dispatch_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8421611Z test_dispatch_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8421913Z test_dispatch_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8422207Z test_dispatch_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8422506Z test_dispatch_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8422812Z test_dispatch_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8423082Z test_dispatch_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8423416Z test_dispatch_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8423779Z test_dispatch_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8424145Z test_dispatch_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8424455Z test_dispatch_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8424771Z test_dispatch_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8425073Z test_dispatch_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8425369Z test_dispatch_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8425668Z test_dispatch_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8425963Z test_dispatch_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8426254Z test_dispatch_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8426543Z test_dispatch_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8426830Z test_dispatch_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8427061Z test_dispatch_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8427330Z test_dispatch_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8427643Z test_dispatch_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8427942Z test_dispatch_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8428250Z test_dispatch_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8428556Z test_dispatch_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8428860Z test_dispatch_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8429162Z test_dispatch_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8429466Z test_dispatch_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8429769Z test_dispatch_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8430074Z test_dispatch_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8430369Z test_dispatch_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8430664Z test_dispatch_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8430960Z test_dispatch_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8431325Z test_dispatch_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8431619Z test_dispatch_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8431966Z test_dispatch_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8432271Z test_dispatch_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8432566Z test_dispatch_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8432861Z test_dispatch_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8433159Z test_dispatch_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8433457Z test_dispatch_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8433752Z test_dispatch_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8434044Z test_dispatch_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8434369Z test_dispatch_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8434657Z test_dispatch_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8434950Z test_dispatch_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8435243Z test_dispatch_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8435561Z test_dispatch_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8435879Z test_dispatch_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8436185Z test_dispatch_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8436498Z test_dispatch_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8436815Z test_dispatch_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8437134Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8437401Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8437723Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8438006Z test_dispatch_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8438309Z test_dispatch_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8438592Z test_dispatch_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8438890Z test_dispatch_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8439204Z test_dispatch_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8439439Z test_dispatch_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8439705Z test_dispatch_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8439937Z test_dispatch_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8440179Z test_dispatch_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8440423Z test_dispatch_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8440664Z test_dispatch_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8440900Z test_dispatch_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8441146Z test_dispatch_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8441387Z test_dispatch_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8441623Z test_dispatch_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8441863Z test_dispatch_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8442106Z test_dispatch_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8442357Z test_dispatch_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.360s) 2023-01-11T21:12:43.8442605Z test_dispatch_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.354s) 2023-01-11T21:12:43.8442849Z test_dispatch_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.391s) 2023-01-11T21:12:43.8443100Z test_dispatch_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8443284Z test_dispatch_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8443506Z test_dispatch_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8443720Z test_dispatch_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8443995Z test_dispatch_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8444233Z test_dispatch_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8444471Z test_dispatch_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8444685Z test_dispatch_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8444990Z test_dispatch_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8445285Z test_dispatch_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8445602Z test_dispatch_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8445907Z test_dispatch_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8446209Z test_dispatch_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8446506Z test_dispatch_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8446801Z test_dispatch_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8447095Z test_dispatch_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8447386Z test_dispatch_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8447756Z test_dispatch_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8448099Z test_dispatch_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8448373Z test_dispatch_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8448671Z test_dispatch_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8448984Z test_dispatch_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8449290Z test_dispatch_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8449610Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8449935Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8450229Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8450536Z test_dispatch_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8450846Z test_dispatch_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8451102Z test_dispatch_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8451384Z test_dispatch_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8451694Z test_dispatch_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8451946Z test_dispatch_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8452249Z test_dispatch_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8452557Z test_dispatch_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8452857Z test_dispatch_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8453158Z test_dispatch_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8453466Z test_dispatch_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8453768Z test_dispatch_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8454092Z test_dispatch_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8454389Z test_dispatch_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8454687Z test_dispatch_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8454981Z test_dispatch_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8455281Z test_dispatch_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8455642Z test_dispatch_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8455975Z test_dispatch_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8456269Z test_dispatch_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8456561Z test_dispatch_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8456838Z test_dispatch_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8457130Z test_dispatch_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8457454Z test_dispatch_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8457750Z test_dispatch_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8458049Z test_dispatch_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8458341Z test_dispatch_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8458585Z test_dispatch_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8458877Z test_dispatch_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8459149Z test_dispatch_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8459447Z test_dispatch_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8459745Z test_dispatch_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8460014Z test_dispatch_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8460312Z test_dispatch_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8460608Z test_dispatch_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8460897Z test_dispatch_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8461198Z test_dispatch_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8461486Z test_dispatch_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8461767Z test_dispatch_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8462006Z test_dispatch_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8462297Z test_dispatch_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8462592Z test_dispatch_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8462858Z test_dispatch_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8463222Z test_dispatch_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8463515Z test_dispatch_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8463931Z test_dispatch_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8464234Z test_dispatch_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8464489Z test_dispatch_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8464742Z test_dispatch_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8465000Z test_dispatch_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8465363Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8465709Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8466049Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8466393Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8466726Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8467057Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8467368Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8467705Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8468042Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8468367Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8468642Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8468966Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8469300Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8469625Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8469953Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8470276Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8470616Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8471013Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8471385Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8471716Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8472042Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8472364Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8472663Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8473008Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8473352Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8473685Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8474011Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8474338Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8474630Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.8474914Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8475221Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.8475442Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8475769Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8476090Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8476407Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8476728Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8477049Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8477372Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8477688Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8478015Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8478333Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8478713Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8479073Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8479392Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8479712Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8480030Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8480352Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8480673Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8481014Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8481353Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8481666Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8481980Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8482301Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8482621Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8482950Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8483264Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8483598Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8483930Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8484259Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8484591Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8484943Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8485289Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8485668Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8486016Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8486335Z test_dispatch_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8486602Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8486915Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8487187Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8487453Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8487776Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8488108Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8488428Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8488744Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8489060Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8489370Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8489684Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8489944Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8490223Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8490543Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8490865Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8491173Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8491485Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8491813Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8492145Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8492481Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8492808Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8493117Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8493456Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8493784Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8494176Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8494553Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8494889Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8495222Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8495543Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8495880Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8496211Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8496568Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8496882Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8497212Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8497538Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8497861Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8498192Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8498528Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8498812Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8499142Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8499478Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8499814Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8500149Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8500478Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8500811Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8501146Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8501473Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8501870Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8502239Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8502574Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8502902Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8503231Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8503562Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8504037Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8504366Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8504689Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8505006Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8505319Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8505572Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8505835Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8506053Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.8506336Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8506614Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8506886Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8507107Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8507380Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8507660Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.8507934Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.8508205Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8508474Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.8508723Z test_dispatch_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8508995Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8509258Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8509521Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8509927Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8510296Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8510599Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8510901Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8511232Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8511547Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8511871Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8512193Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8512480Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8512788Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8513093Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8513392Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8513711Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8514018Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8514333Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8514645Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8514952Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8515201Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8515509Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8515817Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8516069Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8516368Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8516675Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8516974Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8517310Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8517704Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8518108Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8518448Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8518752Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8519031Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8519351Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8519680Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8520018Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8520349Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8520660Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8520920Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8521238Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8521548Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8521858Z test_dispatch_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8522151Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8522435Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8522742Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8523058Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8523381Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8523650Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8523970Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8524291Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8524608Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8524929Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8525309Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8525666Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8525990Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8526285Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8526565Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8526846Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8527137Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8527416Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8527740Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8528001Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8528319Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8528635Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8528957Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8529224Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8529539Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8529875Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8530195Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8530503Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8530810Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8531126Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8531465Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8531777Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8532060Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8532390Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8532785Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8533104Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8533463Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8533786Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8534089Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8534411Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8534735Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8535058Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8535401Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8535708Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8536038Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8536365Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8536707Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8537024Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8537330Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8537664Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8537999Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8538338Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8538668Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8539000Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8539303Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8539633Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8539966Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8540295Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8540692Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8541096Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8541436Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8541768Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8542081Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8542400Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8542714Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8543001Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8543325Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8543640Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8543969Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8544291Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8544600Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8544915Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8545332Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8545644Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8545939Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8546251Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8546505Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.8546782Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.8547033Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8547314Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8547626Z test_dispatch_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8547896Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8548290Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8548657Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8548982Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8549266Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8549596Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8549925Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8550259Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8550593Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8550886Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8551180Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8551499Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8551823Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8552154Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8552507Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8552835Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8553160Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8553482Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8553806Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8554143Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8554472Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8554794Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8555108Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8555422Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8555737Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8556055Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8556426Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8556755Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8557068Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8557386Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8557677Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8557939Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8558254Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8558565Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8558882Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8559148Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8559445Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8559728Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8560032Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8560367Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8560686Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8560978Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8561269Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8561597Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8561924Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8562254Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8562549Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8562841Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8563226Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8563593Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8563924Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8564246Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8564516Z test_dispatch_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8564782Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8565057Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8565328Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8565655Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8565974Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8566287Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8566598Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8566923Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8567258Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8567585Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8567922Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8568257Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8568591Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8568925Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8569209Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8569531Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8569868Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8570181Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8570493Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8570849Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8571221Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8571538Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8571857Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8572156Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8572421Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8572721Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8573039Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8573354Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8573670Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8573964Z test_dispatch_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8574285Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8574608Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8574938Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8575265Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8575613Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8575906Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8576220Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8576547Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8576870Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8577162Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8577456Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8577748Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8578072Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8578458Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8578826Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8579168Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8579485Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8579805Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8580123Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8580444Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8580765Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8581082Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8581398Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8581723Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8582044Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8582371Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8582697Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8582992Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8583310Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8583630Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8584029Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8584370Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8584704Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8585027Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8585346Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8585625Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8585966Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8586377Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8586797Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8587133Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8587436Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8587704Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8588034Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8588359Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8588688Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8589012Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8589326Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8589613Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8589947Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8590265Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8590595Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8590922Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8591221Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8591541Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8591863Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8592181Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8592505Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8592818Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8593130Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8593447Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8593834Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8594189Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8594532Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8594865Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8595189Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8595515Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8595842Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8596114Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8596435Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8596749Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8597067Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8597424Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8597752Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8598076Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8598397Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8598715Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8599010Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8599327Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8599645Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8599979Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8600243Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8600554Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8600866Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8601176Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8601541Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8601897Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8602222Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8602485Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8602734Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8603046Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8603359Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8603667Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8603921Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8604229Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8604542Z test_dispatch_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8604851Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8605163Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8605482Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8605787Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8606091Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8606398Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8606701Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8607009Z test_dispatch_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8607278Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8607560Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8607830Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8608120Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8608388Z test_dispatch_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8608629Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8608894Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8609225Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8609492Z test_dispatch_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8609815Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8610087Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8610354Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8610681Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8610973Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8611297Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8611631Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8611964Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8612284Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8612550Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8612838Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8613131Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8613446Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8613757Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8614082Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8614389Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8614697Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8615024Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8615367Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8615691Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8615995Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8616320Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8616642Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8617029Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8617396Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8617729Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8618047Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8618361Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8618707Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8619030Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8619347Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8619663Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8619985Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8620302Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8620619Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8620942Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8621240Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8621555Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8621871Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8622186Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8622506Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8622828Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8623142Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8623454Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8623952Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8624283Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8624608Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8625017Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8625390Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8625715Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8626006Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8626320Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8626632Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8626950Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8627266Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8627521Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8627771Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.8628053Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8628326Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8628607Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8628855Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8629130Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8629430Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8629700Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8629970Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8630313Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8630622Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8630909Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8631240Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8631575Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8631903Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8632232Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8632627Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8633007Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8633339Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8633670Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8634023Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8634324Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8634684Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8635033Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8635384Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8635740Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8636087Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8636435Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8636787Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8637134Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8637450Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8637764Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8638081Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8638416Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8638735Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8639025Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8639313Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8639640Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8639971Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8640364Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8640740Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8641086Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8641413Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8641740Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8641982Z test_dispatch_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8642223Z test_dispatch_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8642531Z test_dispatch_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8642829Z test_dispatch_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8643125Z test_dispatch_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8643418Z test_dispatch_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8643713Z test_dispatch_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8644019Z test_dispatch_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8644313Z test_dispatch_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8644605Z test_dispatch_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8644896Z test_dispatch_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8645184Z test_dispatch_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8645474Z test_dispatch_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8645766Z test_dispatch_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8646076Z test_dispatch_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8646375Z test_dispatch_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8646667Z test_dispatch_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8646957Z test_dispatch_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8647248Z test_dispatch_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8647518Z test_dispatch_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8647885Z test_dispatch_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8648182Z test_dispatch_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8648527Z test_dispatch_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8648838Z test_dispatch_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8649129Z test_dispatch_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8649431Z test_dispatch_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8649736Z test_dispatch_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8649988Z test_dispatch_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8650285Z test_dispatch_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8650580Z test_dispatch_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8650912Z test_dispatch_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8651215Z test_dispatch_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8651472Z test_dispatch_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8651712Z test_dispatch_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8651982Z test_dispatch_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8652287Z test_dispatch_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8652582Z test_dispatch_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8652876Z test_dispatch_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8653118Z test_dispatch_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8653430Z test_dispatch_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8653745Z test_dispatch_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8654063Z test_dispatch_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8654347Z test_dispatch_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8654589Z test_dispatch_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8654881Z test_dispatch_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8655158Z test_dispatch_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8655434Z test_dispatch_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8655798Z test_dispatch_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8656129Z test_dispatch_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8656429Z test_dispatch_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8656726Z test_dispatch_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8657015Z test_dispatch_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8657302Z test_dispatch_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8657599Z test_dispatch_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8657886Z test_dispatch_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8658181Z test_dispatch_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8658431Z test_dispatch_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8658724Z test_dispatch_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8659034Z test_dispatch_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8659340Z test_dispatch_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8659617Z test_dispatch_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8659914Z test_dispatch_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8660210Z test_dispatch_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8660509Z test_dispatch_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8660800Z test_dispatch_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8661090Z test_dispatch_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8661325Z test_dispatch_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8661630Z test_dispatch_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8661928Z test_dispatch_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8662199Z test_dispatch_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8662514Z test_dispatch_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8662799Z test_dispatch_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8663077Z test_dispatch_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8663367Z test_dispatch_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8663759Z test_dispatch_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8664123Z test_dispatch_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8664429Z test_dispatch_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8664721Z test_dispatch_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8664990Z test_dispatch_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8665257Z test_dispatch_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8665551Z test_dispatch_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8665838Z test_dispatch_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8666128Z test_dispatch_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8666364Z test_dispatch_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8666659Z test_dispatch_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8666928Z test_dispatch_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8667220Z test_dispatch_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8667519Z test_dispatch_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8667817Z test_dispatch_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8668102Z test_dispatch_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8668355Z test_dispatch_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8668651Z test_dispatch_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8668945Z test_dispatch_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8669240Z test_dispatch_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8669492Z test_dispatch_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8669740Z test_dispatch_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8669985Z test_dispatch_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8670218Z test_dispatch_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8670461Z test_dispatch_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8670704Z test_dispatch_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8671032Z test_dispatch_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8671285Z test_dispatch_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8671571Z test_dispatch_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8671825Z test_dispatch_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8672069Z test_dispatch_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8672312Z test_dispatch_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8672572Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8672805Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.199s) 2023-01-11T21:12:43.8673032Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.191s) 2023-01-11T21:12:43.8673260Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.171s) 2023-01-11T21:12:43.8673526Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8673791Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8674052Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8674309Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8674571Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8674837Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8675065Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8675294Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8675517Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8675776Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8676034Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8676301Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8676562Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8676820Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8677081Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8677307Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8677533Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8677802Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8678062Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8678344Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8678606Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8678865Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8679123Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8679380Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8679607Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8679832Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8680055Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8680313Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8680570Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8680826Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8681082Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8681343Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8681603Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8681831Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8682055Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8682277Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8682532Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8682791Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8683048Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8683306Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8683561Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8683810Z test_dispatch_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8684064Z test_dispatch_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8684316Z test_dispatch_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8684611Z test_dispatch_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8684894Z test_dispatch_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8685144Z test_dispatch_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8685388Z test_dispatch_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8685633Z test_dispatch_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8685880Z test_dispatch_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8686126Z test_dispatch_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8686373Z test_dispatch_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8686609Z test_dispatch_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8686808Z test_dispatch_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8687009Z test_dispatch_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8687209Z test_dispatch_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.359s) 2023-01-11T21:12:43.8687406Z test_dispatch_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8687601Z test_dispatch_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8687797Z test_dispatch_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8687991Z test_dispatch_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8688183Z test_dispatch_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8688377Z test_dispatch_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8688568Z test_dispatch_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8688760Z test_dispatch_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8688951Z test_dispatch_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8689198Z test_dispatch_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8689439Z test_dispatch_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8689692Z test_dispatch_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8689942Z test_dispatch_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8690187Z test_dispatch_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8690431Z test_dispatch_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8690671Z test_dispatch_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8690910Z test_dispatch_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8691147Z test_dispatch_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8691425Z test_dispatch_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8691700Z test_dispatch_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8691928Z test_dispatch_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8692166Z test_dispatch_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8692363Z test_dispatch_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.8692553Z test_dispatch_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8692752Z test_dispatch_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8692953Z test_dispatch_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8693149Z test_dispatch_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8693343Z test_dispatch_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8693535Z test_dispatch_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8693724Z test_dispatch_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8693914Z test_dispatch_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8694103Z test_dispatch_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8694296Z test_dispatch_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8694484Z test_dispatch_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.8694725Z test_dispatch_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8694961Z test_dispatch_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8695195Z test_dispatch_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8695425Z test_dispatch_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8695672Z test_dispatch_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8695918Z test_dispatch_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8696125Z test_dispatch_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8696368Z test_dispatch_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8696567Z test_dispatch_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8696757Z test_dispatch_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8696960Z test_dispatch_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8697198Z test_dispatch_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8697439Z test_dispatch_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8697677Z test_dispatch_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8697918Z test_dispatch_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8698200Z test_dispatch_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.8698486Z test_dispatch_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8698743Z test_dispatch_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8698996Z test_dispatch_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8699247Z test_dispatch_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8699496Z test_dispatch_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8699740Z test_dispatch_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8699988Z test_dispatch_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8700237Z test_dispatch_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8700484Z test_dispatch_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8700731Z test_dispatch_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8700976Z test_dispatch_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8701221Z test_dispatch_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8701467Z test_dispatch_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8701708Z test_dispatch_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8701953Z test_dispatch_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8702194Z test_dispatch_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8702447Z test_dispatch_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8702705Z test_dispatch_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8702953Z test_dispatch_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8703205Z test_dispatch_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8703453Z test_dispatch_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8703765Z test_dispatch_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8704011Z test_dispatch_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8704257Z test_dispatch_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8704504Z test_dispatch_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8704801Z test_dispatch_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8705051Z test_dispatch_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8705345Z test_dispatch_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8705595Z test_dispatch_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8705841Z test_dispatch_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8706082Z test_dispatch_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8706324Z test_dispatch_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8706579Z test_dispatch_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8706837Z test_dispatch_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8707092Z test_dispatch_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8707344Z test_dispatch_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8707595Z test_dispatch_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8707841Z test_dispatch_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8708086Z test_dispatch_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8708330Z test_dispatch_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8708573Z test_dispatch_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8708825Z test_dispatch_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8709074Z test_dispatch_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8709321Z test_dispatch_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8709562Z test_dispatch_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8709805Z test_dispatch_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8710047Z test_dispatch_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8710292Z test_dispatch_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8710530Z test_dispatch_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8710768Z test_dispatch_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8711006Z test_dispatch_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8711244Z test_dispatch_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8711536Z test_dispatch_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8711775Z test_dispatch_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8712060Z test_dispatch_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8712309Z test_dispatch_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8712557Z test_dispatch_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8712791Z test_dispatch_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8713031Z test_dispatch_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8713275Z test_dispatch_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8713518Z test_dispatch_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8713758Z test_dispatch_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8713996Z test_dispatch_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8714233Z test_dispatch_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8714468Z test_dispatch_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8714676Z test_dispatch_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8714925Z test_dispatch_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8715142Z test_dispatch_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8715352Z test_dispatch_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8715555Z test_dispatch_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8715765Z test_dispatch_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8715968Z test_dispatch_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8716213Z test_dispatch_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8716457Z test_dispatch_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8716703Z test_dispatch_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8716947Z test_dispatch_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8717188Z test_dispatch_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8717403Z test_dispatch_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8717607Z test_dispatch_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8717809Z test_dispatch_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8718012Z test_dispatch_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8718257Z test_dispatch_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8718460Z test_dispatch_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8718693Z test_dispatch_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8718895Z test_dispatch_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.8719093Z test_dispatch_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.8719290Z test_dispatch_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8719491Z test_dispatch_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8719693Z test_dispatch_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8719895Z test_dispatch_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8720094Z test_dispatch_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8720292Z test_dispatch_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8720547Z test_dispatch_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8720791Z test_dispatch_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8721047Z test_dispatch_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8721296Z test_dispatch_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8721541Z test_dispatch_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8721788Z test_dispatch_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8722035Z test_dispatch_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8722278Z test_dispatch_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8722518Z test_dispatch_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8722758Z test_dispatch_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8722997Z test_dispatch_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8723238Z test_dispatch_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8723512Z test_dispatch_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8723774Z test_dispatch_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8724043Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8724314Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8724580Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8724844Z test_dispatch_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8725152Z test_dispatch_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8725440Z test_dispatch_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8725705Z test_dispatch_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8725967Z test_dispatch_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8726225Z test_dispatch_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8726490Z test_dispatch_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8726757Z test_dispatch_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8727010Z test_dispatch_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8727263Z test_dispatch_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8727520Z test_dispatch_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8727774Z test_dispatch_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8728026Z test_dispatch_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8728275Z test_dispatch_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8728530Z test_dispatch_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8728778Z test_dispatch_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8729022Z test_dispatch_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8729267Z test_dispatch_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8729515Z test_dispatch_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8729765Z test_dispatch_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8730013Z test_dispatch_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8730260Z test_dispatch_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8730506Z test_dispatch_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8730757Z test_dispatch_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8731008Z test_dispatch_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8731262Z test_dispatch_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8731509Z test_dispatch_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8731802Z test_dispatch_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8732082Z test_dispatch_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8732329Z test_dispatch_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8732574Z test_dispatch_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8732816Z test_dispatch_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8733062Z test_dispatch_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8733310Z test_dispatch_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8733514Z test_dispatch_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8733698Z test_dispatch_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8733907Z test_dispatch_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8734112Z test_dispatch_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8734314Z test_dispatch_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8734511Z test_dispatch_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8734709Z test_dispatch_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8734905Z test_dispatch_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8735104Z test_dispatch_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8735297Z test_dispatch_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8735494Z test_dispatch_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8735693Z test_dispatch_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8735897Z test_dispatch_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8736093Z test_dispatch_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8736303Z test_dispatch_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8736509Z test_dispatch_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8736709Z test_dispatch_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8736915Z test_dispatch_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8737115Z test_dispatch_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8737317Z test_dispatch_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8737513Z test_dispatch_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8737710Z test_dispatch_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8737896Z test_dispatch_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8738096Z test_dispatch_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8738350Z test_dispatch_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8738648Z test_dispatch_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8738943Z test_dispatch_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8739205Z test_dispatch_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8739460Z test_dispatch_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8739713Z test_dispatch_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8739963Z test_dispatch_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8740216Z test_dispatch_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8740463Z test_dispatch_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8740710Z test_dispatch_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8740957Z test_dispatch_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8741203Z test_dispatch_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8741454Z test_dispatch_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8741701Z test_dispatch_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8741959Z test_dispatch_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8742221Z test_dispatch_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8742478Z test_dispatch_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8742729Z test_dispatch_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8742980Z test_dispatch_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8743235Z test_dispatch_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8743483Z test_dispatch_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8743863Z test_dispatch_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8744110Z test_dispatch_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8744353Z test_dispatch_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8744600Z test_dispatch_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8744841Z test_dispatch_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8745075Z test_dispatch_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8745412Z test_dispatch_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8745698Z test_dispatch_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8745940Z test_dispatch_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8746180Z test_dispatch_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8746420Z test_dispatch_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8746647Z test_dispatch_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8746881Z test_dispatch_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8747118Z test_dispatch_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8747352Z test_dispatch_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8747585Z test_dispatch_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8747824Z test_dispatch_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8748064Z test_dispatch_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8748297Z test_dispatch_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8748539Z test_dispatch_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8748784Z test_dispatch_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8749024Z test_dispatch_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8749260Z test_dispatch_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8749496Z test_dispatch_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8749730Z test_dispatch_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8749969Z test_dispatch_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8750206Z test_dispatch_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8750438Z test_dispatch_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8750673Z test_dispatch_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8750871Z test_dispatch_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8751065Z test_dispatch_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8751256Z test_dispatch_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8751453Z test_dispatch_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8751642Z test_dispatch_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8751880Z test_dispatch_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8752068Z test_dispatch_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8752300Z test_dispatch_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8752486Z test_dispatch_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8752696Z test_dispatch_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8752905Z test_dispatch_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8753114Z test_dispatch_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8753321Z test_dispatch_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8753531Z test_dispatch_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8753741Z test_dispatch_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8753949Z test_dispatch_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8754155Z test_dispatch_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8754372Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8754582Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8754798Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8755008Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8755208Z test_dispatch_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8755441Z test_dispatch_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8755641Z test_dispatch_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.584s) 2023-01-11T21:12:43.8755838Z test_dispatch_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.547s) 2023-01-11T21:12:43.8756034Z test_dispatch_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.555s) 2023-01-11T21:12:43.8756226Z test_dispatch_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8756418Z test_dispatch_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8756608Z test_dispatch_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8756841Z test_dispatch_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8757076Z test_dispatch_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8757302Z test_dispatch_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8757534Z test_dispatch_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8757769Z test_dispatch_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8758014Z test_dispatch_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8758260Z test_dispatch_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8758505Z test_dispatch_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8758792Z test_dispatch_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8759069Z test_dispatch_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8759311Z test_dispatch_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8759549Z test_dispatch_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8759785Z test_dispatch_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8760020Z test_dispatch_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8760255Z test_dispatch_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8760493Z test_dispatch_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8760751Z test_dispatch_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8761004Z test_dispatch_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8761264Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8761525Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8761785Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8762043Z test_dispatch_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8762301Z test_dispatch_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8762555Z test_dispatch_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8762807Z test_dispatch_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8763054Z test_dispatch_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8763300Z test_dispatch_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8763551Z test_dispatch_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8763801Z test_dispatch_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8764013Z test_dispatch_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.8764212Z test_dispatch_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8764425Z test_dispatch_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8764635Z test_dispatch_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8764828Z test_dispatch_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8765034Z test_dispatch_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8765286Z test_dispatch_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8765486Z test_dispatch_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8765723Z test_dispatch_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8765924Z test_dispatch_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8766124Z test_dispatch_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8766325Z test_dispatch_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.8766525Z test_dispatch_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8766720Z test_dispatch_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8766923Z test_dispatch_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8767133Z test_dispatch_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8767330Z test_dispatch_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.8767529Z test_dispatch_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8767725Z test_dispatch_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8767920Z test_dispatch_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8768113Z test_dispatch_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8768308Z test_dispatch_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8768502Z test_dispatch_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8768700Z test_dispatch_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.8768922Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8769130Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8769351Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8769566Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8769779Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8769993Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8770206Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8770422Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8770637Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8770858Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8771075Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8771290Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8771506Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8771719Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8771933Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8772200Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8772413Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8772659Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8772881Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8773096Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8773317Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8773532Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8773746Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8773961Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8774174Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.8774377Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.8774591Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.8774812Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8775032Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8775248Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8775464Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8775678Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8775890Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8776105Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8776321Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8776532Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8776749Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8776958Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8777178Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8777395Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8777609Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8777825Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8778036Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8778248Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8778462Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.8778672Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.8778931Z test_dispatch_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8779230Z test_dispatch_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8779520Z test_dispatch_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8779776Z test_dispatch_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8780017Z test_dispatch_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8780267Z test_dispatch_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8780516Z test_dispatch_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8780771Z test_dispatch_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8781047Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8781323Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8781596Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8781864Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8782133Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8782403Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8782673Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8782942Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8783192Z test_dispatch_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8783440Z test_dispatch_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8783750Z test_dispatch_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8784001Z test_dispatch_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8784254Z test_dispatch_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8784502Z test_dispatch_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8784750Z test_dispatch_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8784994Z test_dispatch_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8785236Z test_dispatch_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8785480Z test_dispatch_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8785721Z test_dispatch_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8786021Z test_dispatch_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8786304Z test_dispatch_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8786567Z test_dispatch_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8786827Z test_dispatch_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8787086Z test_dispatch_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8787344Z test_dispatch_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8787607Z test_dispatch_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8787869Z test_dispatch_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8788119Z test_dispatch_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8788368Z test_dispatch_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8788621Z test_dispatch_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8788872Z test_dispatch_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8789059Z test_dispatch_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8789260Z test_dispatch_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8789460Z test_dispatch_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.386s) 2023-01-11T21:12:43.8789661Z test_dispatch_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.419s) 2023-01-11T21:12:43.8789858Z test_dispatch_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.377s) 2023-01-11T21:12:43.8790052Z test_dispatch_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8790247Z test_dispatch_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8790439Z test_dispatch_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8790630Z test_dispatch_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8790822Z test_dispatch_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8791013Z test_dispatch_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8791202Z test_dispatch_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8791396Z test_dispatch_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8791639Z test_dispatch_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8791879Z test_dispatch_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8792128Z test_dispatch_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8792376Z test_dispatch_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8792664Z test_dispatch_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8792907Z test_dispatch_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8793191Z test_dispatch_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8793433Z test_dispatch_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8793673Z test_dispatch_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8793909Z test_dispatch_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8794148Z test_dispatch_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8794379Z test_dispatch_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8794584Z test_dispatch_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8794827Z test_dispatch_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8795034Z test_dispatch_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.663s) 2023-01-11T21:12:43.8795238Z test_dispatch_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.663s) 2023-01-11T21:12:43.8795439Z test_dispatch_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.704s) 2023-01-11T21:12:43.8795639Z test_dispatch_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8795837Z test_dispatch_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8796038Z test_dispatch_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8796277Z test_dispatch_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8796519Z test_dispatch_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8796758Z test_dispatch_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8796995Z test_dispatch_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8797233Z test_dispatch_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8797429Z test_dispatch_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8797626Z test_dispatch_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8797821Z test_dispatch_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798017Z test_dispatch_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798213Z test_dispatch_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798405Z test_dispatch_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798596Z test_dispatch_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798787Z test_dispatch_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8798981Z test_dispatch_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8799166Z test_dispatch_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8799485Z test_dispatch_meta_inplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8799754Z test_dispatch_meta_inplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8800062Z test_dispatch_meta_inplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8800337Z test_dispatch_meta_inplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8800605Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8800871Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8801148Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8801421Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8801692Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8801958Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8802235Z test_dispatch_meta_inplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8802514Z test_dispatch_meta_inplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8802796Z test_dispatch_meta_inplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8803074Z test_dispatch_meta_inplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8803341Z test_dispatch_meta_inplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8803617Z test_dispatch_meta_inplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8803889Z test_dispatch_meta_inplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8804152Z test_dispatch_meta_inplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8804418Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8804680Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8804951Z test_dispatch_meta_inplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8805221Z test_dispatch_meta_inplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8805469Z test_dispatch_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8805716Z test_dispatch_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8805965Z test_dispatch_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8806266Z test_dispatch_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8806551Z test_dispatch_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8806797Z test_dispatch_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8807039Z test_dispatch_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8807282Z test_dispatch_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8807526Z test_dispatch_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8807771Z test_dispatch_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8807967Z test_dispatch_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8808203Z test_dispatch_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8808407Z test_dispatch_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8808593Z test_dispatch_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8808790Z test_dispatch_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8808982Z test_dispatch_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8809176Z test_dispatch_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8809367Z test_dispatch_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8809604Z test_dispatch_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8809838Z test_dispatch_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8810066Z test_dispatch_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8810296Z test_dispatch_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8810528Z test_dispatch_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8810725Z test_dispatch_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.456s) 2023-01-11T21:12:43.8810960Z test_dispatch_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8811163Z test_dispatch_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.809s) 2023-01-11T21:12:43.8811361Z test_dispatch_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.770s) 2023-01-11T21:12:43.8811558Z test_dispatch_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.443s) 2023-01-11T21:12:43.8811752Z test_dispatch_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.431s) 2023-01-11T21:12:43.8811945Z test_dispatch_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.402s) 2023-01-11T21:12:43.8812180Z test_dispatch_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8812410Z test_dispatch_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8812639Z test_dispatch_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8812914Z test_dispatch_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8813143Z test_dispatch_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8813378Z test_dispatch_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8813600Z test_dispatch_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8813801Z test_dispatch_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8813998Z test_dispatch_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8814198Z test_dispatch_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8814394Z test_dispatch_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8814590Z test_dispatch_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8814781Z test_dispatch_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8815015Z test_dispatch_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8815244Z test_dispatch_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8815471Z test_dispatch_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8815704Z test_dispatch_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8815933Z test_dispatch_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8816181Z test_dispatch_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8816428Z test_dispatch_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8816681Z test_dispatch_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8816930Z test_dispatch_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8817181Z test_dispatch_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8817424Z test_dispatch_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8817667Z test_dispatch_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8817909Z test_dispatch_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8818156Z test_dispatch_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8818400Z test_dispatch_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8818640Z test_dispatch_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8818878Z test_dispatch_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8819118Z test_dispatch_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8819377Z test_dispatch_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8819676Z test_dispatch_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8819920Z test_dispatch_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8820232Z test_dispatch_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8820492Z test_dispatch_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8820746Z test_dispatch_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8820998Z test_dispatch_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8821247Z test_dispatch_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8821502Z test_dispatch_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8821758Z test_dispatch_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8822005Z test_dispatch_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8822250Z test_dispatch_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8822493Z test_dispatch_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8822738Z test_dispatch_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8823002Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8823258Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8823529Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8823847Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8824107Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8824363Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8824625Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8824881Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8825140Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8825395Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8825659Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8825916Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8826185Z test_dispatch_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8826538Z test_dispatch_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8826869Z test_dispatch_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8827159Z test_dispatch_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8827441Z test_dispatch_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8827724Z test_dispatch_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8828011Z test_dispatch_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8828304Z test_dispatch_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8828590Z test_dispatch_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8828922Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8829256Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8829578Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8829892Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8830193Z test_dispatch_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8830502Z test_dispatch_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8830819Z test_dispatch_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8831124Z test_dispatch_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8831431Z test_dispatch_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8831735Z test_dispatch_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8832041Z test_dispatch_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8832350Z test_dispatch_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8832664Z test_dispatch_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8832977Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8833291Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8833604Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8833910Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8834223Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8834582Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8834936Z test_dispatch_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8835243Z test_dispatch_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8835554Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8835868Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8836172Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8836479Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8836793Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8837098Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8837403Z test_dispatch_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8837710Z test_dispatch_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8838025Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8838345Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8838656Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8838946Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8839199Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8839453Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8839711Z test_dispatch_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8839964Z test_dispatch_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8840225Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8840490Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8840745Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8840987Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8841242Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8841497Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8841795Z test_dispatch_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8842106Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8842391Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8842669Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8842946Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8843219Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8843498Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8843777Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8844058Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8844331Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8844607Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8844886Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8845165Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8845446Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8845718Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8845992Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8846269Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8846974Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8847443Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8847898Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8848346Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8848802Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8849252Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8849806Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8850259Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8850706Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8851165Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8851623Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8852080Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8852531Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8852981Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8853425Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8853874Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8854141Z test_dispatch_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8854400Z test_dispatch_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8854663Z test_dispatch_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8854925Z test_dispatch_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8855180Z test_dispatch_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8855430Z test_dispatch_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8855685Z test_dispatch_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8855938Z test_dispatch_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8856189Z test_dispatch_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8856437Z test_dispatch_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8856689Z test_dispatch_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8856946Z test_dispatch_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8857270Z test_dispatch_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8857524Z test_dispatch_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8857813Z test_dispatch_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8858068Z test_dispatch_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8858306Z test_dispatch_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8858560Z test_dispatch_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8858834Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8859113Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8859393Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8859663Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8859933Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8860208Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8860484Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8860764Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8861037Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8861312Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8861596Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8861870Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8862141Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8862416Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8862691Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8862965Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8863220Z test_dispatch_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8863473Z test_dispatch_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8863862Z test_dispatch_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8864181Z test_dispatch_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8864476Z test_dispatch_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8864724Z test_dispatch_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8864975Z test_dispatch_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8865219Z test_dispatch_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8865464Z test_dispatch_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8865720Z test_dispatch_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8865979Z test_dispatch_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8866240Z test_dispatch_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8866487Z test_dispatch_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8866731Z test_dispatch_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8866975Z test_dispatch_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8867224Z test_dispatch_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8867479Z test_dispatch_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8867731Z test_dispatch_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8867979Z test_dispatch_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8868236Z test_dispatch_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8868475Z test_dispatch_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8868722Z test_dispatch_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8868969Z test_dispatch_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8869218Z test_dispatch_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8869467Z test_dispatch_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8869719Z test_dispatch_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8870001Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8870277Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8870564Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8870884Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8871195Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8871467Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8871752Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8872034Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8872509Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8872978Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8873437Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8873889Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8874341Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8874788Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8875240Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8875696Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8875957Z test_dispatch_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8876220Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8876480Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8876747Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8877003Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8877259Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8877525Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8877779Z test_dispatch_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8878051Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8878332Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8878670Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8878977Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8879254Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8879520Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8879791Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8880071Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8880346Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8880625Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8880896Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8881168Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8881436Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8881707Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8881979Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8882262Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8882532Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8882791Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8883059Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8883333Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8883606Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8883877Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8884158Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8884425Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8884694Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8884968Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8885280Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8885589Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8885859Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8886122Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8886399Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8886668Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8886931Z test_dispatch_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8887200Z test_dispatch_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8887455Z test_dispatch_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8887707Z test_dispatch_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8887969Z test_dispatch_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8888217Z test_dispatch_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8888469Z test_dispatch_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8888734Z test_dispatch_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8888986Z test_dispatch_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8889238Z test_dispatch_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8889493Z test_dispatch_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8889750Z test_dispatch_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8890014Z test_dispatch_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8890275Z test_dispatch_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8890528Z test_dispatch_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8890776Z test_dispatch_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8891033Z test_dispatch_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8891280Z test_dispatch_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8891581Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8891917Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8892249Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8892553Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8892843Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8893133Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8893431Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8893723Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8894013Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8894306Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8894577Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8894858Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8895145Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8895432Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8895716Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8895997Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8896286Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8896565Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8896851Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8897146Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8897427Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8897706Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8897994Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8898268Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8898591Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8899128Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8899617Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8900095Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8900569Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8901042Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8901516Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8901988Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8902457Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8902928Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8903420Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8903969Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8904441Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8904914Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8905382Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8905855Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8906326Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8906792Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8907261Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8907797Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8908306Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8908779Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8909243Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8909710Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8910185Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8910649Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8911123Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8911598Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8912064Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8912532Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8913002Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8913467Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8913937Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:43.8914217Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8914504Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8914786Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8915059Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8915336Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8915606Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8915877Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8916203Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8916501Z test_dispatch_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8916763Z test_dispatch_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8917030Z test_dispatch_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8917289Z test_dispatch_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8917552Z test_dispatch_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8917819Z test_dispatch_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8918075Z test_dispatch_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8918333Z test_dispatch_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8918587Z test_dispatch_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8918844Z test_dispatch_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8919101Z test_dispatch_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8919356Z test_dispatch_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8919613Z test_dispatch_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8919869Z test_dispatch_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8920120Z test_dispatch_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8920369Z test_dispatch_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8920605Z test_dispatch_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8920862Z test_dispatch_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8921110Z test_dispatch_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8921357Z test_dispatch_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8921613Z test_dispatch_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8921863Z test_dispatch_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8922124Z test_dispatch_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8922367Z test_dispatch_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8922621Z test_dispatch_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8922906Z test_dispatch_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8923186Z test_dispatch_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8923436Z test_dispatch_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8923675Z test_dispatch_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8923915Z test_dispatch_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8924166Z test_dispatch_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8924424Z test_dispatch_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8924681Z test_dispatch_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8924958Z test_dispatch_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8925218Z test_dispatch_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8925473Z test_dispatch_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8925735Z test_dispatch_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8925988Z test_dispatch_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8926248Z test_dispatch_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8926502Z test_dispatch_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8926754Z test_dispatch_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8927011Z test_dispatch_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8927268Z test_dispatch_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8927536Z test_dispatch_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8927793Z test_dispatch_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8928058Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8928317Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8928577Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8928836Z test_dispatch_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8929093Z test_dispatch_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8929338Z test_dispatch_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8929635Z test_dispatch_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8929935Z test_dispatch_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8930190Z test_dispatch_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8930442Z test_dispatch_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8930693Z test_dispatch_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8930891Z test_dispatch_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8931130Z test_dispatch_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8931334Z test_dispatch_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.522s) 2023-01-11T21:12:43.8931537Z test_dispatch_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.482s) 2023-01-11T21:12:43.8931735Z test_dispatch_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.480s) 2023-01-11T21:12:43.8931930Z test_dispatch_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8932124Z test_dispatch_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8932320Z test_dispatch_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8932554Z test_dispatch_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8932785Z test_dispatch_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8933015Z test_dispatch_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8933250Z test_dispatch_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8933485Z test_dispatch_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8933686Z test_dispatch_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8933924Z test_dispatch_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.8934128Z test_dispatch_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8934329Z test_dispatch_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8934531Z test_dispatch_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8934728Z test_dispatch_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8934916Z test_dispatch_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.8935113Z test_dispatch_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8935308Z test_dispatch_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8935501Z test_dispatch_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8935695Z test_dispatch_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8935888Z test_dispatch_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8936093Z test_dispatch_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8936340Z test_dispatch_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8936544Z test_dispatch_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8936785Z test_dispatch_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8936991Z test_dispatch_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8937190Z test_dispatch_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8937388Z test_dispatch_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8937585Z test_dispatch_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8937779Z test_dispatch_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8937977Z test_dispatch_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8938169Z test_dispatch_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8938363Z test_dispatch_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8938560Z test_dispatch_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8938808Z test_dispatch_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8939049Z test_dispatch_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8939305Z test_dispatch_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8939545Z test_dispatch_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8939802Z test_dispatch_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8940048Z test_dispatch_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8940296Z test_dispatch_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8940540Z test_dispatch_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8940780Z test_dispatch_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8941020Z test_dispatch_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8941262Z test_dispatch_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8941502Z test_dispatch_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8941744Z test_dispatch_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8941987Z test_dispatch_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8942233Z test_dispatch_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8942479Z test_dispatch_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8942722Z test_dispatch_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8942960Z test_dispatch_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8943246Z test_dispatch_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8943528Z test_dispatch_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8943846Z test_dispatch_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8944094Z test_dispatch_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8944342Z test_dispatch_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8944589Z test_dispatch_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8944840Z test_dispatch_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8945101Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8945369Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8945633Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8945892Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8946148Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8946408Z test_dispatch_meta_inplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8946664Z test_dispatch_meta_inplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8946929Z test_dispatch_meta_inplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8947184Z test_dispatch_meta_inplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8947438Z test_dispatch_meta_inplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8947690Z test_dispatch_meta_inplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8947939Z test_dispatch_meta_inplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8948179Z test_dispatch_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8948428Z test_dispatch_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8948673Z test_dispatch_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8948913Z test_dispatch_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8949109Z test_dispatch_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8949312Z test_dispatch_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8949510Z test_dispatch_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8949765Z test_dispatch_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8949960Z test_dispatch_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8950197Z test_dispatch_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8950392Z test_dispatch_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8950584Z test_dispatch_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.8950773Z test_dispatch_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8950966Z test_dispatch_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8951155Z test_dispatch_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8951346Z test_dispatch_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8951595Z test_dispatch_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8951832Z test_dispatch_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8952080Z test_dispatch_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8952324Z test_dispatch_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8952568Z test_dispatch_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8952807Z test_dispatch_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8953045Z test_dispatch_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8953288Z test_dispatch_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8953525Z test_dispatch_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8953755Z test_dispatch_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8953990Z test_dispatch_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8954225Z test_dispatch_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8954465Z test_dispatch_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8954717Z test_dispatch_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8954965Z test_dispatch_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8955222Z test_dispatch_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8955481Z test_dispatch_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8955730Z test_dispatch_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8955978Z test_dispatch_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8956224Z test_dispatch_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8956512Z test_dispatch_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8956757Z test_dispatch_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8957047Z test_dispatch_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8957292Z test_dispatch_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8957538Z test_dispatch_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8957788Z test_dispatch_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8958032Z test_dispatch_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8958277Z test_dispatch_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8958520Z test_dispatch_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8958763Z test_dispatch_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8959005Z test_dispatch_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.8959255Z test_dispatch_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8959505Z test_dispatch_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8959752Z test_dispatch_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8959999Z test_dispatch_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8960196Z test_dispatch_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8960385Z test_dispatch_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8960581Z test_dispatch_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8960779Z test_dispatch_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8960959Z test_dispatch_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8961150Z test_dispatch_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8961340Z test_dispatch_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8961530Z test_dispatch_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8961719Z test_dispatch_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.8961903Z test_dispatch_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8962091Z test_dispatch_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8962279Z test_dispatch_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8962537Z test_dispatch_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8962796Z test_dispatch_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8963057Z test_dispatch_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8963363Z test_dispatch_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8963678Z test_dispatch_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8963937Z test_dispatch_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8964189Z test_dispatch_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8964441Z test_dispatch_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8964689Z test_dispatch_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8964937Z test_dispatch_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8965190Z test_dispatch_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8965445Z test_dispatch_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8965689Z test_dispatch_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8965929Z test_dispatch_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8966178Z test_dispatch_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8966428Z test_dispatch_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8966675Z test_dispatch_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8966915Z test_dispatch_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8967158Z test_dispatch_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8967399Z test_dispatch_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8967626Z test_dispatch_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8967865Z test_dispatch_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8968104Z test_dispatch_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8968345Z test_dispatch_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8968541Z test_dispatch_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8968775Z test_dispatch_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8968973Z test_dispatch_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8969171Z test_dispatch_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8969369Z test_dispatch_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8969562Z test_dispatch_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8969756Z test_dispatch_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8969992Z test_dispatch_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8970226Z test_dispatch_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8970489Z test_dispatch_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8970719Z test_dispatch_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8970947Z test_dispatch_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8971175Z test_dispatch_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8971373Z test_dispatch_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.8971605Z test_dispatch_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8971808Z test_dispatch_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8972006Z test_dispatch_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8972206Z test_dispatch_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8972399Z test_dispatch_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8972581Z test_dispatch_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.8972775Z test_dispatch_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.8973007Z test_dispatch_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8973236Z test_dispatch_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.8973466Z test_dispatch_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8973696Z test_dispatch_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8973928Z test_dispatch_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:43.8974185Z test_dispatch_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8974438Z test_dispatch_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8974698Z test_dispatch_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8974956Z test_dispatch_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8975216Z test_dispatch_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8975469Z test_dispatch_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8975723Z test_dispatch_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8975971Z test_dispatch_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8976216Z test_dispatch_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8976463Z test_dispatch_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8976756Z test_dispatch_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8977003Z test_dispatch_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8977285Z test_dispatch_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8977542Z test_dispatch_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8977795Z test_dispatch_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8978043Z test_dispatch_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8978289Z test_dispatch_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8978539Z test_dispatch_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8978784Z test_dispatch_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8979023Z test_dispatch_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8979275Z test_dispatch_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8979523Z test_dispatch_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8979764Z test_dispatch_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8980007Z test_dispatch_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8980250Z test_dispatch_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8980478Z test_dispatch_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8980717Z test_dispatch_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8980951Z test_dispatch_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8981186Z test_dispatch_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8981424Z test_dispatch_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8981665Z test_dispatch_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8981901Z test_dispatch_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8982149Z test_dispatch_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8982391Z test_dispatch_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8982628Z test_dispatch_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8982864Z test_dispatch_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8983098Z test_dispatch_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8983390Z test_dispatch_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8983625Z test_dispatch_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8984061Z test_dispatch_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8984305Z test_dispatch_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8984539Z test_dispatch_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8984789Z test_dispatch_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8985034Z test_dispatch_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8985292Z test_dispatch_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8985548Z test_dispatch_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8985795Z test_dispatch_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8986043Z test_dispatch_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8986286Z test_dispatch_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8986528Z test_dispatch_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8986773Z test_dispatch_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8987020Z test_dispatch_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8987268Z test_dispatch_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8987515Z test_dispatch_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8987761Z test_dispatch_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8988004Z test_dispatch_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8988235Z test_dispatch_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8988476Z test_dispatch_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8988714Z test_dispatch_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8988952Z test_dispatch_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8989187Z test_dispatch_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8989425Z test_dispatch_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8989659Z test_dispatch_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8989905Z test_dispatch_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8990198Z test_dispatch_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8990447Z test_dispatch_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8990735Z test_dispatch_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8990984Z test_dispatch_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8991228Z test_dispatch_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8991470Z test_dispatch_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8991713Z test_dispatch_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8991954Z test_dispatch_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8992194Z test_dispatch_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8992431Z test_dispatch_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8992668Z test_dispatch_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8992905Z test_dispatch_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8993110Z test_dispatch_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8993310Z test_dispatch_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8993523Z test_dispatch_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8993731Z test_dispatch_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8993940Z test_dispatch_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8994145Z test_dispatch_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8994347Z test_dispatch_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8994550Z test_dispatch_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8994738Z test_dispatch_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8994937Z test_dispatch_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8995137Z test_dispatch_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8995334Z test_dispatch_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8995534Z test_dispatch_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.8995794Z test_dispatch_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8996051Z test_dispatch_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8996307Z test_dispatch_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8996559Z test_dispatch_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8996806Z test_dispatch_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8997098Z test_dispatch_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8997377Z test_dispatch_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8997626Z test_dispatch_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8997872Z test_dispatch_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8998120Z test_dispatch_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8998366Z test_dispatch_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8998614Z test_dispatch_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8998865Z test_dispatch_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8999116Z test_dispatch_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8999358Z test_dispatch_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8999600Z test_dispatch_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.8999843Z test_dispatch_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9000082Z test_dispatch_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9000323Z test_dispatch_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9000559Z test_dispatch_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9000800Z test_dispatch_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9001038Z test_dispatch_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9001303Z test_dispatch_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9001568Z test_dispatch_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9001830Z test_dispatch_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9002082Z test_dispatch_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9002279Z test_dispatch_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9002478Z test_dispatch_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9002675Z test_dispatch_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9002874Z test_dispatch_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9003068Z test_dispatch_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9003262Z test_dispatch_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9003455Z test_dispatch_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9003690Z test_dispatch_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9003884Z test_dispatch_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9004108Z test_dispatch_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9004300Z test_dispatch_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9004491Z test_dispatch_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9004744Z test_dispatch_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9004991Z test_dispatch_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9005182Z test_dispatch_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9005383Z test_dispatch_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9005581Z test_dispatch_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9005781Z test_dispatch_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9005973Z test_dispatch_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9006164Z test_dispatch_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9006345Z test_dispatch_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9006535Z test_dispatch_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9006730Z test_dispatch_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9006920Z test_dispatch_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9007116Z test_dispatch_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9007306Z test_dispatch_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9007562Z test_dispatch_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9007811Z test_dispatch_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9008017Z test_dispatch_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9008266Z test_dispatch_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9008477Z test_dispatch_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9008688Z test_dispatch_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9008898Z test_dispatch_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9009103Z test_dispatch_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9009309Z test_dispatch_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9009512Z test_dispatch_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9009755Z test_dispatch_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9010000Z test_dispatch_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9010240Z test_dispatch_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9010529Z test_dispatch_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9010770Z test_dispatch_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:43.9011001Z test_dispatch_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9011198Z test_dispatch_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9011396Z test_dispatch_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9011578Z test_dispatch_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9011772Z test_dispatch_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9011965Z test_dispatch_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9012159Z test_dispatch_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9012351Z test_dispatch_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9012541Z test_dispatch_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9012792Z test_dispatch_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9013032Z test_dispatch_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9013284Z test_dispatch_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9013531Z test_dispatch_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9013780Z test_dispatch_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9014028Z test_dispatch_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9014277Z test_dispatch_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9014520Z test_dispatch_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9014761Z test_dispatch_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9015002Z test_dispatch_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9015243Z test_dispatch_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9015486Z test_dispatch_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9015733Z test_dispatch_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9015986Z test_dispatch_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9016232Z test_dispatch_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9016486Z test_dispatch_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9016743Z test_dispatch_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9016999Z test_dispatch_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9017291Z test_dispatch_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9017537Z test_dispatch_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9017817Z test_dispatch_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9018062Z test_dispatch_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9018308Z test_dispatch_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9018544Z test_dispatch_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9018791Z test_dispatch_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9019040Z test_dispatch_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9019298Z test_dispatch_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9019548Z test_dispatch_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9019806Z test_dispatch_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9020065Z test_dispatch_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9020325Z test_dispatch_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9020580Z test_dispatch_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9020831Z test_dispatch_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9021082Z test_dispatch_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9021332Z test_dispatch_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9021576Z test_dispatch_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9021821Z test_dispatch_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9022065Z test_dispatch_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9022315Z test_dispatch_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9022564Z test_dispatch_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9022810Z test_dispatch_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9023056Z test_dispatch_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9023302Z test_dispatch_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9023552Z test_dispatch_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9023917Z test_dispatch_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9024160Z test_dispatch_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9024454Z test_dispatch_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9024697Z test_dispatch_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9024937Z test_dispatch_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9025180Z test_dispatch_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9025422Z test_dispatch_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9025668Z test_dispatch_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9025870Z test_dispatch_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9026077Z test_dispatch_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9026284Z test_dispatch_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9026472Z test_dispatch_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9026671Z test_dispatch_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9026868Z test_dispatch_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9027132Z test_dispatch_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9027402Z test_dispatch_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9027671Z test_dispatch_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9027932Z test_dispatch_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9028190Z test_dispatch_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9028450Z test_dispatch_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9028709Z test_dispatch_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9028972Z test_dispatch_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9029238Z test_dispatch_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9029483Z test_dispatch_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9029727Z test_dispatch_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9029972Z test_dispatch_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9030218Z test_dispatch_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9030459Z test_dispatch_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9030748Z test_dispatch_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9031031Z test_dispatch_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9031274Z test_dispatch_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9031516Z test_dispatch_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9031721Z test_dispatch_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9031922Z test_dispatch_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9032132Z test_dispatch_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9032342Z test_dispatch_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9032548Z test_dispatch_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9032753Z test_dispatch_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9032956Z test_dispatch_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9033146Z test_dispatch_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9033344Z test_dispatch_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9033541Z test_dispatch_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9033737Z test_dispatch_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9033935Z test_dispatch_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9034136Z test_dispatch_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9034378Z test_dispatch_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9034626Z test_dispatch_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9034871Z test_dispatch_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9035112Z test_dispatch_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9035352Z test_dispatch_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9035590Z test_dispatch_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9035841Z test_dispatch_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9036094Z test_dispatch_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9036342Z test_dispatch_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9036585Z test_dispatch_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9036834Z test_dispatch_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9037080Z test_dispatch_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9037390Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9037655Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9037961Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9038226Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9038486Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9038745Z test_dispatch_meta_inplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9039003Z test_dispatch_meta_inplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9039268Z test_dispatch_meta_inplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9039529Z test_dispatch_meta_inplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9039781Z test_dispatch_meta_inplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9040029Z test_dispatch_meta_inplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9040278Z test_dispatch_meta_inplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9040521Z test_dispatch_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9040763Z test_dispatch_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9041013Z test_dispatch_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9041259Z test_dispatch_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9041500Z test_dispatch_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9041740Z test_dispatch_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9041998Z test_dispatch_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9042255Z test_dispatch_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9042514Z test_dispatch_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9042762Z test_dispatch_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9043002Z test_dispatch_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9043251Z test_dispatch_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9043499Z test_dispatch_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9043746Z test_dispatch_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9044034Z test_dispatch_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9044279Z test_dispatch_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9044557Z test_dispatch_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9044802Z test_dispatch_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9045045Z test_dispatch_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9045286Z test_dispatch_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9045527Z test_dispatch_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9045770Z test_dispatch_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9046030Z test_dispatch_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9046286Z test_dispatch_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9046536Z test_dispatch_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9046779Z test_dispatch_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9047027Z test_dispatch_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9047272Z test_dispatch_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9047519Z test_dispatch_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9047764Z test_dispatch_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9048008Z test_dispatch_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9048251Z test_dispatch_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9048493Z test_dispatch_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9048738Z test_dispatch_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9048975Z test_dispatch_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9049214Z test_dispatch_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9049462Z test_dispatch_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9049709Z test_dispatch_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9049957Z test_dispatch_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9050197Z test_dispatch_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9050437Z test_dispatch_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9050728Z test_dispatch_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9051002Z test_dispatch_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9051242Z test_dispatch_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9051479Z test_dispatch_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9051714Z test_dispatch_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9051951Z test_dispatch_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9052199Z test_dispatch_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9052446Z test_dispatch_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9052700Z test_dispatch_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9052947Z test_dispatch_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9053196Z test_dispatch_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9053441Z test_dispatch_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9053688Z test_dispatch_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9053939Z test_dispatch_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9054179Z test_dispatch_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9054421Z test_dispatch_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9054663Z test_dispatch_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9054906Z test_dispatch_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9055145Z test_dispatch_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9055396Z test_dispatch_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9055643Z test_dispatch_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9055893Z test_dispatch_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9056144Z test_dispatch_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9056398Z test_dispatch_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9056644Z test_dispatch_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9056878Z test_dispatch_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9057123Z test_dispatch_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9057412Z test_dispatch_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9057685Z test_dispatch_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9057930Z test_dispatch_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9058172Z test_dispatch_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9058415Z test_dispatch_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9058658Z test_dispatch_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9058899Z test_dispatch_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9059154Z test_dispatch_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9059404Z test_dispatch_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9059653Z test_dispatch_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9059898Z test_dispatch_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9060139Z test_dispatch_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9060381Z test_dispatch_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9060627Z test_dispatch_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9060868Z test_dispatch_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9061111Z test_dispatch_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9061355Z test_dispatch_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9061598Z test_dispatch_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9061800Z test_dispatch_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9062034Z test_dispatch_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9062235Z test_dispatch_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9062436Z test_dispatch_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9062631Z test_dispatch_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9062869Z test_dispatch_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9063105Z test_dispatch_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9063343Z test_dispatch_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9063566Z test_dispatch_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9063862Z test_dispatch_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9064117Z test_dispatch_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9064311Z test_dispatch_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9064553Z test_dispatch_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9064755Z test_dispatch_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9064950Z test_dispatch_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9065146Z test_dispatch_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9065338Z test_dispatch_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9065528Z test_dispatch_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9065719Z test_dispatch_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9065912Z test_dispatch_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9066103Z test_dispatch_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9066298Z test_dispatch_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9066545Z test_dispatch_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9066786Z test_dispatch_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9067034Z test_dispatch_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9067287Z test_dispatch_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9067539Z test_dispatch_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9067785Z test_dispatch_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9068031Z test_dispatch_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9068272Z test_dispatch_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9068510Z test_dispatch_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9068751Z test_dispatch_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9068990Z test_dispatch_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9069220Z test_dispatch_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9069459Z test_dispatch_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9069713Z test_dispatch_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9069960Z test_dispatch_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9070216Z test_dispatch_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9070475Z test_dispatch_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9070725Z test_dispatch_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9071022Z test_dispatch_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9071300Z test_dispatch_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9071544Z test_dispatch_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9071792Z test_dispatch_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9072038Z test_dispatch_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9072281Z test_dispatch_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9072532Z test_dispatch_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9072776Z test_dispatch_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:43.9072974Z test_dispatch_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9073167Z test_dispatch_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9073368Z test_dispatch_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9073565Z test_dispatch_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9073762Z test_dispatch_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9073955Z test_dispatch_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9074156Z test_dispatch_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9074347Z test_dispatch_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9074543Z test_dispatch_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9074734Z test_dispatch_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9074925Z test_dispatch_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9075101Z test_dispatch_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9075293Z test_dispatch_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9075489Z test_dispatch_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9075676Z test_dispatch_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9075876Z test_dispatch_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9076074Z test_dispatch_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9076268Z test_dispatch_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9076467Z test_dispatch_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9076666Z test_dispatch_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9076859Z test_dispatch_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9077048Z test_dispatch_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9077236Z test_dispatch_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9077425Z test_dispatch_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9077612Z test_dispatch_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9077852Z test_dispatch_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9078065Z test_dispatch_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9078299Z test_dispatch_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9078510Z test_dispatch_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9078719Z test_dispatch_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9078926Z test_dispatch_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9079117Z test_dispatch_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9079318Z test_dispatch_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9079522Z test_dispatch_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9079719Z test_dispatch_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9079922Z test_dispatch_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9080122Z test_dispatch_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9080321Z test_dispatch_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9080520Z test_dispatch_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9080721Z test_dispatch_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9080915Z test_dispatch_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9081124Z test_dispatch_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9081327Z test_dispatch_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9081529Z test_dispatch_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9081729Z test_dispatch_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9081927Z test_dispatch_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9082121Z test_dispatch_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9082315Z test_dispatch_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9082513Z test_dispatch_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9082708Z test_dispatch_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9082904Z test_dispatch_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9083098Z test_dispatch_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9083297Z test_dispatch_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9083479Z test_dispatch_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9083672Z test_dispatch_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9083865Z test_dispatch_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9084059Z test_dispatch_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9084260Z test_dispatch_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9084512Z test_dispatch_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9084717Z test_dispatch_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9084919Z test_dispatch_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9085153Z test_dispatch_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9085354Z test_dispatch_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9085550Z test_dispatch_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9085745Z test_dispatch_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9085939Z test_dispatch_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9086133Z test_dispatch_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9086330Z test_dispatch_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9086523Z test_dispatch_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9086735Z test_dispatch_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9086946Z test_dispatch_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9087156Z test_dispatch_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9087358Z test_dispatch_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:43.9087559Z test_dispatch_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9087747Z test_dispatch_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9087951Z test_dispatch_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9088149Z test_dispatch_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9088350Z test_dispatch_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9088549Z test_dispatch_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9088746Z test_dispatch_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9088937Z test_dispatch_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9089128Z test_dispatch_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9089322Z test_dispatch_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9089515Z test_dispatch_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9089717Z test_dispatch_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9089911Z test_dispatch_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9090120Z test_dispatch_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9090323Z test_dispatch_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9090519Z test_dispatch_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9090716Z test_dispatch_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9090912Z test_dispatch_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9091108Z test_dispatch_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9091347Z test_dispatch_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9091540Z test_dispatch_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9091769Z test_dispatch_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9091966Z test_dispatch_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9092149Z test_dispatch_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9092343Z test_dispatch_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9092535Z test_dispatch_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9092728Z test_dispatch_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9092922Z test_dispatch_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9093119Z test_dispatch_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9093317Z test_dispatch_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9093529Z test_dispatch_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9093733Z test_dispatch_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9093931Z test_dispatch_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9094128Z test_dispatch_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9094328Z test_dispatch_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9094523Z test_dispatch_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9094720Z test_dispatch_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9094913Z test_dispatch_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9095109Z test_dispatch_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9095305Z test_dispatch_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9095505Z test_dispatch_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9095710Z test_dispatch_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9095910Z test_dispatch_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9096110Z test_dispatch_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9096296Z test_dispatch_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9096496Z test_dispatch_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9096688Z test_dispatch_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9096883Z test_dispatch_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9097073Z test_dispatch_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9097267Z test_dispatch_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9097459Z test_dispatch_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9097652Z test_dispatch_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9097842Z test_dispatch_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9098089Z test_dispatch_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9098281Z test_dispatch_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9098476Z test_dispatch_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9098706Z test_dispatch_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9098937Z test_dispatch_meta_outplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9099168Z test_dispatch_meta_outplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9099397Z test_dispatch_meta_outplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9099628Z test_dispatch_meta_outplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9099862Z test_dispatch_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9100092Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9100322Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9100547Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9100746Z test_dispatch_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9100927Z test_dispatch_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9101129Z test_dispatch_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.407s) 2023-01-11T21:12:43.9101333Z test_dispatch_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.360s) 2023-01-11T21:12:43.9101532Z test_dispatch_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.361s) 2023-01-11T21:12:43.9101730Z test_dispatch_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9101929Z test_dispatch_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9102126Z test_dispatch_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9102323Z test_dispatch_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9102515Z test_dispatch_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9102709Z test_dispatch_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9102901Z test_dispatch_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9103095Z test_dispatch_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9103293Z test_dispatch_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9103488Z test_dispatch_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9103823Z test_dispatch_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9104033Z test_dispatch_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9104232Z test_dispatch_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9104430Z test_dispatch_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9104626Z test_dispatch_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9104821Z test_dispatch_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9105002Z test_dispatch_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9105270Z test_dispatch_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9105462Z test_dispatch_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9105655Z test_dispatch_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9105895Z test_dispatch_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9106096Z test_dispatch_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9106293Z test_dispatch_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9106497Z test_dispatch_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9106699Z test_dispatch_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9106901Z test_dispatch_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9107106Z test_dispatch_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9107304Z test_dispatch_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9107503Z test_dispatch_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9107699Z test_dispatch_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9107894Z test_dispatch_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9108088Z test_dispatch_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9108282Z test_dispatch_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9108477Z test_dispatch_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9108675Z test_dispatch_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9108872Z test_dispatch_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9109078Z test_dispatch_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9109270Z test_dispatch_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9109475Z test_dispatch_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9109671Z test_dispatch_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9109866Z test_dispatch_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9110060Z test_dispatch_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9110254Z test_dispatch_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9110447Z test_dispatch_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9110641Z test_dispatch_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9110834Z test_dispatch_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9111030Z test_dispatch_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9111233Z test_dispatch_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9111443Z test_dispatch_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9111648Z test_dispatch_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9111851Z test_dispatch_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9112051Z test_dispatch_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9112293Z test_dispatch_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9112497Z test_dispatch_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9112742Z test_dispatch_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9112950Z test_dispatch_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9113153Z test_dispatch_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9113359Z test_dispatch_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9113549Z test_dispatch_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9113754Z test_dispatch_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9113960Z test_dispatch_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9114167Z test_dispatch_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9114371Z test_dispatch_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9114577Z test_dispatch_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9114777Z test_dispatch_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9114978Z test_dispatch_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9115175Z test_dispatch_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9115370Z test_dispatch_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9115567Z test_dispatch_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9115766Z test_dispatch_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9115967Z test_dispatch_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9116171Z test_dispatch_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9116376Z test_dispatch_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9116577Z test_dispatch_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9116775Z test_dispatch_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9116969Z test_dispatch_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9117193Z test_dispatch_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9117420Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9117652Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9117858Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9118085Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9118304Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9118505Z test_dispatch_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9118709Z test_dispatch_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9118911Z test_dispatch_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9119109Z test_dispatch_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9119360Z test_dispatch_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9119560Z test_dispatch_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9119794Z test_dispatch_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9119990Z test_dispatch_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9120194Z test_dispatch_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9120400Z test_dispatch_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9120597Z test_dispatch_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9120792Z test_dispatch_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9120986Z test_dispatch_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9121185Z test_dispatch_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9121378Z test_dispatch_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9121575Z test_dispatch_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9121767Z test_dispatch_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9121962Z test_dispatch_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9122148Z test_dispatch_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9122342Z test_dispatch_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9122542Z test_dispatch_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9122742Z test_dispatch_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9122941Z test_dispatch_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9123137Z test_dispatch_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9123333Z test_dispatch_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9123526Z test_dispatch_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9123720Z test_dispatch_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9123914Z test_dispatch_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9124105Z test_dispatch_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9124298Z test_dispatch_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9124505Z test_dispatch_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.271s) 2023-01-11T21:12:43.9124715Z test_dispatch_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.268s) 2023-01-11T21:12:43.9124924Z test_dispatch_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.265s) 2023-01-11T21:12:43.9125130Z test_dispatch_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.270s) 2023-01-11T21:12:43.9125334Z test_dispatch_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.267s) 2023-01-11T21:12:43.9125535Z test_dispatch_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.264s) 2023-01-11T21:12:43.9125733Z test_dispatch_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9125933Z test_dispatch_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9126117Z test_dispatch_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9126361Z test_dispatch_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9126556Z test_dispatch_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9126784Z test_dispatch_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9126981Z test_dispatch_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9127176Z test_dispatch_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9127369Z test_dispatch_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9127561Z test_dispatch_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9127759Z test_dispatch_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9127954Z test_dispatch_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9128153Z test_dispatch_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9128349Z test_dispatch_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9128549Z test_dispatch_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9128743Z test_dispatch_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9128935Z test_dispatch_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9129127Z test_dispatch_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9129321Z test_dispatch_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9129514Z test_dispatch_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9129719Z test_dispatch_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9129921Z test_dispatch_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9130124Z test_dispatch_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9130316Z test_dispatch_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9130521Z test_dispatch_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9130720Z test_dispatch_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9130917Z test_dispatch_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9131116Z test_dispatch_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9131314Z test_dispatch_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9131513Z test_dispatch_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9131708Z test_dispatch_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9131913Z test_dispatch_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.435s) 2023-01-11T21:12:43.9132117Z test_dispatch_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.375s) 2023-01-11T21:12:43.9132318Z test_dispatch_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.377s) 2023-01-11T21:12:43.9132516Z test_dispatch_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9132714Z test_dispatch_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9132910Z test_dispatch_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9133103Z test_dispatch_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9133343Z test_dispatch_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9133539Z test_dispatch_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9133783Z test_dispatch_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9133985Z test_dispatch_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9134179Z test_dispatch_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9134368Z test_dispatch_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9134570Z test_dispatch_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9134769Z test_dispatch_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9134962Z test_dispatch_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9135160Z test_dispatch_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9135353Z test_dispatch_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9135551Z test_dispatch_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9135742Z test_dispatch_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9135933Z test_dispatch_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9136124Z test_dispatch_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9136327Z test_dispatch_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9136527Z test_dispatch_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9136726Z test_dispatch_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9136926Z test_dispatch_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9137125Z test_dispatch_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9137324Z test_dispatch_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9137518Z test_dispatch_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9137715Z test_dispatch_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9137911Z test_dispatch_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9138111Z test_dispatch_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9138313Z test_dispatch_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9138505Z test_dispatch_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9138707Z test_dispatch_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9138902Z test_dispatch_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9139103Z test_dispatch_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9139301Z test_dispatch_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9139499Z test_dispatch_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9139697Z test_dispatch_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9139901Z test_dispatch_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9140100Z test_dispatch_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9140346Z test_dispatch_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9140542Z test_dispatch_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9140772Z test_dispatch_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9140969Z test_dispatch_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9141163Z test_dispatch_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9141358Z test_dispatch_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9141554Z test_dispatch_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9141758Z test_dispatch_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:43.9141961Z test_dispatch_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9142165Z test_dispatch_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9142364Z test_dispatch_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9142566Z test_dispatch_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9142751Z test_dispatch_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9142947Z test_dispatch_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9143143Z test_dispatch_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9143339Z test_dispatch_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9143547Z test_dispatch_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:43.9143815Z test_dispatch_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9144026Z test_dispatch_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9144239Z test_dispatch_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9144442Z test_dispatch_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9144644Z test_dispatch_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9144848Z test_dispatch_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9145047Z test_dispatch_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9145247Z test_dispatch_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:43.9145445Z test_dispatch_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:43.9145648Z test_dispatch_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:43.9145845Z test_dispatch_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9146057Z test_dispatch_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9146259Z test_dispatch_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9146476Z test_dispatch_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9146686Z test_dispatch_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9146896Z test_dispatch_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9147089Z test_dispatch_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9147357Z test_dispatch_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9147561Z test_dispatch_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9147801Z test_dispatch_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9148003Z test_dispatch_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9148203Z test_dispatch_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9148404Z test_dispatch_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9148605Z test_dispatch_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9148835Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9149064Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9149300Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9149536Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9149768Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9149995Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9150220Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9150449Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9150671Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9150894Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9151115Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9151340Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9151560Z test_dispatch_meta_outplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9151781Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9151995Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9152222Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9152434Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9152659Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9152879Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9153099Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9153320Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9153534Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9153747Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9153959Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9154225Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9154439Z test_dispatch_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9154675Z test_dispatch_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9154871Z test_dispatch_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9155073Z test_dispatch_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9155276Z test_dispatch_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9155477Z test_dispatch_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9155673Z test_dispatch_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9155874Z test_dispatch_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9156072Z test_dispatch_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9156266Z test_dispatch_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9156461Z test_dispatch_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9156655Z test_dispatch_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9156852Z test_dispatch_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9157035Z test_dispatch_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9157235Z test_dispatch_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9157429Z test_dispatch_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9157635Z test_dispatch_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9157837Z test_dispatch_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9158040Z test_dispatch_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9158242Z test_dispatch_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9158439Z test_dispatch_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9158639Z test_dispatch_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9158833Z test_dispatch_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9159027Z test_dispatch_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9159219Z test_dispatch_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9159415Z test_dispatch_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9159612Z test_dispatch_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9159813Z test_dispatch_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9160014Z test_dispatch_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9160212Z test_dispatch_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9160408Z test_dispatch_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9160603Z test_dispatch_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9160800Z test_dispatch_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9160980Z test_dispatch_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9161219Z test_dispatch_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9161412Z test_dispatch_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9161646Z test_dispatch_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9161847Z test_dispatch_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9162043Z test_dispatch_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9162245Z test_dispatch_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9162449Z test_dispatch_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9162649Z test_dispatch_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9162846Z test_dispatch_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9163045Z test_dispatch_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9163241Z test_dispatch_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9163440Z test_dispatch_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9163633Z test_dispatch_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9163824Z test_dispatch_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9164018Z test_dispatch_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9164211Z test_dispatch_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9164412Z test_dispatch_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9164607Z test_dispatch_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9164814Z test_dispatch_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9165020Z test_dispatch_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9165211Z test_dispatch_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9165416Z test_dispatch_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9165615Z test_dispatch_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9165814Z test_dispatch_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9166009Z test_dispatch_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9166203Z test_dispatch_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9166398Z test_dispatch_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9166591Z test_dispatch_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9166787Z test_dispatch_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9167001Z test_dispatch_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9167202Z test_dispatch_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9167414Z test_dispatch_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9167622Z test_dispatch_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9167831Z test_dispatch_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9168033Z test_dispatch_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9168286Z test_dispatch_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9168489Z test_dispatch_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9168722Z test_dispatch_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9168925Z test_dispatch_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9169126Z test_dispatch_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9169328Z test_dispatch_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9169516Z test_dispatch_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9169723Z test_dispatch_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9169929Z test_dispatch_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9170141Z test_dispatch_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9170350Z test_dispatch_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9170555Z test_dispatch_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9170762Z test_dispatch_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9170966Z test_dispatch_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9171169Z test_dispatch_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9171371Z test_dispatch_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9171569Z test_dispatch_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9171774Z test_dispatch_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9171973Z test_dispatch_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9172175Z test_dispatch_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9172380Z test_dispatch_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9172579Z test_dispatch_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9172792Z test_dispatch_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9173001Z test_dispatch_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9173210Z test_dispatch_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9173416Z test_dispatch_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9173618Z test_dispatch_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9173827Z test_dispatch_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9174014Z test_dispatch_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9174214Z test_dispatch_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9174411Z test_dispatch_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9174612Z test_dispatch_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9174812Z test_dispatch_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9175061Z test_dispatch_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9175269Z test_dispatch_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9175478Z test_dispatch_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9175713Z test_dispatch_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9175918Z test_dispatch_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9176122Z test_dispatch_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9176329Z test_dispatch_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9176532Z test_dispatch_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9176742Z test_dispatch_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9176952Z test_dispatch_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9177154Z test_dispatch_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9177357Z test_dispatch_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9177566Z test_dispatch_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9177771Z test_dispatch_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9177976Z test_dispatch_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9178177Z test_dispatch_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9178367Z test_dispatch_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9178571Z test_dispatch_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9178770Z test_dispatch_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9178970Z test_dispatch_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9179170Z test_dispatch_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9179368Z test_dispatch_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9179565Z test_dispatch_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9179763Z test_dispatch_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:43.9179963Z test_dispatch_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9180162Z test_dispatch_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9180364Z test_dispatch_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9180562Z test_dispatch_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9180767Z test_dispatch_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9180971Z test_dispatch_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9181173Z test_dispatch_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9181377Z test_dispatch_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9181578Z test_dispatch_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9181780Z test_dispatch_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9182071Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9182286Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9182535Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9182753Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9182954Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9183158Z test_dispatch_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9183360Z test_dispatch_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9183561Z test_dispatch_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9183897Z test_dispatch_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9184100Z test_dispatch_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9184304Z test_dispatch_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9184511Z test_dispatch_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9184715Z test_dispatch_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9184912Z test_dispatch_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9185114Z test_dispatch_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9185314Z test_dispatch_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9185513Z test_dispatch_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9185741Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9185959Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9186177Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9186394Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9186610Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9186812Z test_dispatch_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9187013Z test_dispatch_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9187214Z test_dispatch_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9187422Z test_dispatch_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9187611Z test_dispatch_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9187816Z test_dispatch_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9188025Z test_dispatch_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9188225Z test_dispatch_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9188438Z test_dispatch_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9188647Z test_dispatch_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9188858Z test_dispatch_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9189142Z test_dispatch_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9189349Z test_dispatch_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9189593Z test_dispatch_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9189797Z test_dispatch_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9189996Z test_dispatch_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9190197Z test_dispatch_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9190397Z test_dispatch_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9190597Z test_dispatch_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9190795Z test_dispatch_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9190999Z test_dispatch_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9191198Z test_dispatch_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9191395Z test_dispatch_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9191590Z test_dispatch_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9191790Z test_dispatch_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9191977Z test_dispatch_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9192173Z test_dispatch_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9192374Z test_dispatch_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9192575Z test_dispatch_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9192777Z test_dispatch_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9192973Z test_dispatch_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9193174Z test_dispatch_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9193368Z test_dispatch_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9193564Z test_dispatch_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9193757Z test_dispatch_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9193951Z test_dispatch_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9194145Z test_dispatch_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9194343Z test_dispatch_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9194560Z test_dispatch_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9194788Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9195003Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9195229Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9195454Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9195674Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9195894Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9196162Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9196378Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9196612Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9196830Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9197045Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9197265Z test_dispatch_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9197476Z test_dispatch_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9197682Z test_dispatch_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9197901Z test_dispatch_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9198113Z test_dispatch_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9198323Z test_dispatch_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9198531Z test_dispatch_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9198735Z test_dispatch_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9198942Z test_dispatch_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9199146Z test_dispatch_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9199351Z test_dispatch_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9199557Z test_dispatch_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9199763Z test_dispatch_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9199967Z test_dispatch_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9200176Z test_dispatch_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9200381Z test_dispatch_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9200582Z test_dispatch_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9200783Z test_dispatch_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9200986Z test_dispatch_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9201174Z test_dispatch_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9201379Z test_dispatch_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9201579Z test_dispatch_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9201776Z test_dispatch_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9201977Z test_dispatch_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9202178Z test_dispatch_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9202376Z test_dispatch_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9202575Z test_dispatch_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9202770Z test_dispatch_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9202965Z test_dispatch_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9203208Z test_dispatch_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9203400Z test_dispatch_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9203626Z test_dispatch_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9203821Z test_dispatch_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9204039Z test_dispatch_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9204252Z test_dispatch_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9204472Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9204694Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9204911Z test_dispatch_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9205124Z test_dispatch_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9205338Z test_dispatch_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9205537Z test_dispatch_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9205745Z test_dispatch_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9205952Z test_dispatch_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9206158Z test_dispatch_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9206366Z test_dispatch_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9206567Z test_dispatch_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9206759Z test_dispatch_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9206961Z test_dispatch_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9207166Z test_dispatch_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9207366Z test_dispatch_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9207564Z test_dispatch_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9207761Z test_dispatch_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9207957Z test_dispatch_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9208150Z test_dispatch_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9208344Z test_dispatch_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9208543Z test_dispatch_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9208738Z test_dispatch_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9208932Z test_dispatch_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9209131Z test_dispatch_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2023-01-11T21:12:43.9209330Z test_dispatch_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.213s) 2023-01-11T21:12:43.9209533Z test_dispatch_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9209721Z test_dispatch_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9209931Z test_dispatch_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9210188Z test_dispatch_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9210395Z test_dispatch_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9210632Z test_dispatch_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9210837Z test_dispatch_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9211036Z test_dispatch_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9211237Z test_dispatch_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9211435Z test_dispatch_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9211633Z test_dispatch_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9211835Z test_dispatch_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9212035Z test_dispatch_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9212234Z test_dispatch_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9212433Z test_dispatch_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9212630Z test_dispatch_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9212828Z test_dispatch_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213020Z test_dispatch_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213214Z test_dispatch_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213405Z test_dispatch_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213604Z test_dispatch_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213785Z test_dispatch_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9213991Z test_dispatch_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9214189Z test_dispatch_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9214394Z test_dispatch_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9214603Z test_dispatch_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9214805Z test_dispatch_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9215008Z test_dispatch_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9215209Z test_dispatch_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9215411Z test_dispatch_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9215610Z test_dispatch_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9215816Z test_dispatch_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9216013Z test_dispatch_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9216208Z test_dispatch_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9216406Z test_dispatch_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9216608Z test_dispatch_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9216807Z test_dispatch_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9217011Z test_dispatch_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9217262Z test_dispatch_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9217465Z test_dispatch_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9217699Z test_dispatch_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9217901Z test_dispatch_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9218089Z test_dispatch_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9218287Z test_dispatch_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9218487Z test_dispatch_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9218681Z test_dispatch_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9218881Z test_dispatch_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9219075Z test_dispatch_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9219277Z test_dispatch_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9219474Z test_dispatch_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9219678Z test_dispatch_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9219881Z test_dispatch_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9220082Z test_dispatch_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9220280Z test_dispatch_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9220476Z test_dispatch_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9220673Z test_dispatch_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9220870Z test_dispatch_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9221068Z test_dispatch_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9221260Z test_dispatch_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9221454Z test_dispatch_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9221647Z test_dispatch_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9221860Z test_dispatch_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.203s) 2023-01-11T21:12:43.9222068Z test_dispatch_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:43.9222259Z test_dispatch_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.203s) 2023-01-11T21:12:43.9222469Z test_dispatch_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:43.9222693Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:43.9222916Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.166s) 2023-01-11T21:12:43.9223132Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.198s) 2023-01-11T21:12:43.9223350Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.171s) 2023-01-11T21:12:43.9223569Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.235s) 2023-01-11T21:12:43.9223906Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.230s) 2023-01-11T21:12:43.9224122Z test_dispatch_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2023-01-11T21:12:43.9224403Z test_dispatch_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.228s) 2023-01-11T21:12:43.9224604Z test_dispatch_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9224844Z test_dispatch_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9225048Z test_dispatch_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9225256Z test_dispatch_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9225458Z test_dispatch_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9225657Z test_dispatch_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9225857Z test_dispatch_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9226058Z test_dispatch_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9226253Z test_dispatch_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9226453Z test_dispatch_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9226648Z test_dispatch_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9226844Z test_dispatch_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9227028Z test_dispatch_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9227227Z test_dispatch_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9227426Z test_dispatch_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9227624Z test_dispatch_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9227825Z test_dispatch_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9228024Z test_dispatch_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9228223Z test_dispatch_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9228419Z test_dispatch_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9228616Z test_dispatch_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9228813Z test_dispatch_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9229019Z test_dispatch_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9229220Z test_dispatch_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9229427Z test_dispatch_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9229633Z test_dispatch_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9229839Z test_dispatch_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9230046Z test_dispatch_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9230246Z test_dispatch_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9230446Z test_dispatch_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9230644Z test_dispatch_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9230843Z test_dispatch_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9231051Z test_dispatch_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9231283Z test_dispatch_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9231488Z test_dispatch_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9231727Z test_dispatch_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9231932Z test_dispatch_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9232132Z test_dispatch_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9232331Z test_dispatch_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9232531Z test_dispatch_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9232731Z test_dispatch_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9232933Z test_dispatch_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9233138Z test_dispatch_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9233334Z test_dispatch_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9233545Z test_dispatch_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9233745Z test_dispatch_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9233949Z test_dispatch_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9234150Z test_dispatch_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9234346Z test_dispatch_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9234542Z test_dispatch_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9234739Z test_dispatch_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9234932Z test_dispatch_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9235123Z test_dispatch_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9235322Z test_dispatch_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9235506Z test_dispatch_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9235725Z test_dispatch_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9235934Z test_dispatch_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9236149Z test_dispatch_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9236363Z test_dispatch_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9236577Z test_dispatch_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9236787Z test_dispatch_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9236999Z test_dispatch_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9237207Z test_dispatch_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9237413Z test_dispatch_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9237619Z test_dispatch_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9237822Z test_dispatch_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9238026Z test_dispatch_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9238279Z test_dispatch_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9238494Z test_dispatch_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.475s) 2023-01-11T21:12:43.9238745Z test_dispatch_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.477s) 2023-01-11T21:12:43.9238965Z test_dispatch_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.493s) 2023-01-11T21:12:43.9239182Z test_dispatch_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.468s) 2023-01-11T21:12:43.9239391Z test_dispatch_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.465s) 2023-01-11T21:12:43.9239603Z test_dispatch_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.464s) 2023-01-11T21:12:43.9239811Z test_dispatch_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.469s) 2023-01-11T21:12:43.9240022Z test_dispatch_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.463s) 2023-01-11T21:12:43.9240216Z test_dispatch_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.464s) 2023-01-11T21:12:43.9240427Z test_dispatch_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.473s) 2023-01-11T21:12:43.9240635Z test_dispatch_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.465s) 2023-01-11T21:12:43.9240842Z test_dispatch_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.467s) 2023-01-11T21:12:43.9241045Z test_dispatch_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9241246Z test_dispatch_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9241449Z test_dispatch_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9241647Z test_dispatch_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9241844Z test_dispatch_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9242045Z test_dispatch_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9242248Z test_dispatch_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9242450Z test_dispatch_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9242646Z test_dispatch_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9242842Z test_dispatch_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9243037Z test_dispatch_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9243231Z test_dispatch_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9243430Z test_dispatch_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9243623Z test_dispatch_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9243817Z test_dispatch_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9244012Z test_dispatch_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9244227Z test_dispatch_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9244423Z test_dispatch_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9244647Z test_dispatch_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9244862Z test_dispatch_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9245078Z test_dispatch_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9245345Z test_dispatch_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9245555Z test_dispatch_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9245799Z test_dispatch_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9246005Z test_dispatch_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9246210Z test_dispatch_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9246415Z test_dispatch_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9246620Z test_dispatch_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9246830Z test_dispatch_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9247051Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9247262Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9247487Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9247709Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9247923Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9248139Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9248356Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9248568Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9248782Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9248991Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9249193Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9249406Z test_dispatch_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9249616Z test_dispatch_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9249821Z test_dispatch_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9250038Z test_dispatch_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9250250Z test_dispatch_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9250462Z test_dispatch_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9250669Z test_dispatch_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9250878Z test_dispatch_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9251084Z test_dispatch_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9251288Z test_dispatch_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9251494Z test_dispatch_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9251697Z test_dispatch_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9251901Z test_dispatch_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9252104Z test_dispatch_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9252358Z test_dispatch_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9252559Z test_dispatch_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9252802Z test_dispatch_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9253008Z test_dispatch_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9253212Z test_dispatch_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9253413Z test_dispatch_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9253615Z test_dispatch_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9253805Z test_dispatch_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9254009Z test_dispatch_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9254209Z test_dispatch_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9254418Z test_dispatch_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9254628Z test_dispatch_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9254835Z test_dispatch_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9255041Z test_dispatch_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9255243Z test_dispatch_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9255446Z test_dispatch_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:43.9255646Z test_dispatch_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:43.9255848Z test_dispatch_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:43.9256045Z test_dispatch_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:43.9256248Z test_dispatch_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9256447Z test_dispatch_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9256644Z test_dispatch_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9256838Z test_dispatch_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9257037Z test_dispatch_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9257237Z test_dispatch_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9257438Z test_dispatch_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9257634Z test_dispatch_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9257830Z test_dispatch_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9258014Z test_dispatch_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9258210Z test_dispatch_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9258407Z test_dispatch_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9258599Z test_dispatch_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9258792Z test_dispatch_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9258986Z test_dispatch_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9259238Z test_dispatch_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9259432Z test_dispatch_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9259679Z test_dispatch_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9259885Z test_dispatch_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9260085Z test_dispatch_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9260283Z test_dispatch_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9260484Z test_dispatch_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9260680Z test_dispatch_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9260875Z test_dispatch_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9261072Z test_dispatch_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9261267Z test_dispatch_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9261464Z test_dispatch_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9261660Z test_dispatch_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9261875Z test_dispatch_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.149s) 2023-01-11T21:12:43.9262068Z test_dispatch_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:43.9262287Z test_dispatch_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9262502Z test_dispatch_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9262717Z test_dispatch_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9262926Z test_dispatch_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9263139Z test_dispatch_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:43.9263346Z test_dispatch_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.143s) 2023-01-11T21:12:43.9263552Z test_dispatch_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.144s) 2023-01-11T21:12:43.9263890Z test_dispatch_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:43.9264105Z test_dispatch_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:43.9264309Z test_dispatch_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9264507Z test_dispatch_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.177s) 2023-01-11T21:12:43.9264712Z test_dispatch_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.186s) 2023-01-11T21:12:43.9264912Z test_dispatch_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.180s) 2023-01-11T21:12:43.9265111Z test_dispatch_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.187s) 2023-01-11T21:12:43.9265306Z test_dispatch_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.223s) 2023-01-11T21:12:43.9265500Z test_dispatch_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.202s) 2023-01-11T21:12:43.9265691Z test_dispatch_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.219s) 2023-01-11T21:12:43.9265886Z test_dispatch_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.174s) 2023-01-11T21:12:43.9266078Z test_dispatch_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.222s) 2023-01-11T21:12:43.9266272Z test_dispatch_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.181s) 2023-01-11T21:12:43.9266524Z test_dispatch_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.182s) 2023-01-11T21:12:43.9266728Z test_dispatch_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9266971Z test_dispatch_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9267175Z test_dispatch_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9267372Z test_dispatch_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9267569Z test_dispatch_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9267763Z test_dispatch_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9267955Z test_dispatch_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9268152Z test_dispatch_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9268344Z test_dispatch_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9268540Z test_dispatch_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9268743Z test_dispatch_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9268938Z test_dispatch_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9269136Z test_dispatch_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9269337Z test_dispatch_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9269538Z test_dispatch_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9269733Z test_dispatch_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9269932Z test_dispatch_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9270127Z test_dispatch_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9270326Z test_dispatch_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9270524Z test_dispatch_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9270714Z test_dispatch_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9270913Z test_dispatch_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9271113Z test_dispatch_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9271312Z test_dispatch_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9271511Z test_dispatch_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9271711Z test_dispatch_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9271906Z test_dispatch_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9272105Z test_dispatch_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9272306Z test_dispatch_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9272502Z test_dispatch_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9272705Z test_dispatch_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9272917Z test_dispatch_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9273125Z test_dispatch_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9273377Z test_dispatch_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9273579Z test_dispatch_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9273814Z test_dispatch_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9274018Z test_dispatch_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9274220Z test_dispatch_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9274418Z test_dispatch_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9274617Z test_dispatch_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9274818Z test_dispatch_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9275012Z test_dispatch_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9275222Z test_dispatch_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9275426Z test_dispatch_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9275633Z test_dispatch_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9275831Z test_dispatch_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9276028Z test_dispatch_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9276225Z test_dispatch_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9276422Z test_dispatch_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9276615Z test_dispatch_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9276811Z test_dispatch_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9277009Z test_dispatch_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9277236Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9277470Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9277701Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9277925Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9278148Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9278372Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9278597Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9278816Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9279038Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9279258Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9279478Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9279669Z test_dispatch_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9279867Z test_dispatch_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9280072Z test_dispatch_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9280275Z test_dispatch_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9280531Z test_dispatch_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9280731Z test_dispatch_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9280964Z test_dispatch_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9281162Z test_dispatch_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9281358Z test_dispatch_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9281556Z test_dispatch_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9281754Z test_dispatch_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9281947Z test_dispatch_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9282154Z test_dispatch_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9282358Z test_dispatch_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9282561Z test_dispatch_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9282759Z test_dispatch_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9282954Z test_dispatch_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9283150Z test_dispatch_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9283346Z test_dispatch_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9283542Z test_dispatch_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9283739Z test_dispatch_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9283926Z test_dispatch_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9284121Z test_dispatch_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9284334Z test_dispatch_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9284536Z test_dispatch_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9284751Z test_dispatch_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9284960Z test_dispatch_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9285168Z test_dispatch_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9285372Z test_dispatch_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9285579Z test_dispatch_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9285787Z test_dispatch_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9285988Z test_dispatch_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9286192Z test_dispatch_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9286392Z test_dispatch_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9286592Z test_dispatch_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9286793Z test_dispatch_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9287001Z test_dispatch_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9287203Z test_dispatch_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9287466Z test_dispatch_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9287675Z test_dispatch_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9287919Z test_dispatch_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9288126Z test_dispatch_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9288332Z test_dispatch_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9288521Z test_dispatch_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9288722Z test_dispatch_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9288922Z test_dispatch_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9289129Z test_dispatch_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9289330Z test_dispatch_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9289551Z test_dispatch_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9289761Z test_dispatch_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9289979Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9290201Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9290419Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9290634Z test_dispatch_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9290847Z test_dispatch_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9291062Z test_dispatch_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9291272Z test_dispatch_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9291482Z test_dispatch_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9291687Z test_dispatch_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9291892Z test_dispatch_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9292106Z test_dispatch_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9292312Z test_dispatch_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9292518Z test_dispatch_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9292729Z test_dispatch_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9292936Z test_dispatch_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9293136Z test_dispatch_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9293339Z test_dispatch_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9293545Z test_dispatch_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9293747Z test_dispatch_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9293946Z test_dispatch_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9294147Z test_dispatch_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9294409Z test_dispatch_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9294609Z test_dispatch_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9294842Z test_dispatch_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9295067Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9295284Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9295509Z test_dispatch_meta_outplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9295730Z test_dispatch_meta_outplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9295948Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9296169Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9296385Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9296602Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9296815Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9297029Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9297240Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9297452Z test_dispatch_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9297653Z test_dispatch_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.502s) 2023-01-11T21:12:43.9297835Z test_dispatch_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.484s) 2023-01-11T21:12:43.9298045Z test_dispatch_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.476s) 2023-01-11T21:12:43.9298245Z test_dispatch_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.475s) 2023-01-11T21:12:43.9298443Z test_dispatch_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.504s) 2023-01-11T21:12:43.9298643Z test_dispatch_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.518s) 2023-01-11T21:12:43.9298838Z test_dispatch_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.473s) 2023-01-11T21:12:43.9299033Z test_dispatch_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.473s) 2023-01-11T21:12:43.9299230Z test_dispatch_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.471s) 2023-01-11T21:12:43.9299422Z test_dispatch_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.471s) 2023-01-11T21:12:43.9299621Z test_dispatch_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.474s) 2023-01-11T21:12:43.9299814Z test_dispatch_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.472s) 2023-01-11T21:12:43.9300013Z test_dispatch_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.500s) 2023-01-11T21:12:43.9300220Z test_dispatch_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9300420Z test_dispatch_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9300621Z test_dispatch_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9300821Z test_dispatch_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9301021Z test_dispatch_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9301219Z test_dispatch_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9301467Z test_dispatch_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9301665Z test_dispatch_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9301885Z test_dispatch_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:43.9302090Z test_dispatch_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:43.9302295Z test_dispatch_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:43.9302496Z test_dispatch_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:43.9302696Z test_dispatch_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:43.9302895Z test_dispatch_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:43.9303116Z test_dispatch_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9303340Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9303561Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9303853Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9304069Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9304285Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9304499Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9304713Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9304932Z test_dispatch_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9305159Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9305381Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9305607Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9305834Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9306059Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9306281Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9306500Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9306721Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9306939Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9307146Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9307365Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9307582Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9307798Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9308018Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9308238Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9308514Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9308732Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9308983Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9309200Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9309413Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9309630Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9309842Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9310042Z test_dispatch_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9310252Z test_dispatch_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9310454Z test_dispatch_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9310653Z test_dispatch_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9310850Z test_dispatch_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9311045Z test_dispatch_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9311249Z test_dispatch_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9311447Z test_dispatch_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9311657Z test_dispatch_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9311853Z test_dispatch_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9312061Z test_dispatch_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9312266Z test_dispatch_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9312469Z test_dispatch_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9312670Z test_dispatch_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9312870Z test_dispatch_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9313069Z test_dispatch_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9313267Z test_dispatch_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9313464Z test_dispatch_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9313663Z test_dispatch_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9313867Z test_dispatch_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9314066Z test_dispatch_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9314277Z test_dispatch_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9314483Z test_dispatch_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9314687Z test_dispatch_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9314888Z test_dispatch_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9315090Z test_dispatch_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9315290Z test_dispatch_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9315541Z test_dispatch_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9315738Z test_dispatch_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9315970Z test_dispatch_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9316157Z test_dispatch_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9316358Z test_dispatch_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9316563Z test_dispatch_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9316762Z test_dispatch_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9316969Z test_dispatch_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9317175Z test_dispatch_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9317382Z test_dispatch_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9317585Z test_dispatch_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9317790Z test_dispatch_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9317991Z test_dispatch_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9318187Z test_dispatch_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9318384Z test_dispatch_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9318586Z test_dispatch_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9318786Z test_dispatch_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9318991Z test_dispatch_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9319193Z test_dispatch_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:43.9319402Z test_dispatch_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9319608Z test_dispatch_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9319811Z test_dispatch_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:43.9320011Z test_dispatch_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9320210Z test_dispatch_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9320400Z test_dispatch_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9320598Z test_dispatch_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9320807Z test_dispatch_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9321008Z test_dispatch_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9321214Z test_dispatch_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9321415Z test_dispatch_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9321615Z test_dispatch_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9321814Z test_dispatch_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9322012Z test_dispatch_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9322210Z test_dispatch_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9322406Z test_dispatch_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9322658Z test_dispatch_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9322854Z test_dispatch_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9323097Z test_dispatch_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9323302Z test_dispatch_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9323521Z test_dispatch_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9323734Z test_dispatch_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9323943Z test_dispatch_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9324149Z test_dispatch_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9324362Z test_dispatch_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9324567Z test_dispatch_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9324758Z test_dispatch_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9324962Z test_dispatch_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9325163Z test_dispatch_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9325368Z test_dispatch_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9325570Z test_dispatch_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9325770Z test_dispatch_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9325967Z test_dispatch_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9326168Z test_dispatch_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9326369Z test_dispatch_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9326572Z test_dispatch_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9326766Z test_dispatch_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9326962Z test_dispatch_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9327158Z test_dispatch_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9327353Z test_dispatch_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9327545Z test_dispatch_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9327739Z test_dispatch_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9327932Z test_dispatch_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9328124Z test_dispatch_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9328329Z test_dispatch_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9328527Z test_dispatch_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9328718Z test_dispatch_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9328925Z test_dispatch_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:43.9329125Z test_dispatch_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:43.9329326Z test_dispatch_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9329576Z test_dispatch_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9329772Z test_dispatch_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9329998Z test_dispatch_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9330193Z test_dispatch_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:43.9330389Z test_dispatch_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9330589Z test_dispatch_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9330790Z test_dispatch_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9330983Z test_dispatch_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9331180Z test_dispatch_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9331377Z test_dispatch_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9331571Z test_dispatch_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9331771Z test_dispatch_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9331967Z test_dispatch_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9332160Z test_dispatch_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9332353Z test_dispatch_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9332545Z test_dispatch_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9332748Z test_dispatch_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9332930Z test_dispatch_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.419s) 2023-01-11T21:12:43.9333134Z test_dispatch_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9333331Z test_dispatch_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9333530Z test_dispatch_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9333727Z test_dispatch_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9333922Z test_dispatch_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9334115Z test_dispatch_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9334313Z test_dispatch_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9334508Z test_dispatch_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9334707Z test_dispatch_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.509s) 2023-01-11T21:12:43.9334911Z test_dispatch_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9335112Z test_dispatch_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9335316Z test_dispatch_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9335513Z test_dispatch_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9335710Z test_dispatch_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9335906Z test_dispatch_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9336104Z test_dispatch_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9336301Z test_dispatch_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9336503Z test_dispatch_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9336752Z test_dispatch_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.404s) 2023-01-11T21:12:43.9336938Z test_dispatch_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9337173Z test_dispatch_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9337372Z test_dispatch_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9337565Z test_dispatch_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9337760Z test_dispatch_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9337953Z test_dispatch_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9338149Z test_dispatch_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9338348Z test_dispatch_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9338550Z test_dispatch_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9338745Z test_dispatch_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9338951Z test_dispatch_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9339159Z test_dispatch_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9339360Z test_dispatch_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9339557Z test_dispatch_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9339754Z test_dispatch_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9339950Z test_dispatch_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9340150Z test_dispatch_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9340347Z test_dispatch_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9340543Z test_dispatch_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9340738Z test_dispatch_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9340921Z test_dispatch_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9341132Z test_dispatch_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9341333Z test_dispatch_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9341551Z test_dispatch_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9341762Z test_dispatch_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9341969Z test_dispatch_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9342173Z test_dispatch_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9342380Z test_dispatch_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9342585Z test_dispatch_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9342787Z test_dispatch_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9342989Z test_dispatch_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9343191Z test_dispatch_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9343392Z test_dispatch_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9343643Z test_dispatch_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9343920Z test_dispatch_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9344129Z test_dispatch_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9344391Z test_dispatch_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9344596Z test_dispatch_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9344796Z test_dispatch_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9344998Z test_dispatch_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9345198Z test_dispatch_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9345397Z test_dispatch_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9345588Z test_dispatch_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9345785Z test_dispatch_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9345986Z test_dispatch_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9346186Z test_dispatch_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9346385Z test_dispatch_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9346585Z test_dispatch_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9346784Z test_dispatch_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9346982Z test_dispatch_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9347177Z test_dispatch_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9347375Z test_dispatch_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9347568Z test_dispatch_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9347764Z test_dispatch_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9347963Z test_dispatch_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9348160Z test_dispatch_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9348357Z test_dispatch_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:43.9348558Z test_dispatch_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9348764Z test_dispatch_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9348961Z test_dispatch_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9349157Z test_dispatch_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9349355Z test_dispatch_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9349544Z test_dispatch_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9349739Z test_dispatch_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9349934Z test_dispatch_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9350126Z test_dispatch_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9350322Z test_dispatch_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9350524Z test_dispatch_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:43.9350788Z test_dispatch_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9350994Z test_dispatch_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9351235Z test_dispatch_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9351439Z test_dispatch_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9351638Z test_dispatch_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9351834Z test_dispatch_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9352034Z test_dispatch_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9352232Z test_dispatch_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9352430Z test_dispatch_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9352631Z test_dispatch_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:43.9352838Z test_dispatch_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9353046Z test_dispatch_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9353248Z test_dispatch_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9353451Z test_dispatch_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9353654Z test_dispatch_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9353840Z test_dispatch_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9354040Z test_dispatch_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9354241Z test_dispatch_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9354442Z test_dispatch_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9354641Z test_dispatch_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9354854Z test_dispatch_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9355061Z test_dispatch_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9355264Z test_dispatch_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9355464Z test_dispatch_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9355664Z test_dispatch_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9355862Z test_dispatch_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9356063Z test_dispatch_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:43.9356264Z test_dispatch_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:43.9356466Z test_dispatch_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9356682Z test_dispatch_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9356887Z test_dispatch_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9357105Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9357320Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9357531Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9357793Z test_dispatch_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9358000Z test_dispatch_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9358235Z test_dispatch_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9358442Z test_dispatch_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9358648Z test_dispatch_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9358857Z test_dispatch_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9359066Z test_dispatch_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9359276Z test_dispatch_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9359474Z test_dispatch_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9359687Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9359895Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9360099Z test_dispatch_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9360301Z test_dispatch_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9360501Z test_dispatch_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9360700Z test_dispatch_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9360902Z test_dispatch_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9361102Z test_dispatch_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9361305Z test_dispatch_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9361507Z test_dispatch_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9361719Z test_dispatch_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9361926Z test_dispatch_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9362129Z test_dispatch_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9362332Z test_dispatch_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9362530Z test_dispatch_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9362717Z test_dispatch_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9362915Z test_dispatch_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9363117Z test_dispatch_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9363314Z test_dispatch_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9363517Z test_dispatch_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9363730Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9363936Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9364138Z test_dispatch_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9364342Z test_dispatch_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9364542Z test_dispatch_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9364799Z test_dispatch_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9365001Z test_dispatch_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9365234Z test_dispatch_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9365436Z test_dispatch_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9365635Z test_dispatch_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9365843Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9366050Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9366253Z test_dispatch_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9366460Z test_dispatch_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9366661Z test_dispatch_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9366862Z test_dispatch_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9367051Z test_dispatch_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9367250Z test_dispatch_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9367448Z test_dispatch_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9367647Z test_dispatch_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9367857Z test_dispatch_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9368063Z test_dispatch_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9368269Z test_dispatch_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9368473Z test_dispatch_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9368672Z test_dispatch_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9368870Z test_dispatch_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9369067Z test_dispatch_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9369266Z test_dispatch_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9369462Z test_dispatch_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9369660Z test_dispatch_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9369869Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9370083Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9370286Z test_dispatch_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9370492Z test_dispatch_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9370695Z test_dispatch_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9370898Z test_dispatch_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9371095Z test_dispatch_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9371295Z test_dispatch_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9371484Z test_dispatch_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9371751Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9371960Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9372216Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9372432Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9372649Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9372864Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9373074Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9373283Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9373492Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9373699Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9373906Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9374110Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9374318Z test_dispatch_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9374519Z test_dispatch_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9374726Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9374930Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9375135Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9375337Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9375536Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9375740Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9375941Z test_dispatch_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9376129Z test_dispatch_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9376339Z test_dispatch_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9376545Z test_dispatch_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9376745Z test_dispatch_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9376947Z test_dispatch_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9377145Z test_dispatch_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9377347Z test_dispatch_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9377548Z test_dispatch_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9377748Z test_dispatch_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9377955Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9378160Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9378362Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9378613Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9378813Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9379059Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9379266Z test_dispatch_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9379468Z test_dispatch_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9379683Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9379891Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9380095Z test_dispatch_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9380300Z test_dispatch_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9380492Z test_dispatch_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9380693Z test_dispatch_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9380897Z test_dispatch_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9381097Z test_dispatch_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9381296Z test_dispatch_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9381496Z test_dispatch_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9381705Z test_dispatch_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9381916Z test_dispatch_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9382122Z test_dispatch_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9382327Z test_dispatch_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9382532Z test_dispatch_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9382733Z test_dispatch_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9382930Z test_dispatch_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9383133Z test_dispatch_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9383331Z test_dispatch_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9383531Z test_dispatch_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9383887Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9384103Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9384308Z test_dispatch_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9384520Z test_dispatch_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9384722Z test_dispatch_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9384926Z test_dispatch_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9385115Z test_dispatch_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9385322Z test_dispatch_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9385521Z test_dispatch_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9385787Z test_dispatch_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:43.9385991Z test_dispatch_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9386238Z test_dispatch_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9386440Z test_dispatch_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9386641Z test_dispatch_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9386838Z test_dispatch_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9387038Z test_dispatch_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9387237Z test_dispatch_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9387441Z test_dispatch_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9387647Z test_dispatch_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9387849Z test_dispatch_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9388051Z test_dispatch_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9388249Z test_dispatch_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9388446Z test_dispatch_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9388646Z test_dispatch_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9388844Z test_dispatch_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9389045Z test_dispatch_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9389254Z test_dispatch_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9389447Z test_dispatch_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9389651Z test_dispatch_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9389851Z test_dispatch_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9390053Z test_dispatch_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9390251Z test_dispatch_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9390451Z test_dispatch_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9390651Z test_dispatch_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9390846Z test_dispatch_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9391052Z test_dispatch_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9391252Z test_dispatch_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9391454Z test_dispatch_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9391652Z test_dispatch_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9391850Z test_dispatch_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9392045Z test_dispatch_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9392239Z test_dispatch_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9392437Z test_dispatch_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9392682Z test_dispatch_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9392882Z test_dispatch_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9393076Z test_dispatch_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9393316Z test_dispatch_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9393519Z test_dispatch_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9393716Z test_dispatch_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9393927Z test_dispatch_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9394135Z test_dispatch_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9394340Z test_dispatch_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9394545Z test_dispatch_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9394747Z test_dispatch_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9394949Z test_dispatch_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9395149Z test_dispatch_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9395348Z test_dispatch_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9395550Z test_dispatch_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9395751Z test_dispatch_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9395953Z test_dispatch_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9396150Z test_dispatch_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9396358Z test_dispatch_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9396564Z test_dispatch_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9396766Z test_dispatch_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9396964Z test_dispatch_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9397164Z test_dispatch_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9397358Z test_dispatch_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9397553Z test_dispatch_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9397737Z test_dispatch_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9397934Z test_dispatch_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9398129Z test_dispatch_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9398338Z test_dispatch_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9398537Z test_dispatch_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9398746Z test_dispatch_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9398954Z test_dispatch_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9399158Z test_dispatch_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9399361Z test_dispatch_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9399563Z test_dispatch_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9399823Z test_dispatch_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9400022Z test_dispatch_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9400288Z test_dispatch_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9400487Z test_dispatch_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9400689Z test_dispatch_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9400895Z test_dispatch_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9401094Z test_dispatch_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9401302Z test_dispatch_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9401507Z test_dispatch_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9401711Z test_dispatch_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9401912Z test_dispatch_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9402102Z test_dispatch_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9402302Z test_dispatch_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9402500Z test_dispatch_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9402699Z test_dispatch_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9402900Z test_dispatch_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9403100Z test_dispatch_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9403306Z test_dispatch_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9403502Z test_dispatch_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9403710Z test_dispatch_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9403917Z test_dispatch_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9404120Z test_dispatch_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9404321Z test_dispatch_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9404521Z test_dispatch_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9404722Z test_dispatch_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9404922Z test_dispatch_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9405121Z test_dispatch_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9405317Z test_dispatch_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9405517Z test_dispatch_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9405713Z test_dispatch_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9405923Z test_dispatch_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9406130Z test_dispatch_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9406333Z test_dispatch_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9406548Z test_dispatch_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9406757Z test_dispatch_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9407021Z test_dispatch_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9407230Z test_dispatch_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9407471Z test_dispatch_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9407676Z test_dispatch_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9407882Z test_dispatch_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9408086Z test_dispatch_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9408290Z test_dispatch_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9408492Z test_dispatch_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9408695Z test_dispatch_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9408895Z test_dispatch_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9409097Z test_dispatch_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9409297Z test_dispatch_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9409493Z test_dispatch_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9409688Z test_dispatch_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9409883Z test_dispatch_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9410081Z test_dispatch_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9410295Z test_dispatch_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9410509Z test_dispatch_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9410707Z test_dispatch_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9410917Z test_dispatch_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9411123Z test_dispatch_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9411333Z test_dispatch_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.9411538Z test_dispatch_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9411746Z test_dispatch_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9411951Z test_dispatch_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9412156Z test_dispatch_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9412352Z test_dispatch_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9412554Z test_dispatch_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9412752Z test_dispatch_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9412948Z test_dispatch_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9413142Z test_dispatch_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9413337Z test_dispatch_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9413530Z test_dispatch_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9413728Z test_dispatch_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9413974Z test_dispatch_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9414178Z test_dispatch_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9414413Z test_dispatch_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9414613Z test_dispatch_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9414811Z test_dispatch_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9414994Z test_dispatch_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9415188Z test_dispatch_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9415384Z test_dispatch_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9415576Z test_dispatch_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9415773Z test_dispatch_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9415966Z test_dispatch_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9416171Z test_dispatch_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9416369Z test_dispatch_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9416568Z test_dispatch_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9416764Z test_dispatch_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9416959Z test_dispatch_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9417151Z test_dispatch_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9417349Z test_dispatch_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9417546Z test_dispatch_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9417740Z test_dispatch_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9417943Z test_dispatch_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9418141Z test_dispatch_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9418342Z test_dispatch_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9418538Z test_dispatch_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9418738Z test_dispatch_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9418925Z test_dispatch_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9419126Z test_dispatch_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9419324Z test_dispatch_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9419518Z test_dispatch_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9419727Z test_dispatch_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9419928Z test_dispatch_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9420130Z test_dispatch_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9420326Z test_dispatch_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9420522Z test_dispatch_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9420720Z test_dispatch_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9420969Z test_dispatch_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9421164Z test_dispatch_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9421393Z test_dispatch_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9421590Z test_dispatch_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9421785Z test_dispatch_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9421993Z test_dispatch_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9422194Z test_dispatch_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9422403Z test_dispatch_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9422611Z test_dispatch_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9422819Z test_dispatch_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9423026Z test_dispatch_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9423220Z test_dispatch_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9423423Z test_dispatch_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9423622Z test_dispatch_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9423893Z test_dispatch_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9424092Z test_dispatch_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9424289Z test_dispatch_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9424499Z test_dispatch_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9424696Z test_dispatch_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9424907Z test_dispatch_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9425114Z test_dispatch_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9425314Z test_dispatch_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9425514Z test_dispatch_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9425714Z test_dispatch_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9425913Z test_dispatch_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9426111Z test_dispatch_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9426310Z test_dispatch_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9426506Z test_dispatch_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9426710Z test_dispatch_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9426905Z test_dispatch_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9427100Z test_dispatch_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9427295Z test_dispatch_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9427478Z test_dispatch_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9427674Z test_dispatch_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9427877Z test_dispatch_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9428133Z test_dispatch_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9428328Z test_dispatch_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9428568Z test_dispatch_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9428765Z test_dispatch_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9428958Z test_dispatch_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9429150Z test_dispatch_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9429344Z test_dispatch_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9429535Z test_dispatch_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9429729Z test_dispatch_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9429936Z test_dispatch_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.333s) 2023-01-11T21:12:43.9430140Z test_dispatch_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.299s) 2023-01-11T21:12:43.9430345Z test_dispatch_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.617s) 2023-01-11T21:12:43.9430544Z test_dispatch_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.482s) 2023-01-11T21:12:43.9430751Z test_dispatch_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.212s) 2023-01-11T21:12:43.9430965Z test_dispatch_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.541s) 2023-01-11T21:12:43.9431175Z test_dispatch_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.542s) 2023-01-11T21:12:43.9431380Z test_dispatch_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.213s) 2023-01-11T21:12:43.9431573Z test_dispatch_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.199s) 2023-01-11T21:12:43.9431781Z test_dispatch_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.199s) 2023-01-11T21:12:43.9431984Z test_dispatch_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:43.9432182Z test_dispatch_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:43.9432383Z test_dispatch_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.249s) 2023-01-11T21:12:43.9432583Z test_dispatch_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.204s) 2023-01-11T21:12:43.9432797Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.585s) 2023-01-11T21:12:43.9433014Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.584s) 2023-01-11T21:12:43.9433228Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.571s) 2023-01-11T21:12:43.9433431Z test_dispatch_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9433625Z test_dispatch_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9433824Z test_dispatch_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9434019Z test_dispatch_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9434215Z test_dispatch_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9434407Z test_dispatch_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9434599Z test_dispatch_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9434791Z test_dispatch_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9435038Z test_dispatch_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9435231Z test_dispatch_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9435430Z test_dispatch_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9435661Z test_dispatch_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9435855Z test_dispatch_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9436058Z test_dispatch_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9436256Z test_dispatch_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9436455Z test_dispatch_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9436649Z test_dispatch_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9436848Z test_dispatch_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9437043Z test_dispatch_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9437234Z test_dispatch_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9437433Z test_dispatch_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9437626Z test_dispatch_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9437837Z test_dispatch_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9438037Z test_dispatch_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9438242Z test_dispatch_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9438448Z test_dispatch_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9438654Z test_dispatch_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9438859Z test_dispatch_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9439063Z test_dispatch_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9439264Z test_dispatch_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9439464Z test_dispatch_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9439670Z test_dispatch_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9439870Z test_dispatch_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.158s) 2023-01-11T21:12:43.9440058Z test_dispatch_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.158s) 2023-01-11T21:12:43.9440258Z test_dispatch_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.152s) 2023-01-11T21:12:43.9440456Z test_dispatch_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.162s) 2023-01-11T21:12:43.9440651Z test_dispatch_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.149s) 2023-01-11T21:12:43.9440846Z test_dispatch_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.148s) 2023-01-11T21:12:43.9441048Z test_dispatch_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9441245Z test_dispatch_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9441450Z test_dispatch_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9441655Z test_dispatch_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9441859Z test_dispatch_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9442113Z test_dispatch_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9442314Z test_dispatch_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9442547Z test_dispatch_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9442745Z test_dispatch_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9442942Z test_dispatch_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9443141Z test_dispatch_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9443338Z test_dispatch_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9443537Z test_dispatch_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9443739Z test_dispatch_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9443941Z test_dispatch_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9444149Z test_dispatch_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9444344Z test_dispatch_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9444549Z test_dispatch_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9444751Z test_dispatch_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9444952Z test_dispatch_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9445151Z test_dispatch_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9445345Z test_dispatch_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9445542Z test_dispatch_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9445740Z test_dispatch_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9445936Z test_dispatch_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9446135Z test_dispatch_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9446334Z test_dispatch_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9446534Z test_dispatch_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9446733Z test_dispatch_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9446929Z test_dispatch_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9447125Z test_dispatch_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9447321Z test_dispatch_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.441s) 2023-01-11T21:12:43.9447515Z test_dispatch_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9447709Z test_dispatch_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9447907Z test_dispatch_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9448103Z test_dispatch_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9448282Z test_dispatch_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9448473Z test_dispatch_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9448669Z test_dispatch_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9448859Z test_dispatch_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9449119Z test_dispatch_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9449320Z test_dispatch_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9449568Z test_dispatch_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9449773Z test_dispatch_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9449976Z test_dispatch_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9450179Z test_dispatch_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9450380Z test_dispatch_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9450586Z test_dispatch_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9450790Z test_dispatch_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9451006Z test_dispatch_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9451213Z test_dispatch_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9451424Z test_dispatch_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9451631Z test_dispatch_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9451836Z test_dispatch_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9452042Z test_dispatch_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9452247Z test_dispatch_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9452448Z test_dispatch_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9452651Z test_dispatch_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9452838Z test_dispatch_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9453045Z test_dispatch_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9453252Z test_dispatch_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9453453Z test_dispatch_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9453668Z test_dispatch_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9453882Z test_dispatch_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9454090Z test_dispatch_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9454296Z test_dispatch_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9454505Z test_dispatch_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9454708Z test_dispatch_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9454914Z test_dispatch_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9455117Z test_dispatch_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9455321Z test_dispatch_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9455524Z test_dispatch_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9455731Z test_dispatch_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9455934Z test_dispatch_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9456198Z test_dispatch_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9456407Z test_dispatch_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9456648Z test_dispatch_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9456859Z test_dispatch_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9457063Z test_dispatch_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9457254Z test_dispatch_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9457455Z test_dispatch_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9457655Z test_dispatch_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9457862Z test_dispatch_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9458063Z test_dispatch_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9458272Z test_dispatch_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9458471Z test_dispatch_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9458681Z test_dispatch_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9458891Z test_dispatch_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9459098Z test_dispatch_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9459299Z test_dispatch_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9459502Z test_dispatch_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9459707Z test_dispatch_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9459908Z test_dispatch_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9460110Z test_dispatch_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9460310Z test_dispatch_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9460506Z test_dispatch_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9460704Z test_dispatch_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9460923Z test_dispatch_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9461128Z test_dispatch_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9461347Z test_dispatch_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9461566Z test_dispatch_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9461771Z test_dispatch_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9461975Z test_dispatch_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9462176Z test_dispatch_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9462378Z test_dispatch_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9462581Z test_dispatch_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9462794Z test_dispatch_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9463051Z test_dispatch_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9463268Z test_dispatch_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9463514Z test_dispatch_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9463794Z test_dispatch_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9464001Z test_dispatch_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9464195Z test_dispatch_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9464399Z test_dispatch_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9464605Z test_dispatch_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9464814Z test_dispatch_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9465022Z test_dispatch_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9465225Z test_dispatch_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9465434Z test_dispatch_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9465635Z test_dispatch_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9465840Z test_dispatch_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9466043Z test_dispatch_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9466242Z test_dispatch_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9466442Z test_dispatch_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9466642Z test_dispatch_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9466837Z test_dispatch_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9467033Z test_dispatch_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9467234Z test_dispatch_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9467433Z test_dispatch_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9467630Z test_dispatch_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9467827Z test_dispatch_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468025Z test_dispatch_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468218Z test_dispatch_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468402Z test_dispatch_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468593Z test_dispatch_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468786Z test_dispatch_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9468980Z test_dispatch_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9469183Z test_dispatch_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:43.9469381Z test_dispatch_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:43.9469588Z test_dispatch_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9469792Z test_dispatch_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:43.9469994Z test_dispatch_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:43.9470258Z test_dispatch_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:43.9470459Z test_dispatch_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9470703Z test_dispatch_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:43.9470902Z test_dispatch_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:43.9471098Z test_dispatch_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:43.9471295Z test_dispatch_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9471493Z test_dispatch_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9471698Z test_dispatch_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:43.9471901Z test_dispatch_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9472111Z test_dispatch_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9472320Z test_dispatch_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9472529Z test_dispatch_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9472722Z test_dispatch_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9472924Z test_dispatch_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9473126Z test_dispatch_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9473327Z test_dispatch_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9473524Z test_dispatch_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9473722Z test_dispatch_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9473919Z test_dispatch_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9474119Z test_dispatch_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9474315Z test_dispatch_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9474509Z test_dispatch_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9474704Z test_dispatch_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9474897Z test_dispatch_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9475089Z test_dispatch_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9475281Z test_dispatch_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9475475Z test_dispatch_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9475671Z test_dispatch_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9475871Z test_dispatch_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9476067Z test_dispatch_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9476272Z test_dispatch_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9476474Z test_dispatch_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9476675Z test_dispatch_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9476863Z test_dispatch_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9477120Z test_dispatch_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9477317Z test_dispatch_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9477549Z test_dispatch_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9477746Z test_dispatch_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9477940Z test_dispatch_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9478133Z test_dispatch_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9478329Z test_dispatch_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9478529Z test_dispatch_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9478722Z test_dispatch_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9478931Z test_dispatch_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9479135Z test_dispatch_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9479335Z test_dispatch_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9479533Z test_dispatch_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9479729Z test_dispatch_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9479923Z test_dispatch_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9480116Z test_dispatch_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9480309Z test_dispatch_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9480500Z test_dispatch_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9480700Z test_dispatch_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9480895Z test_dispatch_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9481100Z test_dispatch_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9481302Z test_dispatch_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9481503Z test_dispatch_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9481705Z test_dispatch_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9481905Z test_dispatch_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9482103Z test_dispatch_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9482304Z test_dispatch_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9482505Z test_dispatch_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9482706Z test_dispatch_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9482912Z test_dispatch_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9483109Z test_dispatch_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9483313Z test_dispatch_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9483516Z test_dispatch_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9483716Z test_dispatch_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9483916Z test_dispatch_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9484167Z test_dispatch_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9484366Z test_dispatch_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9484598Z test_dispatch_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9484802Z test_dispatch_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9485008Z test_dispatch_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9485208Z test_dispatch_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9485403Z test_dispatch_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9485609Z test_dispatch_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9485816Z test_dispatch_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9486016Z test_dispatch_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9486214Z test_dispatch_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9486419Z test_dispatch_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9486615Z test_dispatch_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9486813Z test_dispatch_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9487007Z test_dispatch_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9487441Z test_dispatch_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9487643Z test_dispatch_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9487854Z test_dispatch_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.529s) 2023-01-11T21:12:43.9488054Z test_dispatch_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.562s) 2023-01-11T21:12:43.9488291Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.770s) 2023-01-11T21:12:43.9488523Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.697s) 2023-01-11T21:12:43.9488759Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.793s) 2023-01-11T21:12:43.9488992Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.783s) 2023-01-11T21:12:43.9489220Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.706s) 2023-01-11T21:12:43.9489450Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.687s) 2023-01-11T21:12:43.9489684Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.691s) 2023-01-11T21:12:43.9489913Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.685s) 2023-01-11T21:12:43.9490140Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.679s) 2023-01-11T21:12:43.9490355Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.689s) 2023-01-11T21:12:43.9490580Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.696s) 2023-01-11T21:12:43.9490812Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.721s) 2023-01-11T21:12:43.9491053Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.791s) 2023-01-11T21:12:43.9491353Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.727s) 2023-01-11T21:12:43.9491599Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.223s) 2023-01-11T21:12:43.9491876Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.049s) 2023-01-11T21:12:43.9492116Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.734s) 2023-01-11T21:12:43.9492356Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.720s) 2023-01-11T21:12:43.9492595Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.724s) 2023-01-11T21:12:43.9492832Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.714s) 2023-01-11T21:12:43.9493070Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.715s) 2023-01-11T21:12:43.9493303Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.738s) 2023-01-11T21:12:43.9493541Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.717s) 2023-01-11T21:12:43.9493776Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.713s) 2023-01-11T21:12:43.9493993Z test_dispatch_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.780s) 2023-01-11T21:12:43.9494206Z test_dispatch_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.714s) 2023-01-11T21:12:43.9494429Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.952s) 2023-01-11T21:12:43.9494651Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.968s) 2023-01-11T21:12:43.9494869Z test_dispatch_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.706s) 2023-01-11T21:12:43.9495089Z test_dispatch_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.684s) 2023-01-11T21:12:43.9495303Z test_dispatch_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.692s) 2023-01-11T21:12:43.9495518Z test_dispatch_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.691s) 2023-01-11T21:12:43.9495734Z test_dispatch_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.692s) 2023-01-11T21:12:43.9495956Z test_dispatch_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.697s) 2023-01-11T21:12:43.9496173Z test_dispatch_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.691s) 2023-01-11T21:12:43.9496375Z test_dispatch_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.690s) 2023-01-11T21:12:43.9496618Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.740s) 2023-01-11T21:12:43.9496853Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.695s) 2023-01-11T21:12:43.9497098Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.808s) 2023-01-11T21:12:43.9497343Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.778s) 2023-01-11T21:12:43.9497578Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.703s) 2023-01-11T21:12:43.9497816Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.724s) 2023-01-11T21:12:43.9498050Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.696s) 2023-01-11T21:12:43.9498328Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.685s) 2023-01-11T21:12:43.9498604Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.684s) 2023-01-11T21:12:43.9498842Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.689s) 2023-01-11T21:12:43.9499075Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.690s) 2023-01-11T21:12:43.9499302Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.688s) 2023-01-11T21:12:43.9499519Z test_dispatch_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.349s) 2023-01-11T21:12:43.9499734Z test_dispatch_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.326s) 2023-01-11T21:12:43.9499962Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.466s) 2023-01-11T21:12:43.9500180Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.451s) 2023-01-11T21:12:43.9500397Z test_dispatch_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.331s) 2023-01-11T21:12:43.9500610Z test_dispatch_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.322s) 2023-01-11T21:12:43.9500821Z test_dispatch_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.322s) 2023-01-11T21:12:43.9501029Z test_dispatch_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.324s) 2023-01-11T21:12:43.9501237Z test_dispatch_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.363s) 2023-01-11T21:12:43.9501442Z test_dispatch_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.326s) 2023-01-11T21:12:43.9501648Z test_dispatch_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.325s) 2023-01-11T21:12:43.9501858Z test_dispatch_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.335s) 2023-01-11T21:12:43.9502046Z test_dispatch_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9502240Z test_dispatch_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9502444Z test_dispatch_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9502641Z test_dispatch_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9502835Z test_dispatch_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9503031Z test_dispatch_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9503223Z test_dispatch_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9503416Z test_dispatch_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9503608Z test_dispatch_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9503945Z test_dispatch_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9504139Z test_dispatch_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9504329Z test_dispatch_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9504533Z test_dispatch_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:43.9504734Z test_dispatch_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:43.9504934Z test_dispatch_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9505131Z test_dispatch_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9505398Z test_dispatch_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9505595Z test_dispatch_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:43.9505834Z test_dispatch_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9506035Z test_dispatch_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9506227Z test_dispatch_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9506409Z test_dispatch_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9506601Z test_dispatch_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9506792Z test_dispatch_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9506988Z test_dispatch_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9507188Z test_dispatch_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9507386Z test_dispatch_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9507591Z test_dispatch_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9507793Z test_dispatch_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9507991Z test_dispatch_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9508189Z test_dispatch_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9508387Z test_dispatch_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9508580Z test_dispatch_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9508774Z test_dispatch_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9508967Z test_dispatch_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9509161Z test_dispatch_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9509360Z test_dispatch_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9509555Z test_dispatch_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9509748Z test_dispatch_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9509940Z test_dispatch_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9510132Z test_dispatch_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9510315Z test_dispatch_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9510509Z test_dispatch_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9510699Z test_dispatch_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9510889Z test_dispatch_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9511078Z test_dispatch_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9511269Z test_dispatch_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9511467Z test_dispatch_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:43.9511670Z test_dispatch_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9511870Z test_dispatch_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9512067Z test_dispatch_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9512313Z test_dispatch_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:43.9512509Z test_dispatch_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:43.9512744Z test_dispatch_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.493s) 2023-01-11T21:12:43.9512944Z test_dispatch_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9513144Z test_dispatch_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9513346Z test_dispatch_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9513542Z test_dispatch_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9513737Z test_dispatch_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9513936Z test_dispatch_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9514130Z test_dispatch_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9514317Z test_dispatch_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9514539Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9514759Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9514976Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9515189Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9515415Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9515636Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9515857Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9516073Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9516290Z test_dispatch_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9516501Z test_dispatch_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9516708Z test_dispatch_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9516912Z test_dispatch_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9517124Z test_dispatch_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9517336Z test_dispatch_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9517546Z test_dispatch_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9517750Z test_dispatch_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9517960Z test_dispatch_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9518162Z test_dispatch_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9518367Z test_dispatch_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9518574Z test_dispatch_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9518776Z test_dispatch_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9518979Z test_dispatch_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9519233Z test_dispatch_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.882s) 2023-01-11T21:12:43.9519444Z test_dispatch_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.740s) 2023-01-11T21:12:43.9519683Z test_dispatch_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.879s) 2023-01-11T21:12:43.9519892Z test_dispatch_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.877s) 2023-01-11T21:12:43.9520116Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.495s) 2023-01-11T21:12:43.9520343Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.479s) 2023-01-11T21:12:43.9520564Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9520780Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:43.9520993Z test_dispatch_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9521200Z test_dispatch_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:43.9521404Z test_dispatch_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9521607Z test_dispatch_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:43.9521823Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9522040Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9522245Z test_dispatch_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9522451Z test_dispatch_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9522671Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9522888Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:43.9523101Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.238s) 2023-01-11T21:12:43.9523310Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.201s) 2023-01-11T21:12:43.9523529Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9523747Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9523959Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9524162Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9524440Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9524718Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9524989Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9525256Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9525465Z test_dispatch_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9525675Z test_dispatch_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9525879Z test_dispatch_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9526133Z test_dispatch_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9526345Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9526593Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9526804Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9527009Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9527660Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9528067Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9528476Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9528884Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9529301Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9529713Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9530124Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9530528Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9530941Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9531349Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9531754Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9532152Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:43.9532366Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:43.9532577Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.123s) 2023-01-11T21:12:43.9532788Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:43.9532992Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9533230Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9533461Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9533688Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:43.9533908Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:43.9534115Z test_dispatch_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:43.9534319Z test_dispatch_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9534593Z test_dispatch_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9534798Z test_dispatch_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9535053Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.402s) 2023-01-11T21:12:43.9535277Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.386s) 2023-01-11T21:12:43.9535489Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.381s) 2023-01-11T21:12:43.9535702Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:43.9535924Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9536146Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9536364Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9536580Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9536798Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9537013Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:43.9537222Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.172s) 2023-01-11T21:12:43.9537432Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:43.9537651Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:43.9537871Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.317s) 2023-01-11T21:12:43.9538092Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.295s) 2023-01-11T21:12:43.9538313Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:43.9538527Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.290s) 2023-01-11T21:12:43.9538740Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.307s) 2023-01-11T21:12:43.9538964Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:43.9539178Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:43.9539397Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9539615Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9539838Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.393s) 2023-01-11T21:12:43.9540062Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.437s) 2023-01-11T21:12:43.9540282Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.440s) 2023-01-11T21:12:43.9540495Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.399s) 2023-01-11T21:12:43.9540731Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9540964Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9541202Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:43.9541483Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:43.9541697Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9541952Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9542171Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9542384Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9542594Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9542808Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9543014Z test_dispatch_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:43.9543227Z test_dispatch_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.240s) 2023-01-11T21:12:43.9543436Z test_dispatch_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.238s) 2023-01-11T21:12:43.9543641Z test_dispatch_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:43.9543914Z test_dispatch_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.246s) 2023-01-11T21:12:43.9544113Z test_dispatch_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.246s) 2023-01-11T21:12:43.9544351Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.119s) 2023-01-11T21:12:43.9544585Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:43.9544828Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:43.9545065Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.119s) 2023-01-11T21:12:43.9545303Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2023-01-11T21:12:43.9545537Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.204s) 2023-01-11T21:12:43.9545749Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2023-01-11T21:12:43.9545961Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:43.9546165Z test_dispatch_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2023-01-11T21:12:43.9546368Z test_dispatch_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:43.9546597Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9546826Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9547055Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9547275Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9547537Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9547800Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9548060Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9548379Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9548666Z test_dispatch_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9548917Z test_dispatch_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9549158Z test_dispatch_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9549399Z test_dispatch_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:43.9549617Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.469s) 2023-01-11T21:12:43.9549836Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.424s) 2023-01-11T21:12:43.9550050Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9550257Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9550470Z test_dispatch_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:43.9550683Z test_dispatch_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:43.9550879Z test_dispatch_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9551083Z test_dispatch_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:43.9551298Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9551514Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.9551729Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9551938Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9552172Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.788s) 2023-01-11T21:12:43.9552403Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.730s) 2023-01-11T21:12:43.9552631Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.731s) 2023-01-11T21:12:43.9552858Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.729s) 2023-01-11T21:12:43.9553068Z test_dispatch_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.952s) 2023-01-11T21:12:43.9553273Z test_dispatch_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.972s) 2023-01-11T21:12:43.9553479Z test_dispatch_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.968s) 2023-01-11T21:12:43.9553683Z test_dispatch_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.028s) 2023-01-11T21:12:43.9553903Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:43.9554121Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:43.9554331Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.135s) 2023-01-11T21:12:43.9554538Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.175s) 2023-01-11T21:12:43.9554756Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9554972Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9555253Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9555464Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9555728Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9555952Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9556159Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9556377Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9556592Z test_dispatch_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:43.9556805Z test_dispatch_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9557016Z test_dispatch_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9557229Z test_dispatch_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9557435Z test_dispatch_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9557640Z test_dispatch_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9557841Z test_dispatch_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9558044Z test_dispatch_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9558249Z test_dispatch_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9558459Z test_dispatch_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9558680Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:43.9558895Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:43.9559107Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:43.9559314Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9559519Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9559739Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.259s) 2023-01-11T21:12:43.9559959Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:43.9560180Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.250s) 2023-01-11T21:12:43.9560396Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.259s) 2023-01-11T21:12:43.9560612Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.241s) 2023-01-11T21:12:43.9560830Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.241s) 2023-01-11T21:12:43.9561025Z test_dispatch_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9561234Z test_dispatch_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9561440Z test_dispatch_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9561644Z test_dispatch_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9561845Z test_dispatch_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9562099Z test_dispatch_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9562299Z test_dispatch_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9562534Z test_dispatch_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9562732Z test_dispatch_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9562930Z test_dispatch_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9563135Z test_dispatch_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.9563331Z test_dispatch_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9563521Z test_dispatch_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9563719Z test_dispatch_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9563925Z test_dispatch_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9564123Z test_dispatch_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9564320Z test_dispatch_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9564514Z test_dispatch_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9564704Z test_dispatch_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9564897Z test_dispatch_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9565086Z test_dispatch_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9565268Z test_dispatch_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9565463Z test_dispatch_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9565662Z test_dispatch_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9565858Z test_dispatch_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9566061Z test_dispatch_meta_outplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9566261Z test_dispatch_meta_outplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9566457Z test_dispatch_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9566653Z test_dispatch_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9566847Z test_dispatch_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9567043Z test_dispatch_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9567237Z test_dispatch_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9567429Z test_dispatch_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9567627Z test_dispatch_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9567817Z test_dispatch_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9568012Z test_dispatch_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9568204Z test_dispatch_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9568405Z test_dispatch_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9568601Z test_dispatch_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9568799Z test_dispatch_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9569056Z test_dispatch_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9569239Z test_dispatch_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9569473Z test_dispatch_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9569668Z test_dispatch_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9569857Z test_dispatch_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9570051Z test_dispatch_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9570240Z test_dispatch_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9570437Z test_dispatch_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9570628Z test_dispatch_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9570832Z test_dispatch_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9571033Z test_dispatch_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9571232Z test_dispatch_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9571425Z test_dispatch_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9571618Z test_dispatch_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9571808Z test_dispatch_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9571998Z test_dispatch_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9572190Z test_dispatch_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9572384Z test_dispatch_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9572575Z test_dispatch_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9572765Z test_dispatch_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9572976Z test_dispatch_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9573184Z test_dispatch_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9573378Z test_dispatch_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9573580Z test_dispatch_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9573804Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9574023Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9574256Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9574482Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9574707Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9574927Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9575147Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9575368Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9575585Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9575851Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9576068Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9576316Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9576532Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9576738Z test_dispatch_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9576946Z test_dispatch_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9577152Z test_dispatch_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9577358Z test_dispatch_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9577567Z test_dispatch_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9577772Z test_dispatch_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9577988Z test_dispatch_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:43.9578196Z test_dispatch_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9578398Z test_dispatch_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9578606Z test_dispatch_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:43.9578811Z test_dispatch_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9579014Z test_dispatch_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9579210Z test_dispatch_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9579413Z test_dispatch_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9579622Z test_dispatch_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9579826Z test_dispatch_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9580038Z test_dispatch_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.983s) 2023-01-11T21:12:43.9580253Z test_dispatch_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.974s) 2023-01-11T21:12:43.9580459Z test_dispatch_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9580663Z test_dispatch_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9580866Z test_dispatch_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9581069Z test_dispatch_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9581276Z test_dispatch_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9581481Z test_dispatch_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9581682Z test_dispatch_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9581883Z test_dispatch_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9582091Z test_dispatch_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9582290Z test_dispatch_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9582501Z test_dispatch_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9582845Z test_dispatch_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9583043Z test_dispatch_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9583290Z test_dispatch_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9583495Z test_dispatch_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9583758Z test_dispatch_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9583958Z test_dispatch_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9584160Z test_dispatch_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9584361Z test_dispatch_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9584561Z test_dispatch_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9584769Z test_dispatch_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9584969Z test_dispatch_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9585183Z test_dispatch_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.964s) 2023-01-11T21:12:43.9585397Z test_dispatch_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.967s) 2023-01-11T21:12:43.9585601Z test_dispatch_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9585806Z test_dispatch_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9586010Z test_dispatch_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9586209Z test_dispatch_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9586412Z test_dispatch_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9586616Z test_dispatch_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9586819Z test_dispatch_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9587018Z test_dispatch_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9587224Z test_dispatch_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9587427Z test_dispatch_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9587629Z test_dispatch_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.006s) 2023-01-11T21:12:43.9587838Z test_dispatch_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.983s) 2023-01-11T21:12:43.9588043Z test_dispatch_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9588244Z test_dispatch_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9588509Z test_dispatch_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9588712Z test_dispatch_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9588913Z test_dispatch_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9589112Z test_dispatch_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9589318Z test_dispatch_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9589518Z test_dispatch_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9589716Z test_dispatch_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9589981Z test_dispatch_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9590178Z test_dispatch_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9590466Z test_dispatch_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9590664Z test_dispatch_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9590857Z test_dispatch_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9591052Z test_dispatch_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9591241Z test_dispatch_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9591433Z test_dispatch_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9591630Z test_dispatch_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9591839Z test_dispatch_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.414s) 2023-01-11T21:12:43.9592040Z test_dispatch_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.414s) 2023-01-11T21:12:43.9592244Z test_dispatch_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:43.9592505Z test_dispatch_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:43.9592708Z test_dispatch_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:43.9592912Z test_dispatch_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.412s) 2023-01-11T21:12:43.9593113Z test_dispatch_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.380s) 2023-01-11T21:12:43.9593313Z test_dispatch_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.384s) 2023-01-11T21:12:43.9593513Z test_dispatch_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.379s) 2023-01-11T21:12:43.9593713Z test_dispatch_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.154s) 2023-01-11T21:12:43.9593914Z test_dispatch_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.162s) 2023-01-11T21:12:43.9594118Z test_dispatch_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9594358Z test_dispatch_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9594568Z test_dispatch_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9594770Z test_dispatch_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9594974Z test_dispatch_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9595176Z test_dispatch_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9595379Z test_dispatch_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9595580Z test_dispatch_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9595780Z test_dispatch_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9595984Z test_dispatch_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9596182Z test_dispatch_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9596364Z test_dispatch_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9596564Z test_dispatch_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9596763Z test_dispatch_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9597016Z test_dispatch_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9597212Z test_dispatch_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9597446Z test_dispatch_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9597640Z test_dispatch_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9597831Z test_dispatch_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9598024Z test_dispatch_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9598217Z test_dispatch_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9598413Z test_dispatch_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9598603Z test_dispatch_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9598805Z test_dispatch_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9598995Z test_dispatch_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9599188Z test_dispatch_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9599388Z test_dispatch_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9599579Z test_dispatch_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9599766Z test_dispatch_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9599951Z test_dispatch_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9600136Z test_dispatch_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9600314Z test_dispatch_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9600505Z test_dispatch_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9600699Z test_dispatch_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.358s) 2023-01-11T21:12:43.9600894Z test_dispatch_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.366s) 2023-01-11T21:12:43.9601083Z test_dispatch_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.390s) 2023-01-11T21:12:43.9601273Z test_dispatch_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.363s) 2023-01-11T21:12:43.9601477Z test_dispatch_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9601676Z test_dispatch_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9601871Z test_dispatch_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9602071Z test_dispatch_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9602276Z test_dispatch_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9602477Z test_dispatch_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9602679Z test_dispatch_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9602880Z test_dispatch_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9603072Z test_dispatch_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9603257Z test_dispatch_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9603453Z test_dispatch_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9603647Z test_dispatch_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9603924Z test_dispatch_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9604112Z test_dispatch_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9604336Z test_dispatch_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9604520Z test_dispatch_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9604708Z test_dispatch_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9604897Z test_dispatch_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9605120Z test_dispatch_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9605325Z test_dispatch_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9605531Z test_dispatch_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9605746Z test_dispatch_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9605965Z test_dispatch_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9606187Z test_dispatch_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9606404Z test_dispatch_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9606861Z test_dispatch_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9607074Z test_dispatch_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9607280Z test_dispatch_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9607488Z test_dispatch_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9607696Z test_dispatch_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9607916Z test_dispatch_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9608123Z test_dispatch_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9608333Z test_dispatch_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9608568Z test_dispatch_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9608797Z test_dispatch_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:43.9608992Z test_dispatch_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:43.9609211Z test_dispatch_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:43.9609427Z test_dispatch_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.138s) 2023-01-11T21:12:43.9609657Z test_dispatch_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9609877Z test_dispatch_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:43.9610093Z test_dispatch_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:43.9610314Z test_dispatch_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:43.9610553Z test_dispatch_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9610778Z test_dispatch_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:43.9610998Z test_dispatch_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.143s) 2023-01-11T21:12:43.9611217Z test_dispatch_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2023-01-11T21:12:43.9611449Z test_dispatch_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2023-01-11T21:12:43.9611748Z test_dispatch_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9611963Z test_dispatch_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9612245Z test_dispatch_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9612494Z test_dispatch_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:43.9612713Z test_dispatch_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9612954Z test_dispatch_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:43.9613182Z test_dispatch_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9613406Z test_dispatch_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9613636Z test_dispatch_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9613855Z test_dispatch_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9614057Z test_dispatch_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9614278Z test_dispatch_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9614525Z test_dispatch_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9614746Z test_dispatch_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9614981Z test_dispatch_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9615214Z test_dispatch_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9615442Z test_dispatch_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:43.9615663Z test_dispatch_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:43.9615892Z test_dispatch_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:43.9616114Z test_dispatch_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:43.9616355Z test_dispatch_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9616583Z test_dispatch_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9616804Z test_dispatch_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9617037Z test_dispatch_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9617275Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9617512Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9617746Z test_dispatch_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9617971Z test_dispatch_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9618217Z test_dispatch_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9618450Z test_dispatch_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9618678Z test_dispatch_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9618900Z test_dispatch_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9619097Z test_dispatch_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9619384Z test_dispatch_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9619638Z test_dispatch_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9619909Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9620154Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9620406Z test_dispatch_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9620631Z test_dispatch_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9620855Z test_dispatch_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9621075Z test_dispatch_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9621295Z test_dispatch_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9621511Z test_dispatch_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9787054Z test_dispatch_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9787653Z test_dispatch_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9787929Z test_dispatch_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9788196Z test_dispatch_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9788468Z test_dispatch_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9788742Z test_dispatch_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9789028Z test_dispatch_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9789291Z test_dispatch_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9789565Z test_dispatch_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9789816Z test_dispatch_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9790080Z test_dispatch_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9790336Z test_dispatch_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9790601Z test_dispatch_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9790859Z test_dispatch_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9791117Z test_dispatch_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9791395Z test_dispatch_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9791675Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:43.9791957Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9792231Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9792507Z test_dispatch_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9792787Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9793062Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9793822Z test_dispatch_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.238s) 2023-01-11T21:12:43.9794097Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.232s) 2023-01-11T21:12:43.9794446Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.233s) 2023-01-11T21:12:43.9794714Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.234s) 2023-01-11T21:12:43.9794980Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.205s) 2023-01-11T21:12:43.9795244Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.201s) 2023-01-11T21:12:43.9795513Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:43.9795784Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:43.9796053Z test_dispatch_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:43.9796314Z test_dispatch_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.352s) 2023-01-11T21:12:43.9796559Z test_dispatch_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.281s) 2023-01-11T21:12:43.9796828Z test_dispatch_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.291s) 2023-01-11T21:12:43.9797089Z test_dispatch_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.279s) 2023-01-11T21:12:43.9797343Z test_dispatch_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.351s) 2023-01-11T21:12:43.9797599Z test_dispatch_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.380s) 2023-01-11T21:12:43.9797859Z test_dispatch_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.337s) 2023-01-11T21:12:43.9798111Z test_dispatch_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.292s) 2023-01-11T21:12:43.9798401Z test_dispatch_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.306s) 2023-01-11T21:12:43.9798658Z test_dispatch_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.288s) 2023-01-11T21:12:43.9798907Z test_dispatch_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.282s) 2023-01-11T21:12:43.9799160Z test_dispatch_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.291s) 2023-01-11T21:12:43.9799428Z test_dispatch_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9799685Z test_dispatch_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9799953Z test_dispatch_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9800227Z test_dispatch_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.864s) 2023-01-11T21:12:43.9800469Z test_dispatch_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.874s) 2023-01-11T21:12:43.9800684Z test_dispatch_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.828s) 2023-01-11T21:12:43.9800899Z test_dispatch_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.810s) 2023-01-11T21:12:43.9801130Z test_dispatch_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:43.9801356Z test_dispatch_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9801582Z test_dispatch_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9801812Z test_dispatch_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9802037Z test_dispatch_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9802316Z test_dispatch_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9802547Z test_dispatch_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.411s) 2023-01-11T21:12:43.9802816Z test_dispatch_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (3.304s) 2023-01-11T21:12:43.9803053Z test_dispatch_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (7.410s) 2023-01-11T21:12:43.9803289Z test_dispatch_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (6.131s) 2023-01-11T21:12:43.9803516Z test_dispatch_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.217s) 2023-01-11T21:12:43.9803736Z test_dispatch_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.342s) 2023-01-11T21:12:43.9803952Z test_dispatch_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.373s) 2023-01-11T21:12:43.9804169Z test_dispatch_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:43.9804383Z test_dispatch_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:43.9804592Z test_dispatch_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.136s) 2023-01-11T21:12:43.9804806Z test_dispatch_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:43.9805015Z test_dispatch_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:43.9805240Z test_dispatch_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9805458Z test_dispatch_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9805691Z test_dispatch_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9805923Z test_dispatch_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9806142Z test_dispatch_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9806367Z test_dispatch_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9806587Z test_dispatch_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9806809Z test_dispatch_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9807014Z test_dispatch_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9807232Z test_dispatch_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9807443Z test_dispatch_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9807665Z test_dispatch_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9807883Z test_dispatch_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9808096Z test_dispatch_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9808319Z test_dispatch_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9808547Z test_dispatch_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9808763Z test_dispatch_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9808981Z test_dispatch_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9809207Z test_dispatch_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9809469Z test_dispatch_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9809687Z test_dispatch_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9809938Z test_dispatch_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9810157Z test_dispatch_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9810370Z test_dispatch_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:43.9810590Z test_dispatch_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9810809Z test_dispatch_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9811034Z test_dispatch_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9811254Z test_dispatch_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9811479Z test_dispatch_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:43.9811701Z test_dispatch_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9811917Z test_dispatch_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9812126Z test_dispatch_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:43.9812335Z test_dispatch_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.303s) 2023-01-11T21:12:43.9812556Z test_dispatch_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.308s) 2023-01-11T21:12:43.9812771Z test_dispatch_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.307s) 2023-01-11T21:12:43.9812983Z test_dispatch_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.303s) 2023-01-11T21:12:43.9813203Z test_dispatch_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.292s) 2023-01-11T21:12:43.9813409Z test_dispatch_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.296s) 2023-01-11T21:12:43.9813622Z test_dispatch_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.296s) 2023-01-11T21:12:43.9813835Z test_dispatch_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.296s) 2023-01-11T21:12:43.9814040Z test_dispatch_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.335s) 2023-01-11T21:12:43.9814251Z test_dispatch_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.294s) 2023-01-11T21:12:43.9814463Z test_dispatch_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.299s) 2023-01-11T21:12:43.9814674Z test_dispatch_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.157s) 2023-01-11T21:12:43.9814894Z test_dispatch_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:43.9815116Z test_dispatch_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:43.9815336Z test_dispatch_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9815554Z test_dispatch_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:43.9815761Z test_dispatch_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2023-01-11T21:12:43.9815973Z test_dispatch_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:43.9816183Z test_dispatch_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9816388Z test_dispatch_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9816641Z test_dispatch_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:43.9816839Z test_dispatch_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.122s) 2023-01-11T21:12:43.9817049Z test_dispatch_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9817298Z test_dispatch_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.288s) 2023-01-11T21:12:43.9817525Z test_dispatch_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.295s) 2023-01-11T21:12:43.9817744Z test_dispatch_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.336s) 2023-01-11T21:12:43.9817959Z test_dispatch_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.289s) 2023-01-11T21:12:43.9818171Z test_dispatch_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.279s) 2023-01-11T21:12:43.9818382Z test_dispatch_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.279s) 2023-01-11T21:12:43.9818596Z test_dispatch_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.283s) 2023-01-11T21:12:43.9818801Z test_dispatch_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.281s) 2023-01-11T21:12:43.9819013Z test_dispatch_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.279s) 2023-01-11T21:12:43.9819217Z test_dispatch_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.288s) 2023-01-11T21:12:43.9819424Z test_dispatch_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.282s) 2023-01-11T21:12:43.9819629Z test_dispatch_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9819837Z test_dispatch_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9820048Z test_dispatch_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9820262Z test_dispatch_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9820465Z test_dispatch_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9820671Z test_dispatch_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9820884Z test_dispatch_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:43.9821101Z test_dispatch_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9821305Z test_dispatch_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9821518Z test_dispatch_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9821737Z test_dispatch_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9847803Z test_dispatch_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9848065Z test_dispatch_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9848269Z test_dispatch_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9848479Z test_dispatch_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9848701Z test_dispatch_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9848904Z test_dispatch_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9849105Z test_dispatch_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9849308Z test_dispatch_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9849511Z test_dispatch_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9849922Z test_dispatch_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9850124Z test_dispatch_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9850443Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.376s) 2023-01-11T21:12:43.9850688Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.488s) 2023-01-11T21:12:43.9850925Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.371s) 2023-01-11T21:12:43.9851160Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.460s) 2023-01-11T21:12:43.9851385Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9851606Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9851833Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9852058Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9852279Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9852500Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9852706Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9852920Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9853136Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9853358Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9853586Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9853809Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9854033Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9854258Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9854480Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9854702Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9854925Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9855151Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9855372Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9855595Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9855798Z test_dispatch_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9855997Z test_dispatch_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9856202Z test_dispatch_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9856405Z test_dispatch_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9856607Z test_dispatch_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9856883Z test_dispatch_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9857087Z test_dispatch_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9857361Z test_dispatch_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9857559Z test_dispatch_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9857749Z test_dispatch_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9857948Z test_dispatch_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9858159Z test_dispatch_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9858361Z test_dispatch_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9858559Z test_dispatch_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9858761Z test_dispatch_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9858960Z test_dispatch_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9859165Z test_dispatch_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9859366Z test_dispatch_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:43.9859564Z test_dispatch_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9859763Z test_dispatch_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.097s) 2023-01-11T21:12:43.9859959Z test_dispatch_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9860155Z test_dispatch_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.097s) 2023-01-11T21:12:43.9860352Z test_dispatch_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9860553Z test_dispatch_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:43.9860784Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9861014Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9861249Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9861485Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9861712Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9861941Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9862169Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9862383Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9862613Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9862835Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9863059Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9863282Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9863520Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9863854Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9864161Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9864400Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9864741Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9865019Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9865293Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9865563Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9865832Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9866103Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9866370Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9866639Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9866885Z test_dispatch_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9867124Z test_dispatch_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9867366Z test_dispatch_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9867611Z test_dispatch_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9867854Z test_dispatch_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9868095Z test_dispatch_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9868332Z test_dispatch_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9868561Z test_dispatch_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9868799Z test_dispatch_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9869042Z test_dispatch_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9869308Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9869565Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9869826Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9870090Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9870348Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9870612Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9870872Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9871122Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9871376Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9871630Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9871895Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9872215Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9872476Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9872782Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9873045Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9873299Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9873555Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9873809Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9874066Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9874324Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9874553Z test_dispatch_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9874788Z test_dispatch_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9875027Z test_dispatch_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9875261Z test_dispatch_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9875495Z test_dispatch_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9875728Z test_dispatch_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9875959Z test_dispatch_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9876191Z test_dispatch_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9876420Z test_dispatch_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9876655Z test_dispatch_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9876884Z test_dispatch_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9877115Z test_dispatch_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9877346Z test_dispatch_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9877570Z test_dispatch_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9877799Z test_dispatch_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9878023Z test_dispatch_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9878257Z test_dispatch_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:43.9878483Z test_dispatch_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9878716Z test_dispatch_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9878943Z test_dispatch_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:43.9879171Z test_dispatch_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9879389Z test_dispatch_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9879613Z test_dispatch_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9879833Z test_dispatch_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9880058Z test_dispatch_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9880336Z test_dispatch_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:43.9880573Z test_dispatch_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9880845Z test_dispatch_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9881089Z test_dispatch_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9901902Z test_dispatch_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9902116Z test_dispatch_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9902320Z test_dispatch_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9902523Z test_dispatch_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9902729Z test_dispatch_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9902930Z test_dispatch_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9903130Z test_dispatch_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9903331Z test_dispatch_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9903529Z test_dispatch_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:43.9903864Z test_dispatch_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9904060Z test_dispatch_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9904254Z test_dispatch_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9904443Z test_dispatch_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9904645Z test_dispatch_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9904840Z test_dispatch_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9905036Z test_dispatch_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9905227Z test_dispatch_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9905420Z test_dispatch_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9905613Z test_dispatch_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9905806Z test_dispatch_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9905997Z test_dispatch_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9906194Z test_dispatch_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9906397Z test_dispatch_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9906594Z test_dispatch_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9906794Z test_dispatch_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9906995Z test_dispatch_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9907189Z test_dispatch_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9907383Z test_dispatch_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9907571Z test_dispatch_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9907764Z test_dispatch_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9907953Z test_dispatch_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9908224Z test_dispatch_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9908432Z test_dispatch_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:43.9908674Z test_dispatch_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:43.9908884Z test_dispatch_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.109s) 2023-01-11T21:12:43.9909079Z test_dispatch_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9909277Z test_dispatch_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9909473Z test_dispatch_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9909663Z test_dispatch_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9909857Z test_dispatch_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9910049Z test_dispatch_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9910273Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9910496Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9910719Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9910939Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9911152Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9911370Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9911589Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9911805Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9912030Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9912248Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9912468Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9912684Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9912895Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9913109Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9913327Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9913535Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9913760Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9913982Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9914201Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:43.9914418Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9914631Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9914845Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9915108Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9915325Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9915564Z test_dispatch_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9915763Z test_dispatch_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9915965Z test_dispatch_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:43.9916164Z test_dispatch_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9916364Z test_dispatch_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9916559Z test_dispatch_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9916763Z test_dispatch_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9916958Z test_dispatch_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9917162Z test_dispatch_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9917362Z test_dispatch_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9917561Z test_dispatch_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:43.9917761Z test_dispatch_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.184s) 2023-01-11T21:12:43.9917960Z test_dispatch_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2023-01-11T21:12:43.9918151Z test_dispatch_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:43.9918356Z test_dispatch_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9918561Z test_dispatch_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9918763Z test_dispatch_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9918963Z test_dispatch_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9919159Z test_dispatch_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9919356Z test_dispatch_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9919554Z test_dispatch_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9919750Z test_dispatch_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9919954Z test_dispatch_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.146s) 2023-01-11T21:12:43.9920163Z test_dispatch_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.056s) 2023-01-11T21:12:43.9920360Z test_dispatch_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9920558Z test_dispatch_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:43.9920754Z test_dispatch_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9920952Z test_dispatch_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9921149Z test_dispatch_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9921341Z test_dispatch_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9921535Z test_dispatch_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9921729Z test_dispatch_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9921972Z test_dispatch_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9922165Z test_dispatch_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9922448Z test_dispatch_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.9922705Z test_dispatch_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9922966Z test_dispatch_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9923230Z test_dispatch_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.9923490Z test_dispatch_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.9923746Z test_dispatch_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9923987Z test_dispatch_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9924241Z test_dispatch_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.9924487Z test_dispatch_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9924737Z test_dispatch_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9924986Z test_dispatch_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9925233Z test_dispatch_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:43.9925490Z test_dispatch_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:43.9925699Z test_dispatch_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9925900Z test_dispatch_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9926112Z test_dispatch_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9926321Z test_dispatch_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9926522Z test_dispatch_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9926726Z test_dispatch_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9926929Z test_dispatch_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9927131Z test_dispatch_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9927330Z test_dispatch_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9927530Z test_dispatch_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:43.9927728Z test_dispatch_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:43.9927928Z test_dispatch_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:43.9928124Z test_dispatch_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:43.9928347Z test_dispatch_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.9928569Z test_dispatch_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9928837Z test_dispatch_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9929057Z test_dispatch_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9929335Z test_dispatch_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9929564Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9929792Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9930018Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9930238Z test_dispatch_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9930455Z test_dispatch_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:43.9930673Z test_dispatch_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:43.9930898Z test_dispatch_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9931100Z test_dispatch_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9931295Z test_dispatch_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9931496Z test_dispatch_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9931701Z test_dispatch_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9931900Z test_dispatch_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9932095Z test_dispatch_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9932296Z test_dispatch_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9932487Z test_dispatch_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9932684Z test_dispatch_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9932877Z test_dispatch_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9933078Z test_dispatch_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9933275Z test_dispatch_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9933475Z test_dispatch_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9933683Z test_dispatch_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9933874Z test_dispatch_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9934078Z test_dispatch_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9934282Z test_dispatch_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9934479Z test_dispatch_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9934680Z test_dispatch_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9934877Z test_dispatch_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9935072Z test_dispatch_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9935267Z test_dispatch_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9935461Z test_dispatch_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9935657Z test_dispatch_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9935918Z test_dispatch_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9936124Z test_dispatch_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9936367Z test_dispatch_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9936582Z test_dispatch_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9936794Z test_dispatch_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9936996Z test_dispatch_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9937205Z test_dispatch_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9937406Z test_dispatch_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9937607Z test_dispatch_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9937810Z test_dispatch_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9937998Z test_dispatch_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9938206Z test_dispatch_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9938404Z test_dispatch_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9938625Z test_dispatch_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9938846Z test_dispatch_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9939069Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9939297Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9939520Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9939741Z test_dispatch_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9939957Z test_dispatch_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9940171Z test_dispatch_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9940391Z test_dispatch_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9940602Z test_dispatch_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9940816Z test_dispatch_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9941031Z test_dispatch_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9941246Z test_dispatch_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9941455Z test_dispatch_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9941653Z test_dispatch_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9941865Z test_dispatch_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9942076Z test_dispatch_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9942291Z test_dispatch_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9942495Z test_dispatch_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9942696Z test_dispatch_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9942933Z test_dispatch_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9943134Z test_dispatch_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9943366Z test_dispatch_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9943567Z test_dispatch_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9943839Z test_dispatch_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9944042Z test_dispatch_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9944243Z test_dispatch_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9944438Z test_dispatch_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9944647Z test_dispatch_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9944859Z test_dispatch_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9945063Z test_dispatch_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9945266Z test_dispatch_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9945473Z test_dispatch_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9945675Z test_dispatch_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9945875Z test_dispatch_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9946069Z test_dispatch_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9946267Z test_dispatch_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9946468Z test_dispatch_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9946663Z test_dispatch_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9946876Z test_dispatch_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9947072Z test_dispatch_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9947271Z test_dispatch_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9947481Z test_dispatch_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9947687Z test_dispatch_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9947890Z test_dispatch_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9948094Z test_dispatch_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9948294Z test_dispatch_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9948497Z test_dispatch_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9948704Z test_dispatch_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9948904Z test_dispatch_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9949104Z test_dispatch_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9949300Z test_dispatch_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9949511Z test_dispatch_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9949726Z test_dispatch_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9950000Z test_dispatch_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9950263Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.164s) 2023-01-11T21:12:43.9950557Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:43.9950814Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.170s) 2023-01-11T21:12:43.9951071Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.172s) 2023-01-11T21:12:43.9951311Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9951557Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9951802Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9952041Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9952288Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9952527Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9952779Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9953009Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9953250Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9953491Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9953741Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9953984Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9954231Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9954474Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9954718Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9954956Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9955199Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9955441Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9955679Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9955924Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9956162Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:43.9956403Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9956643Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9956938Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9957170Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9957442Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9957677Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9957910Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9958144Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9958371Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9958604Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9958830Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9959063Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9959293Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9959517Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9959732Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9959969Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:43.9960195Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9960427Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9960648Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9960880Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9961113Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9961343Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.902s) 2023-01-11T21:12:43.9961570Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9961815Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:43.9962065Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:43.9962314Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9962558Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9962786Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:43.9963011Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:43.9963235Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:43.9963464Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:43.9963752Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:43.9963993Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:43.9964265Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:43.9964507Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9964771Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9965027Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9965279Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:43.9965539Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:43.9965762Z test_dispatch_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9965984Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9966200Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9966406Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:43.9966633Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.572s) 2023-01-11T21:12:43.9966863Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:43.9967095Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (4.390s) 2023-01-11T21:12:43.9967324Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.859s) 2023-01-11T21:12:43.9967550Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9967774Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9967993Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9968213Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.339s) 2023-01-11T21:12:43.9968439Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.370s) 2023-01-11T21:12:43.9968671Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.761s) 2023-01-11T21:12:43.9968900Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.618s) 2023-01-11T21:12:43.9969128Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9969353Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:43.9969581Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:43.9969819Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.162s) 2023-01-11T21:12:43.9970064Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:43.9970303Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.292s) 2023-01-11T21:12:43.9970545Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.267s) 2023-01-11T21:12:43.9970835Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9971105Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9971348Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9971585Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9971826Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:43.9972068Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.271s) 2023-01-11T21:12:43.9972309Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.290s) 2023-01-11T21:12:43.9972536Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:43.9972783Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9973017Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:43.9973259Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:43.9973500Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.119s) 2023-01-11T21:12:43.9973744Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.272s) 2023-01-11T21:12:43.9973984Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.265s) 2023-01-11T21:12:43.9974236Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9974472Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9974711Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9974952Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9975186Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9975424Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9975671Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9975919Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9976164Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9976402Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:43.9976644Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:43.9976881Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:43.9977125Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:43.9977360Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:43.9977648Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:43.9977923Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:43.9978163Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:43.9978399Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:43.9978630Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:43.9978865Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2023-01-11T21:12:43.9979104Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:43.9979321Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:43.9979543Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:43.9979776Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9980000Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9980226Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9980452Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9980681Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9980909Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:43.9981141Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9981374Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9981598Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9981825Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9982052Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9982272Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9982491Z test_dispatch_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9982713Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9982932Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9983156Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:43.9983391Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:43.9983629Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:43.9984020Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:43.9984250Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:43.9984484Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9984793Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9985066Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9985282Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9985542Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9985803Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9986064Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9986317Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9986587Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9986849Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9987117Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9987383Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9987639Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9987906Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9988169Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9988433Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9988695Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9988952Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9989210Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9989465Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:43.9989710Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:43.9989957Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:43.9990200Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:43.9990446Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9990683Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:43.9990926Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:43.9991161Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (6.106s) 2023-01-11T21:12:43.9991452Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (6.492s) 2023-01-11T21:12:43.9991688Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (6.236s) 2023-01-11T21:12:43.9991958Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.422s) 2023-01-11T21:12:43.9992182Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:43.9992400Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9992618Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:43.9992835Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:43.9993054Z test_dispatch_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:43.9993263Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:43.9993474Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9993691Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:43.9993921Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.676s) 2023-01-11T21:12:43.9994151Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.672s) 2023-01-11T21:12:43.9994384Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.666s) 2023-01-11T21:12:43.9994608Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:43.9994842Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:43.9995072Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9995305Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:43.9995542Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:43.9995775Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:43.9996000Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9996230Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:43.9996463Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:43.9996699Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9996934Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9997167Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:43.9997397Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:43.9997626Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9997857Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9998083Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:43.9998355Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9998576Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9998837Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9999052Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9999274Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9999495Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9999716Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:43.9999939Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0000190Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.0000428Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.0000673Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.0000912Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.0001135Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0001360Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0001589Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0001816Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0002052Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.0002282Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.0002516Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.372s) 2023-01-11T21:12:44.0002748Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.0002983Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0003223Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0003467Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0003700Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0003946Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.964s) 2023-01-11T21:12:44.0004192Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.997s) 2023-01-11T21:12:44.0004432Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.974s) 2023-01-11T21:12:44.0004674Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.0004915Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:44.0005202Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.0005432Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0005701Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0005940Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0006182Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0006424Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0006672Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0006912Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0007162Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0007400Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0007644Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0007868Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0008087Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0008309Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0008524Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0008752Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0008981Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0009208Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0009432Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0009649Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0009868Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0010102Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0010327Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0010555Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0010781Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0011012Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0011232Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0011455Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0011669Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0011892Z test_dispatch_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0012173Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0012399Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0012651Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0012875Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0013098Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0013341Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0013586Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0013831Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0014069Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0014299Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0014527Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0014761Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0014987Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0015230Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.0015465Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.0015710Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0015943Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.0016176Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0016408Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0016645Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0016883Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0017123Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.0017359Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.272s) 2023-01-11T21:12:44.0017586Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.273s) 2023-01-11T21:12:44.0017801Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.279s) 2023-01-11T21:12:44.0018026Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.276s) 2023-01-11T21:12:44.0018254Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.803s) 2023-01-11T21:12:44.0018476Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.794s) 2023-01-11T21:12:44.0018700Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.793s) 2023-01-11T21:12:44.0018971Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.795s) 2023-01-11T21:12:44.0019200Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.974s) 2023-01-11T21:12:44.0019461Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.979s) 2023-01-11T21:12:44.0019684Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.975s) 2023-01-11T21:12:44.0019906Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.979s) 2023-01-11T21:12:44.0020139Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.063s) 2023-01-11T21:12:44.0020363Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.066s) 2023-01-11T21:12:44.0020593Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.059s) 2023-01-11T21:12:44.0020835Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.0021068Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2023-01-11T21:12:44.0021303Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.150s) 2023-01-11T21:12:44.0021538Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.765s) 2023-01-11T21:12:44.0021764Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.793s) 2023-01-11T21:12:44.0021997Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.754s) 2023-01-11T21:12:44.0022233Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.216s) 2023-01-11T21:12:44.0022469Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.217s) 2023-01-11T21:12:44.0022702Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.210s) 2023-01-11T21:12:44.0022929Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.591s) 2023-01-11T21:12:44.0023156Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.593s) 2023-01-11T21:12:44.0023383Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.591s) 2023-01-11T21:12:44.0023620Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.0023923Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.0024149Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:44.0024372Z test_dispatch_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0024588Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0024849Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0025109Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0025377Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0025654Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0025926Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0026264Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0026607Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.0026888Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0027171Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0027453Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0027745Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0028038Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0028344Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0028638Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0028948Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0029243Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0029542Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0029846Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0030120Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.282s) 2023-01-11T21:12:44.0030391Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.282s) 2023-01-11T21:12:44.0030660Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.279s) 2023-01-11T21:12:44.0030933Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.278s) 2023-01-11T21:12:44.0031215Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.0031494Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.0031773Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0032034Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.0032312Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0032586Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0032853Z test_dispatch_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0033129Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0033402Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0033682Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0033972Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0034301Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.0034581Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0034915Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0035190Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0035466Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0035734Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0036016Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0036285Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0036568Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0036850Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0037145Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0037434Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0037710Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0037986Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0038267Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0038552Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0038837Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0039120Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0039380Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0039654Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0039941Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0040229Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0040515Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0040808Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0041099Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0041334Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0041579Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0041824Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0042063Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0042300Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0042579Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0042820Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0043102Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0043346Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0043591Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0043825Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0044065Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0044303Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0044545Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0044777Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0045010Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0045251Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0045469Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.0045689Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.0045913Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0046147Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0046382Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0046619Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0046849Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0047079Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0047308Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0047543Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0047770Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0047999Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0048228Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0048453Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0048690Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0048917Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0049154Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0049444Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0049675Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0049947Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0050191Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0050425Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0050658Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0050883Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0051121Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0051354Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0051588Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.341s) 2023-01-11T21:12:44.0051822Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.325s) 2023-01-11T21:12:44.0052059Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.297s) 2023-01-11T21:12:44.0052281Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.299s) 2023-01-11T21:12:44.0052512Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.307s) 2023-01-11T21:12:44.0052743Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.305s) 2023-01-11T21:12:44.0052975Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.305s) 2023-01-11T21:12:44.0053208Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.306s) 2023-01-11T21:12:44.0053441Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.305s) 2023-01-11T21:12:44.0053658Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0053873Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.0054087Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0054308Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0054535Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0054748Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0054974Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0055187Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0055405Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0055622Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0055831Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0056047Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0056316Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0056530Z test_dispatch_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0056789Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0057012Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0057229Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0057444Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0057654Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0057854Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0058074Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0058290Z test_dispatch_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0058510Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0058730Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0058947Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0059165Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0059383Z test_dispatch_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0059610Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0059823Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0060043Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0060259Z test_dispatch_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0060472Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0060687Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0060903Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0061138Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0061370Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0061602Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0061844Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0062077Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0062309Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0062542Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0062770Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0063041Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0063265Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0063513Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0063822Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0064066Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0064310Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0064549Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0064779Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0065016Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0065254Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0065489Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0065724Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0065958Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0066197Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0066422Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0066654Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0066882Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0067110Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0067341Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0067568Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0067799Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0068021Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0068252Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0068479Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0068714Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0068948Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0069168Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0069389Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0069611Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0069819Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0070095Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0070313Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0070593Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0070814Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0071040Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0071274Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0071513Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0071740Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0071972Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0072197Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0072423Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0072650Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0072869Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0073098Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0073325Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0073559Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0073779Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0074006Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0074236Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0074454Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0074678Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0074902Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0075119Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0075349Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0075580Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0075821Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0076062Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0076310Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.0076549Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0076790Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0077066Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0077337Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0077576Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0077803Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0078042Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0078303Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0078566Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0078831Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0079090Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0079352Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0079602Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0079858Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0080116Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0080374Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0080633Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0080897Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0081129Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.509s) 2023-01-11T21:12:44.0081353Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.505s) 2023-01-11T21:12:44.0081578Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.509s) 2023-01-11T21:12:44.0081807Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.504s) 2023-01-11T21:12:44.0082027Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.504s) 2023-01-11T21:12:44.0082248Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.501s) 2023-01-11T21:12:44.0082493Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0082718Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0082958Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0083201Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0083435Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0083715Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0083953Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0084193Z test_dispatch_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0084404Z test_dispatch_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.255s) 2023-01-11T21:12:44.0084606Z test_dispatch_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.259s) 2023-01-11T21:12:44.0084812Z test_dispatch_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0085020Z test_dispatch_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0085220Z test_dispatch_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0085424Z test_dispatch_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.255s) 2023-01-11T21:12:44.0085630Z test_dispatch_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.257s) 2023-01-11T21:12:44.0085825Z test_dispatch_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0086030Z test_dispatch_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0086227Z test_dispatch_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0086420Z test_dispatch_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.260s) 2023-01-11T21:12:44.0086619Z test_dispatch_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.0086825Z test_dispatch_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.0087024Z test_dispatch_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.0087232Z test_dispatch_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.0087437Z test_dispatch_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.0087625Z test_dispatch_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.0087821Z test_dispatch_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.0088026Z test_dispatch_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0088239Z test_dispatch_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0088441Z test_dispatch_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0088642Z test_dispatch_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0088843Z test_dispatch_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0089044Z test_dispatch_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0089249Z test_dispatch_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0089468Z test_dispatch_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0089675Z test_dispatch_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0089882Z test_dispatch_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0090078Z test_dispatch_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0090279Z test_dispatch_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0090491Z test_dispatch_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0090752Z test_dispatch_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0090952Z test_dispatch_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0091191Z test_dispatch_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0091390Z test_dispatch_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0091588Z test_dispatch_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0091795Z test_dispatch_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0091983Z test_dispatch_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0092199Z test_dispatch_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0092416Z test_dispatch_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0092639Z test_dispatch_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0092851Z test_dispatch_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0093053Z test_dispatch_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0093251Z test_dispatch_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0093449Z test_dispatch_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0093646Z test_dispatch_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0093846Z test_dispatch_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0094047Z test_dispatch_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0094241Z test_dispatch_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0094434Z test_dispatch_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0094635Z test_dispatch_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0094832Z test_dispatch_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0095021Z test_dispatch_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0095219Z test_dispatch_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0095413Z test_dispatch_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0095615Z test_dispatch_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0095814Z test_dispatch_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0096030Z test_dispatch_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0096235Z test_dispatch_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0096433Z test_dispatch_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0096636Z test_dispatch_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0096840Z test_dispatch_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0097048Z test_dispatch_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0097251Z test_dispatch_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0097444Z test_dispatch_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0097691Z test_dispatch_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0097892Z test_dispatch_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0098125Z test_dispatch_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0098374Z test_dispatch_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0098613Z test_dispatch_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0098851Z test_dispatch_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0099092Z test_dispatch_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0099292Z test_dispatch_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0099492Z test_dispatch_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0099694Z test_dispatch_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0099901Z test_dispatch_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0100104Z test_dispatch_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0100302Z test_dispatch_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0100502Z test_dispatch_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0100703Z test_dispatch_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0100905Z test_dispatch_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0101091Z test_dispatch_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0101281Z test_dispatch_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0101475Z test_dispatch_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0101736Z test_dispatch_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0101979Z test_dispatch_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0102188Z test_dispatch_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0102388Z test_dispatch_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0102591Z test_dispatch_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0102800Z test_dispatch_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0103017Z test_dispatch_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0103220Z test_dispatch_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0103427Z test_dispatch_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0103626Z test_dispatch_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0103967Z test_dispatch_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0104172Z test_dispatch_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0104367Z test_dispatch_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0104566Z test_dispatch_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0104877Z test_dispatch_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0105087Z test_dispatch_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0105342Z test_dispatch_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.0105547Z test_dispatch_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0105737Z test_dispatch_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0105935Z test_dispatch_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:44.0106136Z test_dispatch_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.129s) 2023-01-11T21:12:44.0106359Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.151s) 2023-01-11T21:12:44.0106586Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0106824Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0107048Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0107270Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0107499Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0107719Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0107940Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0108174Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0108396Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0108617Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0108843Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0109070Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0109287Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0109507Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0109737Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0109954Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0110180Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0110407Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0110635Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0110862Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0111090Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0111300Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0111520Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0111785Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0112010Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0112265Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0112488Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0112720Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0112943Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0113170Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0113394Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0113617Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0113840Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0114063Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0114284Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0114507Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0114734Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0114956Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0115186Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0115414Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0115637Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0115861Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0116087Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0116303Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0116508Z test_dispatch_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0116707Z test_dispatch_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0116928Z test_dispatch_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0117132Z test_dispatch_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0117337Z test_dispatch_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0117553Z test_dispatch_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0117751Z test_dispatch_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0117950Z test_dispatch_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0118155Z test_dispatch_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0118351Z test_dispatch_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0118553Z test_dispatch_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0118805Z test_dispatch_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0119000Z test_dispatch_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0119237Z test_dispatch_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0119446Z test_dispatch_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0119645Z test_dispatch_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0119844Z test_dispatch_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0120039Z test_dispatch_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0120232Z test_dispatch_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0120428Z test_dispatch_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0120621Z test_dispatch_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0120814Z test_dispatch_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0120997Z test_dispatch_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0121198Z test_dispatch_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0121394Z test_dispatch_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0121587Z test_dispatch_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0121794Z test_dispatch_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0122000Z test_dispatch_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.753s) 2023-01-11T21:12:44.0122204Z test_dispatch_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0122401Z test_dispatch_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0122603Z test_dispatch_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0122808Z test_dispatch_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0123000Z test_dispatch_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.868s) 2023-01-11T21:12:44.0123193Z test_dispatch_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.900s) 2023-01-11T21:12:44.0123392Z test_dispatch_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0123582Z test_dispatch_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.907s) 2023-01-11T21:12:44.0123775Z test_dispatch_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.869s) 2023-01-11T21:12:44.0123974Z test_dispatch_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0124166Z test_dispatch_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0124368Z test_dispatch_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0124574Z test_dispatch_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0124768Z test_dispatch_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0124953Z test_dispatch_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0125149Z test_dispatch_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0125346Z test_dispatch_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0125535Z test_dispatch_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0125770Z test_dispatch_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0125965Z test_dispatch_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0126187Z test_dispatch_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0126430Z test_dispatch_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0126670Z test_dispatch_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0126904Z test_dispatch_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0127142Z test_dispatch_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0127341Z test_dispatch_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.981s) 2023-01-11T21:12:44.0127547Z test_dispatch_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.070s) 2023-01-11T21:12:44.0127754Z test_dispatch_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0127950Z test_dispatch_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0128159Z test_dispatch_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0128366Z test_dispatch_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0128563Z test_dispatch_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0128767Z test_dispatch_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0128967Z test_dispatch_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0129159Z test_dispatch_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0129362Z test_dispatch_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0129553Z test_dispatch_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0129769Z test_dispatch_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0129979Z test_dispatch_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0130190Z test_dispatch_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0130392Z test_dispatch_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0130594Z test_dispatch_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0130798Z test_dispatch_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0130997Z test_dispatch_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0131200Z test_dispatch_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0131412Z test_dispatch_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0131615Z test_dispatch_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0131819Z test_dispatch_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0132012Z test_dispatch_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0132210Z test_dispatch_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0132406Z test_dispatch_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0132604Z test_dispatch_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0132856Z test_dispatch_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0133063Z test_dispatch_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0133315Z test_dispatch_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0133531Z test_dispatch_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0133735Z test_dispatch_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0133928Z test_dispatch_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0134131Z test_dispatch_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0134337Z test_dispatch_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0134543Z test_dispatch_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0134746Z test_dispatch_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0134943Z test_dispatch_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0135145Z test_dispatch_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0135355Z test_dispatch_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0135558Z test_dispatch_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0135756Z test_dispatch_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0135956Z test_dispatch_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0136149Z test_dispatch_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0136361Z test_dispatch_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0136579Z test_dispatch_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0136787Z test_dispatch_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0136997Z test_dispatch_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0137213Z test_dispatch_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0137413Z test_dispatch_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0137614Z test_dispatch_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0137816Z test_dispatch_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0138015Z test_dispatch_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0138221Z test_dispatch_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0138413Z test_dispatch_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0138609Z test_dispatch_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0138807Z test_dispatch_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0139015Z test_dispatch_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0139207Z test_dispatch_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0139402Z test_dispatch_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0139647Z test_dispatch_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0139839Z test_dispatch_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0140033Z test_dispatch_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0140277Z test_dispatch_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0140474Z test_dispatch_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0140669Z test_dispatch_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0140882Z test_dispatch_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0141084Z test_dispatch_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0141289Z test_dispatch_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0141486Z test_dispatch_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0141682Z test_dispatch_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0141883Z test_dispatch_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0142073Z test_dispatch_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0142270Z test_dispatch_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0142450Z test_dispatch_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0142645Z test_dispatch_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0142836Z test_dispatch_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0143056Z test_dispatch_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0143267Z test_dispatch_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0143482Z test_dispatch_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0143772Z test_dispatch_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0143980Z test_dispatch_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0144191Z test_dispatch_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0144403Z test_dispatch_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0144608Z test_dispatch_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0144815Z test_dispatch_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0145020Z test_dispatch_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0145224Z test_dispatch_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0145430Z test_dispatch_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0145635Z test_dispatch_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0145842Z test_dispatch_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0146054Z test_dispatch_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0146254Z test_dispatch_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0146454Z test_dispatch_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0146660Z test_dispatch_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0146919Z test_dispatch_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0147109Z test_dispatch_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0147364Z test_dispatch_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0147563Z test_dispatch_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0147768Z test_dispatch_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0147974Z test_dispatch_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0148175Z test_dispatch_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0148377Z test_dispatch_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0148575Z test_dispatch_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0148777Z test_dispatch_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0148978Z test_dispatch_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0149184Z test_dispatch_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0149387Z test_dispatch_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0149590Z test_dispatch_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0149789Z test_dispatch_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0149987Z test_dispatch_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0150188Z test_dispatch_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0150390Z test_dispatch_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0150589Z test_dispatch_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0150798Z test_dispatch_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0151002Z test_dispatch_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0151219Z test_dispatch_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0151421Z test_dispatch_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0151648Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0151872Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0152095Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0152322Z test_dispatch_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0152540Z test_dispatch_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0152760Z test_dispatch_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0152976Z test_dispatch_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0153193Z test_dispatch_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0153411Z test_dispatch_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0153618Z test_dispatch_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0153887Z test_dispatch_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0154099Z test_dispatch_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0154334Z test_dispatch_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0154558Z test_dispatch_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0154766Z test_dispatch_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0154979Z test_dispatch_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0155188Z test_dispatch_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0155391Z test_dispatch_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0155601Z test_dispatch_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0155804Z test_dispatch_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0156001Z test_dispatch_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0156208Z test_dispatch_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0156400Z test_dispatch_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0156604Z test_dispatch_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0156808Z test_dispatch_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0157009Z test_dispatch_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0157213Z test_dispatch_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0157423Z test_dispatch_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0157636Z test_dispatch_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0157841Z test_dispatch_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0158044Z test_dispatch_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0158239Z test_dispatch_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0158438Z test_dispatch_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0158638Z test_dispatch_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0158833Z test_dispatch_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0159034Z test_dispatch_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0159237Z test_dispatch_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0159435Z test_dispatch_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0159635Z test_dispatch_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0159847Z test_dispatch_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0160048Z test_dispatch_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0160250Z test_dispatch_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0160455Z test_dispatch_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0160643Z test_dispatch_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0160888Z test_dispatch_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0161082Z test_dispatch_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0161317Z test_dispatch_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0161511Z test_dispatch_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0161716Z test_dispatch_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0161927Z test_dispatch_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0162123Z test_dispatch_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0162334Z test_dispatch_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0162551Z test_dispatch_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0162761Z test_dispatch_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0162967Z test_dispatch_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0163168Z test_dispatch_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0163370Z test_dispatch_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0163578Z test_dispatch_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0163775Z test_dispatch_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0163974Z test_dispatch_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0164180Z test_dispatch_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0164394Z test_dispatch_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0164599Z test_dispatch_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0164825Z test_dispatch_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0165029Z test_dispatch_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0165238Z test_dispatch_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0165449Z test_dispatch_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0165651Z test_dispatch_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0165854Z test_dispatch_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0166061Z test_dispatch_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0166258Z test_dispatch_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0166462Z test_dispatch_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0166674Z test_dispatch_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0166879Z test_dispatch_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0167086Z test_dispatch_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0167305Z test_dispatch_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0167514Z test_dispatch_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0167780Z test_dispatch_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0167994Z test_dispatch_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0168233Z test_dispatch_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0168440Z test_dispatch_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0168639Z test_dispatch_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0168844Z test_dispatch_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0169051Z test_dispatch_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0169249Z test_dispatch_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0169455Z test_dispatch_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0169644Z test_dispatch_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0169840Z test_dispatch_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0170047Z test_dispatch_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0170249Z test_dispatch_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0170446Z test_dispatch_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0170640Z test_dispatch_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0170843Z test_dispatch_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0171036Z test_dispatch_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0171232Z test_dispatch_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0171428Z test_dispatch_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0171614Z test_dispatch_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0171807Z test_dispatch_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0172003Z test_dispatch_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0172197Z test_dispatch_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0172390Z test_dispatch_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0172597Z test_dispatch_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0172796Z test_dispatch_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0173002Z test_dispatch_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0173208Z test_dispatch_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0173405Z test_dispatch_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0173610Z test_dispatch_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0173791Z test_dispatch_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0173984Z test_dispatch_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0174178Z test_dispatch_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0174368Z test_dispatch_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0174567Z test_dispatch_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0174813Z test_dispatch_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0175012Z test_dispatch_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0175250Z test_dispatch_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0175446Z test_dispatch_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0175643Z test_dispatch_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0175836Z test_dispatch_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0176034Z test_dispatch_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0176233Z test_dispatch_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0176446Z test_dispatch_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0176663Z test_dispatch_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0176882Z test_dispatch_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0177097Z test_dispatch_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0177320Z test_dispatch_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0177526Z test_dispatch_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0177734Z test_dispatch_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0177945Z test_dispatch_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0178157Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0178384Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0178606Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0178829Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0179023Z test_dispatch_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0179221Z test_dispatch_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0179428Z test_dispatch_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0179630Z test_dispatch_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0179839Z test_dispatch_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0180036Z test_dispatch_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0180236Z test_dispatch_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0180444Z test_dispatch_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0180636Z test_dispatch_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0180831Z test_dispatch_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0181028Z test_dispatch_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0181223Z test_dispatch_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0181429Z test_dispatch_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0181622Z test_dispatch_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0181866Z test_dispatch_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0182068Z test_dispatch_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0182302Z test_dispatch_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0182488Z test_dispatch_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0182689Z test_dispatch_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0182886Z test_dispatch_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0183086Z test_dispatch_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0183277Z test_dispatch_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0183470Z test_dispatch_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0183666Z test_dispatch_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0184017Z test_dispatch_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0184226Z test_dispatch_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0184446Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0184663Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0184882Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0185091Z test_dispatch_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0185301Z test_dispatch_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0185524Z test_dispatch_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0185730Z test_dispatch_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0185945Z test_dispatch_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0186146Z test_dispatch_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0186350Z test_dispatch_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0186557Z test_dispatch_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0186765Z test_dispatch_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0186966Z test_dispatch_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0187172Z test_dispatch_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0187384Z test_dispatch_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0187600Z test_dispatch_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0187809Z test_dispatch_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0188020Z test_dispatch_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0188217Z test_dispatch_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0188421Z test_dispatch_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0188632Z test_dispatch_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0188909Z test_dispatch_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0189120Z test_dispatch_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0189367Z test_dispatch_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0189573Z test_dispatch_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0189785Z test_dispatch_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.0189987Z test_dispatch_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0190189Z test_dispatch_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0190388Z test_dispatch_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0190589Z test_dispatch_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0190796Z test_dispatch_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0191000Z test_dispatch_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0191199Z test_dispatch_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0191397Z test_dispatch_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0191583Z test_dispatch_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0191814Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0192032Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0192257Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0192484Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0192697Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0192913Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0193132Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0193342Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0193560Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0193792Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0194009Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0194240Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0194453Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0194677Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0194902Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0195112Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0195332Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0195555Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0195773Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0196045Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0196307Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0196525Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0196740Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0196945Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0197163Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0197372Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0197593Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0197819Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0198040Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0198263Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0198487Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0198704Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0198920Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0199144Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0199358Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0199575Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0199800Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0200010Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0200229Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0200454Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0200667Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0200882Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0201092Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0201305Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0201525Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0201734Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0201947Z test_dispatch_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.817s) 2023-01-11T21:12:44.0202148Z test_dispatch_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.789s) 2023-01-11T21:12:44.0202370Z test_dispatch_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.825s) 2023-01-11T21:12:44.0202574Z test_dispatch_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.771s) 2023-01-11T21:12:44.0202822Z test_dispatch_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.820s) 2023-01-11T21:12:44.0203027Z test_dispatch_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.679s) 2023-01-11T21:12:44.0203278Z test_dispatch_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.644s) 2023-01-11T21:12:44.0203485Z test_dispatch_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.580s) 2023-01-11T21:12:44.0203712Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.550s) 2023-01-11T21:12:44.0203937Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.548s) 2023-01-11T21:12:44.0204161Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.547s) 2023-01-11T21:12:44.0204384Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.548s) 2023-01-11T21:12:44.0204618Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.539s) 2023-01-11T21:12:44.0204842Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.540s) 2023-01-11T21:12:44.0205071Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.540s) 2023-01-11T21:12:44.0205292Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.539s) 2023-01-11T21:12:44.0205495Z test_dispatch_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0205701Z test_dispatch_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0205904Z test_dispatch_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0206111Z test_dispatch_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0206320Z test_dispatch_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0206515Z test_dispatch_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0206724Z test_dispatch_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0206914Z test_dispatch_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0207115Z test_dispatch_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0207309Z test_dispatch_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0207503Z test_dispatch_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0207702Z test_dispatch_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0207894Z test_dispatch_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0208118Z test_dispatch_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0208335Z test_dispatch_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0208545Z test_dispatch_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0208759Z test_dispatch_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0208976Z test_dispatch_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0209180Z test_dispatch_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0209390Z test_dispatch_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0209600Z test_dispatch_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0209851Z test_dispatch_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0210063Z test_dispatch_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0210302Z test_dispatch_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0210495Z test_dispatch_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0210697Z test_dispatch_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0210906Z test_dispatch_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0211106Z test_dispatch_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0211305Z test_dispatch_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0211490Z test_dispatch_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0211693Z test_dispatch_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0211885Z test_dispatch_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0212081Z test_dispatch_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0212273Z test_dispatch_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0212470Z test_dispatch_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0212659Z test_dispatch_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0212862Z test_dispatch_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0213062Z test_dispatch_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0213266Z test_dispatch_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0213478Z test_dispatch_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0213684Z test_dispatch_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0213885Z test_dispatch_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0214085Z test_dispatch_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0214278Z test_dispatch_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0214474Z test_dispatch_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0214678Z test_dispatch_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0214869Z test_dispatch_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0215065Z test_dispatch_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0215271Z test_dispatch_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0215459Z test_dispatch_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0215663Z test_dispatch_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0215871Z test_dispatch_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0216080Z test_dispatch_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0216279Z test_dispatch_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0216484Z test_dispatch_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0216688Z test_dispatch_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0216934Z test_dispatch_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0217132Z test_dispatch_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0217369Z test_dispatch_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0217567Z test_dispatch_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0217765Z test_dispatch_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0217970Z test_dispatch_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0218160Z test_dispatch_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0218356Z test_dispatch_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0218565Z test_dispatch_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0218759Z test_dispatch_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0218954Z test_dispatch_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0219160Z test_dispatch_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0219348Z test_dispatch_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0219542Z test_dispatch_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0219725Z test_dispatch_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0219957Z test_dispatch_meta_outplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0220179Z test_dispatch_meta_outplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0220414Z test_dispatch_meta_outplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0220642Z test_dispatch_meta_outplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0220863Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0221090Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0221328Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0221560Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0221787Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0222016Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0222248Z test_dispatch_meta_outplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0222486Z test_dispatch_meta_outplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0222723Z test_dispatch_meta_outplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0222961Z test_dispatch_meta_outplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0223191Z test_dispatch_meta_outplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0223409Z test_dispatch_meta_outplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0223627Z test_dispatch_meta_outplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0223957Z test_dispatch_meta_outplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0224189Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0224458Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0224685Z test_dispatch_meta_outplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0224911Z test_dispatch_meta_outplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0225108Z test_dispatch_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0225313Z test_dispatch_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0225504Z test_dispatch_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0225713Z test_dispatch_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0225913Z test_dispatch_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0226120Z test_dispatch_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0226319Z test_dispatch_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0226511Z test_dispatch_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0226709Z test_dispatch_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0226912Z test_dispatch_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0227104Z test_dispatch_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0227309Z test_dispatch_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0227515Z test_dispatch_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0227710Z test_dispatch_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0227913Z test_dispatch_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0228113Z test_dispatch_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0228304Z test_dispatch_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0228500Z test_dispatch_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0228698Z test_dispatch_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0228891Z test_dispatch_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0229088Z test_dispatch_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0229275Z test_dispatch_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0229454Z test_dispatch_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0229656Z test_dispatch_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0229856Z test_dispatch_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.470s) 2023-01-11T21:12:44.0230055Z test_dispatch_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0230258Z test_dispatch_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0230460Z test_dispatch_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0230658Z test_dispatch_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0230914Z test_dispatch_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0231104Z test_dispatch_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0231332Z test_dispatch_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0231533Z test_dispatch_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0231721Z test_dispatch_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0231913Z test_dispatch_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0232122Z test_dispatch_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0232312Z test_dispatch_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0232518Z test_dispatch_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0232734Z test_dispatch_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0232935Z test_dispatch_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0233137Z test_dispatch_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0233329Z test_dispatch_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0233522Z test_dispatch_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0233704Z test_dispatch_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0233898Z test_dispatch_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0234092Z test_dispatch_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0234281Z test_dispatch_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0234476Z test_dispatch_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0234686Z test_dispatch_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0234879Z test_dispatch_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0235081Z test_dispatch_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0235291Z test_dispatch_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0235488Z test_dispatch_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0235681Z test_dispatch_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0235879Z test_dispatch_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0236085Z test_dispatch_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0236284Z test_dispatch_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0236483Z test_dispatch_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0236676Z test_dispatch_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0236871Z test_dispatch_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0237071Z test_dispatch_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0237281Z test_dispatch_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0237491Z test_dispatch_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0237692Z test_dispatch_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0237958Z test_dispatch_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0238166Z test_dispatch_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0238412Z test_dispatch_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0238624Z test_dispatch_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0238832Z test_dispatch_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0239046Z test_dispatch_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0239252Z test_dispatch_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0239455Z test_dispatch_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0239667Z test_dispatch_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0239865Z test_dispatch_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0240064Z test_dispatch_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0240290Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0240511Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0240735Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0240967Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0241185Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0241409Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0241630Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0241844Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0242060Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0242277Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0242486Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0242688Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0242886Z test_dispatch_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0243088Z test_dispatch_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0243286Z test_dispatch_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0243485Z test_dispatch_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0243677Z test_dispatch_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0243872Z test_dispatch_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0244069Z test_dispatch_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0244262Z test_dispatch_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0244459Z test_dispatch_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0244686Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0244965Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0245198Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0245465Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0245677Z test_dispatch_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.583s) 2023-01-11T21:12:44.0245895Z test_dispatch_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.650s) 2023-01-11T21:12:44.0246109Z test_dispatch_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.687s) 2023-01-11T21:12:44.0246321Z test_dispatch_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0246528Z test_dispatch_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0246741Z test_dispatch_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0246958Z test_dispatch_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0247173Z test_dispatch_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0247371Z test_dispatch_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.547s) 2023-01-11T21:12:44.0247591Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.579s) 2023-01-11T21:12:44.0247803Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.561s) 2023-01-11T21:12:44.0248015Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0248230Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0248440Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0248647Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0248870Z test_dispatch_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0249080Z test_dispatch_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.455s) 2023-01-11T21:12:44.0249294Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.375s) 2023-01-11T21:12:44.0249510Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.369s) 2023-01-11T21:12:44.0249716Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0249928Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0250155Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0250363Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0250580Z test_dispatch_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0250798Z test_dispatch_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.671s) 2023-01-11T21:12:44.0251015Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.830s) 2023-01-11T21:12:44.0251234Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.830s) 2023-01-11T21:12:44.0251441Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0251649Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0251907Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0252112Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0252349Z test_dispatch_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0252562Z test_dispatch_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.589s) 2023-01-11T21:12:44.0252781Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.616s) 2023-01-11T21:12:44.0252998Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.634s) 2023-01-11T21:12:44.0253216Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0253424Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0253639Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0253850Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0254061Z test_dispatch_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0254300Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (1.078s) 2023-01-11T21:12:44.0254546Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.962s) 2023-01-11T21:12:44.0254781Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.954s) 2023-01-11T21:12:44.0255020Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0255262Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0255499Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0255736Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0255974Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0256210Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (1.288s) 2023-01-11T21:12:44.0256449Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.238s) 2023-01-11T21:12:44.0256695Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.197s) 2023-01-11T21:12:44.0256926Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0257164Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0257409Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0257639Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0257871Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0258632Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0259100Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0259632Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0260137Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0260590Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0261035Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0261485Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0261948Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0262406Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0262869Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0263324Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0263832Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0264297Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0264749Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0265201Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0265660Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0265873Z test_dispatch_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.386s) 2023-01-11T21:12:44.0266082Z test_dispatch_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.453s) 2023-01-11T21:12:44.0266299Z test_dispatch_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.359s) 2023-01-11T21:12:44.0266505Z test_dispatch_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.354s) 2023-01-11T21:12:44.0266717Z test_dispatch_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.388s) 2023-01-11T21:12:44.0266931Z test_dispatch_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0267131Z test_dispatch_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0267337Z test_dispatch_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0267543Z test_dispatch_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0267747Z test_dispatch_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0268016Z test_dispatch_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.597s) 2023-01-11T21:12:44.0268234Z test_dispatch_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.548s) 2023-01-11T21:12:44.0268494Z test_dispatch_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.548s) 2023-01-11T21:12:44.0268701Z test_dispatch_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0268907Z test_dispatch_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0269116Z test_dispatch_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0269320Z test_dispatch_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0269530Z test_dispatch_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0269775Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.952s) 2023-01-11T21:12:44.0270008Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.831s) 2023-01-11T21:12:44.0270248Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.770s) 2023-01-11T21:12:44.0270469Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0270705Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0270935Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0271172Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0271403Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0271642Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.961s) 2023-01-11T21:12:44.0271876Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.783s) 2023-01-11T21:12:44.0272113Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.778s) 2023-01-11T21:12:44.0272347Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0272573Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0272807Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0273042Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0273272Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0273482Z test_dispatch_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.420s) 2023-01-11T21:12:44.0273692Z test_dispatch_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.443s) 2023-01-11T21:12:44.0273898Z test_dispatch_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.405s) 2023-01-11T21:12:44.0274101Z test_dispatch_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.445s) 2023-01-11T21:12:44.0274312Z test_dispatch_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.476s) 2023-01-11T21:12:44.0274521Z test_dispatch_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0274719Z test_dispatch_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0274963Z test_dispatch_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0275172Z test_dispatch_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0275413Z test_dispatch_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0275620Z test_dispatch_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.490s) 2023-01-11T21:12:44.0275814Z test_dispatch_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.446s) 2023-01-11T21:12:44.0276023Z test_dispatch_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.514s) 2023-01-11T21:12:44.0276222Z test_dispatch_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0276422Z test_dispatch_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0276626Z test_dispatch_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0276832Z test_dispatch_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0277039Z test_dispatch_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0277240Z test_dispatch_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.467s) 2023-01-11T21:12:44.0277448Z test_dispatch_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.379s) 2023-01-11T21:12:44.0277658Z test_dispatch_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.489s) 2023-01-11T21:12:44.0277857Z test_dispatch_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0278060Z test_dispatch_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0278267Z test_dispatch_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0278467Z test_dispatch_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0278676Z test_dispatch_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0278919Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (1.085s) 2023-01-11T21:12:44.0279154Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.891s) 2023-01-11T21:12:44.0279394Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.885s) 2023-01-11T21:12:44.0279639Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0279867Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0280099Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0280344Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0280575Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0281048Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.0281515Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0281963Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0282415Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0282963Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0283424Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0283869Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0284324Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0284541Z test_dispatch_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.581s) 2023-01-11T21:12:44.0284763Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.577s) 2023-01-11T21:12:44.0284983Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.623s) 2023-01-11T21:12:44.0285193Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0285409Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0285626Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0285844Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0286064Z test_dispatch_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0286288Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.522s) 2023-01-11T21:12:44.0286520Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.467s) 2023-01-11T21:12:44.0286756Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.522s) 2023-01-11T21:12:44.0286985Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0287218Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0287443Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0287670Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0287902Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0288134Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.560s) 2023-01-11T21:12:44.0288368Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.481s) 2023-01-11T21:12:44.0288595Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.560s) 2023-01-11T21:12:44.0288821Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0289057Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0289279Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0289514Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0289734Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0290004Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.616s) 2023-01-11T21:12:44.0290271Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.573s) 2023-01-11T21:12:44.0290504Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.664s) 2023-01-11T21:12:44.0290731Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0290960Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0291190Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0291418Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0291642Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0291868Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.561s) 2023-01-11T21:12:44.0292102Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.553s) 2023-01-11T21:12:44.0292329Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.685s) 2023-01-11T21:12:44.0292557Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0292780Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0293005Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0293237Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0293470Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0293687Z test_dispatch_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0293897Z test_dispatch_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0294109Z test_dispatch_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0294313Z test_dispatch_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0294521Z test_dispatch_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0294731Z test_dispatch_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0294937Z test_dispatch_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0295149Z test_dispatch_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0295343Z test_dispatch_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0295548Z test_dispatch_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0295753Z test_dispatch_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.538s) 2023-01-11T21:12:44.0295966Z test_dispatch_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.517s) 2023-01-11T21:12:44.0296184Z test_dispatch_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.626s) 2023-01-11T21:12:44.0296391Z test_dispatch_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0296599Z test_dispatch_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0296859Z test_dispatch_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0297065Z test_dispatch_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0297310Z test_dispatch_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0297558Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0297807Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0298063Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0298319Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0298572Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0298827Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0299072Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0299324Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0299580Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0299817Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.558s) 2023-01-11T21:12:44.0300062Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.545s) 2023-01-11T21:12:44.0300299Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.587s) 2023-01-11T21:12:44.0300536Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0300780Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0301009Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0301245Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0301470Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0301705Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.509s) 2023-01-11T21:12:44.0301945Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.496s) 2023-01-11T21:12:44.0302191Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.602s) 2023-01-11T21:12:44.0302422Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0302659Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0302893Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0303128Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0303371Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0304048Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0304599Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0305075Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0305542Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0306008Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0306487Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0306955Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0307423Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0307890Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0308363Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0308834Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0309302Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0309767Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0310226Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0310689Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0311164Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0311639Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0312120Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0312593Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0313064Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0313613Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0314119Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0314592Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0315057Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0315523Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0316007Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0316474Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0316946Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0317405Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0317866Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0318341Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0318803Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0319040Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.503s) 2023-01-11T21:12:44.0319280Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.454s) 2023-01-11T21:12:44.0319513Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.432s) 2023-01-11T21:12:44.0319751Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0319976Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0320208Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0320440Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0320674Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0320899Z test_dispatch_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0321107Z test_dispatch_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0321323Z test_dispatch_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0321587Z test_dispatch_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0321799Z test_dispatch_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0322045Z test_dispatch_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0322261Z test_dispatch_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0322462Z test_dispatch_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0322671Z test_dispatch_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0322884Z test_dispatch_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0323094Z test_dispatch_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (1.216s) 2023-01-11T21:12:44.0323309Z test_dispatch_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.171s) 2023-01-11T21:12:44.0323522Z test_dispatch_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.276s) 2023-01-11T21:12:44.0323730Z test_dispatch_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0323937Z test_dispatch_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0324146Z test_dispatch_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0324344Z test_dispatch_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0324549Z test_dispatch_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0324754Z test_dispatch_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0324955Z test_dispatch_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0325164Z test_dispatch_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0325366Z test_dispatch_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0325573Z test_dispatch_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0325778Z test_dispatch_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0325976Z test_dispatch_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0326182Z test_dispatch_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0326387Z test_dispatch_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0326582Z test_dispatch_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0326769Z test_dispatch_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0326971Z test_dispatch_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0327169Z test_dispatch_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0327384Z test_dispatch_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0327597Z test_dispatch_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0327815Z test_dispatch_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0328035Z test_dispatch_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0328253Z test_dispatch_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0328512Z test_dispatch_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0328726Z test_dispatch_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0329020Z test_dispatch_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0329235Z test_dispatch_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0329454Z test_dispatch_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0329661Z test_dispatch_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0329879Z test_dispatch_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0330092Z test_dispatch_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0330302Z test_dispatch_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0330533Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0330756Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0330977Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0331191Z test_dispatch_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0331411Z test_dispatch_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0331618Z test_dispatch_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0331817Z test_dispatch_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0332032Z test_dispatch_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0332247Z test_dispatch_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0332454Z test_dispatch_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0332665Z test_dispatch_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0332871Z test_dispatch_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0333061Z test_dispatch_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0333265Z test_dispatch_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0333472Z test_dispatch_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0333675Z test_dispatch_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0333876Z test_dispatch_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0334070Z test_dispatch_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0334273Z test_dispatch_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0334474Z test_dispatch_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0334666Z test_dispatch_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0334865Z test_dispatch_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0335053Z test_dispatch_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0335249Z test_dispatch_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0335462Z test_dispatch_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0335703Z test_dispatch_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0335917Z test_dispatch_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0336146Z test_dispatch_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0336352Z test_dispatch_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0336559Z test_dispatch_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0336756Z test_dispatch_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0336954Z test_dispatch_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0337154Z test_dispatch_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0337353Z test_dispatch_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0337556Z test_dispatch_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0337760Z test_dispatch_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0337966Z test_dispatch_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0338164Z test_dispatch_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0338381Z test_dispatch_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0338589Z test_dispatch_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0338803Z test_dispatch_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0339001Z test_dispatch_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0339204Z test_dispatch_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0339406Z test_dispatch_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0339604Z test_dispatch_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0339808Z test_dispatch_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0340001Z test_dispatch_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0340200Z test_dispatch_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0340387Z test_dispatch_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0340593Z test_dispatch_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0340795Z test_dispatch_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0341004Z test_dispatch_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0341203Z test_dispatch_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0341406Z test_dispatch_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0341611Z test_dispatch_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0341811Z test_dispatch_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0342013Z test_dispatch_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0342205Z test_dispatch_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0342403Z test_dispatch_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0342644Z test_dispatch_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0342838Z test_dispatch_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0343069Z test_dispatch_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0343305Z test_dispatch_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... expected failure (0.010s) 2023-01-11T21:12:44.0343527Z test_dispatch_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... expected failure (0.009s) 2023-01-11T21:12:44.0343809Z test_dispatch_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... expected failure (0.009s) 2023-01-11T21:12:44.0344036Z test_dispatch_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... expected failure (0.010s) 2023-01-11T21:12:44.0344253Z test_dispatch_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.010s) 2023-01-11T21:12:44.0344484Z test_dispatch_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.009s) 2023-01-11T21:12:44.0344686Z test_dispatch_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0344896Z test_dispatch_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0345092Z test_dispatch_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0345296Z test_dispatch_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0345499Z test_dispatch_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0345708Z test_dispatch_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0345934Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0346154Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0346372Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0346595Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0346817Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0347033Z test_dispatch_meta_outplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0347251Z test_dispatch_meta_outplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0347465Z test_dispatch_meta_outplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0347685Z test_dispatch_meta_outplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0347906Z test_dispatch_meta_outplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0348111Z test_dispatch_meta_outplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0348321Z test_dispatch_meta_outplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0348534Z test_dispatch_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0348731Z test_dispatch_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.0348929Z test_dispatch_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0349133Z test_dispatch_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0349325Z test_dispatch_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0349529Z test_dispatch_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0349779Z test_dispatch_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0349981Z test_dispatch_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0350218Z test_dispatch_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0350418Z test_dispatch_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0350619Z test_dispatch_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0350813Z test_dispatch_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0351011Z test_dispatch_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0351197Z test_dispatch_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0351390Z test_dispatch_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0351594Z test_dispatch_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0351792Z test_dispatch_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0351989Z test_dispatch_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0352196Z test_dispatch_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0352393Z test_dispatch_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.662s) 2023-01-11T21:12:44.0352594Z test_dispatch_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0352792Z test_dispatch_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0352982Z test_dispatch_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0353174Z test_dispatch_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0353376Z test_dispatch_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0353563Z test_dispatch_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0353745Z test_dispatch_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0353935Z test_dispatch_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0354138Z test_dispatch_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0354350Z test_dispatch_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0354559Z test_dispatch_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0354766Z test_dispatch_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0354983Z test_dispatch_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0355192Z test_dispatch_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0355396Z test_dispatch_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0355602Z test_dispatch_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0355808Z test_dispatch_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0356012Z test_dispatch_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0356221Z test_dispatch_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0356418Z test_dispatch_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0356617Z test_dispatch_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0356868Z test_dispatch_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.092s) 2023-01-11T21:12:44.0357069Z test_dispatch_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.132s) 2023-01-11T21:12:44.0357324Z test_dispatch_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.079s) 2023-01-11T21:12:44.0357520Z test_dispatch_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.097s) 2023-01-11T21:12:44.0357770Z test_dispatch_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0358022Z test_dispatch_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0358229Z test_dispatch_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.0358422Z test_dispatch_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.0358633Z test_dispatch_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.0358830Z test_dispatch_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.0359026Z test_dispatch_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0359222Z test_dispatch_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0359420Z test_dispatch_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0359623Z test_dispatch_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0359816Z test_dispatch_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360009Z test_dispatch_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360202Z test_dispatch_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360395Z test_dispatch_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360584Z test_dispatch_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360779Z test_dispatch_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0360969Z test_dispatch_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0361163Z test_dispatch_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0361377Z test_dispatch_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0361589Z test_dispatch_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0361804Z test_dispatch_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0362028Z test_dispatch_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0362246Z test_dispatch_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0362448Z test_dispatch_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0362662Z test_dispatch_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0362871Z test_dispatch_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0363074Z test_dispatch_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0363288Z test_dispatch_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0363503Z test_dispatch_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0363755Z test_dispatch_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0363957Z test_dispatch_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.0364154Z test_dispatch_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.0364389Z test_dispatch_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:44.0364594Z test_dispatch_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.0364800Z test_dispatch_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:44.0364991Z test_dispatch_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.0365190Z test_dispatch_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:44.0365392Z test_dispatch_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:44.0365585Z test_dispatch_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.0365776Z test_dispatch_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.0365979Z test_dispatch_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.126s) 2023-01-11T21:12:44.0366168Z test_dispatch_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.0366364Z test_dispatch_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0366564Z test_dispatch_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0366752Z test_dispatch_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0366950Z test_dispatch_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0367150Z test_dispatch_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0367357Z test_dispatch_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0367558Z test_dispatch_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0367763Z test_dispatch_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0367953Z test_dispatch_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0368140Z test_dispatch_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0368334Z test_dispatch_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0368529Z test_dispatch_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0368718Z test_dispatch_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0368920Z test_dispatch_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0369121Z test_dispatch_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0369322Z test_dispatch_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0369533Z test_dispatch_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0369730Z test_dispatch_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0369927Z test_dispatch_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0370132Z test_dispatch_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0370324Z test_dispatch_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0370516Z test_dispatch_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0370714Z test_dispatch_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0370940Z test_dispatch_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0371129Z test_dispatch_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0371360Z test_dispatch_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0371579Z test_dispatch_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0371781Z test_dispatch_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0371999Z test_dispatch_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0372215Z test_dispatch_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0372420Z test_dispatch_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0372633Z test_dispatch_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0372851Z test_dispatch_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0373054Z test_dispatch_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0373260Z test_dispatch_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0373464Z test_dispatch_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0373666Z test_dispatch_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0373875Z test_dispatch_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0374079Z test_dispatch_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0374293Z test_dispatch_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0374508Z test_dispatch_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0374714Z test_dispatch_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.0374924Z test_dispatch_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0375129Z test_dispatch_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0375315Z test_dispatch_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0375508Z test_dispatch_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0375715Z test_dispatch_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0375917Z test_dispatch_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0376118Z test_dispatch_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.0376322Z test_dispatch_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0376522Z test_dispatch_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0376724Z test_dispatch_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0376914Z test_dispatch_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0377108Z test_dispatch_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0377305Z test_dispatch_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0377494Z test_dispatch_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.0377695Z test_dispatch_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0377939Z test_dispatch_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0378146Z test_dispatch_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0378388Z test_dispatch_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0378579Z test_dispatch_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0378769Z test_dispatch_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0378973Z test_dispatch_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0379161Z test_dispatch_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0379348Z test_dispatch_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0379526Z test_dispatch_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0379720Z test_dispatch_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0379917Z test_dispatch_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0380122Z test_dispatch_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0380324Z test_dispatch_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0380540Z test_dispatch_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0380749Z test_dispatch_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0380960Z test_dispatch_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0381160Z test_dispatch_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0381370Z test_dispatch_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0381577Z test_dispatch_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0381780Z test_dispatch_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0381980Z test_dispatch_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0382186Z test_dispatch_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0382382Z test_dispatch_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0382583Z test_dispatch_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0382786Z test_dispatch_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0382985Z test_dispatch_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0383189Z test_dispatch_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0383380Z test_dispatch_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0383581Z test_dispatch_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0383887Z test_dispatch_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0384093Z test_dispatch_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0384286Z test_dispatch_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0384492Z test_dispatch_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0384695Z test_dispatch_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0384896Z test_dispatch_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0385163Z test_dispatch_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0385366Z test_dispatch_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0385602Z test_dispatch_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0385804Z test_dispatch_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386008Z test_dispatch_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386205Z test_dispatch_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386402Z test_dispatch_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386593Z test_dispatch_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386792Z test_dispatch_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0386995Z test_dispatch_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0387202Z test_dispatch_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0387408Z test_dispatch_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0387628Z test_dispatch_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0387836Z test_dispatch_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0388042Z test_dispatch_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0388236Z test_dispatch_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0388443Z test_dispatch_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0388663Z test_dispatch_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0388867Z test_dispatch_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0389079Z test_dispatch_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0389275Z test_dispatch_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0389474Z test_dispatch_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0389680Z test_dispatch_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0389883Z test_dispatch_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0390100Z test_dispatch_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0390317Z test_dispatch_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0390518Z test_dispatch_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0390729Z test_dispatch_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0390941Z test_dispatch_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0391142Z test_dispatch_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0391353Z test_dispatch_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0391553Z test_dispatch_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0391756Z test_dispatch_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0391965Z test_dispatch_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0392218Z test_dispatch_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0392432Z test_dispatch_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0392657Z test_dispatch_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0392859Z test_dispatch_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0393062Z test_dispatch_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0393271Z test_dispatch_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0393466Z test_dispatch_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0393669Z test_dispatch_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0393869Z test_dispatch_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0394067Z test_dispatch_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0394259Z test_dispatch_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.0394488Z test_dispatch_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0394712Z test_dispatch_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.0394927Z test_dispatch_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0395150Z test_dispatch_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0395344Z test_dispatch_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0395553Z test_dispatch_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0395760Z test_dispatch_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0395969Z test_dispatch_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0396168Z test_dispatch_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0396366Z test_dispatch_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0396567Z test_dispatch_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0396760Z test_dispatch_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0396940Z test_dispatch_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0397138Z test_dispatch_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0397338Z test_dispatch_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0397544Z test_dispatch_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0397746Z test_dispatch_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0397961Z test_dispatch_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0398160Z test_dispatch_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0398368Z test_dispatch_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0398575Z test_dispatch_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0398773Z test_dispatch_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0398973Z test_dispatch_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0399223Z test_dispatch_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0399422Z test_dispatch_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0399663Z test_dispatch_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0399855Z test_dispatch_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0400049Z test_dispatch_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0400246Z test_dispatch_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0400442Z test_dispatch_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0400655Z test_dispatch_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0400859Z test_dispatch_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0401074Z test_dispatch_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0401264Z test_dispatch_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0401490Z test_dispatch_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0401704Z test_dispatch_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0401927Z test_dispatch_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.0402136Z test_dispatch_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0402346Z test_dispatch_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0402550Z test_dispatch_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0402760Z test_dispatch_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0402970Z test_dispatch_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0403178Z test_dispatch_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0403383Z test_dispatch_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0403588Z test_dispatch_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0403792Z test_dispatch_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0403989Z test_dispatch_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0404187Z test_dispatch_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0404390Z test_dispatch_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0404591Z test_dispatch_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0404788Z test_dispatch_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0404982Z test_dispatch_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0405178Z test_dispatch_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0405383Z test_dispatch_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0405572Z test_dispatch_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0405770Z test_dispatch_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0405988Z test_dispatch_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0406237Z test_dispatch_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0406441Z test_dispatch_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0406680Z test_dispatch_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0406886Z test_dispatch_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0407094Z test_dispatch_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0407286Z test_dispatch_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0407484Z test_dispatch_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0407686Z test_dispatch_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0407883Z test_dispatch_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0408089Z test_dispatch_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0408298Z test_dispatch_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0408507Z test_dispatch_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0408719Z test_dispatch_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0408931Z test_dispatch_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0409136Z test_dispatch_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0409341Z test_dispatch_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0409557Z test_dispatch_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0409757Z test_dispatch_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0409945Z test_dispatch_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0410151Z test_dispatch_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0410363Z test_dispatch_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0410560Z test_dispatch_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0410761Z test_dispatch_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0410977Z test_dispatch_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0411185Z test_dispatch_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0411408Z test_dispatch_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0411622Z test_dispatch_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0411836Z test_dispatch_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0412050Z test_dispatch_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0412253Z test_dispatch_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0412458Z test_dispatch_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0412665Z test_dispatch_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0412865Z test_dispatch_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0413071Z test_dispatch_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0413342Z test_dispatch_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0413543Z test_dispatch_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0413783Z test_dispatch_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0413990Z test_dispatch_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0414197Z test_dispatch_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0414405Z test_dispatch_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0414597Z test_dispatch_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0414793Z test_dispatch_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0414991Z test_dispatch_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0415193Z test_dispatch_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0415393Z test_dispatch_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0415586Z test_dispatch_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0415778Z test_dispatch_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0415975Z test_dispatch_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0416177Z test_dispatch_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0416377Z test_dispatch_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0416593Z test_dispatch_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0416805Z test_dispatch_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0417005Z test_dispatch_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0417208Z test_dispatch_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0417409Z test_dispatch_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0417627Z test_dispatch_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.723s) 2023-01-11T21:12:44.0417852Z test_dispatch_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.656s) 2023-01-11T21:12:44.0418068Z test_dispatch_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.726s) 2023-01-11T21:12:44.0418288Z test_dispatch_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.724s) 2023-01-11T21:12:44.0418515Z test_dispatch_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.699s) 2023-01-11T21:12:44.0418726Z test_dispatch_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.733s) 2023-01-11T21:12:44.0418946Z test_dispatch_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.692s) 2023-01-11T21:12:44.0419149Z test_dispatch_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.750s) 2023-01-11T21:12:44.0419369Z test_dispatch_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.818s) 2023-01-11T21:12:44.0419563Z test_dispatch_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (3.732s) 2023-01-11T21:12:44.0419766Z test_dispatch_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.808s) 2023-01-11T21:12:44.0419975Z test_dispatch_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.536s) 2023-01-11T21:12:44.0420171Z test_dispatch_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.461s) 2023-01-11T21:12:44.0420417Z test_dispatch_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.456s) 2023-01-11T21:12:44.0420617Z test_dispatch_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.477s) 2023-01-11T21:12:44.0420841Z test_dispatch_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (3.503s) 2023-01-11T21:12:44.0421048Z test_dispatch_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (3.585s) 2023-01-11T21:12:44.0421251Z test_dispatch_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (3.662s) 2023-01-11T21:12:44.0421455Z test_dispatch_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0421659Z test_dispatch_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0421877Z test_dispatch_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0422087Z test_dispatch_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0422297Z test_dispatch_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0422512Z test_dispatch_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0422716Z test_dispatch_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0422925Z test_dispatch_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0423122Z test_dispatch_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0423322Z test_dispatch_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0423510Z test_dispatch_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0423802Z test_dispatch_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0424009Z test_dispatch_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0424213Z test_dispatch_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0424412Z test_dispatch_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0424613Z test_dispatch_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0424814Z test_dispatch_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0425007Z test_dispatch_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0425200Z test_dispatch_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0425412Z test_dispatch_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0425620Z test_dispatch_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0425827Z test_dispatch_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0426039Z test_dispatch_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0426237Z test_dispatch_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0426437Z test_dispatch_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0426661Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0426880Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0427098Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0427375Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0427596Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0427847Z test_dispatch_meta_outplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0428063Z test_dispatch_meta_outplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0428267Z test_dispatch_meta_outplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0428488Z test_dispatch_meta_outplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0428694Z test_dispatch_meta_outplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0428904Z test_dispatch_meta_outplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0429124Z test_dispatch_meta_outplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0429320Z test_dispatch_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0429523Z test_dispatch_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0429732Z test_dispatch_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0429925Z test_dispatch_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0430123Z test_dispatch_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0430321Z test_dispatch_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0430532Z test_dispatch_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0430750Z test_dispatch_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0430971Z test_dispatch_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0431172Z test_dispatch_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0431375Z test_dispatch_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0431588Z test_dispatch_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0431789Z test_dispatch_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0431993Z test_dispatch_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0432202Z test_dispatch_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0432403Z test_dispatch_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0432594Z test_dispatch_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0432792Z test_dispatch_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0432993Z test_dispatch_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0433189Z test_dispatch_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0433387Z test_dispatch_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0433590Z test_dispatch_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0433799Z test_dispatch_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0434013Z test_dispatch_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0434223Z test_dispatch_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0434465Z test_dispatch_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0434671Z test_dispatch_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0434911Z test_dispatch_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0435111Z test_dispatch_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0435306Z test_dispatch_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0435507Z test_dispatch_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0435714Z test_dispatch_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0435910Z test_dispatch_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0436113Z test_dispatch_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0436317Z test_dispatch_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0436506Z test_dispatch_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0436713Z test_dispatch_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0436918Z test_dispatch_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0437106Z test_dispatch_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0437300Z test_dispatch_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0437496Z test_dispatch_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0437700Z test_dispatch_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0437895Z test_dispatch_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0438090Z test_dispatch_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0438294Z test_dispatch_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0438485Z test_dispatch_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0438680Z test_dispatch_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0438890Z test_dispatch_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0439082Z test_dispatch_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0439290Z test_dispatch_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0439506Z test_dispatch_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0439711Z test_dispatch_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0439911Z test_dispatch_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0440125Z test_dispatch_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0440324Z test_dispatch_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0440524Z test_dispatch_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0440728Z test_dispatch_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0440921Z test_dispatch_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0441110Z test_dispatch_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0441366Z test_dispatch_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0441570Z test_dispatch_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0441777Z test_dispatch_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0442027Z test_dispatch_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0442229Z test_dispatch_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0442437Z test_dispatch_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0442642Z test_dispatch_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0442836Z test_dispatch_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0443039Z test_dispatch_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0443242Z test_dispatch_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0443434Z test_dispatch_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0443634Z test_dispatch_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0443835Z test_dispatch_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0444036Z test_dispatch_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0444240Z test_dispatch_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0444435Z test_dispatch_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0444637Z test_dispatch_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0444850Z test_dispatch_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0445050Z test_dispatch_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0445248Z test_dispatch_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0445437Z test_dispatch_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0445641Z test_dispatch_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0445832Z test_dispatch_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0446033Z test_dispatch_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0446235Z test_dispatch_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0446429Z test_dispatch_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0446632Z test_dispatch_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0446830Z test_dispatch_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0447026Z test_dispatch_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0447233Z test_dispatch_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0447427Z test_dispatch_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.0447627Z test_dispatch_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0447827Z test_dispatch_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0448024Z test_dispatch_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0448226Z test_dispatch_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0448465Z test_dispatch_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0448661Z test_dispatch_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0448906Z test_dispatch_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0449099Z test_dispatch_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0449309Z test_dispatch_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0449520Z test_dispatch_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0449704Z test_dispatch_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0449898Z test_dispatch_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0450096Z test_dispatch_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0450299Z test_dispatch_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0450488Z test_dispatch_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0450684Z test_dispatch_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0450884Z test_dispatch_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0451074Z test_dispatch_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0451273Z test_dispatch_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0451473Z test_dispatch_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0451677Z test_dispatch_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0451884Z test_dispatch_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0452082Z test_dispatch_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0452276Z test_dispatch_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0452480Z test_dispatch_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0452684Z test_dispatch_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0452875Z test_dispatch_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0453071Z test_dispatch_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0453269Z test_dispatch_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0453459Z test_dispatch_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0453642Z test_dispatch_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0453852Z test_dispatch_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0454055Z test_dispatch_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0454265Z test_dispatch_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0454474Z test_dispatch_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0454678Z test_dispatch_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0454884Z test_dispatch_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0455097Z test_dispatch_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0455309Z test_dispatch_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0455558Z test_dispatch_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0455752Z test_dispatch_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0455984Z test_dispatch_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0456179Z test_dispatch_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0456376Z test_dispatch_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0456632Z test_dispatch_symbolic_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0456884Z test_dispatch_symbolic_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0457142Z test_dispatch_symbolic_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0457406Z test_dispatch_symbolic_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0457680Z test_dispatch_symbolic_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0457941Z test_dispatch_symbolic_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0458201Z test_dispatch_symbolic_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0458462Z test_dispatch_symbolic_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0458717Z test_dispatch_symbolic_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0458978Z test_dispatch_symbolic_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0459229Z test_dispatch_symbolic_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0459492Z test_dispatch_symbolic_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0459749Z test_dispatch_symbolic_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0459994Z test_dispatch_symbolic_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0460250Z test_dispatch_symbolic_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0460520Z test_dispatch_symbolic_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0460786Z test_dispatch_symbolic_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0461052Z test_dispatch_symbolic_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0461314Z test_dispatch_symbolic_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0461576Z test_dispatch_symbolic_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0461837Z test_dispatch_symbolic_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0462091Z test_dispatch_symbolic_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0462386Z test_dispatch_symbolic_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0462642Z test_dispatch_symbolic_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0462941Z test_dispatch_symbolic_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0463203Z test_dispatch_symbolic_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0463477Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0463877Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0464158Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0464438Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0464718Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0464983Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0465261Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0465527Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0465800Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0466072Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0466343Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0466605Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0466871Z test_dispatch_symbolic_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0467136Z test_dispatch_symbolic_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0467397Z test_dispatch_symbolic_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0467672Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0467938Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0468202Z test_dispatch_symbolic_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0468456Z test_dispatch_symbolic_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0468712Z test_dispatch_symbolic_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0468969Z test_dispatch_symbolic_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0469292Z test_dispatch_symbolic_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0469548Z test_dispatch_symbolic_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0469843Z test_dispatch_symbolic_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0470088Z test_dispatch_symbolic_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0470340Z test_dispatch_symbolic_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0470595Z test_dispatch_symbolic_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0470848Z test_dispatch_symbolic_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0471107Z test_dispatch_symbolic_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0471373Z test_dispatch_symbolic_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0471621Z test_dispatch_symbolic_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0471883Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0472136Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0472394Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0472661Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0472927Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0473183Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0473434Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0473688Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0473948Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0474201Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0474455Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0474714Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0474976Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0475245Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0475520Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0475820Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0476076Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0476381Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0476638Z test_dispatch_symbolic_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0476893Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0477147Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0477398Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0477652Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0477915Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0478161Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0478413Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0478673Z test_dispatch_symbolic_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0478925Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0479181Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0479448Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0479709Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0479967Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0480208Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0480465Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0480716Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0480965Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0481223Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0481471Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0481723Z test_dispatch_symbolic_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0481977Z test_dispatch_symbolic_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0482270Z test_dispatch_symbolic_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0482516Z test_dispatch_symbolic_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0482795Z test_dispatch_symbolic_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0483043Z test_dispatch_symbolic_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0483291Z test_dispatch_symbolic_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0483543Z test_dispatch_symbolic_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0483800Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0484063Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0484319Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0484573Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0484826Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0485077Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0485326Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0485577Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0485827Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0486077Z test_dispatch_symbolic_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0486337Z test_dispatch_symbolic_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0486595Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0486854Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0487109Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0487362Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0487613Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0487860Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0488106Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0488355Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0488645Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0488894Z test_dispatch_symbolic_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0489175Z test_dispatch_symbolic_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0489428Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0489667Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0489913Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0490159Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0490412Z test_dispatch_symbolic_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0490693Z test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0490972Z test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0491250Z test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0491526Z test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0491804Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0492082Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0492360Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0492637Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0492844Z test_dispatch_symbolic_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0493046Z test_dispatch_symbolic_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0493298Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0493553Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0493806Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0494012Z test_dispatch_symbolic_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0494218Z test_dispatch_symbolic_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0494421Z test_dispatch_symbolic_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0494623Z test_dispatch_symbolic_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0494827Z test_dispatch_symbolic_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0495025Z test_dispatch_symbolic_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0495270Z test_dispatch_symbolic_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0495469Z test_dispatch_symbolic_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0495714Z test_dispatch_symbolic_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0495961Z test_dispatch_symbolic_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0496175Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0496384Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0496595Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0496795Z test_dispatch_symbolic_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0497003Z test_dispatch_symbolic_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0497211Z test_dispatch_symbolic_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0497457Z test_dispatch_symbolic_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0497699Z test_dispatch_symbolic_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0497943Z test_dispatch_symbolic_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0498184Z test_dispatch_symbolic_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0498427Z test_dispatch_symbolic_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0498643Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0498887Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0499105Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0499318Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0499529Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0499740Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0499946Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0500152Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0500404Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0500648Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0500893Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0501135Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0501379Z test_dispatch_symbolic_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0501586Z test_dispatch_symbolic_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0501787Z test_dispatch_symbolic_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0502044Z test_dispatch_symbolic_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0502255Z test_dispatch_symbolic_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0502501Z test_dispatch_symbolic_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0502698Z test_dispatch_symbolic_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0502901Z test_dispatch_symbolic_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0503104Z test_dispatch_symbolic_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0503305Z test_dispatch_symbolic_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0503505Z test_dispatch_symbolic_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0503770Z test_dispatch_symbolic_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0503971Z test_dispatch_symbolic_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0504178Z test_dispatch_symbolic_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0504391Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0504607Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0504818Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0505028Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0505236Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0505448Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0505660Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0505881Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0506100Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0506311Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0506521Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0506729Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0506941Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0507161Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0507369Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0507581Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0507791Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0507997Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0508207Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0508414Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0508621Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0508882Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0509090Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.0509339Z test_dispatch_symbolic_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0509557Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0509767Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0509971Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0510178Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0510385Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0510616Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0510849Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0511083Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0511311Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0511538Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0511760Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0511968Z test_dispatch_symbolic_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0512180Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0512395Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0512594Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0512803Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0513012Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0513221Z test_dispatch_symbolic_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0513422Z test_dispatch_symbolic_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0513633Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0513842Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0514051Z test_dispatch_symbolic_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0514257Z test_dispatch_symbolic_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0514464Z test_dispatch_symbolic_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0514666Z test_dispatch_symbolic_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0514867Z test_dispatch_symbolic_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0515067Z test_dispatch_symbolic_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0515268Z test_dispatch_symbolic_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0515471Z test_dispatch_symbolic_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0515784Z test_dispatch_symbolic_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0516033Z test_dispatch_symbolic_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0516327Z test_dispatch_symbolic_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0516588Z test_dispatch_symbolic_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0516839Z test_dispatch_symbolic_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0517090Z test_dispatch_symbolic_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0517341Z test_dispatch_symbolic_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0517590Z test_dispatch_symbolic_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0517838Z test_dispatch_symbolic_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0518085Z test_dispatch_symbolic_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0518333Z test_dispatch_symbolic_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0518572Z test_dispatch_symbolic_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0518837Z test_dispatch_symbolic_meta_inplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0519103Z test_dispatch_symbolic_meta_inplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0519381Z test_dispatch_symbolic_meta_inplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0519655Z test_dispatch_symbolic_meta_inplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0519922Z test_dispatch_symbolic_meta_inplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0520195Z test_dispatch_symbolic_meta_inplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0520468Z test_dispatch_symbolic_meta_inplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0520737Z test_dispatch_symbolic_meta_inplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0521006Z test_dispatch_symbolic_meta_inplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0521265Z test_dispatch_symbolic_meta_inplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0521533Z test_dispatch_symbolic_meta_inplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0521797Z test_dispatch_symbolic_meta_inplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0522062Z test_dispatch_symbolic_meta_inplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0522397Z test_dispatch_symbolic_meta_inplace_all_strides__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0522735Z test_dispatch_symbolic_meta_inplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0522960Z test_dispatch_symbolic_meta_inplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0523184Z test_dispatch_symbolic_meta_inplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0523410Z test_dispatch_symbolic_meta_inplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0523634Z test_dispatch_symbolic_meta_inplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0523863Z test_dispatch_symbolic_meta_inplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0524090Z test_dispatch_symbolic_meta_inplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.195s) 2023-01-11T21:12:44.0524321Z test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2023-01-11T21:12:44.0524544Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0524785Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.0525011Z test_dispatch_symbolic_meta_inplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0525235Z test_dispatch_symbolic_meta_inplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.0525502Z test_dispatch_symbolic_meta_inplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0525777Z test_dispatch_symbolic_meta_inplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0526047Z test_dispatch_symbolic_meta_inplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0526315Z test_dispatch_symbolic_meta_inplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0526585Z test_dispatch_symbolic_meta_inplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0526852Z test_dispatch_symbolic_meta_inplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0527117Z test_dispatch_symbolic_meta_inplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0527390Z test_dispatch_symbolic_meta_inplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0527662Z test_dispatch_symbolic_meta_inplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0527932Z test_dispatch_symbolic_meta_inplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0528206Z test_dispatch_symbolic_meta_inplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0528478Z test_dispatch_symbolic_meta_inplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0528743Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0529034Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2023-01-11T21:12:44.0529358Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0529586Z test_dispatch_symbolic_meta_inplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0529809Z test_dispatch_symbolic_meta_inplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0530037Z test_dispatch_symbolic_meta_inplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0530262Z test_dispatch_symbolic_meta_inplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0530487Z test_dispatch_symbolic_meta_inplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0530762Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0531037Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0531309Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0531537Z test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.0531815Z test_dispatch_symbolic_meta_inplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0532089Z test_dispatch_symbolic_meta_inplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0532356Z test_dispatch_symbolic_meta_inplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0532589Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0532826Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.0533054Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0533278Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0533520Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0533749Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0534029Z test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0534294Z test_dispatch_symbolic_meta_inplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0534561Z test_dispatch_symbolic_meta_inplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0534847Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0535134Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0535457Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0535768Z test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0536039Z test_dispatch_symbolic_meta_inplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0536322Z test_dispatch_symbolic_meta_inplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0536587Z test_dispatch_symbolic_meta_inplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0536854Z test_dispatch_symbolic_meta_inplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0537129Z test_dispatch_symbolic_meta_inplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0537355Z test_dispatch_symbolic_meta_inplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0537626Z test_dispatch_symbolic_meta_inplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0537892Z test_dispatch_symbolic_meta_inplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0538162Z test_dispatch_symbolic_meta_inplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0538434Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0538724Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0539001Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0539268Z test_dispatch_symbolic_meta_inplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0539494Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.175s) 2023-01-11T21:12:44.0539725Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0539956Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0540227Z test_dispatch_symbolic_meta_inplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0540508Z test_dispatch_symbolic_meta_inplace_all_strides_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0540786Z test_dispatch_symbolic_meta_inplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0541056Z test_dispatch_symbolic_meta_inplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0541322Z test_dispatch_symbolic_meta_inplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0541559Z test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0541881Z test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0542192Z test_dispatch_symbolic_meta_inplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0542423Z test_dispatch_symbolic_meta_inplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0542697Z test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0542917Z test_dispatch_symbolic_meta_inplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0543139Z test_dispatch_symbolic_meta_inplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0543416Z test_dispatch_symbolic_meta_inplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0543746Z test_dispatch_symbolic_meta_inplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0544014Z test_dispatch_symbolic_meta_inplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0544283Z test_dispatch_symbolic_meta_inplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0544553Z test_dispatch_symbolic_meta_inplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0544783Z test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.0545060Z test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0545351Z test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0545585Z test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0545851Z test_dispatch_symbolic_meta_inplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0546126Z test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0546402Z test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0546684Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0546959Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0547245Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0547509Z test_dispatch_symbolic_meta_inplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0547736Z test_dispatch_symbolic_meta_inplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0548002Z test_dispatch_symbolic_meta_inplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0548243Z test_dispatch_symbolic_meta_inplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2023-01-11T21:12:44.0548578Z test_dispatch_symbolic_meta_inplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.0548859Z test_dispatch_symbolic_meta_inplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.0549127Z test_dispatch_symbolic_meta_inplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0549394Z test_dispatch_symbolic_meta_inplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0549652Z test_dispatch_symbolic_meta_inplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0549921Z test_dispatch_symbolic_meta_inplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0550191Z test_dispatch_symbolic_meta_inplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0550464Z test_dispatch_symbolic_meta_inplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0550740Z test_dispatch_symbolic_meta_inplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0550960Z test_dispatch_symbolic_meta_inplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.0551224Z test_dispatch_symbolic_meta_inplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0551446Z test_dispatch_symbolic_meta_inplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0551672Z test_dispatch_symbolic_meta_inplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0551897Z test_dispatch_symbolic_meta_inplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0552119Z test_dispatch_symbolic_meta_inplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0552339Z test_dispatch_symbolic_meta_inplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0552615Z test_dispatch_symbolic_meta_inplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0552887Z test_dispatch_symbolic_meta_inplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0553110Z test_dispatch_symbolic_meta_inplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0553377Z test_dispatch_symbolic_meta_inplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0553647Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0553918Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0554189Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0554463Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0554733Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0555046Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0555349Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0555618Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0555888Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0556157Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0556433Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0556707Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0556979Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0557250Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0557518Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0557787Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0558060Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0558331Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0558603Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0558869Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0559091Z test_dispatch_symbolic_meta_inplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0559361Z test_dispatch_symbolic_meta_inplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0559626Z test_dispatch_symbolic_meta_inplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0559900Z test_dispatch_symbolic_meta_inplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0560172Z test_dispatch_symbolic_meta_inplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0560439Z test_dispatch_symbolic_meta_inplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0560720Z test_dispatch_symbolic_meta_inplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0560937Z test_dispatch_symbolic_meta_inplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0561173Z test_dispatch_symbolic_meta_inplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2023-01-11T21:12:44.0561485Z test_dispatch_symbolic_meta_inplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0561792Z test_dispatch_symbolic_meta_inplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0562021Z test_dispatch_symbolic_meta_inplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.0562247Z test_dispatch_symbolic_meta_inplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0562515Z test_dispatch_symbolic_meta_inplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0562784Z test_dispatch_symbolic_meta_inplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0563058Z test_dispatch_symbolic_meta_inplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0563334Z test_dispatch_symbolic_meta_inplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0563556Z test_dispatch_symbolic_meta_inplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0563776Z test_dispatch_symbolic_meta_inplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0564043Z test_dispatch_symbolic_meta_inplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0564315Z test_dispatch_symbolic_meta_inplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0564596Z test_dispatch_symbolic_meta_inplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0564817Z test_dispatch_symbolic_meta_inplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0565085Z test_dispatch_symbolic_meta_inplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0565318Z test_dispatch_symbolic_meta_inplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.0565585Z test_dispatch_symbolic_meta_inplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0565853Z test_dispatch_symbolic_meta_inplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0566119Z test_dispatch_symbolic_meta_inplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0566350Z test_dispatch_symbolic_meta_inplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0566570Z test_dispatch_symbolic_meta_inplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0566798Z test_dispatch_symbolic_meta_inplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0567026Z test_dispatch_symbolic_meta_inplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0567296Z test_dispatch_symbolic_meta_inplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0567525Z test_dispatch_symbolic_meta_inplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.0567757Z test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.0568068Z test_dispatch_symbolic_meta_inplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.0568335Z test_dispatch_symbolic_meta_inplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0568571Z test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.443s) 2023-01-11T21:12:44.0568850Z test_dispatch_symbolic_meta_inplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0569116Z test_dispatch_symbolic_meta_inplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0569381Z test_dispatch_symbolic_meta_inplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0569647Z test_dispatch_symbolic_meta_inplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0569920Z test_dispatch_symbolic_meta_inplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0570184Z test_dispatch_symbolic_meta_inplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0570450Z test_dispatch_symbolic_meta_inplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0570716Z test_dispatch_symbolic_meta_inplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0570988Z test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0571260Z test_dispatch_symbolic_meta_inplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0571529Z test_dispatch_symbolic_meta_inplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0571800Z test_dispatch_symbolic_meta_inplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0572095Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0572398Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0572681Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0572984Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0573269Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0573535Z test_dispatch_symbolic_meta_inplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0573808Z test_dispatch_symbolic_meta_inplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0574027Z test_dispatch_symbolic_meta_inplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0574255Z test_dispatch_symbolic_meta_inplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0574519Z test_dispatch_symbolic_meta_inplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0574779Z test_dispatch_symbolic_meta_inplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2023-01-11T21:12:44.0575008Z test_dispatch_symbolic_meta_inplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0575289Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0575574Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0575850Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0576130Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0576406Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0576689Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0576963Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0577238Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0577518Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0577803Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0578101Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0578375Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0578651Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0579204Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.0579658Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.0580098Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.0580380Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0580675Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0580949Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0581231Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0581573Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0581892Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0582175Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0582462Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0582744Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0583044Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0583326Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0583599Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0584029Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0584306Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0584594Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0584877Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0585147Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0585418Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0585695Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0585975Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0586267Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0586541Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0586823Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0587104Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0587390Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0587668Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0588013Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0588338Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0588614Z test_dispatch_symbolic_meta_inplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0588839Z test_dispatch_symbolic_meta_inplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0589062Z test_dispatch_symbolic_meta_inplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0589284Z test_dispatch_symbolic_meta_inplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0589511Z test_dispatch_symbolic_meta_inplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0589786Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0590077Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0590355Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0590628Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0590908Z test_dispatch_symbolic_meta_inplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0591180Z test_dispatch_symbolic_meta_inplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0591414Z test_dispatch_symbolic_meta_inplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0591647Z test_dispatch_symbolic_meta_inplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0591880Z test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0592116Z test_dispatch_symbolic_meta_inplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0592340Z test_dispatch_symbolic_meta_inplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0592613Z test_dispatch_symbolic_meta_inplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0592889Z test_dispatch_symbolic_meta_inplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0593157Z test_dispatch_symbolic_meta_inplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0593377Z test_dispatch_symbolic_meta_inplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.0593643Z test_dispatch_symbolic_meta_inplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0593911Z test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0594182Z test_dispatch_symbolic_meta_inplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0594483Z test_dispatch_symbolic_meta_inplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0594784Z test_dispatch_symbolic_meta_inplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0595062Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0595335Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0595613Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0595886Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0596170Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0596454Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0596686Z test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.0596969Z test_dispatch_symbolic_meta_inplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0597246Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0597527Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0597806Z test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0598089Z test_dispatch_symbolic_meta_inplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0598363Z test_dispatch_symbolic_meta_inplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0598648Z test_dispatch_symbolic_meta_inplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0598923Z test_dispatch_symbolic_meta_inplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0599163Z test_dispatch_symbolic_meta_inplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.0599442Z test_dispatch_symbolic_meta_inplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0599727Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0600002Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0600276Z test_dispatch_symbolic_meta_inplace_all_strides_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0600548Z test_dispatch_symbolic_meta_inplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0600862Z test_dispatch_symbolic_meta_inplace_all_strides_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0601130Z test_dispatch_symbolic_meta_inplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0601440Z test_dispatch_symbolic_meta_inplace_all_strides_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0601715Z test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0602014Z test_dispatch_symbolic_meta_inplace_all_strides_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0602303Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0602595Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0602871Z test_dispatch_symbolic_meta_inplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0603138Z test_dispatch_symbolic_meta_inplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0603407Z test_dispatch_symbolic_meta_inplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0603701Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0603996Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0604270Z test_dispatch_symbolic_meta_inplace_all_strides_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0604557Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0604846Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0605117Z test_dispatch_symbolic_meta_inplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0605380Z test_dispatch_symbolic_meta_inplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0605650Z test_dispatch_symbolic_meta_inplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0605923Z test_dispatch_symbolic_meta_inplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0606189Z test_dispatch_symbolic_meta_inplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0606412Z test_dispatch_symbolic_meta_inplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.0606688Z test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0606950Z test_dispatch_symbolic_meta_inplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0607239Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0607485Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0607762Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0607995Z test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.0608267Z test_dispatch_symbolic_meta_inplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0608540Z test_dispatch_symbolic_meta_inplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0608816Z test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0609087Z test_dispatch_symbolic_meta_inplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0609369Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0609639Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0609920Z test_dispatch_symbolic_meta_inplace_all_strides_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0610210Z test_dispatch_symbolic_meta_inplace_all_strides_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0610494Z test_dispatch_symbolic_meta_inplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0610713Z test_dispatch_symbolic_meta_inplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0610932Z test_dispatch_symbolic_meta_inplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0611203Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0611484Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0611756Z test_dispatch_symbolic_meta_inplace_all_strides_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0612026Z test_dispatch_symbolic_meta_inplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0612297Z test_dispatch_symbolic_meta_inplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0612529Z test_dispatch_symbolic_meta_inplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0612846Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0613153Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0613456Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0613813Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0614153Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0614460Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0614761Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0615016Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.0615309Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0615603Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0615893Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0616181Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0616472Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0616774Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0617095Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0617341Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0617629Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0617912Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0618213Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0618513Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0618817Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0619127Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0619428Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0619722Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0620053Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0620339Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.0620591Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.0620838Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.0621082Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0621381Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0621674Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0621953Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.0622238Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0622544Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0622850Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0623148Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0623439Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0623778Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0624072Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0624360Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0624649Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0624907Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0625199Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0625490Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0625799Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0626087Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0626379Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0626737Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0627085Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0627396Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0627700Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0628005Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0628319Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0628605Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0628888Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0629176Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0629428Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.0629719Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0630022Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0630313Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0630616Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0630906Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0631194Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0631486Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0631772Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0632070Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0632359Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0632656Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0632990Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0633321Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0633566Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0633855Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0634158Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0634466Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0634781Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0635071Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0635363Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0635648Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0635946Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0636243Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0636539Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0636835Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0637139Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0637422Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0637718Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0638020Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0638318Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0638604Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0638888Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0639216Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0639494Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0639740Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.0639979Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0640274Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0640575Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0640865Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0641168Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0641458Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0641749Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0642038Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0642332Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0642583Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.0642885Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0643206Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0643490Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0643794Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0644096Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0644369Z test_dispatch_symbolic_meta_inplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0644633Z test_dispatch_symbolic_meta_inplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0644903Z test_dispatch_symbolic_meta_inplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0645171Z test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0645485Z test_dispatch_symbolic_meta_inplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0645795Z test_dispatch_symbolic_meta_inplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0646081Z test_dispatch_symbolic_meta_inplace_all_strides_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0646349Z test_dispatch_symbolic_meta_inplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0646620Z test_dispatch_symbolic_meta_inplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0646879Z test_dispatch_symbolic_meta_inplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0647147Z test_dispatch_symbolic_meta_inplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0647420Z test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0647692Z test_dispatch_symbolic_meta_inplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0647964Z test_dispatch_symbolic_meta_inplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0648232Z test_dispatch_symbolic_meta_inplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0648482Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0648733Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0648983Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0649235Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0649481Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.0649746Z test_dispatch_symbolic_meta_inplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0649968Z test_dispatch_symbolic_meta_inplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.0650237Z test_dispatch_symbolic_meta_inplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0650461Z test_dispatch_symbolic_meta_inplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2023-01-11T21:12:44.0650720Z test_dispatch_symbolic_meta_inplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0650994Z test_dispatch_symbolic_meta_inplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0651224Z test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0651495Z test_dispatch_symbolic_meta_inplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0651766Z test_dispatch_symbolic_meta_inplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0652088Z test_dispatch_symbolic_meta_inplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0652389Z test_dispatch_symbolic_meta_inplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0652666Z test_dispatch_symbolic_meta_inplace_all_strides_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0652932Z test_dispatch_symbolic_meta_inplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0653197Z test_dispatch_symbolic_meta_inplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0653431Z test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0653664Z test_dispatch_symbolic_meta_inplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.0653890Z test_dispatch_symbolic_meta_inplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.0654163Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0654449Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0654727Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0655000Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0655227Z test_dispatch_symbolic_meta_inplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0655457Z test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.0655738Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0656014Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0656279Z test_dispatch_symbolic_meta_inplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0656542Z test_dispatch_symbolic_meta_inplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0656772Z test_dispatch_symbolic_meta_inplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0657010Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0657254Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0657498Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0657722Z test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0657988Z test_dispatch_symbolic_meta_inplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0658266Z test_dispatch_symbolic_meta_inplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0658546Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2023-01-11T21:12:44.0658776Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.580s) 2023-01-11T21:12:44.0659076Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.581s) 2023-01-11T21:12:44.0659312Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.585s) 2023-01-11T21:12:44.0659555Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.614s) 2023-01-11T21:12:44.0659799Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.582s) 2023-01-11T21:12:44.0660042Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.580s) 2023-01-11T21:12:44.0660324Z test_dispatch_symbolic_meta_inplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0660621Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0660915Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0661188Z test_dispatch_symbolic_meta_inplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0661468Z test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0661691Z test_dispatch_symbolic_meta_inplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0661962Z test_dispatch_symbolic_meta_inplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0662193Z test_dispatch_symbolic_meta_inplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0662416Z test_dispatch_symbolic_meta_inplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0662706Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0662999Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0663288Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0663587Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0663921Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0664223Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0664523Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0664810Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0665166Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0665498Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0665791Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0666061Z test_dispatch_symbolic_meta_inplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0666282Z test_dispatch_symbolic_meta_inplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0666506Z test_dispatch_symbolic_meta_inplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0666733Z test_dispatch_symbolic_meta_inplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0667000Z test_dispatch_symbolic_meta_inplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0667280Z test_dispatch_symbolic_meta_inplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0667550Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0667836Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0668102Z test_dispatch_symbolic_meta_inplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0668394Z test_dispatch_symbolic_meta_inplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0668676Z test_dispatch_symbolic_meta_inplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0668957Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0669239Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0669520Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0669802Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0670110Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0670412Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0670935Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0671426Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0671708Z test_dispatch_symbolic_meta_inplace_all_strides_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0672034Z test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0672369Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0672673Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0672949Z test_dispatch_symbolic_meta_inplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0673225Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0673502Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0673804Z test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0674313Z test_dispatch_symbolic_meta_inplace_all_strides_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0674597Z test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0674892Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0675190Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0675489Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0675772Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0676050Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0676329Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0676644Z test_dispatch_symbolic_meta_inplace_all_strides_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0676952Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0677257Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0677801Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0678318Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0678832Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0679454Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.0679757Z test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0680039Z test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0680316Z test_dispatch_symbolic_meta_inplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0680582Z test_dispatch_symbolic_meta_inplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0680862Z test_dispatch_symbolic_meta_inplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0681145Z test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0681371Z test_dispatch_symbolic_meta_inplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0681597Z test_dispatch_symbolic_meta_inplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0681825Z test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.0682090Z test_dispatch_symbolic_meta_inplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0682359Z test_dispatch_symbolic_meta_inplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0682630Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0682911Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0683187Z test_dispatch_symbolic_meta_inplace_all_strides_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0683455Z test_dispatch_symbolic_meta_inplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0683677Z test_dispatch_symbolic_meta_inplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0683945Z test_dispatch_symbolic_meta_inplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0684219Z test_dispatch_symbolic_meta_inplace_all_strides_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0684483Z test_dispatch_symbolic_meta_inplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0684751Z test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.0685020Z test_dispatch_symbolic_meta_inplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0685243Z test_dispatch_symbolic_meta_inplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0685567Z test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0685869Z test_dispatch_symbolic_meta_inplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0686093Z test_dispatch_symbolic_meta_inplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0686317Z test_dispatch_symbolic_meta_inplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0686594Z test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0686867Z test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0687135Z test_dispatch_symbolic_meta_inplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0687400Z test_dispatch_symbolic_meta_inplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0687673Z test_dispatch_symbolic_meta_inplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0687941Z test_dispatch_symbolic_meta_inplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0688207Z test_dispatch_symbolic_meta_inplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0688437Z test_dispatch_symbolic_meta_inplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0688715Z test_dispatch_symbolic_meta_inplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0688983Z test_dispatch_symbolic_meta_inplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0689271Z test_dispatch_symbolic_meta_inplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0689492Z test_dispatch_symbolic_meta_inplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.0689770Z test_dispatch_symbolic_meta_inplace_all_strides_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0689993Z test_dispatch_symbolic_meta_inplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.0690259Z test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0690497Z test_dispatch_symbolic_meta_inplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.0690725Z test_dispatch_symbolic_meta_inplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0690996Z test_dispatch_symbolic_meta_inplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0691269Z test_dispatch_symbolic_meta_inplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0691541Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0691808Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0692082Z test_dispatch_symbolic_meta_inplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0692405Z test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0692678Z test_dispatch_symbolic_meta_inplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0692908Z test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.0693174Z test_dispatch_symbolic_meta_inplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0693446Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0693732Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0694012Z test_dispatch_symbolic_meta_inplace_all_strides_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0694278Z test_dispatch_symbolic_meta_inplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0694558Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0694826Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0695103Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0695377Z test_dispatch_symbolic_meta_inplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0695644Z test_dispatch_symbolic_meta_inplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0695913Z test_dispatch_symbolic_meta_inplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0696181Z test_dispatch_symbolic_meta_inplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0696449Z test_dispatch_symbolic_meta_inplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0696674Z test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.0696901Z test_dispatch_symbolic_meta_inplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0697172Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0697445Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0697706Z test_dispatch_symbolic_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0697969Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0698234Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0698536Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0698829Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0699090Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0699343Z test_dispatch_symbolic_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0699593Z test_dispatch_symbolic_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0699847Z test_dispatch_symbolic_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0700102Z test_dispatch_symbolic_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0700356Z test_dispatch_symbolic_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0700613Z test_dispatch_symbolic_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0700863Z test_dispatch_symbolic_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0701104Z test_dispatch_symbolic_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0701351Z test_dispatch_symbolic_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0701603Z test_dispatch_symbolic_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0701857Z test_dispatch_symbolic_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0702112Z test_dispatch_symbolic_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0702365Z test_dispatch_symbolic_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0702623Z test_dispatch_symbolic_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0702874Z test_dispatch_symbolic_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0703124Z test_dispatch_symbolic_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0703376Z test_dispatch_symbolic_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0703626Z test_dispatch_symbolic_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0703998Z test_dispatch_symbolic_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0704249Z test_dispatch_symbolic_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0704507Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0704759Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0705017Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0705337Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0705632Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0705889Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0706140Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0706391Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0706641Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0706899Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0707155Z test_dispatch_symbolic_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0707415Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0707673Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0707932Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0708185Z test_dispatch_symbolic_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0708439Z test_dispatch_symbolic_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0708687Z test_dispatch_symbolic_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0708944Z test_dispatch_symbolic_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0709196Z test_dispatch_symbolic_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0709446Z test_dispatch_symbolic_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0709698Z test_dispatch_symbolic_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0709952Z test_dispatch_symbolic_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0710201Z test_dispatch_symbolic_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0710452Z test_dispatch_symbolic_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0710706Z test_dispatch_symbolic_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0710956Z test_dispatch_symbolic_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0711206Z test_dispatch_symbolic_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0711456Z test_dispatch_symbolic_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0711767Z test_dispatch_symbolic_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0712014Z test_dispatch_symbolic_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0712297Z test_dispatch_symbolic_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0712545Z test_dispatch_symbolic_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0712792Z test_dispatch_symbolic_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0713048Z test_dispatch_symbolic_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0713304Z test_dispatch_symbolic_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0713562Z test_dispatch_symbolic_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0713816Z test_dispatch_symbolic_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0714072Z test_dispatch_symbolic_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0714323Z test_dispatch_symbolic_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0714572Z test_dispatch_symbolic_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0714824Z test_dispatch_symbolic_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0715084Z test_dispatch_symbolic_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0715341Z test_dispatch_symbolic_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0715603Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0715859Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0716112Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0716366Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0716615Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0716866Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0717121Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0717376Z test_dispatch_symbolic_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0717636Z test_dispatch_symbolic_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0717890Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0718143Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0718439Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0718727Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0718981Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0719232Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0719485Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0719731Z test_dispatch_symbolic_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0719994Z test_dispatch_symbolic_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0720248Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0720505Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0720760Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0721018Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0721269Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0721519Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0721773Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0722025Z test_dispatch_symbolic_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0722284Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0722536Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0722798Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0723064Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0723329Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0723588Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0723847Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0724104Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0724357Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0724615Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0724915Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0725203Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0725425Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0725638Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0725860Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0726082Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0726307Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0726524Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0726740Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0726956Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0727165Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0727373Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0727577Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0727788Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0727999Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0728276Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0728548Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0728827Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0729103Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0729379Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0729656Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0729933Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0730206Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0730474Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0730742Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0731009Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0731278Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0731606Z test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.0731925Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0732197Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0732473Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0732747Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0733022Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0733294Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0733567Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0733839Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0734104Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0734372Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0734639Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0734912Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0735180Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0735388Z test_dispatch_symbolic_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0735633Z test_dispatch_symbolic_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0735846Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0736058Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0736270Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0736482Z test_dispatch_symbolic_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0736687Z test_dispatch_symbolic_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0736897Z test_dispatch_symbolic_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0737134Z test_dispatch_symbolic_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0737380Z test_dispatch_symbolic_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0737624Z test_dispatch_symbolic_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0737869Z test_dispatch_symbolic_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0738161Z test_dispatch_symbolic_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0738370Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0738652Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0738871Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0739086Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0739298Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0739507Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0739716Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0739929Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0740173Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0740421Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0740664Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0740905Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0741149Z test_dispatch_symbolic_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0741358Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0741603Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0741808Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0742019Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0742228Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0742471Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0742710Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0742952Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0743196Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0743431Z test_dispatch_symbolic_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0743642Z test_dispatch_symbolic_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0743933Z test_dispatch_symbolic_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0744145Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0744359Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0744569Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0744775Z test_dispatch_symbolic_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0745037Z test_dispatch_symbolic_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0745245Z test_dispatch_symbolic_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0745530Z test_dispatch_symbolic_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0745776Z test_dispatch_symbolic_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0746016Z test_dispatch_symbolic_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0746260Z test_dispatch_symbolic_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0746500Z test_dispatch_symbolic_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0746717Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0746960Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0747179Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0747392Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0747604Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0747813Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0748023Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0748228Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0748482Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0748730Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0748972Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0749215Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0749450Z test_dispatch_symbolic_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0749712Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0749973Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0750238Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0750508Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0750771Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0751032Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0751295Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0751555Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0751853Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0752178Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0752435Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0752691Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0752946Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0753207Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0753468Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0753737Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0754002Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0754265Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0754527Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0754784Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0755046Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0755305Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0755559Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0755812Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0756068Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0756321Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0756584Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0756840Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0757103Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0757367Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0757630Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0757890Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0758191Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0758447Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0758751Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0759005Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0759261Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0759516Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0759771Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0759980Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0760202Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0760420Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.0760630Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0760841Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0761053Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0761315Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0761578Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0761845Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0762107Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0762366Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0762618Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0762882Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0763149Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0763412Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0763673Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0763928Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0764183Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0764434Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0764730Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0764981Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0765270Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0765528Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0765782Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0766033Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0766285Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0766539Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0766798Z test_dispatch_symbolic_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0767011Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0767224Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0767435Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0767645Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0767848Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0768065Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0768287Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0768514Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0768734Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0768957Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0769182Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0769394Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0769603Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0769819Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0770030Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0770241Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0770451Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0770662Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0770870Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0771082Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0771290Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0771546Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0771756Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.0772017Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0772247Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0772471Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0772695Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0772919Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0773126Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0773338Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0773550Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0773760Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0773968Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0774180Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.0774449Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0774708Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0774980Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0775249Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0775516Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0775778Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0776035Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0776296Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0776556Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0776815Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0777069Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0777326Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0777582Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0777836Z test_dispatch_symbolic_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0778133Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0778422Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0778679Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0778933Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0779182Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0779435Z test_dispatch_symbolic_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0779684Z test_dispatch_symbolic_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0779945Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0780208Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0780463Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0780718Z test_dispatch_symbolic_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0780966Z test_dispatch_symbolic_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0781216Z test_dispatch_symbolic_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0781466Z test_dispatch_symbolic_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0781707Z test_dispatch_symbolic_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0781955Z test_dispatch_symbolic_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0782201Z test_dispatch_symbolic_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0782452Z test_dispatch_symbolic_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0782723Z test_dispatch_symbolic_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0783004Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0783276Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0783558Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0783888Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0784162Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0784439Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0784764Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0785075Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0785346Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0785611Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0785884Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0786153Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0786423Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0786687Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0786952Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0787219Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0787483Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0787744Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0788011Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0788269Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0788532Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0788792Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0789051Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0789311Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0789579Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0789838Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0790098Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0790355Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0790610Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0790864Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0791120Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0791418Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0791707Z test_dispatch_symbolic_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0791957Z test_dispatch_symbolic_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0792218Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0792477Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0792722Z test_dispatch_symbolic_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0792977Z test_dispatch_symbolic_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0793236Z test_dispatch_symbolic_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0793486Z test_dispatch_symbolic_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0793734Z test_dispatch_symbolic_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0793985Z test_dispatch_symbolic_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0794234Z test_dispatch_symbolic_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0794492Z test_dispatch_symbolic_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0794763Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0795053Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0795689Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0796274Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0796859Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0797453Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0798018Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0798607Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0799167Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0799709Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0800314Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0800865Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0801467Z test_dispatch_symbolic_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0802040Z test_dispatch_symbolic_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0802572Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0803107Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0803650Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0804192Z test_dispatch_symbolic_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0804751Z test_dispatch_symbolic_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0805270Z test_dispatch_symbolic_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0805803Z test_dispatch_symbolic_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0806324Z test_dispatch_symbolic_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0806856Z test_dispatch_symbolic_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0807407Z test_dispatch_symbolic_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0807926Z test_dispatch_symbolic_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0808453Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0808998Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0809534Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0810062Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0810627Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0811176Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0811727Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0812319Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0812865Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0813399Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0813931Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0814471Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0815064Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0815638Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0816178Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0816668Z test_dispatch_symbolic_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0817117Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0817570Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0818016Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0818461Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0818897Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0819326Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0819766Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0820204Z test_dispatch_symbolic_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0820699Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0821240Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0821783Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0822896Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0823451Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0824124Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0824675Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0825229Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0825776Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0826305Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0826835Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0827368Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0827909Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0828446Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0828978Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0829557Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0830225Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0830825Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0831385Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0831941Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0832484Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0833129Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0833663Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0834248Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0834784Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0835328Z test_dispatch_symbolic_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0835867Z test_dispatch_symbolic_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0836398Z test_dispatch_symbolic_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0836944Z test_dispatch_symbolic_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0837497Z test_dispatch_symbolic_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0838055Z test_dispatch_symbolic_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0838601Z test_dispatch_symbolic_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0839138Z test_dispatch_symbolic_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0839674Z test_dispatch_symbolic_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0840209Z test_dispatch_symbolic_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0840752Z test_dispatch_symbolic_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0841281Z test_dispatch_symbolic_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0841818Z test_dispatch_symbolic_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0842352Z test_dispatch_symbolic_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0842906Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0843470Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0844089Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0844677Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0845250Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0845851Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0846422Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0846998Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0847574Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0848158Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0848730Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0849297Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0849854Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0850400Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0850952Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0851507Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0852050Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0852595Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0853139Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0853684Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0854211Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0854752Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0855298Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0855833Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0856364Z test_dispatch_symbolic_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0856849Z test_dispatch_symbolic_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0857309Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0857814Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0858267Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0858777Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0859274Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0859764Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0860202Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0860644Z test_dispatch_symbolic_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.0861098Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0861558Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0862020Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0862484Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0862964Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0863421Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0863925Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0864411Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0864879Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0865342Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0865813Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0866289Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0866760Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0867224Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0867691Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0868150Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0868596Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0869060Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0869517Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0869982Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0870495Z test_dispatch_symbolic_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0871037Z test_dispatch_symbolic_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0871586Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0872140Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0872748Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0873291Z test_dispatch_symbolic_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0873877Z test_dispatch_symbolic_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0874420Z test_dispatch_symbolic_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0874957Z test_dispatch_symbolic_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0875494Z test_dispatch_symbolic_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0876031Z test_dispatch_symbolic_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0876565Z test_dispatch_symbolic_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0877108Z test_dispatch_symbolic_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0877654Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0878203Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0878768Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0879331Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0879905Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0880469Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0881024Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0881579Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0882130Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0882680Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0883231Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0883784Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0884330Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0884888Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0885462Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0886016Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0886655Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0887212Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0887803Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0888355Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0888946Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0889538Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0890108Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0890682Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0891261Z test_dispatch_symbolic_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0891812Z test_dispatch_symbolic_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0892365Z test_dispatch_symbolic_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0892906Z test_dispatch_symbolic_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0893449Z test_dispatch_symbolic_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0893989Z test_dispatch_symbolic_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0894533Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0895077Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0895621Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0896156Z test_dispatch_symbolic_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0896696Z test_dispatch_symbolic_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0897232Z test_dispatch_symbolic_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0897767Z test_dispatch_symbolic_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0898297Z test_dispatch_symbolic_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0898826Z test_dispatch_symbolic_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0899354Z test_dispatch_symbolic_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0899887Z test_dispatch_symbolic_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0900481Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0900954Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0901483Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0901976Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0902464Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0902945Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0903422Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0903954Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0904434Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0904896Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0905369Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0905839Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0906307Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.0906838Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0907394Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0907968Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0908556Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0909119Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0909672Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0910226Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0910779Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0911428Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0912042Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0912613Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0913175Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0913768Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0914341Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0915058Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0915633Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0916260Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0916813Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0917471Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0918012Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0918599Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0919180Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0919722Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0920263Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0920802Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0921301Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0921797Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0922296Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0922742Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0923204Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0923699Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0924224Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0924745Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0925268Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0925796Z test_dispatch_symbolic_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0926333Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0926880Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0927424Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0927971Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0928507Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0929137Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0929675Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0930247Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0930782Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0931315Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0931849Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0932330Z test_dispatch_symbolic_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0932813Z test_dispatch_symbolic_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0933292Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0933748Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0934199Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0934647Z test_dispatch_symbolic_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0935084Z test_dispatch_symbolic_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0935524Z test_dispatch_symbolic_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0935992Z test_dispatch_symbolic_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0936507Z test_dispatch_symbolic_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0937015Z test_dispatch_symbolic_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0937526Z test_dispatch_symbolic_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0938038Z test_dispatch_symbolic_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0938516Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.0939004Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0939486Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0939934Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0940387Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0940838Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0941279Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0941716Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.0942196Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.0942710Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0943270Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0943896Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0944475Z test_dispatch_symbolic_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.0945020Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0945569Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0946128Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0946688Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0947248Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0947800Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0948347Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0948888Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0949420Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0949959Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0950505Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0951051Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0951590Z test_dispatch_symbolic_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0952126Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0952662Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0953188Z test_dispatch_symbolic_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0953718Z test_dispatch_symbolic_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0954235Z test_dispatch_symbolic_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0954757Z test_dispatch_symbolic_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0955275Z test_dispatch_symbolic_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0955792Z test_dispatch_symbolic_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0956307Z test_dispatch_symbolic_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0956823Z test_dispatch_symbolic_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0957413Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0957996Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0958534Z test_dispatch_symbolic_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0959056Z test_dispatch_symbolic_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0959584Z test_dispatch_symbolic_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0960111Z test_dispatch_symbolic_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0960644Z test_dispatch_symbolic_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0961171Z test_dispatch_symbolic_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0961694Z test_dispatch_symbolic_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0962225Z test_dispatch_symbolic_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0962761Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0963292Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0963827Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0964354Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0964892Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0965424Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0965952Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0966473Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0966997Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0967528Z test_dispatch_symbolic_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0968066Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0968596Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0969119Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0969651Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0970187Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0970771Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0971334Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0971861Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0972385Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0972912Z test_dispatch_symbolic_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0973403Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0973857Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.0974328Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0974786Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0975241Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0975692Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0976143Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0976590Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0977039Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0977476Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0977926Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.0978435Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0978990Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0979546Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0980096Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0980643Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0981189Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0981723Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0982271Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0982807Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0983344Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0983955Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.0984523Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0985168Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0985800Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0986388Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0986965Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0987528Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0988103Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0988672Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0989242Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0989807Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0990375Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0990883Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0991382Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0991870Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0992323Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0992765Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.0993252Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0993773Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0994296Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0994813Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0995336Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.0995869Z test_dispatch_symbolic_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0996398Z test_dispatch_symbolic_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0996922Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0997465Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0998004Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0998587Z test_dispatch_symbolic_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0999154Z test_dispatch_symbolic_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.0999680Z test_dispatch_symbolic_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1000207Z test_dispatch_symbolic_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1000727Z test_dispatch_symbolic_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1001250Z test_dispatch_symbolic_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1001764Z test_dispatch_symbolic_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1002290Z test_dispatch_symbolic_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1002834Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1003380Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1003926Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1004489Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1005042Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1005591Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1006139Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1006684Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1007215Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1007754Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1008286Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1008826Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1009372Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1009913Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1010451Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1010997Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1011549Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1012145Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1012767Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1013311Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1013848Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1014377Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1014913Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1015448Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1015980Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1016528Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1017082Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1017628Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1018192Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1018754Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1019322Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1019879Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1020425Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1020968Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1021512Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1022057Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1022610Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1023150Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1023851Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1024399Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1024940Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1025490Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1026113Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1026721Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1027260Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1027803Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1028330Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1028860Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1029396Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1029933Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1030465Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1031014Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1031571Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1032134Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1032710Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1033279Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1033828Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1034390Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1034946Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1035498Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1036054Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1036611Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1037169Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1037713Z test_dispatch_symbolic_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1038236Z test_dispatch_symbolic_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1038767Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1039348Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1039880Z test_dispatch_symbolic_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1040448Z test_dispatch_symbolic_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1040974Z test_dispatch_symbolic_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1041496Z test_dispatch_symbolic_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1042014Z test_dispatch_symbolic_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1042541Z test_dispatch_symbolic_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1043065Z test_dispatch_symbolic_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1043589Z test_dispatch_symbolic_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1044103Z test_dispatch_symbolic_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1044592Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1045046Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1045499Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1045990Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1046514Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1047033Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1047551Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1048065Z test_dispatch_symbolic_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1048590Z test_dispatch_symbolic_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1049125Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1049670Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1050204Z test_dispatch_symbolic_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1050734Z test_dispatch_symbolic_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1051260Z test_dispatch_symbolic_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1051766Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.1052247Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1052714Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1053246Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1053720Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1054235Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1054706Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1055176Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1055646Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1056127Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1056639Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1057167Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1057663Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1058157Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1058642Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1059119Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1059602Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1060117Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1060668Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1061211Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1061752Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1062298Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1062815Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1063045Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1063275Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1063503Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1063797Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1064020Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1064241Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1064463Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1064688Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1065003Z test_dispatch_symbolic_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1065261Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1065557Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1065814Z test_dispatch_symbolic_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1066068Z test_dispatch_symbolic_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1066318Z test_dispatch_symbolic_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1066577Z test_dispatch_symbolic_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1066836Z test_dispatch_symbolic_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1067102Z test_dispatch_symbolic_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1067366Z test_dispatch_symbolic_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1067626Z test_dispatch_symbolic_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1067881Z test_dispatch_symbolic_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1068125Z test_dispatch_symbolic_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1068383Z test_dispatch_symbolic_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1068636Z test_dispatch_symbolic_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1068889Z test_dispatch_symbolic_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1069138Z test_dispatch_symbolic_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1069389Z test_dispatch_symbolic_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1069643Z test_dispatch_symbolic_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1069902Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1070155Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1070422Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1070680Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1070936Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1071192Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1071445Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1071741Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1072028Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1072282Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1072532Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1072784Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1073038Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1073299Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1073555Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1073816Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1074074Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1074336Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1074594Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1074853Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1075107Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1075360Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1075609Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1075857Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1076109Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1076363Z test_dispatch_symbolic_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1076624Z test_dispatch_symbolic_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1076888Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1077147Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1077404Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1077649Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1077905Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1078203Z test_dispatch_symbolic_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1078489Z test_dispatch_symbolic_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1078753Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1079017Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1079279Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1079534Z test_dispatch_symbolic_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1079794Z test_dispatch_symbolic_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1080045Z test_dispatch_symbolic_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1080301Z test_dispatch_symbolic_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1080555Z test_dispatch_symbolic_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1080805Z test_dispatch_symbolic_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1081058Z test_dispatch_symbolic_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1081310Z test_dispatch_symbolic_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1081575Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1081837Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1082104Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1082371Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1082636Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1082898Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1083165Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1083428Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1083686Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1083943Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1084198Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1084454Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1084750Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1084958Z test_dispatch_symbolic_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1085214Z test_dispatch_symbolic_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1085427Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1085638Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1085847Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1086051Z test_dispatch_symbolic_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1086246Z test_dispatch_symbolic_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1086455Z test_dispatch_symbolic_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1086656Z test_dispatch_symbolic_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1086857Z test_dispatch_symbolic_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1087057Z test_dispatch_symbolic_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1087257Z test_dispatch_symbolic_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1087459Z test_dispatch_symbolic_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1087719Z test_dispatch_symbolic_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1087974Z test_dispatch_symbolic_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1088236Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1088497Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1088751Z test_dispatch_symbolic_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1089003Z test_dispatch_symbolic_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1089255Z test_dispatch_symbolic_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1089510Z test_dispatch_symbolic_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1089763Z test_dispatch_symbolic_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1090014Z test_dispatch_symbolic_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1090266Z test_dispatch_symbolic_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1090515Z test_dispatch_symbolic_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1090722Z test_dispatch_symbolic_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1090974Z test_dispatch_symbolic_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1091181Z test_dispatch_symbolic_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1091433Z test_dispatch_symbolic_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1091637Z test_dispatch_symbolic_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1091914Z test_dispatch_symbolic_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1092162Z test_dispatch_symbolic_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1092402Z test_dispatch_symbolic_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1092644Z test_dispatch_symbolic_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1092882Z test_dispatch_symbolic_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1093102Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1093346Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1093568Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1093775Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1093983Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1094228Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1094476Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1094723Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1094973Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1095221Z test_dispatch_symbolic_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1095473Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1095689Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1095901Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1096111Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1096358Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1096612Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1096860Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1097109Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1097356Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1097565Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1097810Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1098015Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1098281Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1098492Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1098803Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1099047Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1099278Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1099517Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1099758Z test_dispatch_symbolic_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1099972Z test_dispatch_symbolic_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1100216Z test_dispatch_symbolic_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1100432Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1100646Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1100858Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1101064Z test_dispatch_symbolic_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1101270Z test_dispatch_symbolic_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1101473Z test_dispatch_symbolic_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1101720Z test_dispatch_symbolic_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1101961Z test_dispatch_symbolic_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1102207Z test_dispatch_symbolic_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1102451Z test_dispatch_symbolic_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1102693Z test_dispatch_symbolic_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1102956Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1103218Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1103487Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1103884Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1104146Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1104412Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1104673Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1104932Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1105248Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1105544Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1105805Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1106061Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1106320Z test_dispatch_symbolic_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1106577Z test_dispatch_symbolic_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1106846Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1107107Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1107359Z test_dispatch_symbolic_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1107612Z test_dispatch_symbolic_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1107864Z test_dispatch_symbolic_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1108116Z test_dispatch_symbolic_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1108368Z test_dispatch_symbolic_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1108623Z test_dispatch_symbolic_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1108877Z test_dispatch_symbolic_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1109133Z test_dispatch_symbolic_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1109343Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1109588Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1109796Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1110005Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1110215Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1110464Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1110709Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1110952Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1111194Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1111438Z test_dispatch_symbolic_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1111693Z test_dispatch_symbolic_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1111983Z test_dispatch_symbolic_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1112275Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1112536Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1112788Z test_dispatch_symbolic_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1113041Z test_dispatch_symbolic_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1113294Z test_dispatch_symbolic_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1113543Z test_dispatch_symbolic_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1113793Z test_dispatch_symbolic_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1114040Z test_dispatch_symbolic_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1114289Z test_dispatch_symbolic_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1114537Z test_dispatch_symbolic_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1114790Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1115055Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1115324Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1115572Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1115829Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1116083Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1116332Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1116585Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1116838Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1117092Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1117345Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1117609Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1117870Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1118125Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1118421Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1118710Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1118962Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1119213Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1119465Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1119721Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1119978Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1120239Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1120503Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1120758Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1121015Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1121267Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1121518Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1121771Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1122026Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1122277Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1122540Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1122800Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1123067Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1123337Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1123607Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1123869Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1124129Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1124389Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1124647Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1124945Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1125240Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1125492Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1125749Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1126005Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1126267Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1126534Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1126794Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1127050Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1127304Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1127556Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1127806Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1128068Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1128321Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1128577Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1128837Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1129099Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1129354Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1129610Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1129864Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1130118Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1130371Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1130623Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1130873Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1131129Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1131435Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1131732Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1131993Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1132249Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1132502Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1132753Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1133006Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1133260Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1133516Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1133768Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1134031Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1134294Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1134556Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1134811Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1135067Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1135322Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1135563Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1135816Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1136069Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1136325Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1136591Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1136858Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1137111Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1137368Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1137620Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1137916Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1138200Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1138453Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1138706Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1138958Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1139222Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1139486Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1139745Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1140002Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1140254Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1140505Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1140761Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1141017Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1141273Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1141542Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1141806Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1142076Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1142348Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1142616Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1142885Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1143149Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1143412Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1143675Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1144003Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1144263Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1144585Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1144898Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1145160Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1145420Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1145677Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1145933Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1146183Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1146439Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1146692Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1146948Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1147204Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1147464Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1147751Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1148017Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1148270Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1148535Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1148797Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1149058Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1149313Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1149583Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1149844Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1150099Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1150351Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1150608Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1150865Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1151172Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1151467Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1151732Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1151995Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1152254Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1152515Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1152778Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1153034Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1153286Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1153545Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1153799Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1154052Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1154317Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1154583Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1154841Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1155100Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1155354Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1155607Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1155862Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1156116Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1156372Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1156617Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1156881Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1157147Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1157453Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1157712Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1158003Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1158261Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1158515Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1158771Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1159025Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1159287Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1159550Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1159806Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1160059Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1160316Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1160566Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1160821Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1161073Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1161327Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1161583Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1161837Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1162089Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1162343Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1162595Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1162848Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1163100Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1163354Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1163611Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1163866Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1164162Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1164448Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1164702Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1164956Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1165209Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1165421Z test_dispatch_symbolic_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1165632Z test_dispatch_symbolic_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1165847Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1166052Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1166266Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1166474Z test_dispatch_symbolic_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1166682Z test_dispatch_symbolic_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1166888Z test_dispatch_symbolic_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1167089Z test_dispatch_symbolic_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1167291Z test_dispatch_symbolic_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1167494Z test_dispatch_symbolic_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1167698Z test_dispatch_symbolic_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1167900Z test_dispatch_symbolic_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1168162Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1168419Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1168685Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1168948Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1169210Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1169468Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1169722Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1169978Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1170232Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1170481Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1170800Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1171090Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1171345Z test_dispatch_symbolic_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1171600Z test_dispatch_symbolic_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1171850Z test_dispatch_symbolic_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1172108Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1172370Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1172628Z test_dispatch_symbolic_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1172883Z test_dispatch_symbolic_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1173137Z test_dispatch_symbolic_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1173378Z test_dispatch_symbolic_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1173631Z test_dispatch_symbolic_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1173883Z test_dispatch_symbolic_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1174134Z test_dispatch_symbolic_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1174390Z test_dispatch_symbolic_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1174650Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1174905Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1175169Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1175431Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1175692Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1175954Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1176210Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1176462Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1176718Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1176974Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1177274Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1177530Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1177824Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1178082Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1178346Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1178607Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1178864Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1179124Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1179382Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1179635Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1179888Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1180145Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1180399Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1180661Z test_dispatch_symbolic_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1180920Z test_dispatch_symbolic_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1181174Z test_dispatch_symbolic_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1181435Z test_dispatch_symbolic_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1181697Z test_dispatch_symbolic_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1181954Z test_dispatch_symbolic_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1182214Z test_dispatch_symbolic_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1182467Z test_dispatch_symbolic_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1182721Z test_dispatch_symbolic_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1182961Z test_dispatch_symbolic_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1183214Z test_dispatch_symbolic_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1183466Z test_dispatch_symbolic_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1183779Z test_dispatch_symbolic_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1184089Z test_dispatch_symbolic_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1184408Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1184683Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1184963Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1185241Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1185515Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1185792Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1186063Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1186331Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1186597Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1186865Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1187129Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1187397Z test_dispatch_symbolic_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2023-01-11T21:12:44.1187612Z test_dispatch_symbolic_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1187826Z test_dispatch_symbolic_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1188038Z test_dispatch_symbolic_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1188247Z test_dispatch_symbolic_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1188455Z test_dispatch_symbolic_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1188663Z test_dispatch_symbolic_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1188869Z test_dispatch_symbolic_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1189075Z test_dispatch_symbolic_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1189285Z test_dispatch_symbolic_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1189510Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1189731Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1189951Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1190170Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1190389Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1190635Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1190852Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1191102Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.1191319Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1191575Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1191826Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1192082Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1192337Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1192594Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1192848Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1193101Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1193355Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1193607Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1193859Z test_dispatch_symbolic_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1194115Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1194368Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1194622Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1194875Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1195129Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1195378Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1195636Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1195885Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1196136Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1196388Z test_dispatch_symbolic_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1196599Z test_dispatch_symbolic_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1196809Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1197019Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1197226Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1197485Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1197679Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1197916Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1198123Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1198328Z test_dispatch_symbolic_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1198540Z test_dispatch_symbolic_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1198749Z test_dispatch_symbolic_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1198957Z test_dispatch_symbolic_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1199167Z test_dispatch_symbolic_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1199425Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1199686Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1199941Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1200197Z test_dispatch_symbolic_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1200450Z test_dispatch_symbolic_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1200711Z test_dispatch_symbolic_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1200972Z test_dispatch_symbolic_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1201234Z test_dispatch_symbolic_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1201488Z test_dispatch_symbolic_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1201741Z test_dispatch_symbolic_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1201995Z test_dispatch_symbolic_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1202246Z test_dispatch_symbolic_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1202499Z test_dispatch_symbolic_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1202750Z test_dispatch_symbolic_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1203003Z test_dispatch_symbolic_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1203254Z test_dispatch_symbolic_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1203517Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1203776Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1204085Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1204351Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1204647Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1204912Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1205170Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1205424Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1205665Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1205922Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1206180Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1206437Z test_dispatch_symbolic_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1206695Z test_dispatch_symbolic_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1206951Z test_dispatch_symbolic_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1207219Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1207483Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1207746Z test_dispatch_symbolic_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1208001Z test_dispatch_symbolic_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1208257Z test_dispatch_symbolic_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1208517Z test_dispatch_symbolic_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1208771Z test_dispatch_symbolic_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1209028Z test_dispatch_symbolic_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1209281Z test_dispatch_symbolic_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1209541Z test_dispatch_symbolic_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1209750Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1209955Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1210159Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1210362Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1210567Z test_dispatch_symbolic_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1210822Z test_dispatch_symbolic_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1211024Z test_dispatch_symbolic_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1211268Z test_dispatch_symbolic_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1211476Z test_dispatch_symbolic_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1211682Z test_dispatch_symbolic_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1211888Z test_dispatch_symbolic_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1212090Z test_dispatch_symbolic_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1212279Z test_dispatch_symbolic_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1212484Z test_dispatch_symbolic_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1212689Z test_dispatch_symbolic_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1212956Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1213218Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1213475Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1213732Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1213997Z test_dispatch_symbolic_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1214268Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1214541Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1214803Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1215065Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1215327Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1215585Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1215847Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1216107Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1216364Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1216632Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1216901Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1217171Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1217422Z test_dispatch_symbolic_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1217625Z test_dispatch_symbolic_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1217864Z test_dispatch_symbolic_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1218078Z test_dispatch_symbolic_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1218281Z test_dispatch_symbolic_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1218481Z test_dispatch_symbolic_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1218682Z test_dispatch_symbolic_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1218888Z test_dispatch_symbolic_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1219091Z test_dispatch_symbolic_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1219296Z test_dispatch_symbolic_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1219545Z test_dispatch_symbolic_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1219797Z test_dispatch_symbolic_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1220058Z test_dispatch_symbolic_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1220318Z test_dispatch_symbolic_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1220574Z test_dispatch_symbolic_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1220835Z test_dispatch_symbolic_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1221089Z test_dispatch_symbolic_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1221344Z test_dispatch_symbolic_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1221592Z test_dispatch_symbolic_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1221841Z test_dispatch_symbolic_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1222089Z test_dispatch_symbolic_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1222341Z test_dispatch_symbolic_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1222567Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1222784Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1223006Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1223224Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1223442Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1223656Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1223995Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1224212Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1224490Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1224705Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1225004Z test_dispatch_symbolic_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1225264Z test_dispatch_symbolic_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1225517Z test_dispatch_symbolic_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1225772Z test_dispatch_symbolic_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1226029Z test_dispatch_symbolic_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1226287Z test_dispatch_symbolic_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1226551Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1226809Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1227062Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1227324Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1227584Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1227848Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1228106Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1228361Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1228620Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1228872Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1229125Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1229384Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1229639Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1229900Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1230156Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1230421Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1230681Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1230940Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1231245Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1231534Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1231792Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1232044Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1232295Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1232549Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1232809Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1233066Z test_dispatch_symbolic_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1233281Z test_dispatch_symbolic_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1233495Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1233705Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1233914Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1234122Z test_dispatch_symbolic_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1234370Z test_dispatch_symbolic_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1234575Z test_dispatch_symbolic_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1234781Z test_dispatch_symbolic_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1234973Z test_dispatch_symbolic_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1235218Z test_dispatch_symbolic_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1235467Z test_dispatch_symbolic_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1235708Z test_dispatch_symbolic_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1235947Z test_dispatch_symbolic_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1236200Z test_dispatch_symbolic_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1236416Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1236633Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1236848Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1237064Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1237327Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1237586Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1237892Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1238112Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1238360Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1238586Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1238807Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1239030Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1239247Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1239462Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1239680Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1239892Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1240107Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1240323Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1240534Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1240750Z test_dispatch_symbolic_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1240960Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1241172Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1241400Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1241627Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1241846Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1242063Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1242278Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1242493Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1242706Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1242920Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1243133Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1243346Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1243570Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1243780Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1244003Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1244226Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1244445Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1244717Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1244932Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1245192Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1245407Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1245618Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1245834Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1246045Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1246252Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1246467Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1246690Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1246913Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1247132Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1247352Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1247568Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1247783Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1247993Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1248207Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1248419Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1248631Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1248844Z test_dispatch_symbolic_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1249069Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.1249289Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.1249506Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.1249726Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1249944Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1250157Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1250370Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1250585Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1250798Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1251069Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1251332Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1251642Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1251952Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1252225Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1252490Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1252754Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1253015Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1253282Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1253544Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1253809Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1254072Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1254334Z test_dispatch_symbolic_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1254589Z test_dispatch_symbolic_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1254850Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1255107Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1255366Z test_dispatch_symbolic_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1255617Z test_dispatch_symbolic_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1255866Z test_dispatch_symbolic_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1256120Z test_dispatch_symbolic_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1256370Z test_dispatch_symbolic_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1256629Z test_dispatch_symbolic_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1256887Z test_dispatch_symbolic_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1257136Z test_dispatch_symbolic_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1257388Z test_dispatch_symbolic_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1257640Z test_dispatch_symbolic_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1257889Z test_dispatch_symbolic_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1258178Z test_dispatch_symbolic_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1258424Z test_dispatch_symbolic_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1258706Z test_dispatch_symbolic_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1258955Z test_dispatch_symbolic_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1259216Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1259474Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1259737Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1260003Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1260265Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1260520Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1260773Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1261028Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1261278Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1261525Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1261782Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1262038Z test_dispatch_symbolic_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1262296Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1262548Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1262811Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1263079Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1263343Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1263605Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1263923Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1264181Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1264435Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1264690Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1265000Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1265297Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1265553Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1265809Z test_dispatch_symbolic_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1266067Z test_dispatch_symbolic_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1266323Z test_dispatch_symbolic_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1266579Z test_dispatch_symbolic_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1266832Z test_dispatch_symbolic_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1267084Z test_dispatch_symbolic_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1267336Z test_dispatch_symbolic_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1267586Z test_dispatch_symbolic_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1267846Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1268103Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1268365Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1268629Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1268889Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1269146Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1269397Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1269649Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1269904Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1270162Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1270414Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1270669Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1270922Z test_dispatch_symbolic_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1271169Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1271467Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1271764Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1272027Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1272280Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1272532Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1272781Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1273036Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1273287Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1273546Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1273799Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1274049Z test_dispatch_symbolic_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1274312Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1274569Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1274837Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1275098Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1275361Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1275620Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1275875Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1276132Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1276390Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1276652Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1276917Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1277174Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1277432Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1277693Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1277997Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1278254Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1278546Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1278803Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1279058Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1279315Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1279574Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1279829Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1280094Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1280354Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1280615Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1280865Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1281121Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1281379Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1281635Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1281885Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1282135Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1282391Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1282647Z test_dispatch_symbolic_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1282910Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1283171Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1283459Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1283739Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1284029Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1284319Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1284648Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1284966Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1285249Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1285535Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1285812Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1286088Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1286371Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1286652Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1286946Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1287238Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1287534Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1287834Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1288128Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1288419Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1288708Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1288996Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1289283Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1289572Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1289861Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1290150Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1290424Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1290693Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1290968Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1291289Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1291597Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1291870Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1292140Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1292408Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1292679Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1292948Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1293217Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1293486Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1293775Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1294062Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1294357Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1294654Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1294942Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1295231Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1295520Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1295793Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1296080Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1296367Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1296650Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1296933Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1297208Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1297529Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1297803Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1298121Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1298396Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1298664Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1298930Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1299200Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1299466Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1299733Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1299997Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1300263Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1300519Z test_dispatch_symbolic_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1300770Z test_dispatch_symbolic_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1301037Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1301302Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1301558Z test_dispatch_symbolic_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1301813Z test_dispatch_symbolic_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1302064Z test_dispatch_symbolic_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1302315Z test_dispatch_symbolic_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1302570Z test_dispatch_symbolic_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1302821Z test_dispatch_symbolic_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1303075Z test_dispatch_symbolic_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1303327Z test_dispatch_symbolic_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1303588Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1303901Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1304218Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1304480Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1304782Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1305041Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1305298Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1305558Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1305762Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1305970Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1306161Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1306370Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1306576Z test_dispatch_symbolic_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1306793Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1307046Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2023-01-11T21:12:44.1307267Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1307484Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1307698Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1307910Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1308123Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1308372Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2023-01-11T21:12:44.1308623Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2023-01-11T21:12:44.1308874Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:44.1309123Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:44.1309372Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2023-01-11T21:12:44.1309580Z test_dispatch_symbolic_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1309785Z test_dispatch_symbolic_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1309990Z test_dispatch_symbolic_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1310196Z test_dispatch_symbolic_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1310403Z test_dispatch_symbolic_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1310606Z test_dispatch_symbolic_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1310807Z test_dispatch_symbolic_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1311085Z test_dispatch_symbolic_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1311287Z test_dispatch_symbolic_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1311513Z test_dispatch_symbolic_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1311727Z test_dispatch_symbolic_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1311944Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1312160Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.1312372Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1312582Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1312796Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1313046Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1313263Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1313475Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1313688Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1313940Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1314193Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1314443Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1314694Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1314947Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1315227Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1315506Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1315777Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1316047Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1316333Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1316612Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1316886Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1317162Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1317433Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1317702Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1318011Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1318309Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1318585Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1318855Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1319120Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1319385Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1319641Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1319906Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1320170Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1320432Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1320693Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1320959Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1321230Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1321503Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1321767Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1322032Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1322317Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1322597Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1322878Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1323158Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1323430Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1323698Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1323963Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1324225Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1324550Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1324857Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1325129Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1325395Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1325671Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1325945Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1326218Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1326490Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1326767Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1327040Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1327312Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1327582Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1327870Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1328159Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1328440Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1328721Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1328989Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1329254Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1329519Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1329786Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1330058Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1330326Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1330591Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1330858Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1331603Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1332078Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1332505Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1332911Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1333341Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1333772Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1334203Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1334630Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1335051Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1335471Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1335885Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1336302Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.1336584Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1336855Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1337123Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1337389Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1337681Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1337972Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1338259Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1338541Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1338809Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1339076Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1339341Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1339654Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1339972Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1340252Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1340524Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1340793Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1341074Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1341356Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1341632Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1341906Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1342180Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1342457Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1342726Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1342998Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1343276Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1343555Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1343962Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1344236Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1344507Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1344774Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1345054Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1345332Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1345608Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1345881Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1346223Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1346550Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1346823Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1347095Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1347387Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1347678Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1347971Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1348260Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1348533Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1348797Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1349071Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1349340Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1349612Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1349882Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1350148Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1350416Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1350686Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1350948Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1351216Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1351482Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1351775Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1352071Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1352370Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1352707Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1353033Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1353326Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1353595Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1353865Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1354130Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1354394Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1354680Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1354966Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1355243Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1355522Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1355797Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1356073Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1356345Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1356611Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1356871Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1357130Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1357385Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1357644Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1357919Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1358198Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1358468Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1358736Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1359007Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1359321Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1359588Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1359893Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1360172Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1360447Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1360716Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1360988Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1361276Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1361568Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1361839Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1362118Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1362387Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1362657Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1362922Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1363189Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1363463Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1363737Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1364007Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1364277Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1364558Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1364833Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1365106Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1365381Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1365661Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1365984Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1366297Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1366575Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1366847Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1367118Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1367387Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1367658Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1367923Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1368184Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1368444Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1368713Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1368983Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1369257Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1369533Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1369803Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1370070Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1370338Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1370607Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1370884Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1371163Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1371438Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1371711Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1371981Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1372252Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1372559Z test_dispatch_symbolic_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1372863Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1373136Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1373398Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1373661Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1373910Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1374174Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1374431Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1374687Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1374947Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1375208Z test_dispatch_symbolic_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1375421Z test_dispatch_symbolic_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1375667Z test_dispatch_symbolic_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1375887Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1376103Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1376317Z test_dispatch_symbolic_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1376529Z test_dispatch_symbolic_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1376739Z test_dispatch_symbolic_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1376987Z test_dispatch_symbolic_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1377236Z test_dispatch_symbolic_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1377482Z test_dispatch_symbolic_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1377728Z test_dispatch_symbolic_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1377975Z test_dispatch_symbolic_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1378188Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1378436Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1378655Z test_dispatch_symbolic_meta_inplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1378872Z test_dispatch_symbolic_meta_inplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1379082Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1379339Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1379551Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1379833Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1380083Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1380326Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1380561Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1380805Z test_dispatch_symbolic_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1381020Z test_dispatch_symbolic_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1381269Z test_dispatch_symbolic_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1381484Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1381697Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1381910Z test_dispatch_symbolic_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1382119Z test_dispatch_symbolic_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1382329Z test_dispatch_symbolic_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1382574Z test_dispatch_symbolic_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1382824Z test_dispatch_symbolic_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1383071Z test_dispatch_symbolic_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1383315Z test_dispatch_symbolic_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1383563Z test_dispatch_symbolic_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1383831Z test_dispatch_symbolic_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1384078Z test_dispatch_symbolic_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1384295Z test_dispatch_symbolic_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1384506Z test_dispatch_symbolic_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1384722Z test_dispatch_symbolic_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1384933Z test_dispatch_symbolic_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1385139Z test_dispatch_symbolic_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1385347Z test_dispatch_symbolic_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1385591Z test_dispatch_symbolic_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1385835Z test_dispatch_symbolic_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1386133Z test_dispatch_symbolic_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1386379Z test_dispatch_symbolic_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1386654Z test_dispatch_symbolic_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1386925Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1387190Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1387455Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1387721Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1388003Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1388280Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1388565Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1388848Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1389131Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1389411Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1389688Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1389967Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1390240Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1390512Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1390786Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1391061Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1391333Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1391600Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1391868Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1392134Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1392397Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1392709Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1392976Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1393290Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1393562Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1393829Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1394099Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1394364Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1394625Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1394887Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1395145Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1395368Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1395586Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1395810Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1396040Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1396261Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1396485Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1396704Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1396912Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1397127Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1397338Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1397557Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1397774Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1397995Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1398213Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1398439Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1398661Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1398885Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1399102Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1399321Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1399596Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1399810Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1400059Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1400274Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1400489Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1400707Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1400920Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1401145Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1401372Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1401592Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1401806Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1402027Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1402230Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1402440Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1402650Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1402867Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1403082Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1403304Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1403518Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1403743Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1403968Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1404190Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1404406Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1404625Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1404842Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1405058Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1405271Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1405486Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1405701Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1405911Z test_dispatch_symbolic_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1406161Z test_dispatch_symbolic_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1406417Z test_dispatch_symbolic_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1406629Z test_dispatch_symbolic_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1406873Z test_dispatch_symbolic_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1407123Z test_dispatch_symbolic_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1407368Z test_dispatch_symbolic_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1407604Z test_dispatch_symbolic_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1407851Z test_dispatch_symbolic_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1408099Z test_dispatch_symbolic_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1408364Z test_dispatch_symbolic_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1408634Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1408904Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1409166Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1409428Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1409689Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1409950Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1410211Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1410467Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1410725Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1410986Z test_dispatch_symbolic_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1411251Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1411512Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1411775Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1412038Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1412299Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1412559Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1412817Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1413123Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1413418Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1413678Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1413934Z test_dispatch_symbolic_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1414184Z test_dispatch_symbolic_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1414446Z test_dispatch_symbolic_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1414708Z test_dispatch_symbolic_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1414966Z test_dispatch_symbolic_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1415222Z test_dispatch_symbolic_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1415477Z test_dispatch_symbolic_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1415727Z test_dispatch_symbolic_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1415980Z test_dispatch_symbolic_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1416234Z test_dispatch_symbolic_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1416488Z test_dispatch_symbolic_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1416741Z test_dispatch_symbolic_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1416994Z test_dispatch_symbolic_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1417193Z test_dispatch_symbolic_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1417395Z test_dispatch_symbolic_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1417599Z test_dispatch_symbolic_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1417804Z test_dispatch_symbolic_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1418012Z test_dispatch_symbolic_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1418216Z test_dispatch_symbolic_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1418421Z test_dispatch_symbolic_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1418620Z test_dispatch_symbolic_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1418819Z test_dispatch_symbolic_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1419020Z test_dispatch_symbolic_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1419277Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1419532Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1419827Z test_dispatch_symbolic_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1420115Z test_dispatch_symbolic_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1420383Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1420648Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1420908Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1421163Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1421430Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1421695Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1421960Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1422220Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1422470Z test_dispatch_symbolic_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1422718Z test_dispatch_symbolic_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1422979Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1423238Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1423493Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1423807Z test_dispatch_symbolic_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1424063Z test_dispatch_symbolic_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1424317Z test_dispatch_symbolic_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1424555Z test_dispatch_symbolic_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1424804Z test_dispatch_symbolic_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1425052Z test_dispatch_symbolic_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1425302Z test_dispatch_symbolic_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1425549Z test_dispatch_symbolic_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1425801Z test_dispatch_symbolic_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1426048Z test_dispatch_symbolic_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1426305Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1426614Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1426912Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1427166Z test_dispatch_symbolic_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1427419Z test_dispatch_symbolic_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1427670Z test_dispatch_symbolic_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1427917Z test_dispatch_symbolic_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1428166Z test_dispatch_symbolic_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1428414Z test_dispatch_symbolic_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1428661Z test_dispatch_symbolic_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1428909Z test_dispatch_symbolic_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1429180Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1429447Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1429718Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1429987Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1430251Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1430511Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1430773Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1431040Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1431302Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1431570Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1431841Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1432104Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1432369Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1432629Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1432891Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1433280Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1433576Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1433840Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1434114Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1434373Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1434640Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1434911Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1435177Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1435441Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1435704Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1435968Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1436236Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1436511Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1436784Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1437054Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1437319Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1437581Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1437845Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1438110Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1438380Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1438643Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1438917Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1439196Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1439472Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1439797Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1440102Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1440377Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1440643Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1440910Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1441177Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1441448Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1441714Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1441987Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1442260Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1442534Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1442803Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1443070Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1443335Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1443607Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1443868Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1444133Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1444398Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1444665Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1444890Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1445111Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1445327Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1445553Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1445779Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1445999Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1446221Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1446486Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1446702Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1446961Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1447178Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1447397Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1447614Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1447892Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1448175Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1448449Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1448725Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1449001Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1449275Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1449550Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1449828Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1450103Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1450380Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1450651Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1450923Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1451193Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1451465Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1451737Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1452011Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1452281Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1452545Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1452815Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1453131Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1453395Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1453699Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1453965Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1454228Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1454478Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1454740Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1455007Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1455272Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1455538Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1455804Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1456070Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1456337Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1456604Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1456873Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1457138Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1457413Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1457693Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1457972Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1458247Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1458524Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1458798Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1459065Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1459328Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1459599Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1459914Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1460214Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1460480Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1460745Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1461007Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1461269Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1461535Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1461800Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1462061Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1462289Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1462514Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1462749Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1462981Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1463212Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1463446Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1463672Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1464019Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1464231Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1464452Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1464674Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1464899Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1465174Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1465446Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1465723Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1465997Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1466265Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1466534Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1466872Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1467180Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1467446Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1467713Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1467982Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1468250Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1468526Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1468800Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1469068Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1469339Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1469609Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1469881Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1470153Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1470425Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1470689Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1470961Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1471229Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1471492Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1471757Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1472024Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1472287Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1472546Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1472805Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1473063Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1473363Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1473659Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1473923Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1474191Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1474460Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1474713Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1474977Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1475248Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1475508Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1475769Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1476026Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1476285Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1476546Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1476813Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1477084Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1477351Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1477613Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1477881Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1478143Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1478404Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1478668Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1478927Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1479189Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1479446Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1479708Z test_dispatch_symbolic_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1480017Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1480313Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1480577Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1480834Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1481092Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1481358Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1481630Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1481904Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1482169Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1482431Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1482696Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1482959Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1483219Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1483485Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1483750Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1484014Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1484275Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1484532Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1484792Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1485051Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1485300Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1485593Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1485889Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1486180Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1486510Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1486827Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1487103Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1487381Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1487654Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1487925Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1488204Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1488480Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1488755Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1489026Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1489303Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1489583Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1489861Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1490146Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1490424Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1490703Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1490977Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1491248Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1491520Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1491798Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1492076Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1492338Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1492597Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1492856Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1493163Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1493458Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1493719Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1493976Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1494232Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1494487Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1494745Z test_dispatch_symbolic_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1495010Z test_dispatch_symbolic_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1495273Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1495536Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1495792Z test_dispatch_symbolic_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1496050Z test_dispatch_symbolic_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1496308Z test_dispatch_symbolic_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1496567Z test_dispatch_symbolic_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1496828Z test_dispatch_symbolic_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1497089Z test_dispatch_symbolic_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1497335Z test_dispatch_symbolic_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1497589Z test_dispatch_symbolic_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1497844Z test_dispatch_symbolic_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1498108Z test_dispatch_symbolic_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1498368Z test_dispatch_symbolic_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1498651Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1498931Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1499221Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1499509Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1499848Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1500160Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1500446Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1500725Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1501007Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1501287Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1501566Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1501842Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1502130Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1502414Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1502707Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1503001Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1503290Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1503573Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1503909Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1504192Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1504472Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1504755Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1505042Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1505324Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1505589Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1505849Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1506118Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1506435Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1506742Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1507007Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1507264Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1507522Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1507780Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1508044Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1508324Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1508598Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1508874Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1509152Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1509427Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1509702Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1509978Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1510252Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1510512Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1510784Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1511062Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1511343Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1511624Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1511898Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1512172Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1512448Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1512763Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1513033Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1513348Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1513624Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1513887Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1514143Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1514405Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1514667Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1514929Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1515185Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1515445Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1515701Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1515957Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1516216Z test_dispatch_symbolic_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1516474Z test_dispatch_symbolic_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1516733Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1516990Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1517244Z test_dispatch_symbolic_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1517496Z test_dispatch_symbolic_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1517754Z test_dispatch_symbolic_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1518014Z test_dispatch_symbolic_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1518272Z test_dispatch_symbolic_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1518532Z test_dispatch_symbolic_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1518790Z test_dispatch_symbolic_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1519045Z test_dispatch_symbolic_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1519301Z test_dispatch_symbolic_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1519600Z test_dispatch_symbolic_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1519917Z test_dispatch_symbolic_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1520176Z test_dispatch_symbolic_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1520430Z test_dispatch_symbolic_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1520695Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1520954Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1521213Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1521482Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1521748Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1522011Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1522269Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1522530Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1522789Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1523048Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1523304Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1523560Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1523819Z test_dispatch_symbolic_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1524081Z test_dispatch_symbolic_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1524336Z test_dispatch_symbolic_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1524593Z test_dispatch_symbolic_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1524849Z test_dispatch_symbolic_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1525103Z test_dispatch_symbolic_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1525361Z test_dispatch_symbolic_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1525615Z test_dispatch_symbolic_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1525869Z test_dispatch_symbolic_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1526168Z test_dispatch_symbolic_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1526380Z test_dispatch_symbolic_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1526622Z test_dispatch_symbolic_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1526841Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1527057Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1527273Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1527484Z test_dispatch_symbolic_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1527692Z test_dispatch_symbolic_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1527902Z test_dispatch_symbolic_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1528107Z test_dispatch_symbolic_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1528315Z test_dispatch_symbolic_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1528508Z test_dispatch_symbolic_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1528712Z test_dispatch_symbolic_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1528916Z test_dispatch_symbolic_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1529185Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1529458Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1529731Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1529988Z test_dispatch_symbolic_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1530250Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1530508Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1530766Z test_dispatch_symbolic_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1531018Z test_dispatch_symbolic_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1531273Z test_dispatch_symbolic_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1531514Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1531753Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1531991Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1532263Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1532535Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1532803Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1533113Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1533422Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1533661Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1533897Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1534130Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1534399Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1534670Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1534935Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1535204Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1535475Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1535713Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.1535948Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1536182Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1536454Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1536723Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1536977Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1537245Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1537514Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1537734Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1537954Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1538173Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1538393Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1538612Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1538824Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1539037Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1539248Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1539463Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1539727Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1539992Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1540288Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1540549Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1540811Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1541076Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1541347Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1541608Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1541873Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1542132Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1542391Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1542652Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1542914Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1543185Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1543457Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1543776Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1544028Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1544291Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1544550Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1544812Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1545071Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1545314Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1545566Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1545820Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1546075Z test_dispatch_symbolic_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1546397Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1546661Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1546983Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1547254Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1547523Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1547787Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1548049Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1548316Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1548582Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1548844Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1549102Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1549364Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1549624Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1549889Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1550145Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1550406Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1550670Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1550930Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1551185Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1551442Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1551700Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1551953Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1552206Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1552458Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1552711Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1553008Z test_dispatch_symbolic_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1553286Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1553593Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1553870Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1554143Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1554426Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1554711Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1554994Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1555271Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1555547Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1555820Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1556092Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1556355Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1556565Z test_dispatch_symbolic_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1556776Z test_dispatch_symbolic_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1556991Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1557203Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1557410Z test_dispatch_symbolic_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1557615Z test_dispatch_symbolic_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1557821Z test_dispatch_symbolic_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1558026Z test_dispatch_symbolic_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1558227Z test_dispatch_symbolic_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1558430Z test_dispatch_symbolic_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1558633Z test_dispatch_symbolic_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1558836Z test_dispatch_symbolic_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1559045Z test_dispatch_symbolic_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1559257Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1559472Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1559732Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1559939Z test_dispatch_symbolic_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1560197Z test_dispatch_symbolic_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1560407Z test_dispatch_symbolic_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1560616Z test_dispatch_symbolic_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1560821Z test_dispatch_symbolic_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1561014Z test_dispatch_symbolic_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1561217Z test_dispatch_symbolic_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1561423Z test_dispatch_symbolic_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1561694Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1561961Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1562229Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1562499Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1562771Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1563036Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1563301Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1563567Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1563827Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1564088Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1564348Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1564605Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1564868Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1565145Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1565416Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1565694Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1565972Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1566250Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1566568Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1566880Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1567153Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1567423Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1567693Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1567958Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1568229Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1568500Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1568762Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1569019Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1569286Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1569553Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1569822Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1570084Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1570344Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1570603Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1570860Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1571116Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1571360Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1571620Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1571877Z test_dispatch_symbolic_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1572138Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1572395Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1572663Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1572931Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1573239Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1573532Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1573796Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1574054Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1574310Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1574564Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1574821Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1575078Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1575335Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1575597Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1575854Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1576121Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1576390Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1576655Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1576920Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1577178Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1577435Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1577694Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1577953Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1578208Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1578466Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1578727Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1578947Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1579166Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1579385Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1579743Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1580087Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1580401Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1580706Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1581009Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1581305Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1581605Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1581901Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1582197Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1582492Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1582784Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1583068Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1583367Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1583658Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1584074Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1584365Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1584664Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1584964Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1585256Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1585546Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1585843Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1586133Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1586489Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1586821Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1587118Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1587406Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1587698Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1587988Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1588238Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.1588484Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.1588728Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.1588972Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.1589256Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1589536Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1589820Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1590103Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1590385Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1590667Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1590946Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1591227Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1591515Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1591798Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1592076Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1592353Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1592634Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1592955Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1593265Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1593546Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1593846Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1594144Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1594448Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1594744Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1595027Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1595307Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1595584Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1595866Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1596168Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1596467Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1596763Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1597057Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1597365Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1597676Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1597989Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1598297Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1598529Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1598760Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1598992Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1599276Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1599543Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1599862Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1600145Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1600427Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1600704Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1600980Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1601256Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1601532Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1601814Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1602094Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1602372Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1602649Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1602929Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1603201Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1603497Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1603794Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1604092Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1604388Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1604677Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1604968Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1605256Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1605548Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1605887Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1606218Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1606514Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1606801Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1607089Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1607382Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1607674Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1607971Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1608266Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1608559Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1608853Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1609142Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1609430Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1609729Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1610025Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1610323Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1610621Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1610921Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1611217Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1611508Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1611798Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1612091Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1612427Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1612754Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1613052Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1613344Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1613634Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1613926Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1614208Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1614492Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1614779Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1615058Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1615337Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1615585Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.1615826Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.1616065Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.1616303Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.1616530Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1616770Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1617005Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1617249Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1617487Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1617732Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1617969Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1618204Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.1618434Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1618662Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1618935Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1619164Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1619492Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1619785Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1620073Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1620356Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1620648Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1620931Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1621213Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1621491Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1621761Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1622033Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.1622305Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1622571Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1622846Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1623117Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1623395Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1623676Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1624085Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1624359Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1624635Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1624903Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1625170Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1625439Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1625765Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1626034Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1626370Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1626667Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1626964Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1627258Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1627545Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1627844Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1628136Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1628425Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1628713Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1629006Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1629280Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1629559Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1629834Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1630109Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1630390Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1630665Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1630937Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1631212Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1631497Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1631778Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1632061Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1632389Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1632706Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1632989Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1633270Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1633554Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1633833Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1634118Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1634399Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1634649Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1634895Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1635138Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1635382Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1635667Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1635949Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1636225Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1636505Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1636784Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1637066Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1637352Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1637638Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1637913Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1638188Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1638461Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1638738Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1639081Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1639415Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1639713Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1640008Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1640289Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1640571Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1640855Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1641132Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1641418Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1641706Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1641993Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1642277Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1642575Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1642855Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1643151Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1643443Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1643744Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1644043Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1644339Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1644637Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1644934Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1645228Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1645566Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1645905Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1646200Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1646496Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1646792Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1647087Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1647383Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1647681Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1647979Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1648274Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1648550Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1648828Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1649104Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1649375Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1649657Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1649938Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1650222Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1650498Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1650771Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1651050Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1651329Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1651607Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1651928Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1652246Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1652489Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1652726Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1652961Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1653197Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.1653475Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1653760Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1654042Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1654315Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1654594Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1654867Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1655164Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1655461Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1655755Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1656046Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1656333Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1656614Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1656901Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1657184Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1657480Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1657771Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1658061Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1658395Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1658718Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1659007Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1659297Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1659573Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1659866Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1660150Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1660434Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1660711Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1660989Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1661273Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1661556Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1661839Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1662120Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1662400Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1662679Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1662961Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1663239Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1663523Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1663856Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1664137Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1664429Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1664715Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1665057Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1665382Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1665666Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1665945Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1666232Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1666524Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1666817Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1667097Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1667381Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1667663Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1667948Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1668238Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1668527Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1668759Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1668992Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1669227Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1669462Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1669745Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1670026Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1670301Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1670581Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1670871Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1671157Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1671496Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1671817Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1672118Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1672420Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1672716Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1673012Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1673321Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1673628Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1673929Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1674226Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1674505Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1674783Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1675068Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1675342Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1675624Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1675916Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1676190Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1676473Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1676751Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1677031Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1677303Z test_dispatch_symbolic_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1677593Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1677919Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1678245Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1678541Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1678830Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1679116Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1679400Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1679684Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1679969Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1680252Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1680532Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1680813Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1681099Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1681383Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1681673Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1681962Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1682245Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1682528Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1682811Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1683092Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1683374Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1683654Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1683938Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1684216Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1684546Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1684867Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1685157Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1685440Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1685725Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1686010Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1686307Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1686599Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1686887Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1687170Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1687462Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1687761Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1688064Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1688367Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1688660Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1688953Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1689249Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1689538Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1689825Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1690114Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1690402Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1690693Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1691032Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1691346Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1691636Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1691920Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1692212Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1692502Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1692792Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1693079Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1693367Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1693637Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1693919Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1694202Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1694486Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1694768Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1695058Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1695345Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1695638Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1695937Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1696228Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1696515Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1696799Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1697086Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1697426Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1697747Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1698035Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1698326Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1698618Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1698905Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1699195Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1699483Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1699766Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1700048Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1700331Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1700617Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1700903Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1701180Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1701456Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1701732Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1702008Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1702289Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1702563Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1702840Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1703112Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1703383Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1703655Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1704124Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1704447Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1704720Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1705002Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1705279Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1705551Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1705828Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1706099Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1706365Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1706637Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1706908Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1707180Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1707419Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1707654Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1707886Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1708104Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1708338Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1708568Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1708798Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1709032Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1709262Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1709493Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1709719Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1709944Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1710228Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1710513Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1710844Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1711172Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1711460Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1711750Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1712037Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1712320Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1712597Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1712876Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1713153Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1713443Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1713741Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1714043Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1714335Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1714625Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1714915Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1715201Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1715488Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1715776Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1716065Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1716358Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1716643Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1716921Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1717245Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1717558Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1717846Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1718127Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1718408Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1718690Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1718973Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1719252Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1719536Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1719819Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1720099Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1720379Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1720659Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1720936Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1721209Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1721486Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1721745Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1722025Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1722312Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1722599Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1722888Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1723169Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1723452Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1723778Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1724091Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1724371Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1724647Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1724924Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1725200Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1725449Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1725692Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1725930Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1726165Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1726401Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1726638Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1726873Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1727111Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1727349Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1727646Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1727947Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1728244Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1728537Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1728836Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1729131Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1729418Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1729707Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1729998Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1730362Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1730688Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1731002Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1731325Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1731647Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1731959Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1732272Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1732585Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1732893Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1733203Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1733510Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1733824Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1734137Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1734416Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1734699Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1734986Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1735265Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1735542Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1735813Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1736107Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1736399Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1736688Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1737023Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1737353Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1737644Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1737923Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1738187Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1738448Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1738719Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1738984Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1739250Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1739511Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1739769Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1740033Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1740291Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1740550Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1740805Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1741065Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1741320Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1741575Z test_dispatch_symbolic_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1741838Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1742103Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1742360Z test_dispatch_symbolic_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1742614Z test_dispatch_symbolic_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1742868Z test_dispatch_symbolic_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1743130Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1743439Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1743826Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1744092Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1744353Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1744615Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1744877Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1745151Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1745416Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1745677Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1745935Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1746195Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1746463Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1746725Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1746991Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1747253Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1747512Z test_dispatch_symbolic_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1747770Z test_dispatch_symbolic_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1748026Z test_dispatch_symbolic_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1748268Z test_dispatch_symbolic_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1748547Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1748825Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1749096Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1749369Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1749625Z test_dispatch_symbolic_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1749877Z test_dispatch_symbolic_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1750189Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1750486Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1750748Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1751005Z test_dispatch_symbolic_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1751259Z test_dispatch_symbolic_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1751513Z test_dispatch_symbolic_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1751772Z test_dispatch_symbolic_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1752026Z test_dispatch_symbolic_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1752281Z test_dispatch_symbolic_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1752534Z test_dispatch_symbolic_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1752787Z test_dispatch_symbolic_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1753051Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1753308Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1753576Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1753850Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1754116Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1754382Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1754643Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1754902Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1755162Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1755422Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1755679Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1755939Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1756195Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1756446Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1756743Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1756994Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1757282Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1757544Z test_dispatch_symbolic_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1757799Z test_dispatch_symbolic_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1758067Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1758318Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1758580Z test_dispatch_symbolic_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1758836Z test_dispatch_symbolic_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1759096Z test_dispatch_symbolic_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1759347Z test_dispatch_symbolic_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1759600Z test_dispatch_symbolic_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1759853Z test_dispatch_symbolic_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1760111Z test_dispatch_symbolic_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1760370Z test_dispatch_symbolic_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1760630Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1760890Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1761152Z test_dispatch_symbolic_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1761412Z test_dispatch_symbolic_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1761683Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1761950Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1762220Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1762484Z test_dispatch_symbolic_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1762744Z test_dispatch_symbolic_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1763002Z test_dispatch_symbolic_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1763262Z test_dispatch_symbolic_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1763562Z test_dispatch_symbolic_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1763851Z test_dispatch_symbolic_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1764110Z test_dispatch_symbolic_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1764370Z test_dispatch_symbolic_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1764639Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1764907Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1765175Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1765438Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1765701Z test_dispatch_symbolic_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1765955Z test_dispatch_symbolic_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1766229Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2023-01-11T21:12:44.1766473Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1766713Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1766948Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1767225Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1767502Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1767779Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1768040Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1768310Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1768589Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1768834Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1769077Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1769314Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1769585Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1769853Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1770167Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1770480Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1770758Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1771031Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1771268Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1771503Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1771748Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1772017Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1772291Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1772557Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1772831Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1773103Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1773372Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1773611Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1773852Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1774090Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1774360Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1774627Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1774897Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1775170Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1775442Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1775712Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1775949Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1776183Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1776419Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.1776686Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1776998Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1777299Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1777572Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1777843Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1778096Z test_dispatch_symbolic_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1778366Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1778639Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1778910Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1779176Z test_dispatch_symbolic_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1779437Z test_dispatch_symbolic_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1779701Z test_dispatch_symbolic_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1779962Z test_dispatch_symbolic_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1780223Z test_dispatch_symbolic_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1780482Z test_dispatch_symbolic_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1780740Z test_dispatch_symbolic_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1780997Z test_dispatch_symbolic_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1781212Z test_dispatch_symbolic_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1781434Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1781650Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1781867Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1782076Z test_dispatch_symbolic_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1782285Z test_dispatch_symbolic_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1782499Z test_dispatch_symbolic_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1782704Z test_dispatch_symbolic_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1782909Z test_dispatch_symbolic_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1783114Z test_dispatch_symbolic_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1783320Z test_dispatch_symbolic_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.1783574Z test_dispatch_symbolic_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.1783979Z test_dispatch_symbolic_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1784289Z test_dispatch_symbolic_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1784555Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1784820Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1785080Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1785324Z test_dispatch_symbolic_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1785583Z test_dispatch_symbolic_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1785841Z test_dispatch_symbolic_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1786095Z test_dispatch_symbolic_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1786355Z test_dispatch_symbolic_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1786607Z test_dispatch_symbolic_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1786861Z test_dispatch_symbolic_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1787120Z test_dispatch_symbolic_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1787330Z test_dispatch_symbolic_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1787537Z test_dispatch_symbolic_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.1787752Z test_dispatch_symbolic_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1787966Z test_dispatch_symbolic_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.1788175Z test_dispatch_symbolic_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1788384Z test_dispatch_symbolic_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1788592Z test_dispatch_symbolic_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.1788800Z test_dispatch_symbolic_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.1789004Z test_dispatch_symbolic_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1789213Z test_dispatch_symbolic_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1789415Z test_dispatch_symbolic_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.1789622Z test_dispatch_symbolic_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1789873Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1790124Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1790371Z test_dispatch_symbolic_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1790671Z test_dispatch_symbolic_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.1790967Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1791231Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1791451Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1791693Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1791911Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1792126Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1792340Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1792594Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1792847Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1793100Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1793352Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1793601Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.1793868Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1794140Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1794411Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1794679Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1794942Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1795206Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1795464Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1795730Z test_dispatch_symbolic_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1795991Z test_dispatch_symbolic_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1796249Z test_dispatch_symbolic_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1796506Z test_dispatch_symbolic_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1796761Z test_dispatch_symbolic_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1797018Z test_dispatch_symbolic_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1797327Z test_dispatch_symbolic_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1797615Z test_dispatch_symbolic_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1797872Z test_dispatch_symbolic_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1798143Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1798411Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1798674Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1798942Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1799208Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1799473Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1799734Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1799996Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1800260Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1800522Z test_dispatch_symbolic_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1800784Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1801039Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1801300Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1801556Z test_dispatch_symbolic_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1801809Z test_dispatch_symbolic_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1802063Z test_dispatch_symbolic_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1802330Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1802602Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1802873Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1803139Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1803403Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1803666Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1803975Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1804269Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1804527Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1804790Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1805052Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1805314Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1805575Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1805828Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1806083Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1806335Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1806588Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1806842Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1807096Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1807355Z test_dispatch_symbolic_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1807618Z test_dispatch_symbolic_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1807873Z test_dispatch_symbolic_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1808132Z test_dispatch_symbolic_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1808394Z test_dispatch_symbolic_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1808660Z test_dispatch_symbolic_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1808920Z test_dispatch_symbolic_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1809178Z test_dispatch_symbolic_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1809436Z test_dispatch_symbolic_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1809690Z test_dispatch_symbolic_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1809945Z test_dispatch_symbolic_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1810200Z test_dispatch_symbolic_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1810499Z test_dispatch_symbolic_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1810740Z test_dispatch_symbolic_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1810999Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1811262Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1811493Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1811718Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1811941Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1812161Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1812387Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1812649Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1812909Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1813168Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1813427Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1813688Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1813915Z test_dispatch_symbolic_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1814135Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1814359Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1814575Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1814790Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1815008Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1815225Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1815438Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1815658Z test_dispatch_symbolic_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.1815872Z test_dispatch_symbolic_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1816095Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1816312Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1816528Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1816728Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1816941Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1817203Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1817513Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1817831Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1818103Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1818363Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1818621Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1818878Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1819135Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1819393Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1819653Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1819909Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1820170Z test_dispatch_symbolic_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1820451Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1820729Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1821014Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1821299Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1821583Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1821860Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1822136Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1822413Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1822688Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1822961Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1823231Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1823505Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1823839Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1824108Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1824427Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1824740Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1825013Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1825282Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1825547Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1825812Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1826084Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1826347Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1826610Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1826873Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1827136Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1827383Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1827651Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1827916Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1828184Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1828453Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1828721Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1828984Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1829246Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1829509Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1829770Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1830028Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1830285Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1830542Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1830802Z test_dispatch_symbolic_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1831065Z test_dispatch_symbolic_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1831312Z test_dispatch_symbolic_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1831536Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1831755Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1831970Z test_dispatch_symbolic_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1832190Z test_dispatch_symbolic_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1832405Z test_dispatch_symbolic_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1832619Z test_dispatch_symbolic_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1832830Z test_dispatch_symbolic_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1833045Z test_dispatch_symbolic_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1833259Z test_dispatch_symbolic_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1833473Z test_dispatch_symbolic_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1833695Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1833911Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1834137Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1834350Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1834569Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1834788Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1835002Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1835215Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1835428Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1835640Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1835854Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1836069Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1836339Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1836606Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1836883Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1837154Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1837420Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1837687Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1837999Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1838296Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1838561Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1838826Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1839090Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1839357Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1839631Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1839897Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1840169Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1840443Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1840712Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1840980Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1841252Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1841519Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1841783Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1842044Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1842305Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1842568Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1842835Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1843082Z test_dispatch_symbolic_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1843333Z test_dispatch_symbolic_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1843597Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1843857Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1844119Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1844422Z test_dispatch_symbolic_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1844679Z test_dispatch_symbolic_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1844977Z test_dispatch_symbolic_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1845235Z test_dispatch_symbolic_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1845488Z test_dispatch_symbolic_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1845746Z test_dispatch_symbolic_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1845999Z test_dispatch_symbolic_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1846257Z test_dispatch_symbolic_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1846519Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1846773Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1847034Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1847295Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1847549Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1847805Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1848063Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1848317Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1848568Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1848825Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1849078Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1849329Z test_dispatch_symbolic_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1849547Z test_dispatch_symbolic_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1849765Z test_dispatch_symbolic_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1849982Z test_dispatch_symbolic_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1850195Z test_dispatch_symbolic_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1850402Z test_dispatch_symbolic_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.1850611Z test_dispatch_symbolic_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.1850824Z test_dispatch_symbolic_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.1851063Z test_dispatch_symbolic_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.1851269Z test_dispatch_symbolic_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.1851538Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1851773Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1852003Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1852233Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1852465Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1852695Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1852925Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1853156Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1853392Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1853626Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1853860Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1854090Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1854304Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1854557Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1854779Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1854998Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1855216Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1855428Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1855642Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1855855Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.1856104Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1856355Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1856604Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1856843Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1857093Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1857353Z test_dispatch_symbolic_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1857616Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1857877Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1858180Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1858467Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1858726Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1858982Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1859235Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1859487Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1859741Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1859993Z test_dispatch_symbolic_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1860270Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1860539Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1860818Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1861094Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1861370Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1861639Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1861912Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1862181Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1862448Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1862713Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1862977Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1863245Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1863518Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1863814Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1864035Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1864262Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.1864490Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1864770Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1864995Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1865259Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1865480Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1865685Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1865901Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1866117Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1866333Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.1866556Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1866769Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1866996Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1867217Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.1867432Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1867649Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1867865Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1868077Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1868291Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1868505Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.1868721Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1868932Z test_dispatch_symbolic_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.1869166Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1869400Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1869636Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1869869Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1870103Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1870332Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1870566Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1870797Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1871017Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1871249Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1871481Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1871766Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1871995Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1872256Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1872487Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1872712Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1872941Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1873171Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1873406Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1873646Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1873879Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1874112Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1874337Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1874564Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1874792Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1875021Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1875253Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.1875491Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.1875725Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.1875957Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.1876188Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.1876416Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1876643Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1876873Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1877092Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1877326Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1877562Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1877789Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1878019Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1878254Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1878485Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1878760Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1878987Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1879248Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1879480Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.1879711Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.1879983Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1880255Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1880530Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1880800Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1881070Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1881339Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1881611Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1881882Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1882173Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1882459Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1882742Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1883024Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1883307Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1883589Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1883876Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1884160Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1884422Z test_dispatch_symbolic_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1884685Z test_dispatch_symbolic_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1884953Z test_dispatch_symbolic_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1885220Z test_dispatch_symbolic_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1885526Z test_dispatch_symbolic_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1885819Z test_dispatch_symbolic_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1886080Z test_dispatch_symbolic_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1886325Z test_dispatch_symbolic_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1886582Z test_dispatch_symbolic_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1886843Z test_dispatch_symbolic_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1887105Z test_dispatch_symbolic_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1887362Z test_dispatch_symbolic_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1887622Z test_dispatch_symbolic_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1887897Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1888169Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1888443Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1888716Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1888989Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1889258Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1889524Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1889790Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1890057Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1890325Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1890545Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1890755Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1890970Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1891185Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1891403Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1891613Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1891821Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1892028Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1892284Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1892491Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1892732Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1892940Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1893148Z test_dispatch_symbolic_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1893396Z test_dispatch_symbolic_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1893653Z test_dispatch_symbolic_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1893922Z test_dispatch_symbolic_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1894188Z test_dispatch_symbolic_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1894451Z test_dispatch_symbolic_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1894706Z test_dispatch_symbolic_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1894960Z test_dispatch_symbolic_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1895216Z test_dispatch_symbolic_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1895469Z test_dispatch_symbolic_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1895723Z test_dispatch_symbolic_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1895984Z test_dispatch_symbolic_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1896238Z test_dispatch_symbolic_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1896457Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1896712Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1896936Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1897157Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1897379Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1897597Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1897813Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1898027Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.1898281Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1898533Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1898784Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.1899094Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1899383Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1899599Z test_dispatch_symbolic_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1899808Z test_dispatch_symbolic_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1900021Z test_dispatch_symbolic_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1900233Z test_dispatch_symbolic_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1900431Z test_dispatch_symbolic_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1900639Z test_dispatch_symbolic_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1900853Z test_dispatch_symbolic_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1901063Z test_dispatch_symbolic_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1901271Z test_dispatch_symbolic_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1901479Z test_dispatch_symbolic_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1901766Z test_dispatch_symbolic_meta_inplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1902048Z test_dispatch_symbolic_meta_inplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1902330Z test_dispatch_symbolic_meta_inplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1902618Z test_dispatch_symbolic_meta_inplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1902896Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1903171Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1903463Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1903883Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1904168Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1904448Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1904743Z test_dispatch_symbolic_meta_inplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1905034Z test_dispatch_symbolic_meta_inplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1905329Z test_dispatch_symbolic_meta_inplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1905620Z test_dispatch_symbolic_meta_inplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1905963Z test_dispatch_symbolic_meta_inplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1906281Z test_dispatch_symbolic_meta_inplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1906560Z test_dispatch_symbolic_meta_inplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1906837Z test_dispatch_symbolic_meta_inplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1907115Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1907393Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1907675Z test_dispatch_symbolic_meta_inplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1907961Z test_dispatch_symbolic_meta_inplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1908224Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1908488Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1908746Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1909006Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1909266Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1909525Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1909781Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1910038Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1910298Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1910553Z test_dispatch_symbolic_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1910769Z test_dispatch_symbolic_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1911018Z test_dispatch_symbolic_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1911222Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1911437Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1911651Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1911862Z test_dispatch_symbolic_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1912075Z test_dispatch_symbolic_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1912285Z test_dispatch_symbolic_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1912577Z test_dispatch_symbolic_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1912826Z test_dispatch_symbolic_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1913106Z test_dispatch_symbolic_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1913356Z test_dispatch_symbolic_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1913603Z test_dispatch_symbolic_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1913818Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1914066Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1914286Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1914499Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1914715Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1914926Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1915141Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.1915389Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1915640Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1915888Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1916138Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1916401Z test_dispatch_symbolic_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1916633Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1916881Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.1917350Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1917566Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1917818Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1918035Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1918246Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1918461Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.1918709Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1918942Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1919188Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1919433Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1919681Z test_dispatch_symbolic_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.1920013Z test_dispatch_symbolic_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1920305Z test_dispatch_symbolic_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1920573Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1920840Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1921102Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1921358Z test_dispatch_symbolic_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1921619Z test_dispatch_symbolic_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1921876Z test_dispatch_symbolic_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1922129Z test_dispatch_symbolic_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1922383Z test_dispatch_symbolic_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1922636Z test_dispatch_symbolic_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1922895Z test_dispatch_symbolic_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1923153Z test_dispatch_symbolic_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1923427Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1923696Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1923966Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1924235Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1924501Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1924767Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1925036Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1925303Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1925567Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1925831Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1926095Z test_dispatch_symbolic_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1926355Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1926655Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1926946Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1927225Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1927499Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1927791Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1928072Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1928352Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1928629Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1928906Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1929181Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1929454Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1929712Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1929990Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1930260Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1930520Z test_dispatch_symbolic_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1930777Z test_dispatch_symbolic_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1931031Z test_dispatch_symbolic_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1931289Z test_dispatch_symbolic_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1931543Z test_dispatch_symbolic_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1931800Z test_dispatch_symbolic_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1932053Z test_dispatch_symbolic_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1932306Z test_dispatch_symbolic_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1932559Z test_dispatch_symbolic_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1932851Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1933178Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1933496Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1933779Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1934046Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1934321Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1934593Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1934864Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1935135Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1935403Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1935673Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1935944Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1936215Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1936494Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1936769Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1937040Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1937310Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1937579Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1937848Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1938120Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1938389Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1938662Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1938933Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1939202Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1939471Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1939779Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1940116Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1940387Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1940655Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1940926Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1941195Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1941453Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1941723Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1941989Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1942256Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1942526Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1942791Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1943065Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1943340Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1943608Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1943937Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1944203Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1944470Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1944747Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1945110Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1945466Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1945826Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1946176Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1946522Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1946943Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1947353Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1947705Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1948055Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1948410Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1948762Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1949114Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1949459Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1949806Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1950152Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1950500Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1951326Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1951916Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1952502Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1953072Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1953635Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1954194Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1954740Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1955209Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1955674Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1956147Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1956738Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1957211Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1957673Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1958138Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1958610Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1959074Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1959347Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1959615Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1959885Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1960154Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1960424Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1960697Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1960962Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1961229Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1961492Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1961758Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1962027Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1962301Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1962570Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1962837Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1963102Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1963368Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1963686Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1963942Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1964266Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1964558Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1964847Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1965135Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1965427Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1965712Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1966000Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1966290Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1966575Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1966865Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1967162Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1967451Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1967740Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1968024Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1968308Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1968599Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1968871Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1969137Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1969403Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1969669Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1969934Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1970238Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1970495Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1970794Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1971060Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1971325Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1971586Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1971849Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1972119Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1972384Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1972645Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1972905Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1973164Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1973424Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1973689Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1973956Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1974224Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1974485Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1974744Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1975005Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1975268Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1975533Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1975826Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1976118Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1976409Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1976698Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1977017Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1977338Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1977632Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1977922Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1978420Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1978900Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1979379Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1979854Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1980330Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1980801Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1981275Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1981752Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.1982024Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1982299Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1982571Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1982842Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1983116Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1983388Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1983655Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1983985Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1984266Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1984552Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1984898Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1985229Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1985512Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1985790Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1986071Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1986358Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1986640Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1986922Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1987206Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1987487Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1987768Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1988054Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1988335Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1988616Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1988901Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1989183Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1989464Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1989749Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1990033Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1990311Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1990591Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1990869Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1991189Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1991508Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1991791Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1992073Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1992353Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1992635Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1992917Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1993199Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1993472Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1993736Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1994003Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1994270Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1994537Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1994808Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1995071Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1995324Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1995590Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1995855Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1996125Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1996399Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1996667Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1996932Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1997195Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1997464Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1997776Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1998077Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1998380Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1998684Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1998987Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1999291Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1999595Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.1999899Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2000203Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2000513Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2000814Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2001115Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2001416Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2001714Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2002007Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2002339Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2002638Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2002938Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2003232Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2003523Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2003815Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2004106Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2004463Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2004785Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2005074Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2005364Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2005655Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2006177Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2006677Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2007169Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2007659Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2008149Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2008637Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2009127Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2009619Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2010105Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2010601Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2011098Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2011586Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2012072Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2012554Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2013104Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2013633Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2014119Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2014610Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2015102Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2015588Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2016074Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2016557Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2017038Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2017530Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2018016Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2018510Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2018999Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2019482Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2019963Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2020454Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2020937Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2021417Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2021706Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2022043Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2022371Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2022658Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2022944Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2023229Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2023510Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2023939Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2024221Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2024491Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2024763Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2025033Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2025302Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2025574Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2025843Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2026109Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2026375Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2026642Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2026910Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2027181Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2027455Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2027719Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2027969Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2028248Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2028513Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2028844Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2029146Z test_dispatch_symbolic_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2029406Z test_dispatch_symbolic_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2029670Z test_dispatch_symbolic_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2029932Z test_dispatch_symbolic_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2030196Z test_dispatch_symbolic_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2030458Z test_dispatch_symbolic_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2030711Z test_dispatch_symbolic_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2030969Z test_dispatch_symbolic_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2031225Z test_dispatch_symbolic_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2031480Z test_dispatch_symbolic_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2031737Z test_dispatch_symbolic_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2031992Z test_dispatch_symbolic_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2032248Z test_dispatch_symbolic_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2032525Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2032792Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2033067Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2033342Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2033612Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2033881Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2034150Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2034414Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2034677Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2034940Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2035204Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2035516Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2035824Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2036094Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2036370Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2036645Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2036922Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2037197Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2037472Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2037738Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2038008Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2038276Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2038545Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2038812Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2039068Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2039282Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2039529Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2039749Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2039963Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2040178Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2040394Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2040604Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2040817Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2041065Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.2041313Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2041558Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2041806Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2042096Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2042313Z test_dispatch_symbolic_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2042602Z test_dispatch_symbolic_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2042829Z test_dispatch_symbolic_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2043049Z test_dispatch_symbolic_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2043263Z test_dispatch_symbolic_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2043477Z test_dispatch_symbolic_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2043688Z test_dispatch_symbolic_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2043904Z test_dispatch_symbolic_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2044114Z test_dispatch_symbolic_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2044325Z test_dispatch_symbolic_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2044532Z test_dispatch_symbolic_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2044729Z test_dispatch_symbolic_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2044947Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2045156Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2045378Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2045602Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2045822Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2046041Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2046253Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2046464Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2046677Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2046887Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2047098Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2047310Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2047522Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2047785Z test_dispatch_symbolic_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2048042Z test_dispatch_symbolic_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2048307Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2048576Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2048835Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2049140Z test_dispatch_symbolic_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2049429Z test_dispatch_symbolic_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2049685Z test_dispatch_symbolic_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2049938Z test_dispatch_symbolic_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2050195Z test_dispatch_symbolic_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2050450Z test_dispatch_symbolic_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2050712Z test_dispatch_symbolic_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2050971Z test_dispatch_symbolic_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2051230Z test_dispatch_symbolic_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2051479Z test_dispatch_symbolic_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2051735Z test_dispatch_symbolic_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2051990Z test_dispatch_symbolic_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2052242Z test_dispatch_symbolic_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2052499Z test_dispatch_symbolic_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2052767Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2053035Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2053300Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2053563Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2053822Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2054085Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2054362Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2054641Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2054916Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2055191Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2055460Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2055772Z test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2056084Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2056361Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2056632Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2056896Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2057160Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2057426Z test_dispatch_symbolic_meta_inplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2057690Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2057950Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2058207Z test_dispatch_symbolic_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2058460Z test_dispatch_symbolic_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2058670Z test_dispatch_symbolic_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2058886Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2059103Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2059316Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2059523Z test_dispatch_symbolic_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2059730Z test_dispatch_symbolic_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2059935Z test_dispatch_symbolic_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2060142Z test_dispatch_symbolic_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2060335Z test_dispatch_symbolic_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2060538Z test_dispatch_symbolic_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2060747Z test_dispatch_symbolic_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2060953Z test_dispatch_symbolic_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2061216Z test_dispatch_symbolic_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2061467Z test_dispatch_symbolic_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2061726Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2061985Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2062239Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2062535Z test_dispatch_symbolic_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2062822Z test_dispatch_symbolic_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2063079Z test_dispatch_symbolic_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2063330Z test_dispatch_symbolic_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2063582Z test_dispatch_symbolic_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2063911Z test_dispatch_symbolic_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2064168Z test_dispatch_symbolic_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2064417Z test_dispatch_symbolic_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2064687Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2064949Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2065219Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2065488Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2065750Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2066010Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2066275Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2066536Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2066793Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2067049Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2067308Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2067571Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2067832Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2068091Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2068344Z test_dispatch_symbolic_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2068598Z test_dispatch_symbolic_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2068859Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2069159Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2069463Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2069734Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2069995Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2070253Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2070461Z test_dispatch_symbolic_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2070667Z test_dispatch_symbolic_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2070877Z test_dispatch_symbolic_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2071086Z test_dispatch_symbolic_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2071292Z test_dispatch_symbolic_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2071498Z test_dispatch_symbolic_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2071701Z test_dispatch_symbolic_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2071903Z test_dispatch_symbolic_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2072106Z test_dispatch_symbolic_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2072306Z test_dispatch_symbolic_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2072510Z test_dispatch_symbolic_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2072716Z test_dispatch_symbolic_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2072990Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2073256Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2073533Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2073806Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2074074Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2074346Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2074612Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2074874Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2075140Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2075404Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2075668Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2075977Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2076270Z test_dispatch_symbolic_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2076513Z test_dispatch_symbolic_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2076777Z test_dispatch_symbolic_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2077039Z test_dispatch_symbolic_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2077297Z test_dispatch_symbolic_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2077557Z test_dispatch_symbolic_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2077811Z test_dispatch_symbolic_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2078066Z test_dispatch_symbolic_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2078321Z test_dispatch_symbolic_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2078572Z test_dispatch_symbolic_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2078823Z test_dispatch_symbolic_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2079079Z test_dispatch_symbolic_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2079288Z test_dispatch_symbolic_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2079538Z test_dispatch_symbolic_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2079751Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2079964Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2080180Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2080389Z test_dispatch_symbolic_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2080593Z test_dispatch_symbolic_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2080801Z test_dispatch_symbolic_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2081046Z test_dispatch_symbolic_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2081296Z test_dispatch_symbolic_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2081540Z test_dispatch_symbolic_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2081790Z test_dispatch_symbolic_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2082036Z test_dispatch_symbolic_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2082248Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2082540Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2082758Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2083006Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2083220Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2083420Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2083630Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2083841Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2084085Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.2084338Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2084583Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2084835Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2085080Z test_dispatch_symbolic_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2085348Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2085612Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2085882Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2086157Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2086426Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2086691Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2086959Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2087220Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2087479Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2087747Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2088010Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2088274Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2088537Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2088808Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2089077Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2089385Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2089702Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2089970Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2090228Z test_dispatch_symbolic_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2090478Z test_dispatch_symbolic_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2090737Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2091000Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2091256Z test_dispatch_symbolic_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2091513Z test_dispatch_symbolic_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2091770Z test_dispatch_symbolic_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2092020Z test_dispatch_symbolic_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2092271Z test_dispatch_symbolic_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2092510Z test_dispatch_symbolic_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2092765Z test_dispatch_symbolic_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2093022Z test_dispatch_symbolic_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2093278Z test_dispatch_symbolic_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2093529Z test_dispatch_symbolic_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2093789Z test_dispatch_symbolic_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2094045Z test_dispatch_symbolic_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2094299Z test_dispatch_symbolic_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2094561Z test_dispatch_symbolic_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2094820Z test_dispatch_symbolic_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2095065Z test_dispatch_symbolic_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2095309Z test_dispatch_symbolic_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2095554Z test_dispatch_symbolic_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2095799Z test_dispatch_symbolic_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2096090Z test_dispatch_symbolic_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2096385Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2096645Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2096911Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2097175Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2097438Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2097701Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2097961Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2098218Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2098474Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2098718Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2098974Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2099233Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2099492Z test_dispatch_symbolic_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2099744Z test_dispatch_symbolic_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2100000Z test_dispatch_symbolic_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2100251Z test_dispatch_symbolic_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2100499Z test_dispatch_symbolic_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2100751Z test_dispatch_symbolic_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2101005Z test_dispatch_symbolic_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2101253Z test_dispatch_symbolic_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2101507Z test_dispatch_symbolic_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2101767Z test_dispatch_symbolic_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2102019Z test_dispatch_symbolic_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2102280Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2102587Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2102880Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2103137Z test_dispatch_symbolic_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2103390Z test_dispatch_symbolic_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2103640Z test_dispatch_symbolic_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2103969Z test_dispatch_symbolic_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2104224Z test_dispatch_symbolic_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2104476Z test_dispatch_symbolic_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2104729Z test_dispatch_symbolic_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2104986Z test_dispatch_symbolic_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2105207Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2105421Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2105647Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2105872Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2106093Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2106313Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2106530Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2106734Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2106946Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2107157Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2107371Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2107585Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2107802Z test_dispatch_symbolic_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2108070Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2108341Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2108609Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2108875Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2109139Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2109471Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2109772Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2110033Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2110289Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2110551Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2110811Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2111073Z test_dispatch_symbolic_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2111337Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2111598Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2111856Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2112112Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2112365Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2112620Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2112872Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2113129Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2113382Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2113640Z test_dispatch_symbolic_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2113920Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2114198Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2114473Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2114747Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2114954Z test_dispatch_symbolic_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2115171Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2115373Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2115587Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2115795Z test_dispatch_symbolic_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2116049Z test_dispatch_symbolic_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2116258Z test_dispatch_symbolic_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2116496Z test_dispatch_symbolic_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2116701Z test_dispatch_symbolic_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2116903Z test_dispatch_symbolic_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2117107Z test_dispatch_symbolic_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2117309Z test_dispatch_symbolic_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2117572Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2117836Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2118041Z test_dispatch_symbolic_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2118256Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2118467Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2118678Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2118886Z test_dispatch_symbolic_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2119091Z test_dispatch_symbolic_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2119295Z test_dispatch_symbolic_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2119499Z test_dispatch_symbolic_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2119700Z test_dispatch_symbolic_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2119905Z test_dispatch_symbolic_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2120105Z test_dispatch_symbolic_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2120298Z test_dispatch_symbolic_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2120560Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2120826Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2121048Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2121303Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2121530Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2121756Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2121980Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2122199Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2122415Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2122635Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2122935Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2123223Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2123479Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2123733Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2123988Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.2124203Z test_dispatch_symbolic_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2124413Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2124625Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2124835Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2125046Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2125251Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2125458Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2125661Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2125866Z test_dispatch_symbolic_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2126127Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2126386Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2126644Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2126906Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2127168Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2127424Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2127680Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2127936Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2128190Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2128442Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2128694Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2128943Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2129196Z test_dispatch_symbolic_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2129504Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2129764Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2130069Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2130338Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2130602Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2130867Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2131123Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2131385Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2131642Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2131899Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2132152Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2132410Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2132668Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2132937Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2133199Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2133467Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2133736Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2134005Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2134267Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2134533Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2134795Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2135055Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2135314Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2135571Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2135828Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2136133Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2136423Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2136676Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2136926Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2137186Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2137447Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2137706Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2137963Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2138218Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2138470Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2138720Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2138971Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2139223Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2139482Z test_dispatch_symbolic_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2139700Z test_dispatch_symbolic_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2139922Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2140140Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2140354Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2140566Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2140777Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2141053Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2141331Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2141611Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2141885Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2142156Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2142428Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2142745Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2143052Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2143326Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2143582Z test_dispatch_symbolic_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2144041Z test_dispatch_symbolic_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2144299Z test_dispatch_symbolic_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2144557Z test_dispatch_symbolic_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2144808Z test_dispatch_symbolic_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2145060Z test_dispatch_symbolic_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2145313Z test_dispatch_symbolic_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2145565Z test_dispatch_symbolic_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2145820Z test_dispatch_symbolic_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2146029Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2146245Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2146469Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2146699Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2146919Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2147141Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2147356Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2147569Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2147784Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2147996Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2148205Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2148420Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2148635Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2148890Z test_dispatch_symbolic_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2149147Z test_dispatch_symbolic_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2149410Z test_dispatch_symbolic_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2149727Z test_dispatch_symbolic_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2150021Z test_dispatch_symbolic_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2150275Z test_dispatch_symbolic_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2150535Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2150804Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2151067Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2151329Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2151585Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2151846Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2152120Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2152396Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2152675Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2152950Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2153220Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2153493Z test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2153758Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2154020Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2154292Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2154559Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2154824Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2155092Z test_dispatch_symbolic_meta_inplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2155349Z test_dispatch_symbolic_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2155612Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2155872Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2156129Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2156424Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2156719Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2156990Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2157258Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2157527Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2157783Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2158038Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2158303Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2158571Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2158833Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2159087Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2159340Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2159600Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2159855Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2160109Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2160362Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2160615Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2160869Z test_dispatch_symbolic_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2161140Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2161407Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2161672Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2161930Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2162190Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2162449Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2162708Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2163041Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2163330Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2163584Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2163848Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2164103Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2164351Z test_dispatch_symbolic_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2164602Z test_dispatch_symbolic_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2164865Z test_dispatch_symbolic_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2165128Z test_dispatch_symbolic_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2165386Z test_dispatch_symbolic_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2165641Z test_dispatch_symbolic_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2165893Z test_dispatch_symbolic_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2166148Z test_dispatch_symbolic_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2166399Z test_dispatch_symbolic_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2166651Z test_dispatch_symbolic_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2166904Z test_dispatch_symbolic_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2167154Z test_dispatch_symbolic_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2167404Z test_dispatch_symbolic_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2167667Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2167925Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2168191Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2168451Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2168712Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2168969Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2169225Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2169527Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2169814Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2170067Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2170320Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2170577Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2170832Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2171092Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2171347Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2171613Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2171875Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2172134Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2172391Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2172647Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2172904Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2173157Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2173409Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2173663Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2173906Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2174160Z test_dispatch_symbolic_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2174420Z test_dispatch_symbolic_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2174679Z test_dispatch_symbolic_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2174941Z test_dispatch_symbolic_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2175202Z test_dispatch_symbolic_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2175460Z test_dispatch_symbolic_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2175718Z test_dispatch_symbolic_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2176014Z test_dispatch_symbolic_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2176266Z test_dispatch_symbolic_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2176552Z test_dispatch_symbolic_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2176806Z test_dispatch_symbolic_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2177059Z test_dispatch_symbolic_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2177311Z test_dispatch_symbolic_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2177566Z test_dispatch_symbolic_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2177784Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2178032Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2178242Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2178453Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2178664Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2178909Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2179153Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2179398Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2179643Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2179894Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.2180105Z test_dispatch_symbolic_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2180309Z test_dispatch_symbolic_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2180526Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2180739Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2180949Z test_dispatch_symbolic_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2181151Z test_dispatch_symbolic_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2181359Z test_dispatch_symbolic_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2181570Z test_dispatch_symbolic_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2181773Z test_dispatch_symbolic_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2181978Z test_dispatch_symbolic_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2182183Z test_dispatch_symbolic_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2182390Z test_dispatch_symbolic_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2182648Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2182945Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2183240Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2183504Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2183826Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2184083Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2184336Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2184591Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2184844Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2185098Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2185405Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2185709Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2186012Z test_dispatch_symbolic_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2186330Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2186644Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2186974Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2187295Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2187615Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2187930Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2188249Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2188572Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2188886Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2189198Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2189510Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2189819Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2190134Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.2190437Z test_dispatch_symbolic_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2190681Z test_dispatch_symbolic_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2190985Z test_dispatch_symbolic_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2191240Z test_dispatch_symbolic_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2191496Z test_dispatch_symbolic_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2191744Z test_dispatch_symbolic_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2191993Z test_dispatch_symbolic_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2192240Z test_dispatch_symbolic_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2192484Z test_dispatch_symbolic_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2192724Z test_dispatch_symbolic_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2192971Z test_dispatch_symbolic_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2193213Z test_dispatch_symbolic_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2193453Z test_dispatch_symbolic_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2193700Z test_dispatch_symbolic_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2193945Z test_dispatch_symbolic_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2194200Z test_dispatch_symbolic_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2194456Z test_dispatch_symbolic_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2194709Z test_dispatch_symbolic_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2194954Z test_dispatch_symbolic_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2195205Z test_dispatch_symbolic_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2195437Z test_dispatch_symbolic_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2195637Z test_dispatch_symbolic_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2195828Z test_dispatch_symbolic_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2196028Z test_dispatch_symbolic_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2196229Z test_dispatch_symbolic_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2196434Z test_dispatch_symbolic_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2196656Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2196875Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2197101Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2197325Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2197547Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2197768Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2198033Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2198250Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2198500Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2198714Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2198923Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2199134Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2199344Z test_dispatch_symbolic_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2199559Z test_dispatch_symbolic_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2199769Z test_dispatch_symbolic_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2199989Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2200207Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2200428Z test_dispatch_symbolic_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2200642Z test_dispatch_symbolic_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2200853Z test_dispatch_symbolic_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2201051Z test_dispatch_symbolic_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2201260Z test_dispatch_symbolic_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2201469Z test_dispatch_symbolic_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2201677Z test_dispatch_symbolic_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2201888Z test_dispatch_symbolic_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2202098Z test_dispatch_symbolic_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2202306Z test_dispatch_symbolic_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2202511Z test_dispatch_symbolic_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2202717Z test_dispatch_symbolic_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2202925Z test_dispatch_symbolic_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2203137Z test_dispatch_symbolic_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2203353Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2203561Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2203782Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2204000Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2204213Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2204423Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2204635Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2204891Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2205099Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2205344Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2205554Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2205763Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2205976Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2206198Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2206422Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2206645Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2206860Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2207080Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2207291Z test_dispatch_symbolic_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2207505Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2207715Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2207925Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2208132Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2208342Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2208547Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2208755Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2208963Z test_dispatch_symbolic_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2209180Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2209386Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2209604Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2209819Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2210040Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2210249Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2210461Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2210668Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2210878Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2211076Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2211282Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2211491Z test_dispatch_symbolic_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2211753Z test_dispatch_symbolic_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2211960Z test_dispatch_symbolic_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2212201Z test_dispatch_symbolic_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2212409Z test_dispatch_symbolic_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2212614Z test_dispatch_symbolic_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2212818Z test_dispatch_symbolic_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2213033Z test_dispatch_symbolic_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2213251Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2213468Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2213683Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2213892Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2214101Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2214307Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2214515Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2214722Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2214931Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2215139Z test_dispatch_symbolic_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2215358Z test_dispatch_symbolic_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2215573Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2215787Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2215988Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2216196Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2216406Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2216612Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2216816Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2217023Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2217229Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2217434Z test_dispatch_symbolic_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2217639Z test_dispatch_symbolic_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2217842Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2218048Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2218295Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2218499Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2218739Z test_dispatch_symbolic_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2218981Z test_dispatch_symbolic_meta_outplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2219217Z test_dispatch_symbolic_meta_outplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2219453Z test_dispatch_symbolic_meta_outplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2219691Z test_dispatch_symbolic_meta_outplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2219931Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2220166Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2220399Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2220634Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2220844Z test_dispatch_symbolic_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2221048Z test_dispatch_symbolic_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2221262Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2221463Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2221674Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2221885Z test_dispatch_symbolic_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2222095Z test_dispatch_symbolic_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2222300Z test_dispatch_symbolic_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2222503Z test_dispatch_symbolic_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2222708Z test_dispatch_symbolic_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2222910Z test_dispatch_symbolic_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2223115Z test_dispatch_symbolic_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2223318Z test_dispatch_symbolic_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2223533Z test_dispatch_symbolic_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2223970Z test_dispatch_symbolic_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2224202Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2224416Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2224627Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2224833Z test_dispatch_symbolic_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2225039Z test_dispatch_symbolic_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2225245Z test_dispatch_symbolic_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2225554Z test_dispatch_symbolic_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2225755Z test_dispatch_symbolic_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2225998Z test_dispatch_symbolic_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2226202Z test_dispatch_symbolic_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2226398Z test_dispatch_symbolic_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2226610Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2226812Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2227026Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2227244Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2227455Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2227664Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2227872Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2228079Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2228283Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2228487Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2228690Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2228895Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2229099Z test_dispatch_symbolic_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2229310Z test_dispatch_symbolic_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2229511Z test_dispatch_symbolic_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2229722Z test_dispatch_symbolic_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2229931Z test_dispatch_symbolic_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2230139Z test_dispatch_symbolic_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2230342Z test_dispatch_symbolic_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2230547Z test_dispatch_symbolic_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2230751Z test_dispatch_symbolic_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2230953Z test_dispatch_symbolic_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2231146Z test_dispatch_symbolic_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2231346Z test_dispatch_symbolic_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2231547Z test_dispatch_symbolic_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2231749Z test_dispatch_symbolic_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2231959Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2232218Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2232434Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2232679Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2232890Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2233098Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2233312Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2233532Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2233746Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2233959Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2234167Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2234379Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2234597Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2234814Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2235031Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2235242Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2235451Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2235663Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2235870Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2236074Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2236281Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2236490Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2236696Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2236906Z test_dispatch_symbolic_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2237123Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2237336Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2237541Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2237749Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2237957Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2238184Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2238419Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2238650Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2238881Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2239153Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2239379Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2239625Z test_dispatch_symbolic_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2239840Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2240050Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2240259Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2240465Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2240671Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2240880Z test_dispatch_symbolic_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2241084Z test_dispatch_symbolic_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2241290Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2241500Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2241706Z test_dispatch_symbolic_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2241914Z test_dispatch_symbolic_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2242119Z test_dispatch_symbolic_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2242321Z test_dispatch_symbolic_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2242527Z test_dispatch_symbolic_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2242728Z test_dispatch_symbolic_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2242931Z test_dispatch_symbolic_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2243131Z test_dispatch_symbolic_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2243340Z test_dispatch_symbolic_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2243540Z test_dispatch_symbolic_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2243750Z test_dispatch_symbolic_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2243957Z test_dispatch_symbolic_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2244166Z test_dispatch_symbolic_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2244370Z test_dispatch_symbolic_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2244575Z test_dispatch_symbolic_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2244775Z test_dispatch_symbolic_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2244975Z test_dispatch_symbolic_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2245176Z test_dispatch_symbolic_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2245375Z test_dispatch_symbolic_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2245633Z test_dispatch_symbolic_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2245898Z test_dispatch_symbolic_meta_outplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2246138Z test_dispatch_symbolic_meta_outplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2246533Z test_dispatch_symbolic_meta_outplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.2246790Z test_dispatch_symbolic_meta_outplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.2247032Z test_dispatch_symbolic_meta_outplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2247277Z test_dispatch_symbolic_meta_outplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.2247525Z test_dispatch_symbolic_meta_outplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.246s) 2023-01-11T21:12:44.2247768Z test_dispatch_symbolic_meta_outplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.2248020Z test_dispatch_symbolic_meta_outplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2248276Z test_dispatch_symbolic_meta_outplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2248551Z test_dispatch_symbolic_meta_outplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.2248792Z test_dispatch_symbolic_meta_outplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.2249032Z test_dispatch_symbolic_meta_outplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.2249303Z test_dispatch_symbolic_meta_outplace_all_strides__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.490s) 2023-01-11T21:12:44.2249567Z test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2249813Z test_dispatch_symbolic_meta_outplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2250061Z test_dispatch_symbolic_meta_outplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2250315Z test_dispatch_symbolic_meta_outplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2250577Z test_dispatch_symbolic_meta_outplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2023-01-11T21:12:44.2250849Z test_dispatch_symbolic_meta_outplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.244s) 2023-01-11T21:12:44.2251095Z test_dispatch_symbolic_meta_outplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.498s) 2023-01-11T21:12:44.2251340Z test_dispatch_symbolic_meta_outplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.479s) 2023-01-11T21:12:44.2251586Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.159s) 2023-01-11T21:12:44.2251845Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:44.2252105Z test_dispatch_symbolic_meta_outplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.2252348Z test_dispatch_symbolic_meta_outplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2023-01-11T21:12:44.2252612Z test_dispatch_symbolic_meta_outplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2252835Z test_dispatch_symbolic_meta_outplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.315s) 2023-01-11T21:12:44.2253075Z test_dispatch_symbolic_meta_outplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.2253385Z test_dispatch_symbolic_meta_outplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2253652Z test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2253952Z test_dispatch_symbolic_meta_outplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2254216Z test_dispatch_symbolic_meta_outplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2254484Z test_dispatch_symbolic_meta_outplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2254765Z test_dispatch_symbolic_meta_outplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2255078Z test_dispatch_symbolic_meta_outplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2255328Z test_dispatch_symbolic_meta_outplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.2255581Z test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2255833Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2256114Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2256379Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2256620Z test_dispatch_symbolic_meta_outplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2256837Z test_dispatch_symbolic_meta_outplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2257081Z test_dispatch_symbolic_meta_outplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2257351Z test_dispatch_symbolic_meta_outplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2257597Z test_dispatch_symbolic_meta_outplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2257847Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2258105Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2258352Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2258597Z test_dispatch_symbolic_meta_outplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2023-01-11T21:12:44.2258850Z test_dispatch_symbolic_meta_outplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2259118Z test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2259384Z test_dispatch_symbolic_meta_outplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2259634Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2259890Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2260146Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2260390Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2260653Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.2260958Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2261208Z test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.2261511Z test_dispatch_symbolic_meta_outplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2261766Z test_dispatch_symbolic_meta_outplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2262026Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2262286Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2262541Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2262792Z test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2263033Z test_dispatch_symbolic_meta_outplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2263293Z test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.2263558Z test_dispatch_symbolic_meta_outplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2263837Z test_dispatch_symbolic_meta_outplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.405s) 2023-01-11T21:12:44.2264093Z test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2264335Z test_dispatch_symbolic_meta_outplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2264586Z test_dispatch_symbolic_meta_outplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2264830Z test_dispatch_symbolic_meta_outplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2265082Z test_dispatch_symbolic_meta_outplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2265329Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.2265587Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2265875Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2023-01-11T21:12:44.2266117Z test_dispatch_symbolic_meta_outplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2266358Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.289s) 2023-01-11T21:12:44.2266610Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.161s) 2023-01-11T21:12:44.2266858Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.161s) 2023-01-11T21:12:44.2267124Z test_dispatch_symbolic_meta_outplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2267375Z test_dispatch_symbolic_meta_outplace_all_strides_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2267626Z test_dispatch_symbolic_meta_outplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.303s) 2023-01-11T21:12:44.2267900Z test_dispatch_symbolic_meta_outplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.2268141Z test_dispatch_symbolic_meta_outplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2268466Z test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2268771Z test_dispatch_symbolic_meta_outplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.126s) 2023-01-11T21:12:44.2269029Z test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2269277Z test_dispatch_symbolic_meta_outplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.2269533Z test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2269772Z test_dispatch_symbolic_meta_outplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2270038Z test_dispatch_symbolic_meta_outplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2270297Z test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2270538Z test_dispatch_symbolic_meta_outplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.115s) 2023-01-11T21:12:44.2270782Z test_dispatch_symbolic_meta_outplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2271002Z test_dispatch_symbolic_meta_outplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2271245Z test_dispatch_symbolic_meta_outplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2271492Z test_dispatch_symbolic_meta_outplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2271745Z test_dispatch_symbolic_meta_outplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2272015Z test_dispatch_symbolic_meta_outplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2023-01-11T21:12:44.2272283Z test_dispatch_symbolic_meta_outplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2272531Z test_dispatch_symbolic_meta_outplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.2272781Z test_dispatch_symbolic_meta_outplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.2273029Z test_dispatch_symbolic_meta_outplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2273283Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2273539Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2273799Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.2274040Z test_dispatch_symbolic_meta_outplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (9.784s) 2023-01-11T21:12:44.2274310Z test_dispatch_symbolic_meta_outplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.466s) 2023-01-11T21:12:44.2274551Z test_dispatch_symbolic_meta_outplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.374s) 2023-01-11T21:12:44.2274811Z test_dispatch_symbolic_meta_outplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.456s) 2023-01-11T21:12:44.2275071Z test_dispatch_symbolic_meta_outplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2023-01-11T21:12:44.2275356Z test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.2275664Z test_dispatch_symbolic_meta_outplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2275907Z test_dispatch_symbolic_meta_outplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2276189Z test_dispatch_symbolic_meta_outplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2276463Z test_dispatch_symbolic_meta_outplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2276706Z test_dispatch_symbolic_meta_outplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2276950Z test_dispatch_symbolic_meta_outplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2277206Z test_dispatch_symbolic_meta_outplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2277448Z test_dispatch_symbolic_meta_outplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.2277695Z test_dispatch_symbolic_meta_outplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2277913Z test_dispatch_symbolic_meta_outplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2278155Z test_dispatch_symbolic_meta_outplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.380s) 2023-01-11T21:12:44.2278397Z test_dispatch_symbolic_meta_outplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.460s) 2023-01-11T21:12:44.2278662Z test_dispatch_symbolic_meta_outplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.369s) 2023-01-11T21:12:44.2278902Z test_dispatch_symbolic_meta_outplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2279151Z test_dispatch_symbolic_meta_outplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2279408Z test_dispatch_symbolic_meta_outplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2279647Z test_dispatch_symbolic_meta_outplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2279890Z test_dispatch_symbolic_meta_outplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2280134Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2280377Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2280644Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2280895Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2281154Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.2281398Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2281651Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2281894Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2282137Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.2282381Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2282656Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2282901Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.2283233Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.2283522Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2283773Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2284017Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2284293Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2284631Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2284910Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2285136Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2285379Z test_dispatch_symbolic_meta_outplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2285625Z test_dispatch_symbolic_meta_outplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2285863Z test_dispatch_symbolic_meta_outplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2286106Z test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2286350Z test_dispatch_symbolic_meta_outplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2286592Z test_dispatch_symbolic_meta_outplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2286857Z test_dispatch_symbolic_meta_outplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.2287128Z test_dispatch_symbolic_meta_outplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2287385Z test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.455s) 2023-01-11T21:12:44.2287626Z test_dispatch_symbolic_meta_outplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2287865Z test_dispatch_symbolic_meta_outplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2288105Z test_dispatch_symbolic_meta_outplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.2288346Z test_dispatch_symbolic_meta_outplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2288600Z test_dispatch_symbolic_meta_outplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2288855Z test_dispatch_symbolic_meta_outplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2289134Z test_dispatch_symbolic_meta_outplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2289379Z test_dispatch_symbolic_meta_outplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2289616Z test_dispatch_symbolic_meta_outplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2289854Z test_dispatch_symbolic_meta_outplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2290094Z test_dispatch_symbolic_meta_outplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.243s) 2023-01-11T21:12:44.2290340Z test_dispatch_symbolic_meta_outplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.670s) 2023-01-11T21:12:44.2290672Z test_dispatch_symbolic_meta_outplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (11.524s) 2023-01-11T21:12:44.2290969Z test_dispatch_symbolic_meta_outplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2023-01-11T21:12:44.2291245Z test_dispatch_symbolic_meta_outplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2291495Z test_dispatch_symbolic_meta_outplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.2291712Z test_dispatch_symbolic_meta_outplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.266s) 2023-01-11T21:12:44.2291956Z test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2292198Z test_dispatch_symbolic_meta_outplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2292454Z test_dispatch_symbolic_meta_outplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2292691Z test_dispatch_symbolic_meta_outplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.411s) 2023-01-11T21:12:44.2292938Z test_dispatch_symbolic_meta_outplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2293187Z test_dispatch_symbolic_meta_outplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2293455Z test_dispatch_symbolic_meta_outplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2293702Z test_dispatch_symbolic_meta_outplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.180s) 2023-01-11T21:12:44.2293951Z test_dispatch_symbolic_meta_outplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2294206Z test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2294461Z test_dispatch_symbolic_meta_outplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2294718Z test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.646s) 2023-01-11T21:12:44.2294968Z test_dispatch_symbolic_meta_outplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2295211Z test_dispatch_symbolic_meta_outplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2295473Z test_dispatch_symbolic_meta_outplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2295720Z test_dispatch_symbolic_meta_outplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.810s) 2023-01-11T21:12:44.2295970Z test_dispatch_symbolic_meta_outplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2296217Z test_dispatch_symbolic_meta_outplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2296462Z test_dispatch_symbolic_meta_outplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2296704Z test_dispatch_symbolic_meta_outplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2296950Z test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2297200Z test_dispatch_symbolic_meta_outplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2297467Z test_dispatch_symbolic_meta_outplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2297715Z test_dispatch_symbolic_meta_outplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.312s) 2023-01-11T21:12:44.2298055Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2298376Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2298641Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2298893Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2299174Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.360s) 2023-01-11T21:12:44.2299455Z test_dispatch_symbolic_meta_outplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.017s) 2023-01-11T21:12:44.2299705Z test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2299967Z test_dispatch_symbolic_meta_outplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:44.2300224Z test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.2300463Z test_dispatch_symbolic_meta_outplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2300705Z test_dispatch_symbolic_meta_outplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.737s) 2023-01-11T21:12:44.2300953Z test_dispatch_symbolic_meta_outplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.457s) 2023-01-11T21:12:44.2301212Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2023-01-11T21:12:44.2301475Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2301726Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.2302004Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2302265Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.2302526Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:44.2302774Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2303023Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2303280Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:44.2303535Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2303914Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2304198Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.2304449Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2305147Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2305617Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2306158Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2306460Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.326s) 2023-01-11T21:12:44.2306735Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.541s) 2023-01-11T21:12:44.2306990Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.304s) 2023-01-11T21:12:44.2307279Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.434s) 2023-01-11T21:12:44.2307543Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2307804Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.712s) 2023-01-11T21:12:44.2308068Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.946s) 2023-01-11T21:12:44.2308351Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.398s) 2023-01-11T21:12:44.2308586Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.408s) 2023-01-11T21:12:44.2308859Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:44.2309125Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2309374Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.830s) 2023-01-11T21:12:44.2309681Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.571s) 2023-01-11T21:12:44.2309933Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.2310198Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2310498Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2310783Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2311039Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2311304Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.754s) 2023-01-11T21:12:44.2311559Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.2311848Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.057s) 2023-01-11T21:12:44.2312097Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.112s) 2023-01-11T21:12:44.2312351Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.455s) 2023-01-11T21:12:44.2312611Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.2312869Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.317s) 2023-01-11T21:12:44.2313192Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2313485Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.815s) 2023-01-11T21:12:44.2313745Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.886s) 2023-01-11T21:12:44.2314017Z test_dispatch_symbolic_meta_outplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2314258Z test_dispatch_symbolic_meta_outplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2314499Z test_dispatch_symbolic_meta_outplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2314742Z test_dispatch_symbolic_meta_outplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2314995Z test_dispatch_symbolic_meta_outplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2315244Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2315513Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.2315764Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2316031Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2316287Z test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2316506Z test_dispatch_symbolic_meta_outplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.2316787Z test_dispatch_symbolic_meta_outplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:44.2317044Z test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2317295Z test_dispatch_symbolic_meta_outplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.2317544Z test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:44.2317784Z test_dispatch_symbolic_meta_outplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2318031Z test_dispatch_symbolic_meta_outplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.512s) 2023-01-11T21:12:44.2318298Z test_dispatch_symbolic_meta_outplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.2318544Z test_dispatch_symbolic_meta_outplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2318782Z test_dispatch_symbolic_meta_outplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2319036Z test_dispatch_symbolic_meta_outplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.414s) 2023-01-11T21:12:44.2319283Z test_dispatch_symbolic_meta_outplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.955s) 2023-01-11T21:12:44.2319530Z test_dispatch_symbolic_meta_outplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2319773Z test_dispatch_symbolic_meta_outplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2320009Z test_dispatch_symbolic_meta_outplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2320278Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.594s) 2023-01-11T21:12:44.2320592Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.609s) 2023-01-11T21:12:44.2320895Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.349s) 2023-01-11T21:12:44.2321147Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.351s) 2023-01-11T21:12:44.2321402Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2321654Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.2321902Z test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.2322161Z test_dispatch_symbolic_meta_outplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.2322449Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.301s) 2023-01-11T21:12:44.2322722Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.979s) 2023-01-11T21:12:44.2322978Z test_dispatch_symbolic_meta_outplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.359s) 2023-01-11T21:12:44.2323229Z test_dispatch_symbolic_meta_outplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.2323477Z test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.412s) 2023-01-11T21:12:44.2323709Z test_dispatch_symbolic_meta_outplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:44.2323960Z test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.685s) 2023-01-11T21:12:44.2324222Z test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.2324476Z test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2324762Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:44.2325040Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.2325288Z test_dispatch_symbolic_meta_outplace_all_strides_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.969s) 2023-01-11T21:12:44.2325534Z test_dispatch_symbolic_meta_outplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.592s) 2023-01-11T21:12:44.2325780Z test_dispatch_symbolic_meta_outplace_all_strides_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.939s) 2023-01-11T21:12:44.2326027Z test_dispatch_symbolic_meta_outplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.496s) 2023-01-11T21:12:44.2326277Z test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2326523Z test_dispatch_symbolic_meta_outplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2326830Z test_dispatch_symbolic_meta_outplace_all_strides_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (13.335s) 2023-01-11T21:12:44.2327094Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2327363Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2327664Z test_dispatch_symbolic_meta_outplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2327906Z test_dispatch_symbolic_meta_outplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2328188Z test_dispatch_symbolic_meta_outplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2328468Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2328738Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.2329009Z test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2329272Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2329540Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2329784Z test_dispatch_symbolic_meta_outplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2330026Z test_dispatch_symbolic_meta_outplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2330266Z test_dispatch_symbolic_meta_outplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2330518Z test_dispatch_symbolic_meta_outplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2330759Z test_dispatch_symbolic_meta_outplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2331023Z test_dispatch_symbolic_meta_outplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2331250Z test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2331494Z test_dispatch_symbolic_meta_outplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2331760Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.2332021Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2332285Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2332542Z test_dispatch_symbolic_meta_outplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2332786Z test_dispatch_symbolic_meta_outplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.469s) 2023-01-11T21:12:44.2333054Z test_dispatch_symbolic_meta_outplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2333329Z test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.581s) 2023-01-11T21:12:44.2333575Z test_dispatch_symbolic_meta_outplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2023-01-11T21:12:44.2333869Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.2334111Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2334370Z test_dispatch_symbolic_meta_outplace_all_strides_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.478s) 2023-01-11T21:12:44.2334647Z test_dispatch_symbolic_meta_outplace_all_strides_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2334956Z test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.353s) 2023-01-11T21:12:44.2335196Z test_dispatch_symbolic_meta_outplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2335500Z test_dispatch_symbolic_meta_outplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2335750Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2336009Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2336264Z test_dispatch_symbolic_meta_outplace_all_strides_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2336507Z test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2336759Z test_dispatch_symbolic_meta_outplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2337005Z test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.2337304Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.909s) 2023-01-11T21:12:44.2337608Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2337890Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2338171Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2338461Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2338741Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2339021Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2339297Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2339567Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2339812Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2340103Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2340373Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.479s) 2023-01-11T21:12:44.2340648Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.527s) 2023-01-11T21:12:44.2340933Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:44.2341227Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.678s) 2023-01-11T21:12:44.2341485Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2341767Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.205s) 2023-01-11T21:12:44.2342030Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.066s) 2023-01-11T21:12:44.2342389Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:44.2342717Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.338s) 2023-01-11T21:12:44.2342997Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.362s) 2023-01-11T21:12:44.2343281Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.736s) 2023-01-11T21:12:44.2343558Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.560s) 2023-01-11T21:12:44.2343979Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.573s) 2023-01-11T21:12:44.2344254Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.102s) 2023-01-11T21:12:44.2344525Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2344835Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.2345099Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2345355Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2345629Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.620s) 2023-01-11T21:12:44.2345897Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.2346192Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2346498Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2346781Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.123s) 2023-01-11T21:12:44.2347094Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.2347371Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (39.737s) 2023-01-11T21:12:44.2347634Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.2347893Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.195s) 2023-01-11T21:12:44.2348169Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (11.660s) 2023-01-11T21:12:44.2348435Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.2348706Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2348986Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2349273Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2349611Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2349933Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.400s) 2023-01-11T21:12:44.2350232Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.124s) 2023-01-11T21:12:44.2350478Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.222s) 2023-01-11T21:12:44.2350754Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.2351040Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.680s) 2023-01-11T21:12:44.2351337Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.470s) 2023-01-11T21:12:44.2351620Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2351930Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.2352213Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2352474Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.269s) 2023-01-11T21:12:44.2352736Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.2353005Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.201s) 2023-01-11T21:12:44.2353281Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2353547Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.640s) 2023-01-11T21:12:44.2353827Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2023-01-11T21:12:44.2354117Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2354394Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.286s) 2023-01-11T21:12:44.2354660Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.835s) 2023-01-11T21:12:44.2354930Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.575s) 2023-01-11T21:12:44.2355199Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.324s) 2023-01-11T21:12:44.2355480Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.638s) 2023-01-11T21:12:44.2355756Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.373s) 2023-01-11T21:12:44.2356026Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.651s) 2023-01-11T21:12:44.2356326Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2023-01-11T21:12:44.2356653Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.100s) 2023-01-11T21:12:44.2356928Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.191s) 2023-01-11T21:12:44.2357234Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2357499Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2357777Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2358062Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2358350Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.201s) 2023-01-11T21:12:44.2358645Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.426s) 2023-01-11T21:12:44.2358916Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.2359201Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2359482Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2023-01-11T21:12:44.2359752Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:44.2360019Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2360297Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2360587Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.2360824Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2361121Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2361395Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2361677Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.589s) 2023-01-11T21:12:44.2361939Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2023-01-11T21:12:44.2362198Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2362460Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2362720Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2362976Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2363255Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2363526Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2363866Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2364196Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2364480Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2364744Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2365014Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2365281Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2365592Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2365857Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2366138Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.228s) 2023-01-11T21:12:44.2366437Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.237s) 2023-01-11T21:12:44.2366706Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.096s) 2023-01-11T21:12:44.2366985Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.2367261Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2367510Z test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.2367815Z test_dispatch_symbolic_meta_outplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.233s) 2023-01-11T21:12:44.2368062Z test_dispatch_symbolic_meta_outplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2368310Z test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2368555Z test_dispatch_symbolic_meta_outplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.2368799Z test_dispatch_symbolic_meta_outplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2369057Z test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2369303Z test_dispatch_symbolic_meta_outplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2369564Z test_dispatch_symbolic_meta_outplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2369820Z test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2370085Z test_dispatch_symbolic_meta_outplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2370373Z test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2370617Z test_dispatch_symbolic_meta_outplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2370867Z test_dispatch_symbolic_meta_outplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2371169Z test_dispatch_symbolic_meta_outplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.2371472Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.087s) 2023-01-11T21:12:44.2371753Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2372019Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2372310Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2372576Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2372828Z test_dispatch_symbolic_meta_outplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2373069Z test_dispatch_symbolic_meta_outplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2373314Z test_dispatch_symbolic_meta_outplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.2373566Z test_dispatch_symbolic_meta_outplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.2373843Z test_dispatch_symbolic_meta_outplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2374088Z test_dispatch_symbolic_meta_outplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.403s) 2023-01-11T21:12:44.2374354Z test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2374600Z test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2374849Z test_dispatch_symbolic_meta_outplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2375106Z test_dispatch_symbolic_meta_outplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2375349Z test_dispatch_symbolic_meta_outplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2375605Z test_dispatch_symbolic_meta_outplace_all_strides_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2375847Z test_dispatch_symbolic_meta_outplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2376112Z test_dispatch_symbolic_meta_outplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2376385Z test_dispatch_symbolic_meta_outplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2376638Z test_dispatch_symbolic_meta_outplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2023-01-11T21:12:44.2376885Z test_dispatch_symbolic_meta_outplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2377131Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.2377368Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2377625Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2377871Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2378114Z test_dispatch_symbolic_meta_outplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2378415Z test_dispatch_symbolic_meta_outplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2378690Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2378982Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2379229Z test_dispatch_symbolic_meta_outplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2379480Z test_dispatch_symbolic_meta_outplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2379722Z test_dispatch_symbolic_meta_outplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2379978Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2380240Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2380499Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2380771Z test_dispatch_symbolic_meta_outplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2381014Z test_dispatch_symbolic_meta_outplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.2381275Z test_dispatch_symbolic_meta_outplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2381526Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.285s) 2023-01-11T21:12:44.2381770Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.865s) 2023-01-11T21:12:44.2382035Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.920s) 2023-01-11T21:12:44.2382296Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.916s) 2023-01-11T21:12:44.2382560Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.976s) 2023-01-11T21:12:44.2382841Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.918s) 2023-01-11T21:12:44.2383101Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.918s) 2023-01-11T21:12:44.2383366Z test_dispatch_symbolic_meta_outplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.624s) 2023-01-11T21:12:44.2383632Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.216s) 2023-01-11T21:12:44.2383963Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2023-01-11T21:12:44.2384240Z test_dispatch_symbolic_meta_outplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2384495Z test_dispatch_symbolic_meta_outplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2384733Z test_dispatch_symbolic_meta_outplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2384951Z test_dispatch_symbolic_meta_outplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2385221Z test_dispatch_symbolic_meta_outplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2385472Z test_dispatch_symbolic_meta_outplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2385804Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2386114Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2386382Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2386654Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2386918Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2387194Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2387507Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2387779Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2388042Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2388304Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2388568Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2388812Z test_dispatch_symbolic_meta_outplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2389050Z test_dispatch_symbolic_meta_outplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2389302Z test_dispatch_symbolic_meta_outplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.444s) 2023-01-11T21:12:44.2389564Z test_dispatch_symbolic_meta_outplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2389811Z test_dispatch_symbolic_meta_outplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2390064Z test_dispatch_symbolic_meta_outplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:44.2390308Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2390566Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2390805Z test_dispatch_symbolic_meta_outplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2391069Z test_dispatch_symbolic_meta_outplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.402s) 2023-01-11T21:12:44.2391337Z test_dispatch_symbolic_meta_outplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.561s) 2023-01-11T21:12:44.2391618Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.523s) 2023-01-11T21:12:44.2391878Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.425s) 2023-01-11T21:12:44.2392133Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.659s) 2023-01-11T21:12:44.2392385Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.558s) 2023-01-11T21:12:44.2392690Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2393024Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2393628Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.2394156Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2394412Z test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.386s) 2023-01-11T21:12:44.2394699Z test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.551s) 2023-01-11T21:12:44.2394974Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2395257Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.2395512Z test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.404s) 2023-01-11T21:12:44.2395759Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.411s) 2023-01-11T21:12:44.2396020Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.389s) 2023-01-11T21:12:44.2396296Z test_dispatch_symbolic_meta_outplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.2396818Z test_dispatch_symbolic_meta_outplace_all_strides_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.2397105Z test_dispatch_symbolic_meta_outplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.474s) 2023-01-11T21:12:44.2397378Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:44.2397649Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.422s) 2023-01-11T21:12:44.2397918Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.469s) 2023-01-11T21:12:44.2398193Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.459s) 2023-01-11T21:12:44.2398447Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2398699Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.420s) 2023-01-11T21:12:44.2398995Z test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2399300Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.452s) 2023-01-11T21:12:44.2399582Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.453s) 2023-01-11T21:12:44.2400125Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.2400660Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2401271Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2401847Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.2402126Z test_dispatch_symbolic_meta_outplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.445s) 2023-01-11T21:12:44.2402390Z test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.184s) 2023-01-11T21:12:44.2402673Z test_dispatch_symbolic_meta_outplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2402947Z test_dispatch_symbolic_meta_outplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2403221Z test_dispatch_symbolic_meta_outplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2403481Z test_dispatch_symbolic_meta_outplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2403721Z test_dispatch_symbolic_meta_outplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2403966Z test_dispatch_symbolic_meta_outplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2404211Z test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2404454Z test_dispatch_symbolic_meta_outplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2404735Z test_dispatch_symbolic_meta_outplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.2404985Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2405255Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2405506Z test_dispatch_symbolic_meta_outplace_all_strides_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2405722Z test_dispatch_symbolic_meta_outplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.2405962Z test_dispatch_symbolic_meta_outplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:44.2406199Z test_dispatch_symbolic_meta_outplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2406448Z test_dispatch_symbolic_meta_outplace_all_strides_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2406690Z test_dispatch_symbolic_meta_outplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.302s) 2023-01-11T21:12:44.2407051Z test_dispatch_symbolic_meta_outplace_all_strides_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T21:12:44.2407307Z test_dispatch_symbolic_meta_outplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2407545Z test_dispatch_symbolic_meta_outplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2407840Z test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.106s) 2023-01-11T21:12:44.2408083Z test_dispatch_symbolic_meta_outplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.2408325Z test_dispatch_symbolic_meta_outplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2408629Z test_dispatch_symbolic_meta_outplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2408919Z test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2409210Z test_dispatch_symbolic_meta_outplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.2409453Z test_dispatch_symbolic_meta_outplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.2409694Z test_dispatch_symbolic_meta_outplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2409942Z test_dispatch_symbolic_meta_outplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2410184Z test_dispatch_symbolic_meta_outplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2410431Z test_dispatch_symbolic_meta_outplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2410682Z test_dispatch_symbolic_meta_outplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2410943Z test_dispatch_symbolic_meta_outplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.248s) 2023-01-11T21:12:44.2411230Z test_dispatch_symbolic_meta_outplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.246s) 2023-01-11T21:12:44.2411491Z test_dispatch_symbolic_meta_outplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.2411732Z test_dispatch_symbolic_meta_outplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2411982Z test_dispatch_symbolic_meta_outplace_all_strides_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2412228Z test_dispatch_symbolic_meta_outplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.2412477Z test_dispatch_symbolic_meta_outplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2412734Z test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2412987Z test_dispatch_symbolic_meta_outplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2413206Z test_dispatch_symbolic_meta_outplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2413479Z test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2413730Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2413978Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2414226Z test_dispatch_symbolic_meta_outplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2414492Z test_dispatch_symbolic_meta_outplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.510s) 2023-01-11T21:12:44.2414737Z test_dispatch_symbolic_meta_outplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.237s) 2023-01-11T21:12:44.2414993Z test_dispatch_symbolic_meta_outplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2415233Z test_dispatch_symbolic_meta_outplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2415503Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2415760Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2416071Z test_dispatch_symbolic_meta_outplace_all_strides_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2416354Z test_dispatch_symbolic_meta_outplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2416654Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.2416949Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.016s) 2023-01-11T21:12:44.2417207Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2417495Z test_dispatch_symbolic_meta_outplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2023-01-11T21:12:44.2417806Z test_dispatch_symbolic_meta_outplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.2418052Z test_dispatch_symbolic_meta_outplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2418299Z test_dispatch_symbolic_meta_outplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2418543Z test_dispatch_symbolic_meta_outplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.2418797Z test_dispatch_symbolic_meta_outplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2023-01-11T21:12:44.2419037Z test_dispatch_symbolic_meta_outplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2419298Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2419551Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2419809Z test_dispatch_symbolic_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2420053Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.2420289Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.2420498Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:44.2420729Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.2420973Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.2421200Z test_dispatch_symbolic_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2421427Z test_dispatch_symbolic_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2421653Z test_dispatch_symbolic_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2421904Z test_dispatch_symbolic_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2422131Z test_dispatch_symbolic_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2422354Z test_dispatch_symbolic_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2422583Z test_dispatch_symbolic_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2422807Z test_dispatch_symbolic_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2423028Z test_dispatch_symbolic_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2423306Z test_dispatch_symbolic_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2423534Z test_dispatch_symbolic_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2423884Z test_dispatch_symbolic_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2424116Z test_dispatch_symbolic_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2424355Z test_dispatch_symbolic_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2424583Z test_dispatch_symbolic_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2424804Z test_dispatch_symbolic_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2425023Z test_dispatch_symbolic_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2425246Z test_dispatch_symbolic_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2425467Z test_dispatch_symbolic_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2425716Z test_dispatch_symbolic_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2425927Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2426163Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2426393Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2426626Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2426856Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2427108Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2427337Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2427567Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2427817Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2428051Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2428274Z test_dispatch_symbolic_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2428507Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2428739Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2428967Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2429196Z test_dispatch_symbolic_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2429424Z test_dispatch_symbolic_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2429675Z test_dispatch_symbolic_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2429899Z test_dispatch_symbolic_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2430121Z test_dispatch_symbolic_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2430344Z test_dispatch_symbolic_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2430566Z test_dispatch_symbolic_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2430794Z test_dispatch_symbolic_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2431053Z test_dispatch_symbolic_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2431287Z test_dispatch_symbolic_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2431574Z test_dispatch_symbolic_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2431828Z test_dispatch_symbolic_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2432050Z test_dispatch_symbolic_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2432272Z test_dispatch_symbolic_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2432493Z test_dispatch_symbolic_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2432711Z test_dispatch_symbolic_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2432932Z test_dispatch_symbolic_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2433161Z test_dispatch_symbolic_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2433383Z test_dispatch_symbolic_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2433633Z test_dispatch_symbolic_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2433862Z test_dispatch_symbolic_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2434091Z test_dispatch_symbolic_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2434339Z test_dispatch_symbolic_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2434569Z test_dispatch_symbolic_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2434797Z test_dispatch_symbolic_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2435032Z test_dispatch_symbolic_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2435262Z test_dispatch_symbolic_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2435509Z test_dispatch_symbolic_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2435740Z test_dispatch_symbolic_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2435970Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2436197Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2436398Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2436627Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2436859Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2437087Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2437312Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2437558Z test_dispatch_symbolic_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2437790Z test_dispatch_symbolic_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2438020Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2438246Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2438538Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2438762Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2439027Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2439254Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2439502Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2439727Z test_dispatch_symbolic_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2439962Z test_dispatch_symbolic_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2440202Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2440434Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2440662Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2440889Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2441115Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2441360Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2441587Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2441788Z test_dispatch_symbolic_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2442044Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2442285Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2442527Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2442765Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2442995Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2443224Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2443475Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2443703Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2443939Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2444170Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2444396Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2444629Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2444864Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2445094Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2445352Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2445599Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2445845Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2446136Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2446372Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2446644Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2446876Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2447107Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2447313Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2447577Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2447806Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2448067Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2448320Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2448582Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2448842Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2449098Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2449350Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2449660Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2449918Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2450169Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2450416Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2450665Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2450912Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2451163Z test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2451418Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2451687Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2451938Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2452191Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2452444Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2452689Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2452932Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2453175Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2453483Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2453747Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2454033Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2454276Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2454494Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2454720Z test_dispatch_symbolic_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2454941Z test_dispatch_symbolic_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2455183Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2455415Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2455642Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2455894Z test_dispatch_symbolic_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2456121Z test_dispatch_symbolic_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2456344Z test_dispatch_symbolic_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2456567Z test_dispatch_symbolic_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2456786Z test_dispatch_symbolic_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2457015Z test_dispatch_symbolic_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2457238Z test_dispatch_symbolic_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2457482Z test_dispatch_symbolic_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2457735Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2457956Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2458190Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2458423Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2458664Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2458891Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2459119Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2459345Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2459549Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2459792Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2460013Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2460234Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2460456Z test_dispatch_symbolic_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2460692Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2460971Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2461198Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2461465Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2461718Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2461946Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2462178Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2462397Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2462621Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2462846Z test_dispatch_symbolic_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2463074Z test_dispatch_symbolic_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2463301Z test_dispatch_symbolic_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2463553Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2463922Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2464164Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2464391Z test_dispatch_symbolic_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2464616Z test_dispatch_symbolic_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2464868Z test_dispatch_symbolic_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2465065Z test_dispatch_symbolic_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2465292Z test_dispatch_symbolic_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2465513Z test_dispatch_symbolic_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2465761Z test_dispatch_symbolic_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2465990Z test_dispatch_symbolic_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2466221Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2466443Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2466679Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2466912Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2467141Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2467371Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2467620Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2467855Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2468078Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2468299Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2468522Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2468819Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2469041Z test_dispatch_symbolic_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2469330Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2469590Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2469830Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2470073Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2470310Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2470520Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2470759Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2470997Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2471227Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2471468Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2471718Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2471946Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2472175Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2472416Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2472672Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2472919Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2473167Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2473407Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2473660Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2473892Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2474122Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2474357Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2474585Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2474815Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2475052Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2475281Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2475538Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2475767Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2476007Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2476273Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2476512Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2476798Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2477033Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2477264Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2477491Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2477744Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2477972Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2478204Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2478431Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2478677Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2478914Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2479149Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2479380Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2479628Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2479858Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2480117Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2480363Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2480597Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2480826Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2481063Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2481289Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2481548Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2481792Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2482002Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2482235Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2482475Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2482704Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2482931Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2483156Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2483383Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2483690Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2483920Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2484200Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2484436Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2484662Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2484891Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2485120Z test_dispatch_symbolic_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2485354Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2485613Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2485854Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2486086Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2486322Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2486552Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2592886Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2593413Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2593644Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2593919Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2594148Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2594376Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2594586Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2594800Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2595012Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2595224Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2595435Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2595648Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2595862Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2596074Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2596290Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2596500Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2596710Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2596938Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2597167Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2597943Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2598244Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2598470Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2598683Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2598898Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2599109Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2599318Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2599538Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2599750Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2599972Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2600187Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2600405Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2600630Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2600851Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2601067Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2601291Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2601506Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2601721Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2601936Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2602142Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2602356Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2602569Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2602777Z test_dispatch_symbolic_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2602995Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2603202Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2603415Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2603621Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2603825Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2604036Z test_dispatch_symbolic_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2604239Z test_dispatch_symbolic_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2604452Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2604718Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2604928Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2605174Z test_dispatch_symbolic_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2605377Z test_dispatch_symbolic_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2605582Z test_dispatch_symbolic_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2605787Z test_dispatch_symbolic_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2605988Z test_dispatch_symbolic_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2606190Z test_dispatch_symbolic_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2606402Z test_dispatch_symbolic_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2606603Z test_dispatch_symbolic_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2606835Z test_dispatch_symbolic_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2607068Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2607293Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2607527Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2607759Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2607986Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2608219Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2608446Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2608671Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2608892Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2609115Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2609338Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2609561Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2609789Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2610004Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2610230Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2610457Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2610676Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2610890Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2611107Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2611323Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2611590Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2611805Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2612055Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2612270Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2612487Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2612701Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2612912Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2613128Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2613335Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2613548Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2613758Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2613970Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2614181Z test_dispatch_symbolic_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2614384Z test_dispatch_symbolic_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2614596Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2614809Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2615015Z test_dispatch_symbolic_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2615226Z test_dispatch_symbolic_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2615434Z test_dispatch_symbolic_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2615634Z test_dispatch_symbolic_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2615830Z test_dispatch_symbolic_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2616038Z test_dispatch_symbolic_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2616240Z test_dispatch_symbolic_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2616441Z test_dispatch_symbolic_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2616671Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2616893Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2617128Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2617357Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2617581Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2617804Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2618023Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2618341Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2618557Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2618817Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2619035Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2619251Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2619458Z test_dispatch_symbolic_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2619658Z test_dispatch_symbolic_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2619869Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2620077Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2620284Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2620491Z test_dispatch_symbolic_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2620696Z test_dispatch_symbolic_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2620898Z test_dispatch_symbolic_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2621092Z test_dispatch_symbolic_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2621292Z test_dispatch_symbolic_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2621490Z test_dispatch_symbolic_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2621694Z test_dispatch_symbolic_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2621892Z test_dispatch_symbolic_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2622100Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.201s) 2023-01-11T21:12:44.2622306Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:44.2622519Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2622725Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2622939Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2623155Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2623369Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2623579Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2623961Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2624169Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2624375Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2624581Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2624786Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2624990Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2625252Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2625459Z test_dispatch_symbolic_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2625708Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2625915Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2626113Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2626314Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2626513Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2626714Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2626918Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2627118Z test_dispatch_symbolic_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2627335Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2627540Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2627758Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2627970Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2628181Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2628390Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2628601Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2628808Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2629016Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2629224Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2629428Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2629632Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2629838Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2630046Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2630246Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2630461Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2630670Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2630876Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2631077Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2631281Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2631486Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2631687Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2631888Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2632136Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2632335Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2632572Z test_dispatch_symbolic_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2632781Z test_dispatch_symbolic_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2632983Z test_dispatch_symbolic_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2633194Z test_dispatch_symbolic_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2633402Z test_dispatch_symbolic_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2633612Z test_dispatch_symbolic_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2633819Z test_dispatch_symbolic_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2634025Z test_dispatch_symbolic_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2634231Z test_dispatch_symbolic_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2634428Z test_dispatch_symbolic_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2634627Z test_dispatch_symbolic_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2634823Z test_dispatch_symbolic_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2635021Z test_dispatch_symbolic_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2635219Z test_dispatch_symbolic_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2635432Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2635649Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2635865Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2636076Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2636303Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2636529Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2636753Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2636976Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2637205Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2637430Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2637648Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2637865Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2638071Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2638274Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2638486Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2638752Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2638959Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2639196Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2639403Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2639607Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2639809Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2640011Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2640211Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2640414Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2640609Z test_dispatch_symbolic_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2640819Z test_dispatch_symbolic_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2641030Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2641235Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2641440Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2641640Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2641840Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2642048Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2642247Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2642448Z test_dispatch_symbolic_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2642664Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2642871Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2643082Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2643289Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2643497Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2643705Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2643909Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2644116Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2644321Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2644526Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2644737Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2644947Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2645158Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2645404Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2645613Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2645875Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2646083Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2646285Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2646491Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2646696Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2646901Z test_dispatch_symbolic_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2647109Z test_dispatch_symbolic_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2647322Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2647532Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2647739Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2647943Z test_dispatch_symbolic_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2648150Z test_dispatch_symbolic_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2648355Z test_dispatch_symbolic_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2648554Z test_dispatch_symbolic_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2648757Z test_dispatch_symbolic_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2648957Z test_dispatch_symbolic_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2649159Z test_dispatch_symbolic_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2649356Z test_dispatch_symbolic_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2649576Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2649787Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2650008Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2650231Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2650448Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2650670Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2650897Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2651115Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2651335Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2651551Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2651762Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2651979Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2652240Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2652467Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.153s) 2023-01-11T21:12:44.2652722Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.150s) 2023-01-11T21:12:44.2652950Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.153s) 2023-01-11T21:12:44.2653178Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.153s) 2023-01-11T21:12:44.2653403Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.154s) 2023-01-11T21:12:44.2653627Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2023-01-11T21:12:44.2653847Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:44.2654071Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.2654288Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:44.2654506Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.148s) 2023-01-11T21:12:44.2654719Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.151s) 2023-01-11T21:12:44.2654939Z test_dispatch_symbolic_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.150s) 2023-01-11T21:12:44.2655154Z test_dispatch_symbolic_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2655363Z test_dispatch_symbolic_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2655579Z test_dispatch_symbolic_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2655780Z test_dispatch_symbolic_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2655985Z test_dispatch_symbolic_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2656196Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2656410Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2656618Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2656822Z test_dispatch_symbolic_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2657033Z test_dispatch_symbolic_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2657241Z test_dispatch_symbolic_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2657445Z test_dispatch_symbolic_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2657649Z test_dispatch_symbolic_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2657854Z test_dispatch_symbolic_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2658054Z test_dispatch_symbolic_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2658255Z test_dispatch_symbolic_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2658480Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2658701Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2658971Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2659201Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2659461Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2659689Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2659913Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2660133Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2660351Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2660573Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2660794Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2661003Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2661226Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2661457Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2661684Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2661916Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2662143Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2662370Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2662597Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2662821Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2663043Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2663263Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2663486Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2664014Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2664236Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2664464Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2664678Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2664907Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2665130Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2665353Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2665576Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2665793Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2666016Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2666297Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2666513Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2666758Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2666973Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2667190Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2667407Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2667616Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2667834Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2668051Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2668264Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2668477Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2668687Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2668895Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2669107Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2669326Z test_dispatch_symbolic_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2669541Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2669764Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2669981Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2670201Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2670414Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2670630Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2670840Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2671051Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2671259Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2671478Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2671688Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2671892Z test_dispatch_symbolic_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2672094Z test_dispatch_symbolic_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2672306Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2672514Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2672722Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2672931Z test_dispatch_symbolic_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2673226Z test_dispatch_symbolic_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2673429Z test_dispatch_symbolic_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2673672Z test_dispatch_symbolic_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2673876Z test_dispatch_symbolic_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2674076Z test_dispatch_symbolic_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2674277Z test_dispatch_symbolic_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2674477Z test_dispatch_symbolic_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2674684Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2674888Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2675104Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2675317Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2675528Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2675734Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2675945Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2676150Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2676357Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2676553Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2676757Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2676961Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2677162Z test_dispatch_symbolic_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2677386Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2677603Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2677829Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2678055Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2678278Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2678499Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2678721Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2678938Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2679155Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2679369Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2679584Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2679800Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2680058Z test_dispatch_symbolic_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.418s) 2023-01-11T21:12:44.2680270Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.425s) 2023-01-11T21:12:44.2680518Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.417s) 2023-01-11T21:12:44.2680726Z test_dispatch_symbolic_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.416s) 2023-01-11T21:12:44.2680931Z test_dispatch_symbolic_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.404s) 2023-01-11T21:12:44.2681137Z test_dispatch_symbolic_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.411s) 2023-01-11T21:12:44.2681338Z test_dispatch_symbolic_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.411s) 2023-01-11T21:12:44.2681540Z test_dispatch_symbolic_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.419s) 2023-01-11T21:12:44.2681735Z test_dispatch_symbolic_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.415s) 2023-01-11T21:12:44.2681940Z test_dispatch_symbolic_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.414s) 2023-01-11T21:12:44.2682146Z test_dispatch_symbolic_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.416s) 2023-01-11T21:12:44.2682362Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2682576Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2682783Z test_dispatch_symbolic_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2682992Z test_dispatch_symbolic_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2683199Z test_dispatch_symbolic_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2683407Z test_dispatch_symbolic_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2683610Z test_dispatch_symbolic_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2683818Z test_dispatch_symbolic_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2684018Z test_dispatch_symbolic_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2684222Z test_dispatch_symbolic_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2684437Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2684642Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2684856Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2685068Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2685277Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2685488Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2685695Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2685904Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2686110Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2686309Z test_dispatch_symbolic_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2686521Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2686774Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2686986Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2687234Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2687449Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2687656Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2687862Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2688068Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2688273Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2688483Z test_dispatch_symbolic_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2688701Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2688924Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2689142Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2689353Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2689562Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2689774Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2689981Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2690195Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2690403Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2690620Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2690829Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2691041Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2691249Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2691463Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2691671Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2691883Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2692095Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2692306Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2692515Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2692721Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2692929Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2693136Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2693374Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2693661Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2693897Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2694170Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.2694405Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2694639Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2694869Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2695100Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2695335Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.2695564Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2695796Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2696010Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2696219Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2696431Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2696643Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2696844Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2697054Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2697266Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2697476Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2697685Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2697891Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2698100Z test_dispatch_symbolic_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2698306Z test_dispatch_symbolic_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2698517Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2698730Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2698944Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2699157Z test_dispatch_symbolic_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2699366Z test_dispatch_symbolic_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2699572Z test_dispatch_symbolic_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2699778Z test_dispatch_symbolic_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2699980Z test_dispatch_symbolic_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2700180Z test_dispatch_symbolic_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2700440Z test_dispatch_symbolic_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2700647Z test_dispatch_symbolic_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2700904Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2701121Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2701342Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2701565Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2701778Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2701995Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2702214Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2702430Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2702651Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2702863Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2703072Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2703281Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2703493Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2703776Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2703991Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2704212Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2704436Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2704655Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2704869Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2705082Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2705291Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2705503Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2705715Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2705923Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2706141Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2706364Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2706582Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2706804Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2707031Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2707258Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2707542Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2707805Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2708029Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2708250Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2708468Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2708687Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2708904Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2709125Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2709340Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2709549Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2709768Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2709986Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2710203Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2710419Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2710632Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2710849Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2711056Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2711268Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2711479Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2711687Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2711900Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2712128Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2712343Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2712583Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2712813Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2713043Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2713277Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2713501Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2713733Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2713956Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2714222Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2714442Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2714702Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2714915Z test_dispatch_symbolic_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.563s) 2023-01-11T21:12:44.2715118Z test_dispatch_symbolic_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.533s) 2023-01-11T21:12:44.2715332Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.525s) 2023-01-11T21:12:44.2715545Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.520s) 2023-01-11T21:12:44.2715754Z test_dispatch_symbolic_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.557s) 2023-01-11T21:12:44.2715965Z test_dispatch_symbolic_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.517s) 2023-01-11T21:12:44.2716174Z test_dispatch_symbolic_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.518s) 2023-01-11T21:12:44.2716380Z test_dispatch_symbolic_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.516s) 2023-01-11T21:12:44.2716584Z test_dispatch_symbolic_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.519s) 2023-01-11T21:12:44.2716789Z test_dispatch_symbolic_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.516s) 2023-01-11T21:12:44.2716989Z test_dispatch_symbolic_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.515s) 2023-01-11T21:12:44.2717192Z test_dispatch_symbolic_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.516s) 2023-01-11T21:12:44.2717403Z test_dispatch_symbolic_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2717613Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2717826Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2718038Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2718245Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2718454Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2718660Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2718871Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2719080Z test_dispatch_symbolic_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2719291Z test_dispatch_symbolic_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2719503Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.2719719Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:44.2719927Z test_dispatch_symbolic_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2720133Z test_dispatch_symbolic_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.2720341Z test_dispatch_symbolic_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.2720570Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.2720800Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2721077Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.2721303Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.2721562Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2721791Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2722017Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2722242Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2722466Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2722699Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2722920Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2723159Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2723392Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2723621Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2723849Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2724081Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2724313Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2724542Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2724769Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2724994Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2725222Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2725444Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2725674Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2725900Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2726131Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2726355Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2726586Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2726808Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2727029Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2727252Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2727475Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2727685Z test_dispatch_symbolic_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2727937Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2728145Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2728390Z test_dispatch_symbolic_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2728599Z test_dispatch_symbolic_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2728795Z test_dispatch_symbolic_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2729008Z test_dispatch_symbolic_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2729215Z test_dispatch_symbolic_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2729435Z test_dispatch_symbolic_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2729653Z test_dispatch_symbolic_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2729868Z test_dispatch_symbolic_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2730080Z test_dispatch_symbolic_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2730290Z test_dispatch_symbolic_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2730497Z test_dispatch_symbolic_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2730701Z test_dispatch_symbolic_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2730906Z test_dispatch_symbolic_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2731116Z test_dispatch_symbolic_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2731325Z test_dispatch_symbolic_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2731531Z test_dispatch_symbolic_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2731746Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2731956Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2732171Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2732386Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2732602Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2732812Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2733022Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2733230Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2733441Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2733642Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2733851Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2734064Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2734273Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2734486Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2734740Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2734957Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2735210Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2735428Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2735640Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2735848Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2736057Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2736266Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2736475Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2736685Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2736892Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2737098Z test_dispatch_symbolic_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2737312Z test_dispatch_symbolic_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.2737527Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2737740Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2737952Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2738162Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2738360Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.2738570Z test_dispatch_symbolic_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2738775Z test_dispatch_symbolic_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2738993Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2739207Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2739419Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2739628Z test_dispatch_symbolic_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2739838Z test_dispatch_symbolic_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2740046Z test_dispatch_symbolic_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2740254Z test_dispatch_symbolic_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2740458Z test_dispatch_symbolic_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2740661Z test_dispatch_symbolic_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2740866Z test_dispatch_symbolic_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2741070Z test_dispatch_symbolic_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2741286Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2741540Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2741762Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2742026Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2742248Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2742465Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2742684Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2742897Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2743108Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2743323Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2743523Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2743793Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2744007Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2744212Z test_dispatch_symbolic_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2744412Z test_dispatch_symbolic_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2744620Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2744830Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2745046Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2745254Z test_dispatch_symbolic_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2745464Z test_dispatch_symbolic_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2745666Z test_dispatch_symbolic_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2745864Z test_dispatch_symbolic_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2746064Z test_dispatch_symbolic_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2746265Z test_dispatch_symbolic_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2746467Z test_dispatch_symbolic_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2746669Z test_dispatch_symbolic_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2746880Z test_dispatch_symbolic_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2747090Z test_dispatch_symbolic_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2747306Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2747521Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2747727Z test_dispatch_symbolic_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2747939Z test_dispatch_symbolic_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2748139Z test_dispatch_symbolic_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2748402Z test_dispatch_symbolic_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2748610Z test_dispatch_symbolic_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2748897Z test_dispatch_symbolic_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2749107Z test_dispatch_symbolic_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2749316Z test_dispatch_symbolic_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2749524Z test_dispatch_symbolic_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2749733Z test_dispatch_symbolic_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2749940Z test_dispatch_symbolic_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2750148Z test_dispatch_symbolic_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2750352Z test_dispatch_symbolic_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2750558Z test_dispatch_symbolic_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2750762Z test_dispatch_symbolic_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2750961Z test_dispatch_symbolic_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2751164Z test_dispatch_symbolic_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2751364Z test_dispatch_symbolic_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2751576Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2751780Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2751992Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2752205Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2752419Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2752622Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2752815Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2753019Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2753221Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2753426Z test_dispatch_symbolic_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2753634Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2753845Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2754057Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2754268Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2754477Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2754684Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2754893Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2755102Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2755359Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2755570Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2755807Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2756021Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2756226Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2756430Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2756639Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2756841Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2757048Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2757251Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2757457Z test_dispatch_symbolic_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2757655Z test_dispatch_symbolic_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2757863Z test_dispatch_symbolic_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2758075Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2758283Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2758499Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2758711Z test_dispatch_symbolic_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2758914Z test_dispatch_symbolic_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2759124Z test_dispatch_symbolic_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2759327Z test_dispatch_symbolic_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2759527Z test_dispatch_symbolic_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2759725Z test_dispatch_symbolic_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2759927Z test_dispatch_symbolic_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2760129Z test_dispatch_symbolic_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2760350Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2760565Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2760790Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2761016Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2761232Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2761447Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2761659Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2761869Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2762130Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2762330Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2762578Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2762792Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2763005Z test_dispatch_symbolic_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2763212Z test_dispatch_symbolic_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2763433Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2763648Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2763865Z test_dispatch_symbolic_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2764075Z test_dispatch_symbolic_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2764286Z test_dispatch_symbolic_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2764497Z test_dispatch_symbolic_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2764712Z test_dispatch_symbolic_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2764923Z test_dispatch_symbolic_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2765129Z test_dispatch_symbolic_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2765341Z test_dispatch_symbolic_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2765557Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2765761Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2765974Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2766182Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2766390Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2766594Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2766798Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2767004Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2767202Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2767406Z test_dispatch_symbolic_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2767620Z test_dispatch_symbolic_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.2767824Z test_dispatch_symbolic_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.2768040Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.104s) 2023-01-11T21:12:44.2768246Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2768450Z test_dispatch_symbolic_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2768656Z test_dispatch_symbolic_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2768861Z test_dispatch_symbolic_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2769113Z test_dispatch_symbolic_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2769313Z test_dispatch_symbolic_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2769556Z test_dispatch_symbolic_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2769757Z test_dispatch_symbolic_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2769957Z test_dispatch_symbolic_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:44.2770169Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2770388Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2770606Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2770822Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2771033Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2771246Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2771453Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2771661Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2771866Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2772066Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2772275Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2772499Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2772715Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2772929Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2773140Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2773348Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2773556Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2773763Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2773969Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2774183Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2774389Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2774610Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2774829Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2775042Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2775254Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2775462Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2775669Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2775920Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2776127Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2776376Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2776599Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2776818Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2777035Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2777258Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2777488Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2777706Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2777931Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2778154Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2778373Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2778586Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2778804Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2779020Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2779239Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2779449Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2779672Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2779892Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2780105Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2780312Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2780522Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2780729Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2780940Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2781148Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2781359Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2781571Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2781789Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2782010Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2782214Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2782425Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2782677Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2782891Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2783130Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2783337Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2783545Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2783897Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2784123Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2784340Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2784566Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2784778Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2784990Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2785203Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2785410Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2785622Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2785831Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2786044Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2786264Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2786483Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2786697Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2786907Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2787117Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2787324Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2787522Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2787732Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2787945Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2788158Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2788382Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2788602Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2788818Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2789036Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2789246Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2789518Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2789726Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2789976Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2790187Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2790397Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2790619Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2790839Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2791056Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2791274Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2791486Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2791698Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2791906Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2792115Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2792324Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2792547Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2792756Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2792987Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2793220Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2793446Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2793668Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2793891Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2794112Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2794330Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2794545Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2794764Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2794981Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2795201Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2795409Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2795628Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2795842Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2796053Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2796266Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2796524Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2796771Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2796987Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2797196Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2797415Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2797628Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2797837Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2798040Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2798247Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2798458Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2798667Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2798877Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2799090Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2799308Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.2799522Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2799734Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2799945Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2800156Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2800368Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2800578Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2800799Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2801024Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2801240Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2801457Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2801670Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2801883Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2802091Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2802298Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2802509Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2802723Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2802934Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2803208Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2803422Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2803667Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2803876Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2804087Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2804294Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2804502Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2804714Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2804926Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2805147Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2805375Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2805589Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2805811Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2806024Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2806234Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2806446Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2806659Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2806876Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2807087Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2807306Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2807520Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2807729Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2807938Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2808135Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2808351Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2808562Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2808768Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2808986Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2809199Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.2809407Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2809613Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2809868Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2810076Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2810323Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.2810533Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2810750Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2810966Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2811178Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2811386Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2811596Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2811805Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2812016Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2812229Z test_dispatch_symbolic_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2812431Z test_dispatch_symbolic_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2812644Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2812858Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2813058Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2813267Z test_dispatch_symbolic_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2813481Z test_dispatch_symbolic_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2813688Z test_dispatch_symbolic_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2813895Z test_dispatch_symbolic_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2814098Z test_dispatch_symbolic_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2814299Z test_dispatch_symbolic_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2814506Z test_dispatch_symbolic_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2814709Z test_dispatch_symbolic_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2814929Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2815140Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2815361Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2815581Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2815792Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2816007Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2816216Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2816428Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2816634Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2816887Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2817098Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2817345Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2817556Z test_dispatch_symbolic_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2817769Z test_dispatch_symbolic_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2817964Z test_dispatch_symbolic_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2818177Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2818389Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2818597Z test_dispatch_symbolic_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2818812Z test_dispatch_symbolic_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2819022Z test_dispatch_symbolic_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2819232Z test_dispatch_symbolic_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2819435Z test_dispatch_symbolic_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2819640Z test_dispatch_symbolic_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2819845Z test_dispatch_symbolic_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2820047Z test_dispatch_symbolic_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2820268Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2820479Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2820707Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2820923Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2821133Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2821344Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2821552Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2821759Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2821972Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2822179Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2822394Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2822604Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2822808Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2823013Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2823237Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2823455Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2823844Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2824055Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2824316Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2824531Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2824738Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2824950Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2825160Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2825369Z test_dispatch_symbolic_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2825587Z test_dispatch_symbolic_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2825796Z test_dispatch_symbolic_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2826017Z test_dispatch_symbolic_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2826229Z test_dispatch_symbolic_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2826441Z test_dispatch_symbolic_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2826648Z test_dispatch_symbolic_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2826860Z test_dispatch_symbolic_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2827072Z test_dispatch_symbolic_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2827284Z test_dispatch_symbolic_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2827491Z test_dispatch_symbolic_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2827698Z test_dispatch_symbolic_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2827893Z test_dispatch_symbolic_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2828101Z test_dispatch_symbolic_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2828327Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2828544Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2828768Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2828996Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2829214Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2829437Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2829653Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2829871Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2830085Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2830297Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2830515Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2830786Z test_dispatch_symbolic_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2830996Z test_dispatch_symbolic_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2831243Z test_dispatch_symbolic_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2831455Z test_dispatch_symbolic_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2831663Z test_dispatch_symbolic_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2831872Z test_dispatch_symbolic_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2832076Z test_dispatch_symbolic_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2832282Z test_dispatch_symbolic_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2832491Z test_dispatch_symbolic_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2832696Z test_dispatch_symbolic_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2832912Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2833132Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2833358Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:44.2833582Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.2833797Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.2834017Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2834234Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2834448Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2834672Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2834882Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2835086Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2835298Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2835506Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2835715Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2835926Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2836129Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2836337Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2836541Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2836743Z test_dispatch_symbolic_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2836955Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2837158Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2837365Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2837620Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2837818Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2838058Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2838261Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2838467Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2838669Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2838873Z test_dispatch_symbolic_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2839085Z test_dispatch_symbolic_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2839296Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2839503Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2839719Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2839925Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2840127Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2840329Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2840535Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2840735Z test_dispatch_symbolic_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2840949Z test_dispatch_symbolic_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2841160Z test_dispatch_symbolic_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2841373Z test_dispatch_symbolic_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2841579Z test_dispatch_symbolic_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2841787Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2841997Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2842207Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2842407Z test_dispatch_symbolic_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2842613Z test_dispatch_symbolic_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2842828Z test_dispatch_symbolic_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2843043Z test_dispatch_symbolic_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2843252Z test_dispatch_symbolic_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2843461Z test_dispatch_symbolic_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2843668Z test_dispatch_symbolic_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2843877Z test_dispatch_symbolic_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2844082Z test_dispatch_symbolic_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2844329Z test_dispatch_symbolic_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2844533Z test_dispatch_symbolic_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2844735Z test_dispatch_symbolic_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2844982Z test_dispatch_symbolic_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2845199Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2845408Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2845633Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2845856Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2846075Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2846287Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2846499Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2846712Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2846918Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2847130Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2847339Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2847537Z test_dispatch_symbolic_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2847759Z test_dispatch_symbolic_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2847970Z test_dispatch_symbolic_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2848192Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2848411Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2848622Z test_dispatch_symbolic_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2848832Z test_dispatch_symbolic_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2849044Z test_dispatch_symbolic_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2849250Z test_dispatch_symbolic_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2849462Z test_dispatch_symbolic_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2849670Z test_dispatch_symbolic_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2849880Z test_dispatch_symbolic_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2850093Z test_dispatch_symbolic_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2850300Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2850502Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2850707Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2850910Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2851112Z test_dispatch_symbolic_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2851373Z test_dispatch_symbolic_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2851575Z test_dispatch_symbolic_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2851827Z test_dispatch_symbolic_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2852033Z test_dispatch_symbolic_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2852228Z test_dispatch_symbolic_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2852429Z test_dispatch_symbolic_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2852634Z test_dispatch_symbolic_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2852834Z test_dispatch_symbolic_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2853038Z test_dispatch_symbolic_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2853242Z test_dispatch_symbolic_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2853461Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.2853676Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.2853889Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:44.2854099Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.2854319Z test_dispatch_symbolic_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.242s) 2023-01-11T21:12:44.2854543Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.218s) 2023-01-11T21:12:44.2854767Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.220s) 2023-01-11T21:12:44.2854983Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.239s) 2023-01-11T21:12:44.2855200Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.216s) 2023-01-11T21:12:44.2855417Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.218s) 2023-01-11T21:12:44.2855629Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.224s) 2023-01-11T21:12:44.2855839Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.221s) 2023-01-11T21:12:44.2856048Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.226s) 2023-01-11T21:12:44.2856256Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.223s) 2023-01-11T21:12:44.2856486Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.725s) 2023-01-11T21:12:44.2856714Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.720s) 2023-01-11T21:12:44.2856942Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.720s) 2023-01-11T21:12:44.2857141Z test_dispatch_symbolic_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2857343Z test_dispatch_symbolic_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2857552Z test_dispatch_symbolic_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2857757Z test_dispatch_symbolic_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2857959Z test_dispatch_symbolic_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2858209Z test_dispatch_symbolic_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2858412Z test_dispatch_symbolic_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2858653Z test_dispatch_symbolic_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2858860Z test_dispatch_symbolic_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2859059Z test_dispatch_symbolic_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2859268Z test_dispatch_symbolic_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2859475Z test_dispatch_symbolic_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2859689Z test_dispatch_symbolic_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2859903Z test_dispatch_symbolic_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2860115Z test_dispatch_symbolic_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2860328Z test_dispatch_symbolic_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2860537Z test_dispatch_symbolic_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2860744Z test_dispatch_symbolic_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2860946Z test_dispatch_symbolic_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2861153Z test_dispatch_symbolic_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2861361Z test_dispatch_symbolic_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2861568Z test_dispatch_symbolic_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2861779Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2861994Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2862212Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2862427Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2862640Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2862855Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2863067Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2863278Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2863490Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2863779Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2863988Z test_dispatch_symbolic_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.2864202Z test_dispatch_symbolic_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.2864405Z test_dispatch_symbolic_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:44.2864616Z test_dispatch_symbolic_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:44.2864824Z test_dispatch_symbolic_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.2865086Z test_dispatch_symbolic_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.2865300Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2865552Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2865772Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2865991Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2866206Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2866418Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2866631Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2866835Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2867043Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2867257Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2867470Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2867679Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2867887Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2868106Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2868318Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2868551Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2868768Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2868985Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2869199Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2869409Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2869617Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2869825Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2870033Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2870241Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2870452Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2870661Z test_dispatch_symbolic_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2870874Z test_dispatch_symbolic_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2871087Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2871299Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2871507Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2871705Z test_dispatch_symbolic_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2871948Z test_dispatch_symbolic_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2872151Z test_dispatch_symbolic_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2872352Z test_dispatch_symbolic_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2872595Z test_dispatch_symbolic_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2872798Z test_dispatch_symbolic_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2872999Z test_dispatch_symbolic_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2873201Z test_dispatch_symbolic_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2873399Z test_dispatch_symbolic_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2873601Z test_dispatch_symbolic_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2873816Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2874027Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2874246Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2874457Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2874670Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2874883Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2875093Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2875308Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2875523Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2875743Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2875965Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2876188Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2876404Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.2876607Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2876823Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2877033Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2877244Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2877455Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2877670Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2877882Z test_dispatch_symbolic_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2878102Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2878317Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2878543Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2878812Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2879031Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2879286Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2879503Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2879719Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2879930Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2880141Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2880355Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2880572Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2880790Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2881010Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2881234Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2881460Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2881677Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2881884Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2882098Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2882317Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2882527Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2882741Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2882951Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2883167Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2883384Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2883597Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2883818Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2884040Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2884261Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2884481Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2884695Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2884909Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2885118Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2885330Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2885539Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2885819Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2886031Z test_dispatch_symbolic_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2886327Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2886549Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2886775Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2886998Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2887206Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2887427Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2887647Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2887865Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2888079Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2888304Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2888518Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2888746Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2888971Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2889199Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2889422Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2889642Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2889862Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2890079Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2890294Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2890508Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2890724Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2890943Z test_dispatch_symbolic_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2891160Z test_dispatch_symbolic_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2891376Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2891590Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2891798Z test_dispatch_symbolic_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2892008Z test_dispatch_symbolic_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2892219Z test_dispatch_symbolic_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2892418Z test_dispatch_symbolic_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2892667Z test_dispatch_symbolic_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2892882Z test_dispatch_symbolic_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2893137Z test_dispatch_symbolic_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2893343Z test_dispatch_symbolic_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2893552Z test_dispatch_symbolic_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2893764Z test_dispatch_symbolic_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2893967Z test_dispatch_symbolic_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2894169Z test_dispatch_symbolic_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2894375Z test_dispatch_symbolic_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2894577Z test_dispatch_symbolic_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2894785Z test_dispatch_symbolic_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2895003Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.2895211Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.2895432Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.104s) 2023-01-11T21:12:44.2895650Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.2895867Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.123s) 2023-01-11T21:12:44.2896083Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.2896296Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.2896507Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.2896716Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:44.2896924Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.2897123Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.106s) 2023-01-11T21:12:44.2897335Z test_dispatch_symbolic_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.2897551Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2897763Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2897986Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2898208Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2898428Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.2898643Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2898858Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2899072Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.2899283Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2899541Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2899749Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2899997Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2900211Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2900421Z test_dispatch_symbolic_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2900630Z test_dispatch_symbolic_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2900838Z test_dispatch_symbolic_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2901044Z test_dispatch_symbolic_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2901251Z test_dispatch_symbolic_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2901458Z test_dispatch_symbolic_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2901667Z test_dispatch_symbolic_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2901870Z test_dispatch_symbolic_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2902072Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2902277Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2902493Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2902706Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2902920Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2903128Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2903341Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2903554Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2903893Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2904100Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2904308Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2904511Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2904724Z test_dispatch_symbolic_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2904935Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2905141Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2905361Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2905572Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2905784Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2905991Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2906199Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2906483Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2906690Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2906938Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2907134Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2907344Z test_dispatch_symbolic_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2907561Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2907771Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2907993Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2908212Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2908424Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2908640Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2908852Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2909061Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2909274Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2909487Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2909709Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2909925Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2910142Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2910358Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2910575Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2910785Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2910995Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2911201Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2911411Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2911630Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2911848Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2912048Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2912266Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2912485Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2912699Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2912910Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2913122Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2913383Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2913593Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2913843Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2914051Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2914262Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2914475Z test_dispatch_symbolic_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2914690Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.126s) 2023-01-11T21:12:44.2914906Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.2915156Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2915393Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2915646Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2915893Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2916131Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2916377Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2916614Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2916860Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2917095Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2917333Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2917572Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2917807Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2918048Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2918294Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2918556Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2918809Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2919063Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2919309Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2919554Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2919796Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2920037Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2920323Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2920602Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2920845Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2921073Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2921297Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2921529Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2921757Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2921991Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2922218Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2922449Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2922673Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2922893Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2923116Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2923342Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2923568Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2923813Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2924056Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2924308Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2924555Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2924800Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2925034Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2925276Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2925519Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2925765Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2926004Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2926246Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.2926484Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2926713Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2926979Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2927210Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2927477Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2927703Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2927927Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2928150Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2928376Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2928601Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2928824Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2929045Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2929267Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.2929477Z test_dispatch_symbolic_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2929678Z test_dispatch_symbolic_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2929892Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2930103Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2930314Z test_dispatch_symbolic_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2930527Z test_dispatch_symbolic_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2930739Z test_dispatch_symbolic_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2930935Z test_dispatch_symbolic_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2931136Z test_dispatch_symbolic_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2931343Z test_dispatch_symbolic_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2931547Z test_dispatch_symbolic_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2931750Z test_dispatch_symbolic_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2931968Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2932185Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2932404Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2932613Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2932822Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2933031Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2933242Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.2933455Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.2933704Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2933907Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2934106Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2934342Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2934547Z test_dispatch_symbolic_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2934757Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2934968Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2935184Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2935397Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2935612Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2935812Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2936024Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2936239Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2936448Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2936653Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2936859Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2937066Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2937275Z test_dispatch_symbolic_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2937475Z test_dispatch_symbolic_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2937682Z test_dispatch_symbolic_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2937888Z test_dispatch_symbolic_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2938093Z test_dispatch_symbolic_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2938294Z test_dispatch_symbolic_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.2938494Z test_dispatch_symbolic_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.2938695Z test_dispatch_symbolic_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2938903Z test_dispatch_symbolic_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2939104Z test_dispatch_symbolic_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2939319Z test_dispatch_symbolic_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.2939536Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.2939749Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.2939960Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2940168Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.2940368Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2940625Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2940839Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2941086Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2941304Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2941512Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2941722Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2941932Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2942140Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2942352Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2942589Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2942825Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2943055Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2943288Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2943522Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2943809Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2944043Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2944276Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2944504Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2944730Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2944951Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2945172Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2945398Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2945624Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2945839Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2946061Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2946286Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2946505Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2946722Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2946943Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2947157Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2947374Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2947656Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2947877Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2948150Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2948370Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2948606Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2948848Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2949078Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2949309Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.2949539Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2949765Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2949986Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2950206Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2950434Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2950657Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2950879Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2951100Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2951332Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2951556Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.2951780Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2952004Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2952240Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.2952468Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2952693Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2952921Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2953210Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2953495Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2953776Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2954061Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2954287Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2954555Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2954777Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2955041Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2955270Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2955499Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.2955719Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2955942Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.2956656Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2957090Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2957518Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2957940Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2958372Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2958801Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2959225Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2959651Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2960078Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2960497Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2960919Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2961342Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.2961572Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2961800Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.2962022Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.2962242Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.2962489Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2962726Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.2963029Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.2963266Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:44.2963523Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2963747Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2963963Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2964180Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.2964418Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.374s) 2023-01-11T21:12:44.2964649Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.410s) 2023-01-11T21:12:44.2964879Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.373s) 2023-01-11T21:12:44.2965117Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.386s) 2023-01-11T21:12:44.2965351Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2965585Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2965817Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2966042Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2966274Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.2966505Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.2966731Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2023-01-11T21:12:44.2966955Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.196s) 2023-01-11T21:12:44.2967184Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.124s) 2023-01-11T21:12:44.2967422Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.312s) 2023-01-11T21:12:44.2967653Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.308s) 2023-01-11T21:12:44.2967881Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.120s) 2023-01-11T21:12:44.2968112Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.345s) 2023-01-11T21:12:44.2968338Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.322s) 2023-01-11T21:12:44.2968580Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.159s) 2023-01-11T21:12:44.2968812Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.136s) 2023-01-11T21:12:44.2969034Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.137s) 2023-01-11T21:12:44.2969263Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.131s) 2023-01-11T21:12:44.2969500Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.516s) 2023-01-11T21:12:44.2969777Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.469s) 2023-01-11T21:12:44.2970003Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.519s) 2023-01-11T21:12:44.2970269Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.484s) 2023-01-11T21:12:44.2970521Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2970767Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.2971015Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.2971256Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.2971486Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.2971718Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2971950Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2972175Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2972403Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2972625Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.2972845Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.200s) 2023-01-11T21:12:44.2973071Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.285s) 2023-01-11T21:12:44.2973296Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.287s) 2023-01-11T21:12:44.2973513Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.198s) 2023-01-11T21:12:44.2973740Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.298s) 2023-01-11T21:12:44.2973955Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.281s) 2023-01-11T21:12:44.2974205Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.138s) 2023-01-11T21:12:44.2974459Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.192s) 2023-01-11T21:12:44.2974710Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.211s) 2023-01-11T21:12:44.2974967Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.2975219Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.207s) 2023-01-11T21:12:44.2975461Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.228s) 2023-01-11T21:12:44.2975687Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.2975910Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.162s) 2023-01-11T21:12:44.2976132Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.2976351Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.2976636Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.2976877Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2977149Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2977385Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.2977661Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2977933Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2978201Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2978474Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2978735Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2978995Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2979250Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2979503Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.2979733Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2979968Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2980190Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2980417Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.2980647Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:44.2980869Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.2981089Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2023-01-11T21:12:44.2981313Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:44.2981541Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2981776Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2982001Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.2982233Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2982467Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.197s) 2023-01-11T21:12:44.2982708Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.2982945Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2023-01-11T21:12:44.2983179Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.186s) 2023-01-11T21:12:44.2983445Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.007s) 2023-01-11T21:12:44.2983673Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.000s) 2023-01-11T21:12:44.2984077Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.978s) 2023-01-11T21:12:44.2984303Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.042s) 2023-01-11T21:12:44.2984538Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.136s) 2023-01-11T21:12:44.2984766Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.2984990Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.135s) 2023-01-11T21:12:44.2985215Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.2985450Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2985686Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.2985912Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.2986135Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.2986373Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.2986608Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.2986836Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2987072Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.2987299Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2987530Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.2987749Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.2987969Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2988189Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2988406Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2988618Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2988838Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.2989063Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.2989291Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:44.2989517Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.2989745Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.120s) 2023-01-11T21:12:44.2989967Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.2990197Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:44.2990471Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2023-01-11T21:12:44.2990701Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.320s) 2023-01-11T21:12:44.2990968Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.303s) 2023-01-11T21:12:44.2991208Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.308s) 2023-01-11T21:12:44.2991436Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.304s) 2023-01-11T21:12:44.2991666Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.286s) 2023-01-11T21:12:44.2991893Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.276s) 2023-01-11T21:12:44.2992115Z test_dispatch_symbolic_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.2992337Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.2992561Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2992777Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2992993Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.2993207Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.2993421Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2993630Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.2993846Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.2994055Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.2994264Z test_dispatch_symbolic_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.2994471Z test_dispatch_symbolic_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.2994682Z test_dispatch_symbolic_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2994900Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2995111Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2995320Z test_dispatch_symbolic_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2995531Z test_dispatch_symbolic_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2995736Z test_dispatch_symbolic_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2995947Z test_dispatch_symbolic_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2996150Z test_dispatch_symbolic_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2996356Z test_dispatch_symbolic_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2996559Z test_dispatch_symbolic_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2996761Z test_dispatch_symbolic_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2996972Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2997222Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2997438Z test_dispatch_symbolic_meta_outplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2997687Z test_dispatch_symbolic_meta_outplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2997900Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2998107Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2998321Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2998524Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2998728Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2998939Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2999134Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2999338Z test_dispatch_symbolic_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.2999549Z test_dispatch_symbolic_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2999755Z test_dispatch_symbolic_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.2999967Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3000178Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3000390Z test_dispatch_symbolic_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3000595Z test_dispatch_symbolic_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3000809Z test_dispatch_symbolic_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3001011Z test_dispatch_symbolic_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3001217Z test_dispatch_symbolic_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3001421Z test_dispatch_symbolic_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3001623Z test_dispatch_symbolic_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3001830Z test_dispatch_symbolic_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3002037Z test_dispatch_symbolic_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3002239Z test_dispatch_symbolic_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3002456Z test_dispatch_symbolic_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3002665Z test_dispatch_symbolic_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3002879Z test_dispatch_symbolic_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3003089Z test_dispatch_symbolic_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3003294Z test_dispatch_symbolic_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3003505Z test_dispatch_symbolic_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3003697Z test_dispatch_symbolic_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3003900Z test_dispatch_symbolic_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3004143Z test_dispatch_symbolic_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3004348Z test_dispatch_symbolic_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3004586Z test_dispatch_symbolic_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3004817Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3005037Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3005259Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3005478Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3005715Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3005951Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3006194Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3006433Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3006667Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3006901Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3007131Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3007361Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3007593Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3007823Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3008054Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3008285Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3008514Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3008736Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3008955Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3009182Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3009405Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3009619Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3009833Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3010061Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3010288Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3010515Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3010745Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3011018Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3011233Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3011484Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3011694Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3011915Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3012134Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3012359Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3012582Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3012806Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3013023Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3013244Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3013461Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3013676Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3013889Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3014107Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3014319Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3014543Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3014765Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3014980Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3015203Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3015420Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3015639Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3015857Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3016072Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3016291Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3016505Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3016718Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3016935Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3017151Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3017364Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3017586Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3017854Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3018072Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3018345Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3018561Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3018779Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3018992Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3019203Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3019416Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3019632Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3019851Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3020070Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3020284Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3020506Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3020722Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3020941Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3021158Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3021374Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3021588Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3021800Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3022014Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3022226Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3022443Z test_dispatch_symbolic_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3022648Z test_dispatch_symbolic_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3022857Z test_dispatch_symbolic_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3023073Z test_dispatch_symbolic_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3023285Z test_dispatch_symbolic_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3023488Z test_dispatch_symbolic_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3023748Z test_dispatch_symbolic_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3023955Z test_dispatch_symbolic_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3024165Z test_dispatch_symbolic_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3024370Z test_dispatch_symbolic_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3024589Z test_dispatch_symbolic_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.517s) 2023-01-11T21:12:44.3024867Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.647s) 2023-01-11T21:12:44.3025087Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.647s) 2023-01-11T21:12:44.3025344Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.614s) 2023-01-11T21:12:44.3025553Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.613s) 2023-01-11T21:12:44.3025767Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.612s) 2023-01-11T21:12:44.3025976Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.527s) 2023-01-11T21:12:44.3026189Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.522s) 2023-01-11T21:12:44.3026397Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.545s) 2023-01-11T21:12:44.3026609Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.238s) 2023-01-11T21:12:44.3026832Z test_dispatch_symbolic_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.170s) 2023-01-11T21:12:44.3027053Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3027264Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3027480Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3027695Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.3027907Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3028126Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3028340Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3028554Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3028765Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3028980Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3029186Z test_dispatch_symbolic_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3029392Z test_dispatch_symbolic_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3029609Z test_dispatch_symbolic_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3029824Z test_dispatch_symbolic_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3030035Z test_dispatch_symbolic_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3030249Z test_dispatch_symbolic_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3030450Z test_dispatch_symbolic_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3030658Z test_dispatch_symbolic_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3030867Z test_dispatch_symbolic_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3031070Z test_dispatch_symbolic_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3031271Z test_dispatch_symbolic_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3031476Z test_dispatch_symbolic_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3031724Z test_dispatch_symbolic_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3031930Z test_dispatch_symbolic_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3032171Z test_dispatch_symbolic_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3032375Z test_dispatch_symbolic_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3032579Z test_dispatch_symbolic_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3032784Z test_dispatch_symbolic_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3032984Z test_dispatch_symbolic_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3033184Z test_dispatch_symbolic_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3033390Z test_dispatch_symbolic_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3033588Z test_dispatch_symbolic_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3033791Z test_dispatch_symbolic_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3034005Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.374s) 2023-01-11T21:12:44.3034214Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.370s) 2023-01-11T21:12:44.3034421Z test_dispatch_symbolic_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.400s) 2023-01-11T21:12:44.3034625Z test_dispatch_symbolic_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.372s) 2023-01-11T21:12:44.3034845Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.3035056Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3035268Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.3035485Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.3035710Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3035933Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3036150Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3036362Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3036571Z test_dispatch_symbolic_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3036775Z test_dispatch_symbolic_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3036987Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3037203Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3037413Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3037620Z test_dispatch_symbolic_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3037821Z test_dispatch_symbolic_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3038027Z test_dispatch_symbolic_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3038226Z test_dispatch_symbolic_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3038470Z test_dispatch_symbolic_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3038672Z test_dispatch_symbolic_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3038908Z test_dispatch_symbolic_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3039118Z test_dispatch_symbolic_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3039324Z test_dispatch_symbolic_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3039525Z test_dispatch_symbolic_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3039727Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3039938Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3040148Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3040355Z test_dispatch_symbolic_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3040560Z test_dispatch_symbolic_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3040763Z test_dispatch_symbolic_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3040971Z test_dispatch_symbolic_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3041170Z test_dispatch_symbolic_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3041369Z test_dispatch_symbolic_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3041567Z test_dispatch_symbolic_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3041767Z test_dispatch_symbolic_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3041991Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.3042212Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.189s) 2023-01-11T21:12:44.3042435Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.3042652Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.3042868Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.154s) 2023-01-11T21:12:44.3043080Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.149s) 2023-01-11T21:12:44.3043290Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:44.3043507Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.156s) 2023-01-11T21:12:44.3043723Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.3043951Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.186s) 2023-01-11T21:12:44.3044168Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.185s) 2023-01-11T21:12:44.3044388Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.180s) 2023-01-11T21:12:44.3044597Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.184s) 2023-01-11T21:12:44.3044810Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.3045022Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.143s) 2023-01-11T21:12:44.3045282Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.3045499Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.148s) 2023-01-11T21:12:44.3045767Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.150s) 2023-01-11T21:12:44.3045996Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.3046219Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.3046443Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2023-01-11T21:12:44.3046672Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2023-01-11T21:12:44.3046893Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.3047111Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:44.3047330Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.3047551Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.102s) 2023-01-11T21:12:44.3047772Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.3047994Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.125s) 2023-01-11T21:12:44.3048219Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.124s) 2023-01-11T21:12:44.3048440Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2023-01-11T21:12:44.3048664Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.3048882Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.095s) 2023-01-11T21:12:44.3049102Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.3049318Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.3049537Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.3049754Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.3049981Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3050202Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3050435Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3050658Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3050886Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3051110Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3051330Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3051549Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3051773Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3051994Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3052265Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3052486Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3052753Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3052983Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3053204Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3053428Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3053648Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3053869Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3054088Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3054305Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3054522Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3054745Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3054969Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3055187Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3055411Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3055637Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3055851Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3056072Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3056288Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3056506Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3056720Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3056934Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3057149Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3057368Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3057591Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3057822Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.3058055Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3058281Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3058509Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.3058742Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3059015Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3059241Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3059517Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.315s) 2023-01-11T21:12:44.3059743Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.309s) 2023-01-11T21:12:44.3059975Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.294s) 2023-01-11T21:12:44.3060200Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.307s) 2023-01-11T21:12:44.3060421Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.262s) 2023-01-11T21:12:44.3060646Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.265s) 2023-01-11T21:12:44.3060869Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.257s) 2023-01-11T21:12:44.3061093Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.251s) 2023-01-11T21:12:44.3061326Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.257s) 2023-01-11T21:12:44.3061538Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.438s) 2023-01-11T21:12:44.3061752Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.339s) 2023-01-11T21:12:44.3061978Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.324s) 2023-01-11T21:12:44.3062199Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.321s) 2023-01-11T21:12:44.3062420Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.412s) 2023-01-11T21:12:44.3062639Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.382s) 2023-01-11T21:12:44.3062858Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.423s) 2023-01-11T21:12:44.3063078Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.353s) 2023-01-11T21:12:44.3063293Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.332s) 2023-01-11T21:12:44.3063505Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.335s) 2023-01-11T21:12:44.3063778Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.336s) 2023-01-11T21:12:44.3063992Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.334s) 2023-01-11T21:12:44.3064216Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3064440Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3064665Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3064884Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.011s) 2023-01-11T21:12:44.3065106Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.000s) 2023-01-11T21:12:44.3065321Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.949s) 2023-01-11T21:12:44.3065541Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.939s) 2023-01-11T21:12:44.3065771Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.3066059Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.3066335Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.3066561Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.3066787Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.3067018Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2023-01-11T21:12:44.3067230Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.194s) 2023-01-11T21:12:44.3067446Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.164s) 2023-01-11T21:12:44.3067681Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.3067904Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.161s) 2023-01-11T21:12:44.3068125Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.195s) 2023-01-11T21:12:44.3068347Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.183s) 2023-01-11T21:12:44.3068564Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.3068778Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.161s) 2023-01-11T21:12:44.3068994Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.160s) 2023-01-11T21:12:44.3069209Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:44.3069429Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.159s) 2023-01-11T21:12:44.3069644Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.163s) 2023-01-11T21:12:44.3069872Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3070094Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3070324Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3070555Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3070786Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3071007Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3071231Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3071457Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3071674Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3071898Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3072114Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3072336Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3072560Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3072814Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3073040Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3073307Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3073528Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3073752Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3073972Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3074193Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3074409Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3074631Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3074848Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3075069Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3075293Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3075521Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.3075742Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3075962Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3076194Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3076414Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3076640Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3076860Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3077078Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.348s) 2023-01-11T21:12:44.3077306Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.347s) 2023-01-11T21:12:44.3077528Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.362s) 2023-01-11T21:12:44.3077748Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.387s) 2023-01-11T21:12:44.3077966Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.335s) 2023-01-11T21:12:44.3078183Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.341s) 2023-01-11T21:12:44.3078391Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.348s) 2023-01-11T21:12:44.3078605Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.355s) 2023-01-11T21:12:44.3078819Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.337s) 2023-01-11T21:12:44.3079036Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.354s) 2023-01-11T21:12:44.3079249Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.340s) 2023-01-11T21:12:44.3079469Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:44.3079727Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:44.3079947Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.3080211Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.137s) 2023-01-11T21:12:44.3080428Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.175s) 2023-01-11T21:12:44.3080648Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.3080865Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.161s) 2023-01-11T21:12:44.3081084Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.3081296Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.3081509Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.138s) 2023-01-11T21:12:44.3081723Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:44.3081939Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.146s) 2023-01-11T21:12:44.3082174Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.347s) 2023-01-11T21:12:44.3082396Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.359s) 2023-01-11T21:12:44.3082621Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.354s) 2023-01-11T21:12:44.3082836Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.331s) 2023-01-11T21:12:44.3083057Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.318s) 2023-01-11T21:12:44.3083279Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.315s) 2023-01-11T21:12:44.3083496Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.318s) 2023-01-11T21:12:44.3083699Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.320s) 2023-01-11T21:12:44.3083915Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.320s) 2023-01-11T21:12:44.3084126Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.318s) 2023-01-11T21:12:44.3084339Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.317s) 2023-01-11T21:12:44.3084554Z test_dispatch_symbolic_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.3084774Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.3084990Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3085207Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.3085416Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.3085628Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3085846Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3086068Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3086291Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3086556Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3086770Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3087028Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3087249Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3087465Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3087680Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3087892Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3088108Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3088327Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3088549Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3088766Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3088968Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3089183Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3089435Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.970s) 2023-01-11T21:12:44.3089684Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.385s) 2023-01-11T21:12:44.3089936Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.371s) 2023-01-11T21:12:44.3090179Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.384s) 2023-01-11T21:12:44.3090414Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3090641Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3090872Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3091105Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3091336Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3091564Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3091789Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3092018Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3092246Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3092473Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3092711Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3092938Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3093173Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3093446Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3093716Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3093948Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3094180Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3094412Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3094643Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3094869Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3095091Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3095292Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3095509Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3095720Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3095933Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3096140Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3096349Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3096562Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3096771Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3096976Z test_dispatch_symbolic_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3097192Z test_dispatch_symbolic_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3097406Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3097619Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3097828Z test_dispatch_symbolic_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3098037Z test_dispatch_symbolic_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3098251Z test_dispatch_symbolic_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3098469Z test_dispatch_symbolic_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3098679Z test_dispatch_symbolic_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3098895Z test_dispatch_symbolic_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3099105Z test_dispatch_symbolic_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3099313Z test_dispatch_symbolic_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3099522Z test_dispatch_symbolic_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3099731Z test_dispatch_symbolic_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3099943Z test_dispatch_symbolic_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3100219Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3100453Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3100732Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3100979Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3101215Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3101454Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3101686Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3101921Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3102155Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3102386Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3102616Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3102849Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3103087Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3103328Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3103576Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3103942Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3104191Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3104429Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3104667Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3104903Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3105135Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3105376Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3105608Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3105847Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3106066Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3106279Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3106494Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3106710Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3107018Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3107235Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3107487Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3107708Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3107917Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3108128Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3108365Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3108593Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3108828Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3109058Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3109288Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3109512Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3109741Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3109966Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3110190Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3110423Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3110655Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3110884Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3111123Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3111354Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3111585Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3111817Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3112046Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3112277Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3112510Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3112737Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3112942Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3113153Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3113367Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3113576Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3113850Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3114062Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3114305Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3114515Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3114728Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3114935Z test_dispatch_symbolic_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3115145Z test_dispatch_symbolic_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3115356Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3115571Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3115778Z test_dispatch_symbolic_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3115984Z test_dispatch_symbolic_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3116187Z test_dispatch_symbolic_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3116403Z test_dispatch_symbolic_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3116609Z test_dispatch_symbolic_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3116816Z test_dispatch_symbolic_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3117026Z test_dispatch_symbolic_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3117238Z test_dispatch_symbolic_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3117442Z test_dispatch_symbolic_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3117650Z test_dispatch_symbolic_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3117845Z test_dispatch_symbolic_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3118047Z test_dispatch_symbolic_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3118250Z test_dispatch_symbolic_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3118469Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3118679Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3118898Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3119121Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3119341Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3119557Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3119769Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3119978Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3120189Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3120399Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3120651Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3120864Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3121109Z test_dispatch_symbolic_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3121322Z test_dispatch_symbolic_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3121537Z test_dispatch_symbolic_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3121744Z test_dispatch_symbolic_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3121955Z test_dispatch_symbolic_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3122158Z test_dispatch_symbolic_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3122366Z test_dispatch_symbolic_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3122576Z test_dispatch_symbolic_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3122774Z test_dispatch_symbolic_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3122979Z test_dispatch_symbolic_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3123191Z test_dispatch_symbolic_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3123396Z test_dispatch_symbolic_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3123608Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3123817Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3124025Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3124239Z test_dispatch_symbolic_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3124450Z test_dispatch_symbolic_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3124657Z test_dispatch_symbolic_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3124862Z test_dispatch_symbolic_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3125064Z test_dispatch_symbolic_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3125264Z test_dispatch_symbolic_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3125465Z test_dispatch_symbolic_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3125672Z test_dispatch_symbolic_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3125897Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3126119Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3126342Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3126546Z test_dispatch_symbolic_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3126756Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3126964Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3127168Z test_dispatch_symbolic_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3127362Z test_dispatch_symbolic_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3127615Z test_dispatch_symbolic_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3127850Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3128121Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3128359Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3128589Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3128817Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3129048Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3129280Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3129511Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3129744Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3129978Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3130209Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3130438Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3130664Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3130893Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3131121Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3131353Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3131585Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3131816Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3132046Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3132276Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3132504Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3132734Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3132960Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3133190Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3133410Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3133614Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3133832Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3134049Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3134312Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3134526Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3134772Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3134984Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3135195Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3135406Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3135625Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.186s) 2023-01-11T21:12:44.3135837Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.215s) 2023-01-11T21:12:44.3136051Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.180s) 2023-01-11T21:12:44.3136264Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.177s) 2023-01-11T21:12:44.3136482Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3136696Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3136911Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3137122Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3137331Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3137542Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3137756Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3137970Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3138193Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.279s) 2023-01-11T21:12:44.3138414Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.244s) 2023-01-11T21:12:44.3138632Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3138831Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3139041Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3139257Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3139471Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3139678Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3139893Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3140101Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3140312Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3140517Z test_dispatch_symbolic_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3140782Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3141040Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3141351Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3141654Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3141917Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3142187Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3142446Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3142705Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3142963Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3143225Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3143478Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3143781Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3144043Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3144258Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3144468Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3144690Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3144910Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3145128Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3145342Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3145542Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3145752Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3145961Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3146172Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3146383Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3146588Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3146802Z test_dispatch_symbolic_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3147030Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3147260Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.3147486Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3147709Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3148007Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3148244Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3148521Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3148758Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3148984Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3149210Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3149433Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3149657Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3149869Z test_dispatch_symbolic_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3150073Z test_dispatch_symbolic_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3150285Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3150498Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3150706Z test_dispatch_symbolic_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3150901Z test_dispatch_symbolic_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3151105Z test_dispatch_symbolic_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3151310Z test_dispatch_symbolic_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3151514Z test_dispatch_symbolic_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3151719Z test_dispatch_symbolic_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3151922Z test_dispatch_symbolic_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3152121Z test_dispatch_symbolic_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3152334Z test_dispatch_symbolic_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3152546Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3152758Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3152969Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3153177Z test_dispatch_symbolic_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3153388Z test_dispatch_symbolic_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3153596Z test_dispatch_symbolic_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3153805Z test_dispatch_symbolic_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3154007Z test_dispatch_symbolic_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3154205Z test_dispatch_symbolic_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3154410Z test_dispatch_symbolic_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3154610Z test_dispatch_symbolic_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3154895Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3155113Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3155378Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3155603Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3155813Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3156029Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3156244Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3156456Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3156673Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3156882Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3157098Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3157305Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3157513Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3157746Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3157973Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3158206Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3158443Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3158673Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3158900Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3159131Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3159352Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3159576Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3159799Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3160020Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3160246Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3160472Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3160689Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3160901Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3161111Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3161332Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3161548Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3161816Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3162029Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3162287Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3162499Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3162711Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3162920Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3163128Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3163341Z test_dispatch_symbolic_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3163561Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3163773Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3163994Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3164211Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3164432Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3164648Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3164861Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3165072Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3165289Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3165494Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3165703Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3165912Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3166124Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3166331Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3166542Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3166764Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3166985Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3167209Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3167420Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3167632Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3167843Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3168051Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3168257Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3168511Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3168719Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3168967Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3169189Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3169406Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3169619Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3169892Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.230s) 2023-01-11T21:12:44.3170154Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.202s) 2023-01-11T21:12:44.3170422Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.191s) 2023-01-11T21:12:44.3170690Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.176s) 2023-01-11T21:12:44.3170944Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3171194Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3171446Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3171695Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3171951Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3172196Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3172448Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3172698Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3172938Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3173187Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3173440Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3173690Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3173945Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3174195Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3174438Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3174683Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3174935Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3175185Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3175477Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3175764Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3176015Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3176261Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3176511Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3176755Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3177002Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3177245Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3177496Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3177736Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3177975Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3178217Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3178452Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3178694Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3178934Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3179170Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3179404Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3179640Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3179880Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3180117Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3180356Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3180580Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3180821Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3181057Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3181294Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3181529Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3181786Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3182089Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3182384Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3182636Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3182877Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.160s) 2023-01-11T21:12:44.3183111Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.135s) 2023-01-11T21:12:44.3183343Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2023-01-11T21:12:44.3183576Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.3183954Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3184211Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3184464Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3184709Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3184977Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.3185246Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.123s) 2023-01-11T21:12:44.3185516Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.3185781Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.3186015Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3186243Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3186472Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3186698Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3186934Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3187173Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.129s) 2023-01-11T21:12:44.3187408Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.137s) 2023-01-11T21:12:44.3187644Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.3187873Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3188106Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3188327Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3188562Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3188860Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.399s) 2023-01-11T21:12:44.3189092Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.403s) 2023-01-11T21:12:44.3189373Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.376s) 2023-01-11T21:12:44.3189606Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.3189836Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.3190070Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3190317Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3190570Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.3190821Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.135s) 2023-01-11T21:12:44.3191074Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2023-01-11T21:12:44.3191316Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3191571Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3191814Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3192062Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3192314Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.140s) 2023-01-11T21:12:44.3192567Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.153s) 2023-01-11T21:12:44.3192814Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.135s) 2023-01-11T21:12:44.3193058Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3193299Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3193541Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3193788Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3194037Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.3194288Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.3194535Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.133s) 2023-01-11T21:12:44.3194782Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3195029Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3195272Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3195572Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:44.3195824Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.3196100Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:44.3196353Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.3196602Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.3196852Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.3197097Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.3197349Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.3197597Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.3197845Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.3198096Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.3198344Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.095s) 2023-01-11T21:12:44.3198589Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.3198837Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.3199084Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.3199327Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.3199571Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.3199809Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.3200045Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3200277Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3200518Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3200757Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3200997Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3201230Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3201469Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3201701Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3201935Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3202208Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3202441Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3202712Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3202949Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3203183Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3203403Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3203634Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3203860Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3204088Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3204336Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.3204579Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.3204819Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:44.3205065Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.3205306Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3205540Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3205780Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3206016Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3206288Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3206554Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3206819Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3207084Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3207363Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3207635Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3207909Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3208186Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3208455Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3208723Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3209034Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3209337Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3209604Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3209866Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3210128Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3210397Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3210653Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3210910Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3211165Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3211415Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3211665Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3211912Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3212161Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.631s) 2023-01-11T21:12:44.3212409Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.508s) 2023-01-11T21:12:44.3212646Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.369s) 2023-01-11T21:12:44.3212888Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.305s) 2023-01-11T21:12:44.3213119Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3213352Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3213585Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3213816Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3214051Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.3214284Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.3214515Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.3214744Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.3214987Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.772s) 2023-01-11T21:12:44.3215228Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.813s) 2023-01-11T21:12:44.3215470Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.807s) 2023-01-11T21:12:44.3215766Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.3216040Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.3216280Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:44.3216513Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2023-01-11T21:12:44.3216757Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3216996Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3217237Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3217478Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3217723Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3217968Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3218210Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3218449Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3218691Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3218930Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3219174Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3219401Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3219640Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3219877Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3220112Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3220349Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3220582Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3220821Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3221056Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3221293Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3221547Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.3221798Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.3222051Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2023-01-11T21:12:44.3222306Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.3222587Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3222861Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3223098Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3223335Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3223583Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:44.3223878Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:44.3224122Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.3224365Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.3224616Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3224865Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3225109Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3225351Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3225602Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.244s) 2023-01-11T21:12:44.3225853Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.279s) 2023-01-11T21:12:44.3226101Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.254s) 2023-01-11T21:12:44.3226363Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.139s) 2023-01-11T21:12:44.3226613Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.3226865Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2023-01-11T21:12:44.3227106Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3227359Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3227608Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3227860Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3228111Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3228359Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3228608Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3228860Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3229116Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3229422Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3229696Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3229935Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3230170Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.3230398Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3230634Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3230868Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3231104Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3231338Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3231570Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3231800Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3232038Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3232274Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3232508Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3232745Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3232983Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3233213Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3233448Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3233680Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3233911Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.3234152Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3234380Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3234613Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3234844Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3235078Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3235328Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.3235579Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.3235829Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.3236115Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.3236390Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3236628Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3236862Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3237096Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3237344Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.3237592Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.103s) 2023-01-11T21:12:44.3237842Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.3238090Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.3238333Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.3238579Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.3238820Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.088s) 2023-01-11T21:12:44.3239063Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.3239310Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.3239547Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.573s) 2023-01-11T21:12:44.3239784Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.601s) 2023-01-11T21:12:44.3240017Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.552s) 2023-01-11T21:12:44.3240249Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.691s) 2023-01-11T21:12:44.3240488Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.930s) 2023-01-11T21:12:44.3240723Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.981s) 2023-01-11T21:12:44.3240958Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.945s) 2023-01-11T21:12:44.3241194Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.936s) 2023-01-11T21:12:44.3241433Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.302s) 2023-01-11T21:12:44.3241656Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.298s) 2023-01-11T21:12:44.3241886Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.295s) 2023-01-11T21:12:44.3242118Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.304s) 2023-01-11T21:12:44.3242354Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.340s) 2023-01-11T21:12:44.3242638Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.334s) 2023-01-11T21:12:44.3242876Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.325s) 2023-01-11T21:12:44.3243162Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.3243408Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.3243651Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.3243888Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.232s) 2023-01-11T21:12:44.3244124Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2023-01-11T21:12:44.3244367Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.237s) 2023-01-11T21:12:44.3244615Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2023-01-11T21:12:44.3244859Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.3245100Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.3245336Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.084s) 2023-01-11T21:12:44.3245572Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.3245810Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.3246055Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3246301Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3246544Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3246772Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3247000Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3247229Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3247456Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3247692Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3247925Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3248155Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3248390Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3248635Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3248868Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3249110Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3249398Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3249687Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3249944Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3250196Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3250452Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3250712Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3250973Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3251229Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3251487Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3251720Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:44.3251949Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.3252178Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.3252407Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:44.3252650Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.3252891Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.3253136Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.3253372Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3253605Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.3253837Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3254063Z test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3254307Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3254545Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3254792Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3255037Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3255277Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.3255516Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3255755Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3256038Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3256309Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.3256536Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3256773Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3257010Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.3257251Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3257485Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3257731Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3257981Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3258221Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3258460Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3258698Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3258936Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3259171Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3259408Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3259644Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3259877Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3260117Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3260363Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3260612Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3260848Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3261086Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3261325Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3261571Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3261818Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3262060Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3262301Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3262543Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3262838Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3263136Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3263389Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3263636Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3263929Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3264173Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3264418Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3264663Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3264907Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3265151Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3265393Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3265625Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3265855Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3266103Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3266338Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3266586Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3266828Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3267067Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3267305Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3267545Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3267784Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3268017Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3268252Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3268487Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3268721Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3268963Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3269201Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3269505Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3269792Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3270038Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3270279Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3270523Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3270762Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3271001Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3271232Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3271474Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3271712Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3271958Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.388s) 2023-01-11T21:12:44.3272202Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.389s) 2023-01-11T21:12:44.3272444Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.343s) 2023-01-11T21:12:44.3272685Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.342s) 2023-01-11T21:12:44.3272928Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.353s) 2023-01-11T21:12:44.3273168Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.355s) 2023-01-11T21:12:44.3273408Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.346s) 2023-01-11T21:12:44.3273643Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.342s) 2023-01-11T21:12:44.3273885Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.348s) 2023-01-11T21:12:44.3274114Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.3274348Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.3274576Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3274806Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3275037Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3275263Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3275492Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3275718Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3275942Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3276213Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3276471Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3276699Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3276922Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3277152Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3277377Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3277605Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3277828Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3278054Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3278284Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3278509Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3278735Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3278958Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3279188Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3279418Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3279647Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3279875Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3280103Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3280329Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3280555Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3280781Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3281008Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3281236Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3281465Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3281692Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3281932Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3282171Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3282409Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3282653Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3282944Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3283241Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3283485Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3283720Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3283953Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3284186Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3284413Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3284666Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3284920Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3285171Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3285418Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3285667Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3285913Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3286158Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3286399Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3286644Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3286888Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3287131Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3287367Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3287600Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3287834Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3288063Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3288303Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3288539Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3288774Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3289005Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3289239Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3289513Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3289752Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3290025Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3290260Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3290494Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3290726Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3290955Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3291192Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3291425Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3291648Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3291879Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3292117Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3292360Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3292603Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3292842Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3293077Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3293315Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3293547Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3293776Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3294005Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3294235Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3294470Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3294711Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3294948Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3295183Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3295414Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3295645Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3295875Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3296107Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3296385Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3296653Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3296907Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.3297160Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3297412Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3297658Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.3297908Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.3298154Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.3298402Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.3298638Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.3298879Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.3299121Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.3299365Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.3299640Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.3299914Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.3300187Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3300457Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.3300730Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3300996Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.3301263Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3301528Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3301790Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.3302053Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.3302318Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.3302548Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.180s) 2023-01-11T21:12:44.3302831Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.161s) 2023-01-11T21:12:44.3303065Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.158s) 2023-01-11T21:12:44.3303332Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.179s) 2023-01-11T21:12:44.3303566Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.130s) 2023-01-11T21:12:44.3303930Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.125s) 2023-01-11T21:12:44.3304181Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3304429Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3304676Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3304923Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3305170Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3305414Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3305661Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3305877Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3306085Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3306304Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3306526Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3306741Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3306955Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3307168Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3307379Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3307584Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3307793Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3308005Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3308216Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3308425Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3308636Z test_dispatch_symbolic_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.127s) 2023-01-11T21:12:44.3308851Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:44.3309064Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.3309271Z test_dispatch_symbolic_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.3309478Z test_dispatch_symbolic_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:44.3309754Z test_dispatch_symbolic_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.3309969Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3310230Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3310451Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3310663Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3310874Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3311084Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3311299Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3311518Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3311736Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3311944Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3312156Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3312368Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3312586Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3312803Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3313017Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3313230Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3313441Z test_dispatch_symbolic_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3313652Z test_dispatch_symbolic_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3313861Z test_dispatch_symbolic_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3314072Z test_dispatch_symbolic_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3314302Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3314529Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3314759Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3314989Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3315201Z test_dispatch_symbolic_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3315410Z test_dispatch_symbolic_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3315624Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3315835Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3316046Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3316253Z test_dispatch_symbolic_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3316462Z test_dispatch_symbolic_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3316726Z test_dispatch_symbolic_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3316925Z test_dispatch_symbolic_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3317203Z test_dispatch_symbolic_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3317410Z test_dispatch_symbolic_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3317613Z test_dispatch_symbolic_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3317818Z test_dispatch_symbolic_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3318035Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3318244Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3318465Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3318686Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3318909Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3319123Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3319334Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3319545Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3319753Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3319961Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3320173Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3320379Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3320590Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3320843Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3321095Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3321342Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3321591Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3321805Z test_dispatch_symbolic_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3322009Z test_dispatch_symbolic_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3322228Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3322431Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3322638Z test_dispatch_symbolic_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3322852Z test_dispatch_symbolic_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3323060Z test_dispatch_symbolic_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3323266Z test_dispatch_symbolic_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3323516Z test_dispatch_symbolic_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3323724Z test_dispatch_symbolic_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3323962Z test_dispatch_symbolic_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3324168Z test_dispatch_symbolic_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3324426Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3324686Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3324907Z test_dispatch_symbolic_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3325117Z test_dispatch_symbolic_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3325339Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3325558Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3325775Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3325987Z test_dispatch_symbolic_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3326197Z test_dispatch_symbolic_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3326408Z test_dispatch_symbolic_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3326615Z test_dispatch_symbolic_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3326827Z test_dispatch_symbolic_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3327036Z test_dispatch_symbolic_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3327245Z test_dispatch_symbolic_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3327455Z test_dispatch_symbolic_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3327666Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3327886Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3328102Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3328314Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3328524Z test_dispatch_symbolic_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3328733Z test_dispatch_symbolic_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3328971Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3329209Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3329446Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3329679Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3329911Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3330145Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3330422Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3330691Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3330925Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3331159Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3331395Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3331634Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3331865Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3332099Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3332329Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3332562Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3332797Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3333028Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3333260Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3333495Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3333722Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3333954Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3334185Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3334418Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3334647Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3334880Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3335110Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3335343Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3335577Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3335811Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3336040Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3336268Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3336501Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3336728Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3337000Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3337229Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3337497Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3337734Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3337970Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3338202Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3338432Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3338665Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3338895Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3339127Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3339359Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3339577Z test_dispatch_symbolic_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3339797Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3340019Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3340230Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3340451Z test_dispatch_symbolic_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3340667Z test_dispatch_symbolic_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3340882Z test_dispatch_symbolic_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3341094Z test_dispatch_symbolic_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3341307Z test_dispatch_symbolic_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3341515Z test_dispatch_symbolic_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3341724Z test_dispatch_symbolic_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3341942Z test_dispatch_symbolic_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3342152Z test_dispatch_symbolic_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3342363Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3342578Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3342789Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3342994Z test_dispatch_symbolic_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3343199Z test_dispatch_symbolic_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3343404Z test_dispatch_symbolic_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3343607Z test_dispatch_symbolic_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3343914Z test_dispatch_symbolic_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3344114Z test_dispatch_symbolic_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3344362Z test_dispatch_symbolic_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3344567Z test_dispatch_symbolic_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3344778Z test_dispatch_symbolic_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3344981Z test_dispatch_symbolic_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3345187Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3345400Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3345614Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3345821Z test_dispatch_symbolic_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3346034Z test_dispatch_symbolic_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3346241Z test_dispatch_symbolic_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3346445Z test_dispatch_symbolic_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3346651Z test_dispatch_symbolic_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3346852Z test_dispatch_symbolic_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3347053Z test_dispatch_symbolic_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3347259Z test_dispatch_symbolic_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3347468Z test_dispatch_symbolic_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3347670Z test_dispatch_symbolic_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3347881Z test_dispatch_symbolic_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3348090Z test_dispatch_symbolic_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3348296Z test_dispatch_symbolic_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3348500Z test_dispatch_symbolic_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3348706Z test_dispatch_symbolic_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3348907Z test_dispatch_symbolic_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3349114Z test_dispatch_symbolic_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3349316Z test_dispatch_symbolic_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3349521Z test_dispatch_symbolic_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3349715Z test_dispatch_symbolic_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3349965Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3350212Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3350457Z test_dispatch_symbolic_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3350755Z test_dispatch_symbolic_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3350970Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.132s) 2023-01-11T21:12:44.3351223Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.127s) 2023-01-11T21:12:44.3351437Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3351648Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3351860Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3352069Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3352279Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3352489Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3352698Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3352910Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3353119Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3353325Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3353541Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3353761Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3353979Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3354199Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3354411Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3354625Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3354835Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3355042Z test_dispatch_symbolic_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3355254Z test_dispatch_symbolic_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3355463Z test_dispatch_symbolic_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3355672Z test_dispatch_symbolic_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3355882Z test_dispatch_symbolic_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3356092Z test_dispatch_symbolic_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3356302Z test_dispatch_symbolic_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3356512Z test_dispatch_symbolic_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3356719Z test_dispatch_symbolic_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3356942Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3357162Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3357383Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3357648Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3357902Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3358118Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3358333Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3358548Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3358762Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3358973Z test_dispatch_symbolic_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3359193Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3359404Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3359618Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3359824Z test_dispatch_symbolic_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3360032Z test_dispatch_symbolic_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3360229Z test_dispatch_symbolic_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3360446Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3360667Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3360894Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3361115Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3361334Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3361547Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3361761Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3361970Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3362173Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3362389Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3362604Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3362816Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3363026Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3363232Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3363439Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3363642Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3363847Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3364051Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3364304Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3364510Z test_dispatch_symbolic_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3364765Z test_dispatch_symbolic_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3364970Z test_dispatch_symbolic_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3365174Z test_dispatch_symbolic_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3365384Z test_dispatch_symbolic_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3365593Z test_dispatch_symbolic_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3365798Z test_dispatch_symbolic_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3366009Z test_dispatch_symbolic_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3366216Z test_dispatch_symbolic_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3366422Z test_dispatch_symbolic_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3366624Z test_dispatch_symbolic_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3366827Z test_dispatch_symbolic_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3367029Z test_dispatch_symbolic_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3367234Z test_dispatch_symbolic_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3367456Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3367674Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3367902Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3368127Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3368347Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3368565Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3368785Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3369003Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3369216Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3369432Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3369644Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3369863Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3370073Z test_dispatch_symbolic_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3370289Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3370502Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3370714Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3370926Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3371182Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3371390Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3371636Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3371851Z test_dispatch_symbolic_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3372060Z test_dispatch_symbolic_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3372276Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3372489Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3372699Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3372908Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3373114Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3373326Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3373533Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3373751Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3373966Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3374176Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3374386Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3374596Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3374805Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3375017Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3375218Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3375424Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3375635Z test_dispatch_symbolic_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3375865Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3376092Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3376331Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3376563Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3376797Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3377026Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3377259Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3377486Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3377711Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3377981Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3378207Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3378473Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3378698Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3378917Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3379128Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3379350Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3379573Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3379798Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3380016Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3380235Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3380452Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3380666Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3380869Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3381081Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3381291Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3381505Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3381717Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3381930Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3382151Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3382368Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3382582Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3382793Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3383004Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3383221Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3383429Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3383643Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3383910Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3384118Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3384327Z test_dispatch_symbolic_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3384540Z test_dispatch_symbolic_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3384745Z test_dispatch_symbolic_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3385021Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3385236Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3385500Z test_dispatch_symbolic_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3385710Z test_dispatch_symbolic_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3385908Z test_dispatch_symbolic_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3386112Z test_dispatch_symbolic_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3386319Z test_dispatch_symbolic_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3386525Z test_dispatch_symbolic_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3386738Z test_dispatch_symbolic_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3386943Z test_dispatch_symbolic_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3387164Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3387374Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3387592Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3387811Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3388029Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3388245Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3388456Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3388670Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3388879Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3389090Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3389297Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3389507Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3389726Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3389948Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3390173Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3390402Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3390622Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3390841Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3391051Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3391264Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3391478Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3391737Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3391951Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3392206Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3392426Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3392640Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3392863Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3393085Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3393305Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3393524Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3393743Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3393958Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3394171Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3394380Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3394595Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3394808Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3395022Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3395231Z test_dispatch_symbolic_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3395437Z test_dispatch_symbolic_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3395648Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3395857Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3396066Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3396262Z test_dispatch_symbolic_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3396472Z test_dispatch_symbolic_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3396681Z test_dispatch_symbolic_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3396888Z test_dispatch_symbolic_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3397092Z test_dispatch_symbolic_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3397294Z test_dispatch_symbolic_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3397496Z test_dispatch_symbolic_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3397697Z test_dispatch_symbolic_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3397902Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3398106Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3398319Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3398574Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3398778Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3399021Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3399227Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3399431Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3399632Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3399834Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3400033Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3400237Z test_dispatch_symbolic_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3400447Z test_dispatch_symbolic_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3400659Z test_dispatch_symbolic_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3400864Z test_dispatch_symbolic_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3401062Z test_dispatch_symbolic_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3401266Z test_dispatch_symbolic_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3401469Z test_dispatch_symbolic_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3401673Z test_dispatch_symbolic_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3401881Z test_dispatch_symbolic_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3402083Z test_dispatch_symbolic_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3402309Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3402535Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3402759Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3402980Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3403203Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3403427Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3403649Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3403873Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3404101Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3404332Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3404562Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3404790Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3405000Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3405250Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3405465Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3405711Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3405923Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3406133Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3406331Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3406537Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3406741Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3406949Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3407149Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3407354Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3407557Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3407764Z test_dispatch_symbolic_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3407976Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3408184Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3408390Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3408599Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3408805Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3409012Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3409215Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3409416Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3409618Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3409819Z test_dispatch_symbolic_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3410044Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3410264Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3410494Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3410722Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3410948Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3411160Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3411380Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3411599Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3411821Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3412082Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3412299Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3412552Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3412769Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3412993Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3413207Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3413432Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3413656Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3413878Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3414095Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3414312Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3414525Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3414736Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3414946Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3415161Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3415375Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3415588Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3415800Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3416020Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3416235Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3416437Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3416646Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3416855Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3417066Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3417277Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3417489Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3417697Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3417905Z test_dispatch_symbolic_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3418137Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3418368Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3418599Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3418908Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3419173Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3419401Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3419625Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3419850Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3420077Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3420308Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3420541Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3420772Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3421005Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3421228Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3421452Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3421674Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3421900Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3422126Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3422349Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3422581Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3422811Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3423043Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3423269Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3423495Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3423891Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3424129Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3424357Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3424588Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3424817Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3425046Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3425273Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3425500Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3425797Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3426024Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3426291Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3426521Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3426752Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3426976Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3427202Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3427432Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3427658Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3427885Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3428112Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.3428335Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3428550Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3428776Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.3429000Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.240s) 2023-01-11T21:12:44.3429228Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.245s) 2023-01-11T21:12:44.3429448Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.237s) 2023-01-11T21:12:44.3429671Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.238s) 2023-01-11T21:12:44.3429888Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.233s) 2023-01-11T21:12:44.3430107Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.236s) 2023-01-11T21:12:44.3430324Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.241s) 2023-01-11T21:12:44.3430544Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.240s) 2023-01-11T21:12:44.3430784Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.3431020Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.3431258Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.3431488Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.3431722Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.3431952Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.3432181Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.3432411Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.3432670Z test_dispatch_symbolic_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3432878Z test_dispatch_symbolic_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3433133Z test_dispatch_symbolic_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3433353Z test_dispatch_symbolic_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3433569Z test_dispatch_symbolic_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3433780Z test_dispatch_symbolic_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3433992Z test_dispatch_symbolic_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3434193Z test_dispatch_symbolic_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3434405Z test_dispatch_symbolic_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3434612Z test_dispatch_symbolic_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3434825Z test_dispatch_symbolic_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3435032Z test_dispatch_symbolic_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3435245Z test_dispatch_symbolic_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3435471Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3435694Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3435918Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3436145Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3436371Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3436594Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3436814Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3437033Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3437252Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3437473Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3437683Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3437887Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3438103Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3438312Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3438523Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3438729Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3438935Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3439143Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3439381Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3439581Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3439818Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3440022Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3440224Z test_dispatch_symbolic_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3440435Z test_dispatch_symbolic_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3440641Z test_dispatch_symbolic_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3440858Z test_dispatch_symbolic_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3441075Z test_dispatch_symbolic_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3441281Z test_dispatch_symbolic_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3441494Z test_dispatch_symbolic_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3441702Z test_dispatch_symbolic_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3441907Z test_dispatch_symbolic_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3442113Z test_dispatch_symbolic_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3442316Z test_dispatch_symbolic_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3442518Z test_dispatch_symbolic_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3442724Z test_dispatch_symbolic_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3442942Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3443153Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3443375Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3443593Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3443808Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3444011Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3444221Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3444430Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3444639Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3444851Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3445062Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3445272Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3445478Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3445688Z test_dispatch_symbolic_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3445891Z test_dispatch_symbolic_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3446100Z test_dispatch_symbolic_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3446353Z test_dispatch_symbolic_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3446561Z test_dispatch_symbolic_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3446800Z test_dispatch_symbolic_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3447005Z test_dispatch_symbolic_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3447208Z test_dispatch_symbolic_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3447412Z test_dispatch_symbolic_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3447615Z test_dispatch_symbolic_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3447853Z test_dispatch_symbolic_meta_outplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3448091Z test_dispatch_symbolic_meta_outplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3448328Z test_dispatch_symbolic_meta_outplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3448561Z test_dispatch_symbolic_meta_outplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3448791Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3449027Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3449262Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3449504Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3449742Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3449975Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3450217Z test_dispatch_symbolic_meta_outplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3450461Z test_dispatch_symbolic_meta_outplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3450706Z test_dispatch_symbolic_meta_outplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3450951Z test_dispatch_symbolic_meta_outplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3451183Z test_dispatch_symbolic_meta_outplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3451418Z test_dispatch_symbolic_meta_outplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3451650Z test_dispatch_symbolic_meta_outplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3451878Z test_dispatch_symbolic_meta_outplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3452112Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3452342Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3452577Z test_dispatch_symbolic_meta_outplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3452810Z test_dispatch_symbolic_meta_outplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3453076Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3453287Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3453535Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3453748Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3453958Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3454166Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3454378Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3454586Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3454797Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3455006Z test_dispatch_symbolic_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3455218Z test_dispatch_symbolic_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3455411Z test_dispatch_symbolic_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3455624Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3455833Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3456042Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3456249Z test_dispatch_symbolic_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3456457Z test_dispatch_symbolic_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3456662Z test_dispatch_symbolic_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3456871Z test_dispatch_symbolic_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3457076Z test_dispatch_symbolic_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3457280Z test_dispatch_symbolic_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3457481Z test_dispatch_symbolic_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3457682Z test_dispatch_symbolic_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3457893Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3458097Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3458313Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3458528Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3458735Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3458942Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3459150Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3459353Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3459556Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3459804Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3459997Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3460237Z test_dispatch_symbolic_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3460448Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3460653Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3460869Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3461082Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3461290Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3461503Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3461710Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3461921Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3462122Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3462325Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3462527Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3462729Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3462929Z test_dispatch_symbolic_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3463139Z test_dispatch_symbolic_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3463345Z test_dispatch_symbolic_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3463564Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3463838Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3464051Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3464259Z test_dispatch_symbolic_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3464468Z test_dispatch_symbolic_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3464676Z test_dispatch_symbolic_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3464873Z test_dispatch_symbolic_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3465080Z test_dispatch_symbolic_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3465285Z test_dispatch_symbolic_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3465492Z test_dispatch_symbolic_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3465696Z test_dispatch_symbolic_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3465921Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3466139Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3466363Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3466583Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3466863Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3467129Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3467350Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3467565Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3467785Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3468001Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3468217Z test_dispatch_symbolic_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3468435Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3468644Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3468857Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3469088Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3469316Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3469553Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3469784Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3470014Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3470239Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3470466Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3470693Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3470920Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3471142Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3471366Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3471592Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3471806Z test_dispatch_symbolic_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3472016Z test_dispatch_symbolic_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3472227Z test_dispatch_symbolic_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3472433Z test_dispatch_symbolic_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3472635Z test_dispatch_symbolic_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3472838Z test_dispatch_symbolic_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3473039Z test_dispatch_symbolic_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.3473241Z test_dispatch_symbolic_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3473489Z test_dispatch_symbolic_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3473729Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3474003Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3474235Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3474466Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3474687Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3474912Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3475136Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3475357Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3475578Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3475792Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3476013Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3476233Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3476457Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3476684Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3476912Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3477134Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3477359Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3477579Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3477803Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3478032Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3478253Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3478479Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3478707Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3478928Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3479151Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3479372Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3479592Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3479815Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3480037Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3480310Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3480533Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3480791Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3481016Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3481237Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3481450Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3481670Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3481892Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3482121Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3482345Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3482567Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3482788Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3483007Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3483226Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3483450Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3483700Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3483948Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3484203Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3484448Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3484695Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3484940Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3485183Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3485431Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3485678Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3485930Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3486177Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3486419Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3486667Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3486909Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3487208Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3487489Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3488201Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.3488687Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3489167Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3489644Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3490121Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3490590Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3491058Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3491522Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3491993Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3492469Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3492942Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3493407Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3493874Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3494340Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3494807Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3495272Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3495501Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3495724Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3495938Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3496222Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3496449Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3496705Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3496922Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3497139Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3497355Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3497577Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3497793Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3498021Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3498249Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3498469Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3498689Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3498905Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3499122Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3499339Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3499585Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3499831Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3500078Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3500320Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3500560Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3500801Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3501042Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3501286Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3501530Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3501778Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3502016Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3502261Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3502503Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3502742Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3503029Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3503272Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3503536Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3503804Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3504023Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3504240Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3504457Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3504675Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3504887Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3505102Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3505316Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3505531Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3505742Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3505960Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3506178Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3506397Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3506609Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3506822Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3507033Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3507243Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3507455Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3507664Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3507881Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3508099Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3508310Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3508522Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3508734Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3508946Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3509189Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3509437Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3509680Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3509980Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3510263Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3510509Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3510747Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3510988Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3511476Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3511953Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3512431Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3512901Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3513367Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3513828Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3514294Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3514757Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3514982Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3515211Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3515439Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3515669Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3515906Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3516128Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3516357Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3516582Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3516818Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3517057Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3517297Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3517535Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3517821Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3518094Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3518328Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3518564Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3518798Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3519040Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3519288Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3519531Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3519766Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3520009Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3520244Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3520479Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3520715Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3520955Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3521195Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3521435Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3521682Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3521917Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3522152Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3522383Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3522620Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3522865Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3523111Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3523349Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3523585Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3523821Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3524063Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3524298Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3524568Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3524822Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3525049Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3525271Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3525493Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3525712Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3525930Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3526148Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3526363Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3526585Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3526803Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3527026Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3527249Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3527469Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3527692Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3527913Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3528147Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3528377Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3528652Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3528923Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3529184Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3529451Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3529717Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3529978Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3530232Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3530489Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3530743Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3531011Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3531293Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3531558Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3531863Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3532121Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3532380Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3532632Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3532875Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3533122Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3533370Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3533618Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3533878Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3534130Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3534373Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3534614Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3534862Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3535367Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3535861Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3536372Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3536883Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3537390Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3537880Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3538365Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3538849Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3539333Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3539982Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3540484Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3540969Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3541463Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3541959Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3542447Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3542932Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3543415Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3544028Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3544527Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3545022Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3545505Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3545984Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3546467Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3546954Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3547454Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3547960Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3548458Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3549014Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3549539Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3550024Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3550504Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3550985Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:12:44.3551233Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3551480Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3551723Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3551962Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3552199Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3552434Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3552676Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3552912Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3553144Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3553367Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3553594Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3553822Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3554046Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3554267Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3554492Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3554715Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3554934Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3555156Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3555374Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3555594Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3555822Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.3556102Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3556324Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3556593Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3556811Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3557028Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3557244Z test_dispatch_symbolic_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3557448Z test_dispatch_symbolic_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3557671Z test_dispatch_symbolic_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3557910Z test_dispatch_symbolic_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3558129Z test_dispatch_symbolic_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3558351Z test_dispatch_symbolic_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3558563Z test_dispatch_symbolic_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3558773Z test_dispatch_symbolic_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3558983Z test_dispatch_symbolic_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3559194Z test_dispatch_symbolic_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3559401Z test_dispatch_symbolic_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3559609Z test_dispatch_symbolic_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3559815Z test_dispatch_symbolic_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3560045Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3560259Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3560489Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3560716Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3560940Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3561163Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3561397Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3561621Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3561841Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3562060Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3562280Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3562500Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3562730Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3562996Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3563244Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3563526Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3563765Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3563989Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3564214Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3564442Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3564669Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3564891Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3565120Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3565361Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3565589Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3565800Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3565996Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3566214Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3566426Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3566639Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3566845Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3567058Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3567266Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3567470Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3567677Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3567880Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3568081Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3568286Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3568499Z test_dispatch_symbolic_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3568712Z test_dispatch_symbolic_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3568931Z test_dispatch_symbolic_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3569149Z test_dispatch_symbolic_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3569358Z test_dispatch_symbolic_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3569568Z test_dispatch_symbolic_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3569780Z test_dispatch_symbolic_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3570035Z test_dispatch_symbolic_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3570242Z test_dispatch_symbolic_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3570490Z test_dispatch_symbolic_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3570702Z test_dispatch_symbolic_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3570902Z test_dispatch_symbolic_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3571117Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3571325Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3571545Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3571764Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3571979Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3572193Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3572403Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3572614Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3572823Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3573033Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3573240Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3573454Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3573661Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3573876Z test_dispatch_symbolic_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3574087Z test_dispatch_symbolic_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3574303Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3574517Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3574731Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3574940Z test_dispatch_symbolic_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3575151Z test_dispatch_symbolic_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3575359Z test_dispatch_symbolic_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3575569Z test_dispatch_symbolic_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3575769Z test_dispatch_symbolic_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3575976Z test_dispatch_symbolic_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3576181Z test_dispatch_symbolic_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3576384Z test_dispatch_symbolic_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3576616Z test_dispatch_symbolic_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... expected failure (0.004s) 2023-01-11T21:12:44.3576900Z test_dispatch_symbolic_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.3577135Z test_dispatch_symbolic_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.3577412Z test_dispatch_symbolic_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.3577646Z test_dispatch_symbolic_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.3577874Z test_dispatch_symbolic_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.003s) 2023-01-11T21:12:44.3578091Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3578312Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3578537Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3578753Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3578967Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3579179Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3579406Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3579644Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3579879Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3580108Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3580336Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3580562Z test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3580786Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3581013Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3581241Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3581453Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3581677Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3581908Z test_dispatch_symbolic_meta_outplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3582123Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3582337Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3582545Z test_dispatch_symbolic_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3582756Z test_dispatch_symbolic_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.3582963Z test_dispatch_symbolic_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3583178Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3583389Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3583646Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3583905Z test_dispatch_symbolic_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3584162Z test_dispatch_symbolic_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3584372Z test_dispatch_symbolic_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3584573Z test_dispatch_symbolic_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3584777Z test_dispatch_symbolic_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3584978Z test_dispatch_symbolic_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3585186Z test_dispatch_symbolic_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3585389Z test_dispatch_symbolic_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3585604Z test_dispatch_symbolic_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3585810Z test_dispatch_symbolic_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3586032Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3586243Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3586444Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3586651Z test_dispatch_symbolic_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3586859Z test_dispatch_symbolic_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3587073Z test_dispatch_symbolic_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3587286Z test_dispatch_symbolic_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3587486Z test_dispatch_symbolic_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3587690Z test_dispatch_symbolic_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3587894Z test_dispatch_symbolic_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3588096Z test_dispatch_symbolic_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3588318Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3588548Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3588790Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3589025Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3589243Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3589464Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3589682Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3589904Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3590117Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3590331Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3590545Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3590809Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3591024Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.141s) 2023-01-11T21:12:44.3591277Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.160s) 2023-01-11T21:12:44.3591477Z test_dispatch_symbolic_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.033s) 2023-01-11T21:12:44.3591686Z test_dispatch_symbolic_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.090s) 2023-01-11T21:12:44.3591951Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3592211Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.3592438Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3592664Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3592882Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3593095Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3593302Z test_dispatch_symbolic_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3593509Z test_dispatch_symbolic_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3593739Z test_dispatch_symbolic_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3593961Z test_dispatch_symbolic_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3594166Z test_dispatch_symbolic_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3594371Z test_dispatch_symbolic_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3594576Z test_dispatch_symbolic_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3594775Z test_dispatch_symbolic_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3594975Z test_dispatch_symbolic_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3595174Z test_dispatch_symbolic_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3595375Z test_dispatch_symbolic_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3595575Z test_dispatch_symbolic_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3595801Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3596028Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3596263Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3596483Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3596706Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3596929Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3597151Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3597373Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3597638Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3597857Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3598120Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3598343Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3598556Z test_dispatch_symbolic_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3598761Z test_dispatch_symbolic_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3598978Z test_dispatch_symbolic_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3599192Z test_dispatch_symbolic_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3599404Z test_dispatch_symbolic_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3599615Z test_dispatch_symbolic_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3599830Z test_dispatch_symbolic_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3600037Z test_dispatch_symbolic_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3600241Z test_dispatch_symbolic_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3600446Z test_dispatch_symbolic_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3600650Z test_dispatch_symbolic_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3600854Z test_dispatch_symbolic_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3601067Z test_dispatch_symbolic_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3601272Z test_dispatch_symbolic_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3601493Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3601695Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3601906Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3602114Z test_dispatch_symbolic_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3602322Z test_dispatch_symbolic_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3602529Z test_dispatch_symbolic_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3602735Z test_dispatch_symbolic_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3602940Z test_dispatch_symbolic_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3603140Z test_dispatch_symbolic_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3603349Z test_dispatch_symbolic_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3603550Z test_dispatch_symbolic_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3603762Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3603967Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3604184Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3604398Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3604659Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3604868Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3605118Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3605329Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3605532Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3605735Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3605939Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3606143Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3606341Z test_dispatch_symbolic_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3606564Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3606786Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3607016Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3607244Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3607465Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3607686Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.3607907Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3608125Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3608344Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3608559Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3608779Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3608997Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3609214Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3609436Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3609659Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3609875Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3610090Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3610302Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3610513Z test_dispatch_symbolic_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3610719Z test_dispatch_symbolic_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3610936Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3611149Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3611405Z test_dispatch_symbolic_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3611603Z test_dispatch_symbolic_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3611851Z test_dispatch_symbolic_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3612058Z test_dispatch_symbolic_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3612267Z test_dispatch_symbolic_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3612479Z test_dispatch_symbolic_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.3612682Z test_dispatch_symbolic_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3612885Z test_dispatch_symbolic_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.3613094Z test_dispatch_symbolic_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3613298Z test_dispatch_symbolic_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3613509Z test_dispatch_symbolic_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3613722Z test_dispatch_symbolic_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3613926Z test_dispatch_symbolic_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3614131Z test_dispatch_symbolic_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3614339Z test_dispatch_symbolic_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3614541Z test_dispatch_symbolic_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3614749Z test_dispatch_symbolic_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3614967Z test_dispatch_symbolic_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3615169Z test_dispatch_symbolic_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3615375Z test_dispatch_symbolic_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3615595Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3615809Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3616034Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3616248Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3616463Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3616689Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3616902Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3617120Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3617330Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3617541Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3617751Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3617961Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3618169Z test_dispatch_symbolic_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3618425Z test_dispatch_symbolic_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3618635Z test_dispatch_symbolic_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3618879Z test_dispatch_symbolic_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3619085Z test_dispatch_symbolic_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3619291Z test_dispatch_symbolic_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3619493Z test_dispatch_symbolic_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3619697Z test_dispatch_symbolic_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3619901Z test_dispatch_symbolic_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3620117Z test_dispatch_symbolic_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3620324Z test_dispatch_symbolic_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3620545Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3620759Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3620970Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3621169Z test_dispatch_symbolic_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3621380Z test_dispatch_symbolic_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3621590Z test_dispatch_symbolic_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3621802Z test_dispatch_symbolic_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3622010Z test_dispatch_symbolic_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3622221Z test_dispatch_symbolic_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3622425Z test_dispatch_symbolic_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3622632Z test_dispatch_symbolic_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3622852Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3623067Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3623291Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3623515Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3623858Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3624084Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3624298Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3624510Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3624720Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3624929Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3625138Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3625413Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3625622Z test_dispatch_symbolic_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3625885Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.3626113Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3626333Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3626539Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.3626756Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3626973Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3627193Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3627402Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3627615Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3627825Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3628036Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3628246Z test_dispatch_symbolic_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3628461Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3628670Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3628882Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.3629091Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3629301Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3629507Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3629710Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.3629916Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.3630120Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3630325Z test_dispatch_symbolic_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.3630559Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3630794Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3631024Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3631252Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3631446Z test_dispatch_symbolic_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3631657Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3631868Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3632133Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3632340Z test_dispatch_symbolic_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3632587Z test_dispatch_symbolic_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3632797Z test_dispatch_symbolic_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3633002Z test_dispatch_symbolic_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3633213Z test_dispatch_symbolic_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3633414Z test_dispatch_symbolic_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.3633624Z test_dispatch_symbolic_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.3633834Z test_dispatch_symbolic_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3634054Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3634275Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3634477Z test_dispatch_symbolic_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3634690Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3634901Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3635116Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3635337Z test_dispatch_symbolic_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3635548Z test_dispatch_symbolic_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3635762Z test_dispatch_symbolic_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3635968Z test_dispatch_symbolic_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3636173Z test_dispatch_symbolic_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3636367Z test_dispatch_symbolic_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3636576Z test_dispatch_symbolic_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3636784Z test_dispatch_symbolic_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.3637004Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3637229Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3637453Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3637675Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3637915Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3638147Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.3638367Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3638596Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3638819Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3639079Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3639298Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3639552Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3639774Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3639988Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3640204Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3640417Z test_dispatch_symbolic_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3640625Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3640841Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3641066Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3641292Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3641503Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3641699Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3641903Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3642112Z test_dispatch_symbolic_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3642342Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3642555Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3642785Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3643010Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3643224Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3643436Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3643645Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3643857Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3644066Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3644277Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3644484Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3644695Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3644903Z test_dispatch_symbolic_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3645124Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3645336Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3645558Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3645781Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3646043Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3646261Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3646518Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3646724Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3646934Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3647145Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3647356Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3647567Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3647783Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3648005Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3648223Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3648449Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3648675Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3648902Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3649123Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3649341Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3649565Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3649776Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3649990Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3650201Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3650413Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3650631Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3650847Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3651058Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3651278Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3651492Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3651716Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3651916Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3652124Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3652333Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3652542Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3652749Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3653003Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3653210Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3653454Z test_dispatch_symbolic_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3653670Z test_dispatch_symbolic_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3653888Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3654106Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3654317Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3654529Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3654742Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3654970Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.150s) 2023-01-11T21:12:44.3655205Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:44.3655438Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.160s) 2023-01-11T21:12:44.3655669Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.171s) 2023-01-11T21:12:44.3655899Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.165s) 2023-01-11T21:12:44.3656126Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:44.3656356Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.152s) 2023-01-11T21:12:44.3656582Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.155s) 2023-01-11T21:12:44.3656811Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.173s) 2023-01-11T21:12:44.3657023Z test_dispatch_symbolic_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.405s) 2023-01-11T21:12:44.3657225Z test_dispatch_symbolic_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.395s) 2023-01-11T21:12:44.3657434Z test_dispatch_symbolic_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.425s) 2023-01-11T21:12:44.3657643Z test_dispatch_symbolic_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.393s) 2023-01-11T21:12:44.3657851Z test_dispatch_symbolic_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.377s) 2023-01-11T21:12:44.3658063Z test_dispatch_symbolic_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.383s) 2023-01-11T21:12:44.3658272Z test_dispatch_symbolic_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.393s) 2023-01-11T21:12:44.3658482Z test_dispatch_symbolic_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.383s) 2023-01-11T21:12:44.3658688Z test_dispatch_symbolic_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.381s) 2023-01-11T21:12:44.3658907Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3659117Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3659342Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3659563Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3659831Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3660047Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3660297Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3660514Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3660726Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3660936Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3661147Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3661357Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3661569Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3661776Z test_dispatch_symbolic_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3661993Z test_dispatch_symbolic_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3662195Z test_dispatch_symbolic_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3662402Z test_dispatch_symbolic_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3662608Z test_dispatch_symbolic_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3662814Z test_dispatch_symbolic_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3663030Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3663252Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3663469Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3663735Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3663947Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3664158Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3664389Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3664622Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3664854Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3665086Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3665311Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3665535Z test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3665754Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3665981Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3666206Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3666426Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3666701Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3666921Z test_dispatch_symbolic_meta_outplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3667174Z test_dispatch_symbolic_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3667391Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3667594Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3667799Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3668009Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3668217Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3668445Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3668669Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3668897Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3669111Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3669316Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3669531Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3669746Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3669958Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3670171Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3670379Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3670589Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3670795Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3671002Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3671210Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3671417Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3671622Z test_dispatch_symbolic_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3671852Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3672076Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3672290Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3672502Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3672708Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3672919Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3673129Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3673386Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3673596Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3673839Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3674049Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3674257Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3674466Z test_dispatch_symbolic_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3674669Z test_dispatch_symbolic_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3674888Z test_dispatch_symbolic_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3675104Z test_dispatch_symbolic_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3675313Z test_dispatch_symbolic_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3675523Z test_dispatch_symbolic_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3675730Z test_dispatch_symbolic_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3675939Z test_dispatch_symbolic_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3676143Z test_dispatch_symbolic_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3676345Z test_dispatch_symbolic_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3676546Z test_dispatch_symbolic_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3676750Z test_dispatch_symbolic_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3676956Z test_dispatch_symbolic_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3677169Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3677380Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3677590Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3677807Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3678022Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3678234Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3678447Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3678662Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3678869Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3679080Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3679286Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3679494Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3679704Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3679915Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3680121Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3680394Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3680609Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3680869Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3681081Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3681289Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3681498Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3681705Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3681916Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3682128Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3682338Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3682538Z test_dispatch_symbolic_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3682749Z test_dispatch_symbolic_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3682955Z test_dispatch_symbolic_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3683169Z test_dispatch_symbolic_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3683382Z test_dispatch_symbolic_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3683592Z test_dispatch_symbolic_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3683801Z test_dispatch_symbolic_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3684011Z test_dispatch_symbolic_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3684221Z test_dispatch_symbolic_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3684426Z test_dispatch_symbolic_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3684631Z test_dispatch_symbolic_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3684836Z test_dispatch_symbolic_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3685039Z test_dispatch_symbolic_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3685242Z test_dispatch_symbolic_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3685454Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3685661Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3685875Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.3686082Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3686289Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.3686491Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.3686695Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.3686898Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3687142Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.3687347Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.3687594Z test_dispatch_symbolic_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3687799Z test_dispatch_symbolic_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3688016Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3688227Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3688433Z test_dispatch_symbolic_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3688641Z test_dispatch_symbolic_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3688851Z test_dispatch_symbolic_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3689055Z test_dispatch_symbolic_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3689265Z test_dispatch_symbolic_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3689469Z test_dispatch_symbolic_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3689668Z test_dispatch_symbolic_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3689874Z test_dispatch_symbolic_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3690085Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3690288Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3690508Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3690718Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3690933Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3691139Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3691348Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3691558Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3691764Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3691957Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3692165Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3692368Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3692576Z test_dispatch_symbolic_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3692793Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3693003Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3693225Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3693444Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3693666Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3693941Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3694158Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3694409Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3694625Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3694838Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3695047Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3695258Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3695470Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3695642Z test_empty_quantized_cuda (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3695822Z test_fill__alias_relationship_cuda (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.3695984Z test_fill_stride_cuda (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3696161Z test_huber_loss_backward_cuda (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3696744Z test_map_location_deserialize_cuda (__main__.TestMetaCUDA) ... test_meta.py:1352: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:12:44.3696888Z self.assertEqual(r.storage().data_ptr(), 0) 2023-01-11T21:12:44.3696975Z ok (0.003s) 2023-01-11T21:12:44.3697433Z test_meta__fused_moving_avg_obs_fq_helper_cuda (__main__.TestMetaCUDA) ... [W ReduceAllOps.cpp:65] Warning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (function operator()) 2023-01-11T21:12:44.3697516Z ok (0.014s) 2023-01-11T21:12:44.3697748Z test_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3697974Z test_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3698210Z test_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3698443Z test_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3698675Z test_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3698901Z test_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3699128Z test_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3699359Z test_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3699578Z test_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3699798Z test_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3700016Z test_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3700240Z test_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3700459Z test_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3700736Z test_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3700957Z test_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3701232Z test_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3701468Z test_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3701698Z test_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3701924Z test_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3702151Z test_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3702378Z test_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3702600Z test_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3702829Z test_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3703050Z test_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3703273Z test_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3703485Z test_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3703857Z test_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3704094Z test_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3704343Z test_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3704586Z test_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3704829Z test_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3705066Z test_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3705304Z test_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3705538Z test_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3705772Z test_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3706004Z test_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3706240Z test_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3706470Z test_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3706701Z test_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3706931Z test_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3707157Z test_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3707393Z test_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3707692Z test_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3707965Z test_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3708199Z test_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3708425Z test_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3708653Z test_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3708876Z test_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3709101Z test_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3709330Z test_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3709561Z test_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3709788Z test_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3710015Z test_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3710241Z test_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3710455Z test_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3710678Z test_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3710910Z test_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3711145Z test_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3711370Z test_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3711607Z test_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3711842Z test_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3712074Z test_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3712302Z test_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3712534Z test_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3712759Z test_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3712981Z test_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3713203Z test_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3713424Z test_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3713651Z test_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3713887Z test_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3714175Z test_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3714447Z test_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3714686Z test_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3714918Z test_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3715152Z test_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3715383Z test_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3715613Z test_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3715846Z test_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3716073Z test_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3716300Z test_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3716523Z test_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3716749Z test_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3716972Z test_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3717193Z test_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3717425Z test_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3717654Z test_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3717889Z test_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3718121Z test_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3718351Z test_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3718580Z test_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3718807Z test_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3719037Z test_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3719265Z test_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3719486Z test_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3719710Z test_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3719938Z test_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3720164Z test_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3720390Z test_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3720659Z test_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3720882Z test_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3721144Z test_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3721371Z test_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3721604Z test_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3721842Z test_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3722078Z test_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3722311Z test_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3722541Z test_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3722770Z test_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3722993Z test_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3723215Z test_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3723442Z test_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3723657Z test_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3723887Z test_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3724118Z test_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3724355Z test_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3724590Z test_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3724818Z test_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3725047Z test_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3725272Z test_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3725498Z test_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3725720Z test_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3725947Z test_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3726169Z test_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3726400Z test_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3726623Z test_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3726847Z test_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3727115Z test_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3727336Z test_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3727595Z test_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3727823Z test_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3728080Z test_meta_inplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3728337Z test_meta_inplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3728589Z test_meta_inplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3728851Z test_meta_inplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3729109Z test_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3729361Z test_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3729614Z test_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3729862Z test_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3730042Z test_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3730224Z test_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3730459Z test_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3730678Z test_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3730908Z test_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3731087Z test_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3731266Z test_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3731443Z test_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3731619Z test_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3731791Z test_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3731966Z test_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3732140Z test_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3732317Z test_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3732501Z test_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3732726Z test_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3732910Z test_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3733096Z test_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3733279Z test_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3733462Z test_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3733640Z test_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3733881Z test_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3734105Z test_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3734353Z test_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3734581Z test_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3734806Z test_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3735029Z test_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3735215Z test_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3735437Z test_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3735628Z test_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3735817Z test_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3736007Z test_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3736191Z test_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3736372Z test_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3736552Z test_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3736773Z test_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3736994Z test_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3737217Z test_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3737444Z test_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3737667Z test_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3737852Z test_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3738026Z test_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3738210Z test_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3738393Z test_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3738576Z test_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3738745Z test_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3738924Z test_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3739109Z test_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3739285Z test_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3739462Z test_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3739636Z test_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3739810Z test_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3739986Z test_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.3740173Z test_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3740364Z test_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3740556Z test_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3740787Z test_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3740969Z test_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3741151Z test_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3741377Z test_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3741570Z test_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3741761Z test_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3741947Z test_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3742122Z test_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3742306Z test_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3742496Z test_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3742692Z test_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3742881Z test_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.3743066Z test_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3743251Z test_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3743436Z test_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3743618Z test_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3743859Z test_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3744040Z test_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3744220Z test_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.3744402Z test_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.3744586Z test_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3744774Z test_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3744960Z test_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3745141Z test_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3745321Z test_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3745498Z test_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3745702Z test_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3745899Z test_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3746111Z test_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3746310Z test_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3746511Z test_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3746711Z test_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3746894Z test_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3747080Z test_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3747265Z test_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3747446Z test_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3747627Z test_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3747863Z test_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3748043Z test_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3748219Z test_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3748444Z test_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3748630Z test_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3748809Z test_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3748988Z test_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3749163Z test_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3749339Z test_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3749504Z test_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3749686Z test_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3749859Z test_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3750037Z test_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3750270Z test_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3750498Z test_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3750734Z test_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3750967Z test_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3751197Z test_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3751428Z test_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3751654Z test_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3751882Z test_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3752103Z test_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3752326Z test_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3752552Z test_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3752776Z test_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3753017Z test_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3753256Z test_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3753502Z test_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3753739Z test_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3753971Z test_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3754201Z test_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3754432Z test_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3754701Z test_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3754930Z test_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3755227Z test_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3755450Z test_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3755675Z test_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3755902Z test_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3756125Z test_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3756348Z test_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3756578Z test_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3756810Z test_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3757033Z test_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3757261Z test_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3757486Z test_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3757713Z test_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3757933Z test_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3758158Z test_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3758383Z test_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3758607Z test_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3758830Z test_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3759065Z test_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3759292Z test_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3759527Z test_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3759760Z test_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3759991Z test_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3760223Z test_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3760450Z test_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3760679Z test_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3760908Z test_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3761137Z test_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3761412Z test_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3761641Z test_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3761916Z test_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3762152Z test_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3762383Z test_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3762614Z test_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3762842Z test_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3763072Z test_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3763297Z test_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3763527Z test_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3763754Z test_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3763982Z test_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3764209Z test_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3764442Z test_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3764674Z test_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3764903Z test_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3765132Z test_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3765358Z test_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3765583Z test_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3765809Z test_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3766032Z test_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3766257Z test_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3766483Z test_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3766723Z test_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3766958Z test_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3767189Z test_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3767420Z test_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3767650Z test_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3767869Z test_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3768147Z test_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3768376Z test_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3768643Z test_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3768877Z test_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3769110Z test_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3769343Z test_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3769572Z test_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3769803Z test_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3770034Z test_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3770266Z test_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3770493Z test_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3770722Z test_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3770956Z test_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3771186Z test_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3771417Z test_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3771645Z test_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3771875Z test_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3772103Z test_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3772330Z test_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3772559Z test_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3772787Z test_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3773023Z test_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3773256Z test_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3773489Z test_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3773719Z test_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3773947Z test_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3774177Z test_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3774397Z test_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3774625Z test_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3774898Z test_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3775171Z test_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3775403Z test_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3775642Z test_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3775884Z test_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3776119Z test_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3776352Z test_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3776589Z test_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3776823Z test_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3777051Z test_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3777278Z test_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3777504Z test_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3777736Z test_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3777928Z test_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3778119Z test_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3778314Z test_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3778511Z test_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3778704Z test_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3778892Z test_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3779080Z test_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3779267Z test_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3779449Z test_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3779626Z test_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3779812Z test_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3779999Z test_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3780187Z test_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3780442Z test_meta_inplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3780688Z test_meta_inplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3780940Z test_meta_inplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3781198Z test_meta_inplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3781450Z test_meta_inplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3781743Z test_meta_inplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2023-01-11T21:12:44.3782039Z test_meta_inplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3782293Z test_meta_inplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3782536Z test_meta_inplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.3782783Z test_meta_inplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3783025Z test_meta_inplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3783271Z test_meta_inplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3783511Z test_meta_inplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3783815Z test_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3784061Z test_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3784322Z test_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3784576Z test_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3784830Z test_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3785086Z test_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3785336Z test_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3785579Z test_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3785822Z test_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3786066Z test_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3786308Z test_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3786555Z test_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3786796Z test_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3786972Z test_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3787191Z test_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3787374Z test_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3787558Z test_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3787739Z test_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3787918Z test_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3788099Z test_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3788345Z test_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3788565Z test_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3788824Z test_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3789045Z test_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3789263Z test_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3789481Z test_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3789664Z test_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3789886Z test_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3790076Z test_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3790260Z test_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3790446Z test_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3790627Z test_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3790805Z test_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3790985Z test_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3791198Z test_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3791420Z test_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3791642Z test_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3791870Z test_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3792095Z test_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3792275Z test_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3792496Z test_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3792675Z test_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3792855Z test_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3793033Z test_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3793254Z test_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3793477Z test_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3793698Z test_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3793922Z test_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3794142Z test_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3794325Z test_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3794545Z test_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3794731Z test_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3794919Z test_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3795150Z test_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3795329Z test_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3795545Z test_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3795716Z test_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3795935Z test_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3796154Z test_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3796375Z test_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3796593Z test_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3796812Z test_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3796998Z test_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3797218Z test_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3797409Z test_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3797597Z test_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3797780Z test_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3797961Z test_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3798141Z test_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3798322Z test_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3798545Z test_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3798767Z test_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3798990Z test_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3799209Z test_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3799425Z test_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3799670Z test_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3799904Z test_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3800150Z test_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3800399Z test_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3800635Z test_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3800872Z test_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3801108Z test_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3801346Z test_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3801579Z test_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3801812Z test_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3802088Z test_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3802356Z test_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3802587Z test_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3802822Z test_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3803058Z test_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3803301Z test_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3803542Z test_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3803789Z test_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3804026Z test_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3804265Z test_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3804498Z test_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3804733Z test_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3804965Z test_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3805195Z test_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3805428Z test_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3805660Z test_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3805897Z test_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3806129Z test_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3806367Z test_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3806608Z test_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3806848Z test_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3807085Z test_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3807321Z test_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3807548Z test_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3807783Z test_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3808015Z test_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3808244Z test_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3808475Z test_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3808753Z test_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3808979Z test_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3809173Z test_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3809362Z test_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3809546Z test_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3809732Z test_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3809920Z test_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3810159Z test_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3810398Z test_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3810631Z test_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3810866Z test_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3811102Z test_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3811330Z test_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3811571Z test_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3811808Z test_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3812049Z test_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3812280Z test_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3812513Z test_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3812744Z test_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3812969Z test_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3813194Z test_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3813410Z test_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3813642Z test_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3813876Z test_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3814110Z test_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3814338Z test_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3814568Z test_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3814797Z test_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3815028Z test_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3815267Z test_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3815454Z test_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3815677Z test_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3815866Z test_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3816048Z test_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3816235Z test_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3816429Z test_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3816624Z test_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3816820Z test_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3817018Z test_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3817214Z test_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3817404Z test_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3817590Z test_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3817774Z test_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3817957Z test_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3818131Z test_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3818317Z test_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3818499Z test_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3818685Z test_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3818868Z test_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3819054Z test_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3819235Z test_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3819418Z test_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3819618Z test_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3819813Z test_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3820007Z test_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3820202Z test_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3820402Z test_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3820586Z test_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3820776Z test_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3820960Z test_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3821143Z test_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.3821327Z test_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3821511Z test_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3821752Z test_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3821980Z test_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3822275Z test_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3822574Z test_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3822821Z test_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3823057Z test_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3823294Z test_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3823532Z test_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3823885Z test_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3824125Z test_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3824362Z test_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3824594Z test_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3824825Z test_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3825054Z test_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3825285Z test_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3825518Z test_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3825750Z test_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3825981Z test_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3826206Z test_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3826434Z test_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3826657Z test_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3826888Z test_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3827119Z test_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3827354Z test_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3827583Z test_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3827810Z test_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3828038Z test_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3828262Z test_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3828482Z test_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3828697Z test_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3828983Z test_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3829205Z test_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3829499Z test_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3829752Z test_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3829997Z test_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3830252Z test_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3830505Z test_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3830761Z test_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3831009Z test_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3831253Z test_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3831497Z test_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3831742Z test_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3831986Z test_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3832228Z test_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3832475Z test_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3832717Z test_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3832953Z test_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3833197Z test_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3833438Z test_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3833677Z test_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3833921Z test_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3834162Z test_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3834401Z test_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3834636Z test_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3834872Z test_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3835105Z test_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3835339Z test_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3835632Z test_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3835867Z test_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3836143Z test_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3836368Z test_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3836605Z test_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3836842Z test_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3837073Z test_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3837310Z test_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3837544Z test_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3837770Z test_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3838009Z test_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3838243Z test_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3838472Z test_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3838704Z test_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3838933Z test_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3839158Z test_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3839387Z test_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3839612Z test_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3839835Z test_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3840060Z test_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3840307Z test_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3840557Z test_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3840809Z test_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3841058Z test_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3841301Z test_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3841543Z test_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3841783Z test_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3842025Z test_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3842311Z test_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3842549Z test_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3842834Z test_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3843078Z test_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3843298Z test_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3843524Z test_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3843758Z test_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3843993Z test_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3844229Z test_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3844460Z test_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3844686Z test_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3844914Z test_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3845135Z test_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3845360Z test_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3845581Z test_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3845808Z test_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3846034Z test_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3846264Z test_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3846493Z test_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3846729Z test_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3846960Z test_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3847204Z test_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3847444Z test_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3847681Z test_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3847916Z test_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3848146Z test_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3848378Z test_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3848607Z test_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3848836Z test_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3849108Z test_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3849377Z test_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3849609Z test_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3849783Z test_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3849966Z test_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3850143Z test_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3850320Z test_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3850492Z test_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3850670Z test_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3850842Z test_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3851016Z test_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3851191Z test_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3851429Z test_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3851657Z test_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3851897Z test_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3852135Z test_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3852372Z test_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3852604Z test_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3852834Z test_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3853062Z test_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3853289Z test_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3853519Z test_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3853748Z test_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3853977Z test_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3854208Z test_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3854447Z test_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3854665Z test_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3854901Z test_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3855137Z test_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3855371Z test_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3855600Z test_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3855872Z test_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3856139Z test_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3856367Z test_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3856593Z test_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3856817Z test_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3857045Z test_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3857272Z test_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3857508Z test_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3857733Z test_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3857967Z test_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3858197Z test_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3858427Z test_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3858653Z test_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3858882Z test_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3859111Z test_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3859338Z test_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3859562Z test_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3859786Z test_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3860010Z test_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3860232Z test_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3860473Z test_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3860715Z test_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3860952Z test_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3861179Z test_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3861436Z test_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3861689Z test_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3861935Z test_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3862181Z test_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3862473Z test_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3862724Z test_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3862999Z test_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3863242Z test_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3863474Z test_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3863758Z test_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3863997Z test_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3864239Z test_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3864475Z test_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3864708Z test_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3864938Z test_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3865170Z test_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3865396Z test_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3865623Z test_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3865854Z test_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3866081Z test_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3866314Z test_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3866500Z test_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3866686Z test_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3866873Z test_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3867056Z test_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3867227Z test_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3867413Z test_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3867598Z test_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3867781Z test_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3867965Z test_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3868158Z test_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3868343Z test_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3868537Z test_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3868726Z test_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3868914Z test_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3869100Z test_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3869338Z test_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3869524Z test_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3869748Z test_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3869936Z test_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3870128Z test_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3870312Z test_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3870502Z test_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3870693Z test_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3870869Z test_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3871058Z test_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3871244Z test_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3871429Z test_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3871618Z test_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3871803Z test_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3872041Z test_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3872270Z test_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3872509Z test_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3872745Z test_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3872980Z test_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3873212Z test_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3873446Z test_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3873675Z test_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3873902Z test_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3874129Z test_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3874357Z test_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3874586Z test_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3874817Z test_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3875060Z test_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3875299Z test_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3875548Z test_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3875793Z test_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3876039Z test_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3876323Z test_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3876601Z test_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3876833Z test_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3877072Z test_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3877313Z test_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3877552Z test_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3877788Z test_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3878027Z test_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3878278Z test_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3878517Z test_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3878765Z test_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3879013Z test_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3879254Z test_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3879505Z test_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3879746Z test_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3879991Z test_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3880229Z test_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3880467Z test_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3880705Z test_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3880943Z test_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3881183Z test_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3881416Z test_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3881658Z test_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3881887Z test_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3882117Z test_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3882353Z test_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3882588Z test_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3882863Z test_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3883091Z test_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3883370Z test_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3883604Z test_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3883831Z test_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3884046Z test_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3884272Z test_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3884500Z test_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3884729Z test_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3884927Z test_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3885124Z test_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3885327Z test_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3885528Z test_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3885728Z test_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3885923Z test_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3886125Z test_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3886322Z test_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3886516Z test_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3886709Z test_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3886901Z test_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3887092Z test_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3887284Z test_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3887534Z test_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3887779Z test_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3888036Z test_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3888287Z test_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3888537Z test_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3888784Z test_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3889016Z test_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3889258Z test_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3889501Z test_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3889784Z test_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3890029Z test_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3890310Z test_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3890556Z test_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3890794Z test_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3891038Z test_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3891285Z test_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3891535Z test_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3891775Z test_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3892016Z test_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3892256Z test_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3892492Z test_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3892726Z test_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3892958Z test_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3893196Z test_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3893428Z test_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3893622Z test_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3893849Z test_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3894039Z test_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3894227Z test_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3894418Z test_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3894648Z test_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3894881Z test_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3895107Z test_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3895324Z test_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3895551Z test_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3895791Z test_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3896033Z test_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3896280Z test_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3896566Z test_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3896801Z test_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3897074Z test_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3897309Z test_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3897540Z test_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3897771Z test_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3898002Z test_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3898245Z test_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3898430Z test_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3898656Z test_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3898849Z test_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3899033Z test_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3899216Z test_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3899398Z test_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3899577Z test_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3899760Z test_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3899988Z test_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3900207Z test_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3900430Z test_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3900637Z test_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3900856Z test_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3901039Z test_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3901261Z test_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3901451Z test_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3901638Z test_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3901824Z test_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3902005Z test_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3902190Z test_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3902374Z test_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3902594Z test_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3902814Z test_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3903036Z test_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3903252Z test_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3903523Z test_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3903890Z test_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3904186Z test_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3904441Z test_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3904692Z test_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3904936Z test_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3905178Z test_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3905423Z test_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3905662Z test_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3905902Z test_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3906141Z test_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3906368Z test_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3906606Z test_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3906834Z test_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3907069Z test_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3907301Z test_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3907529Z test_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3907758Z test_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3907988Z test_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3908214Z test_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3908437Z test_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3908664Z test_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3908889Z test_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3909116Z test_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3909355Z test_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3909592Z test_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3909823Z test_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3910057Z test_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3910338Z test_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3910568Z test_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3910833Z test_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3911061Z test_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3911291Z test_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3911517Z test_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3911751Z test_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3911987Z test_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3912221Z test_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3912456Z test_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3912675Z test_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3912905Z test_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3913138Z test_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3913368Z test_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3913599Z test_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3913830Z test_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3914070Z test_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3914298Z test_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3914530Z test_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3914761Z test_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3914990Z test_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3915219Z test_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3915453Z test_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3915686Z test_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3915918Z test_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3916148Z test_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3916341Z test_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3916534Z test_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.3916726Z test_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3916912Z test_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3917144Z test_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3917333Z test_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3917561Z test_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3917747Z test_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3917919Z test_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3918102Z test_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3918286Z test_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3918493Z test_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3918705Z test_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3918919Z test_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3919124Z test_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3919329Z test_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3919532Z test_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3919733Z test_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3919935Z test_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3920135Z test_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3920333Z test_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3920534Z test_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped (0.001s) 2023-01-11T21:12:44.3920795Z test_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3921060Z test_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3921323Z test_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3921579Z test_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.3921834Z test_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3922096Z test_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3922349Z test_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3922600Z test_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3922853Z test_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3923104Z test_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3923354Z test_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3923533Z test_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3923761Z test_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3923993Z test_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3924187Z test_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3924374Z test_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3924636Z test_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3924867Z test_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3925095Z test_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3925319Z test_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3925544Z test_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.3925782Z test_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3926011Z test_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3926249Z test_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3926483Z test_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3926717Z test_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3926945Z test_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3927178Z test_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3927413Z test_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3927640Z test_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3927871Z test_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3928097Z test_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3928323Z test_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3928549Z test_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3928787Z test_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3929027Z test_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3929278Z test_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3929514Z test_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3929760Z test_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3930000Z test_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3930240Z test_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3930479Z test_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3930718Z test_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3931002Z test_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3931275Z test_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3931511Z test_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3931745Z test_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3931985Z test_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3932218Z test_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3932462Z test_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3932707Z test_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3932947Z test_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3933182Z test_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3933415Z test_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3933647Z test_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3933876Z test_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3934103Z test_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3934335Z test_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3934572Z test_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3934816Z test_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3935053Z test_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3935303Z test_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3935550Z test_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3935799Z test_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3936039Z test_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3936284Z test_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3936517Z test_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3936753Z test_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3936994Z test_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3937231Z test_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3937525Z test_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3937764Z test_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3938035Z test_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3938268Z test_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3938507Z test_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3938747Z test_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3938987Z test_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3939229Z test_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3939461Z test_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3939701Z test_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3939931Z test_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3940165Z test_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3940393Z test_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3940623Z test_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3940864Z test_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3941112Z test_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3941359Z test_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3941611Z test_meta_inplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3941861Z test_meta_inplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3942110Z test_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3942357Z test_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3942604Z test_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3942848Z test_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3943089Z test_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3943329Z test_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3943569Z test_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3943873Z test_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3944095Z test_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3944376Z test_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3944650Z test_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3944883Z test_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3945112Z test_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3945341Z test_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3945568Z test_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3945793Z test_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3946023Z test_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3946246Z test_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3946474Z test_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3946698Z test_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3946923Z test_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3947107Z test_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3947291Z test_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3947474Z test_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3947706Z test_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3947930Z test_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3948155Z test_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3948381Z test_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3948607Z test_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3948841Z test_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3949077Z test_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3949314Z test_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3949548Z test_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3949772Z test_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3950003Z test_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3950208Z test_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3950413Z test_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3950615Z test_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3950816Z test_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.3951061Z test_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3951258Z test_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3951492Z test_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.3951691Z test_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.3951891Z test_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3952096Z test_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3952340Z test_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3952552Z test_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3952763Z test_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3952972Z test_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3953176Z test_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3953378Z test_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3953582Z test_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.3953825Z test_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3954066Z test_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3954308Z test_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3954555Z test_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3954797Z test_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.3954993Z test_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3955196Z test_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.3955399Z test_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3955597Z test_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3955793Z test_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3955996Z test_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3956198Z test_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3956396Z test_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3956600Z test_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.3956834Z test_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3957071Z test_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3957306Z test_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3957536Z test_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3957764Z test_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3958061Z test_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3958334Z test_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3958566Z test_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3958807Z test_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3959046Z test_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3959288Z test_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3959520Z test_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3959757Z test_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3959990Z test_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3960219Z test_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3960451Z test_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3960670Z test_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3960903Z test_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3961132Z test_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3961371Z test_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3961605Z test_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3961847Z test_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3962090Z test_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3962326Z test_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3962558Z test_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3962794Z test_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3963028Z test_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3963259Z test_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3963492Z test_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3963724Z test_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3963955Z test_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3964187Z test_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3964421Z test_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3964698Z test_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3964939Z test_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3965211Z test_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3965449Z test_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3965684Z test_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3965918Z test_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3966148Z test_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3966380Z test_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3966612Z test_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3966850Z test_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3967083Z test_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3967303Z test_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3967540Z test_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3967778Z test_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3968016Z test_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3968252Z test_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3968496Z test_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3968731Z test_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3968962Z test_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3969194Z test_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3969433Z test_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3969670Z test_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3969908Z test_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3970145Z test_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3970382Z test_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3970616Z test_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3970847Z test_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3971079Z test_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3971308Z test_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3971622Z test_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3971889Z test_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3972130Z test_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3972366Z test_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3972611Z test_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3972853Z test_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3973100Z test_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3973342Z test_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3973584Z test_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3973820Z test_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3974046Z test_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3974279Z test_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3974510Z test_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3974745Z test_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3974982Z test_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3975165Z test_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3975343Z test_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3975527Z test_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3975710Z test_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3975891Z test_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976068Z test_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976250Z test_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976427Z test_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976605Z test_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976780Z test_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3976957Z test_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3977133Z test_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3977307Z test_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.3977544Z test_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3977774Z test_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3978014Z test_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3978240Z test_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3978517Z test_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3978785Z test_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3979021Z test_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3979248Z test_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3979477Z test_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3979703Z test_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3979936Z test_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3980166Z test_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3980350Z test_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3980574Z test_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3980757Z test_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3980937Z test_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3981117Z test_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3981340Z test_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3981562Z test_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3981784Z test_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3982001Z test_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3982225Z test_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3982410Z test_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3982632Z test_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3982812Z test_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3982995Z test_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3983163Z test_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3983388Z test_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3983615Z test_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3983896Z test_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3984116Z test_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3984335Z test_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3984558Z test_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3984742Z test_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3984927Z test_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3985111Z test_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3985395Z test_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3985619Z test_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3985896Z test_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3986123Z test_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3986347Z test_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3986529Z test_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3986749Z test_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3986932Z test_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3987115Z test_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3987296Z test_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3987520Z test_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3987742Z test_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3987962Z test_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3988169Z test_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3988390Z test_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3988573Z test_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3988795Z test_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3988981Z test_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.3989171Z test_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3989355Z test_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3989537Z test_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3989716Z test_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3989894Z test_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.3990113Z test_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3990333Z test_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.3990556Z test_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3990778Z test_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3990997Z test_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3991240Z test_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3991480Z test_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3991725Z test_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3991970Z test_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3992264Z test_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3992498Z test_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3992768Z test_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3993005Z test_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3993226Z test_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3993458Z test_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3993691Z test_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3993925Z test_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3994159Z test_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3994393Z test_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3994634Z test_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3994875Z test_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3995109Z test_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3995344Z test_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3995579Z test_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3995815Z test_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3996050Z test_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3996283Z test_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3996513Z test_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3996744Z test_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3996931Z test_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3997154Z test_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3997342Z test_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.3997526Z test_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3997711Z test_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.3997934Z test_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3998157Z test_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3998378Z test_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3998599Z test_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3998821Z test_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.3999087Z test_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3999314Z test_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3999593Z test_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.3999831Z test_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4000065Z test_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4000295Z test_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4000525Z test_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4000755Z test_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4000983Z test_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4001212Z test_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4001441Z test_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4001667Z test_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4001899Z test_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4002140Z test_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4002377Z test_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4002620Z test_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4002856Z test_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4003085Z test_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4003312Z test_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4003539Z test_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4003766Z test_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4004001Z test_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4004234Z test_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4004476Z test_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4004715Z test_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4004948Z test_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4005182Z test_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4005400Z test_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4005631Z test_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4005910Z test_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4006176Z test_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4006408Z test_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4006640Z test_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4006881Z test_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4007119Z test_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4007357Z test_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4007593Z test_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4007829Z test_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4008060Z test_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4008285Z test_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4008513Z test_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4008748Z test_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4008990Z test_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4009233Z test_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4009482Z test_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4009729Z test_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4009971Z test_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4010210Z test_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4010453Z test_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4010695Z test_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4010935Z test_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4011172Z test_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4011408Z test_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4011642Z test_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4011877Z test_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4012109Z test_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4012352Z test_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4012626Z test_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4012900Z test_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4013136Z test_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4013370Z test_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4013602Z test_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4013831Z test_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4014063Z test_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4014299Z test_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4014530Z test_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4014768Z test_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4015005Z test_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4015238Z test_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4015466Z test_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4015693Z test_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4015923Z test_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4016157Z test_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4016386Z test_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4016618Z test_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4016848Z test_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4017087Z test_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4017332Z test_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4017572Z test_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4017808Z test_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4018038Z test_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4018269Z test_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4018500Z test_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4018729Z test_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4018958Z test_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4019235Z test_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4019501Z test_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4019742Z test_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4019982Z test_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4020219Z test_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4020457Z test_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4020689Z test_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4020921Z test_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4021154Z test_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4021385Z test_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4021616Z test_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4021857Z test_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4022098Z test_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4022332Z test_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4022568Z test_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4022801Z test_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4023032Z test_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4023261Z test_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4023493Z test_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4023935Z test_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4024172Z test_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4024419Z test_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4024663Z test_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4024900Z test_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4025136Z test_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4025374Z test_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4025610Z test_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4025842Z test_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4026146Z test_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4026424Z test_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4026660Z test_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4026906Z test_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4027156Z test_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4027408Z test_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4027656Z test_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4027905Z test_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4028155Z test_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4028400Z test_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4028645Z test_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4028886Z test_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4029125Z test_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4029370Z test_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4029610Z test_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4029848Z test_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4030086Z test_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4030325Z test_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4030567Z test_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4030800Z test_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4031036Z test_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4031273Z test_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4031514Z test_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4031749Z test_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4031985Z test_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4032220Z test_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4032452Z test_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4032726Z test_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4032956Z test_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4033226Z test_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4033460Z test_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4033683Z test_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4033923Z test_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4034162Z test_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4034401Z test_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4034637Z test_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4034875Z test_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4035111Z test_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4035345Z test_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4035577Z test_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4035828Z test_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4036074Z test_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4036313Z test_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4036554Z test_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4036787Z test_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4037021Z test_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4037252Z test_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4037485Z test_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4037724Z test_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4037957Z test_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4038203Z test_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4038444Z test_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4038684Z test_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4038921Z test_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4039153Z test_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4039443Z test_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4039677Z test_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4039949Z test_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4040183Z test_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4040417Z test_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4040650Z test_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4040896Z test_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4041141Z test_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4041378Z test_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4041620Z test_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4041858Z test_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4042094Z test_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4042327Z test_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4042562Z test_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4042800Z test_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4043038Z test_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4043277Z test_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4043509Z test_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4043740Z test_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4043968Z test_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4044200Z test_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4044434Z test_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4044664Z test_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4044904Z test_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4045137Z test_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4045368Z test_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4045597Z test_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4045826Z test_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4046101Z test_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4046335Z test_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4046605Z test_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4046842Z test_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4047078Z test_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4047315Z test_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4047533Z test_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4047768Z test_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4048004Z test_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4048239Z test_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4048428Z test_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4048608Z test_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4048796Z test_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4048983Z test_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4049171Z test_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4049355Z test_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4049544Z test_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4049726Z test_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4049904Z test_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4050087Z test_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4050265Z test_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4050442Z test_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4050621Z test_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4050866Z test_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4051101Z test_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4051348Z test_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4051591Z test_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4051836Z test_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4052063Z test_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4052299Z test_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4052533Z test_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4052767Z test_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4053047Z test_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4053281Z test_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4053553Z test_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4053788Z test_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4054028Z test_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4054262Z test_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4054501Z test_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4054740Z test_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4054971Z test_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4055208Z test_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4055442Z test_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4055672Z test_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4055898Z test_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4056128Z test_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4056356Z test_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4056585Z test_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4056827Z test_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4057055Z test_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4057295Z test_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4057534Z test_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4057767Z test_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4057995Z test_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4058231Z test_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4058463Z test_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4058686Z test_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4058919Z test_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4059151Z test_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4059382Z test_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4059619Z test_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4059891Z test_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4060136Z test_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4060412Z test_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4060647Z test_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4060880Z test_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4061114Z test_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4061341Z test_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4061573Z test_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4061804Z test_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4062035Z test_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4062266Z test_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4062501Z test_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4062728Z test_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4062970Z test_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4063209Z test_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4063444Z test_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4063726Z test_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4063957Z test_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4064191Z test_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4064422Z test_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4064647Z test_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4064879Z test_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4065097Z test_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4065332Z test_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4065572Z test_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2023-01-11T21:12:44.4065804Z test_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4066005Z test_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4066241Z test_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4066474Z test_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4066772Z test_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2023-01-11T21:12:44.4066963Z test_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4067237Z test_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4067468Z test_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4067697Z test_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4067928Z test_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4068154Z test_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2023-01-11T21:12:44.4068346Z test_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4068533Z test_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4068715Z test_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4068903Z test_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069088Z test_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069267Z test_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069447Z test_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069625Z test_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069804Z test_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4069990Z test_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.4070188Z test_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4070382Z test_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4070575Z test_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4070766Z test_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.4070957Z test_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.4071141Z test_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.4071331Z test_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.4071521Z test_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4071752Z test_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4071986Z test_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4072222Z test_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4072450Z test_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4072682Z test_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4072909Z test_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4073134Z test_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4073359Z test_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4073633Z test_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4073856Z test_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4074127Z test_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4074357Z test_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4074584Z test_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4074818Z test_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4075038Z test_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4075268Z test_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4075494Z test_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4075725Z test_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4075952Z test_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4076175Z test_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4076361Z test_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4076545Z test_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4076727Z test_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4076909Z test_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4077087Z test_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4077264Z test_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4077446Z test_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4077619Z test_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4077798Z test_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4077985Z test_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4078163Z test_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4078345Z test_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4078521Z test_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4078758Z test_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4078996Z test_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4079231Z test_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4079451Z test_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4079679Z test_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4079915Z test_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4080154Z test_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4080433Z test_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4080662Z test_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4080925Z test_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4081157Z test_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4081377Z test_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4081605Z test_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4081834Z test_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4082058Z test_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4082286Z test_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4082527Z test_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4082758Z test_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4083001Z test_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4083238Z test_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4083478Z test_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4083717Z test_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4083948Z test_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4084182Z test_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4084414Z test_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4084642Z test_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4084872Z test_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4085104Z test_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4085340Z test_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4085573Z test_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4085817Z test_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4086048Z test_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4086285Z test_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4086519Z test_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4086749Z test_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4087026Z test_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4087259Z test_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4087555Z test_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4087791Z test_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4088017Z test_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4088194Z test_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4088372Z test_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4088545Z test_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4088723Z test_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4088906Z test_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4089084Z test_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4089263Z test_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4089445Z test_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4089618Z test_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4089795Z test_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4089969Z test_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4090145Z test_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4090308Z test_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4090487Z test_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4090659Z test_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4090904Z test_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4091142Z test_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4091377Z test_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4091609Z test_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4091846Z test_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4092089Z test_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4092333Z test_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4092574Z test_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4092814Z test_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4093049Z test_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4093285Z test_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4093518Z test_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4093753Z test_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4094033Z test_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4094280Z test_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4094566Z test_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4094813Z test_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4094993Z test_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4095169Z test_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4095349Z test_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4095525Z test_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4095706Z test_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4095869Z test_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4096042Z test_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4096219Z test_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4096396Z test_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4096570Z test_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4096804Z test_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4097032Z test_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4097266Z test_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4097501Z test_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4097730Z test_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4097964Z test_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4098194Z test_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4098421Z test_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4098645Z test_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4098871Z test_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4099098Z test_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4099324Z test_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4099524Z test_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4099712Z test_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4099906Z test_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4100097Z test_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4100287Z test_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4100463Z test_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4100650Z test_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4100881Z test_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4101069Z test_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4101292Z test_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4101529Z test_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4101766Z test_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4101996Z test_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4102225Z test_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4102452Z test_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4102685Z test_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4102918Z test_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4103151Z test_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4103390Z test_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4103630Z test_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4103921Z test_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4104155Z test_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4104390Z test_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4104622Z test_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4104856Z test_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4105089Z test_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4105321Z test_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4105551Z test_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4105780Z test_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4106018Z test_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4106248Z test_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4106478Z test_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4106716Z test_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4106952Z test_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4107184Z test_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4107414Z test_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4107703Z test_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4107930Z test_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4108208Z test_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4108441Z test_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4108672Z test_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4108901Z test_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4109088Z test_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4109271Z test_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4109460Z test_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4109641Z test_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4109824Z test_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4110043Z test_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4110224Z test_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4110400Z test_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4110574Z test_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4110792Z test_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4111008Z test_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4111229Z test_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4111433Z test_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4111659Z test_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4111844Z test_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4112032Z test_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4112219Z test_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4112407Z test_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4112643Z test_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4112879Z test_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4113109Z test_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4113305Z test_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4113488Z test_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4113687Z test_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4113880Z test_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4114071Z test_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4114258Z test_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4114445Z test_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4114679Z test_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4114864Z test_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4115087Z test_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4115276Z test_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4115462Z test_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4115635Z test_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4115828Z test_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4116013Z test_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4116213Z test_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4116411Z test_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4116603Z test_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4116795Z test_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4116985Z test_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4117173Z test_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4117359Z test_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4117545Z test_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4117735Z test_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4117922Z test_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4118122Z test_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4118308Z test_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4118510Z test_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4118703Z test_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4118893Z test_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4119080Z test_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4119254Z test_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4119439Z test_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4119623Z test_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4119810Z test_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4119997Z test_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4120183Z test_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4120376Z test_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4120559Z test_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4120754Z test_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4120953Z test_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4121144Z test_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4121333Z test_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4121569Z test_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4121756Z test_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4121940Z test_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4122164Z test_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4122350Z test_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4122534Z test_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4122720Z test_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4122917Z test_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.4123100Z test_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.4123294Z test_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.4123485Z test_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.4123672Z test_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.4123861Z test_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.4124048Z test_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.4124235Z test_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.4124422Z test_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.4124669Z test_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4124912Z test_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4125171Z test_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4125424Z test_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4125672Z test_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4125917Z test_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4126158Z test_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4126403Z test_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4126645Z test_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4126887Z test_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4127128Z test_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4127366Z test_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4127604Z test_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4127838Z test_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4128078Z test_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4128313Z test_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4128589Z test_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4128851Z test_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4129090Z test_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4129325Z test_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4129553Z test_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4129789Z test_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4130023Z test_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4130257Z test_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4130485Z test_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4130717Z test_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4130944Z test_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4131171Z test_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4131396Z test_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4131621Z test_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4131852Z test_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4132088Z test_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4132324Z test_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4132566Z test_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4132806Z test_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4133045Z test_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4133276Z test_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4133509Z test_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4133740Z test_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4133974Z test_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4134208Z test_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4134440Z test_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4134672Z test_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4134908Z test_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4135185Z test_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4135415Z test_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4135694Z test_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4135938Z test_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4136180Z test_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4136414Z test_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4136648Z test_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4136883Z test_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4137111Z test_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4137343Z test_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4137571Z test_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4137807Z test_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4138040Z test_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4138269Z test_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4138499Z test_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4138729Z test_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4138957Z test_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4139182Z test_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4139408Z test_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4139633Z test_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4139869Z test_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4140098Z test_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4140338Z test_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4140577Z test_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4140812Z test_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4141041Z test_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4141272Z test_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4141502Z test_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4141731Z test_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4142000Z test_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4142230Z test_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4142490Z test_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4142720Z test_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4142956Z test_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4143182Z test_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4143422Z test_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4143663Z test_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4144027Z test_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4144262Z test_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4144494Z test_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4144719Z test_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4144947Z test_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4145176Z test_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4145408Z test_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4145634Z test_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4145877Z test_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4146108Z test_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4146346Z test_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4146581Z test_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4146816Z test_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4147051Z test_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4147285Z test_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4147519Z test_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4147754Z test_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4147989Z test_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4148227Z test_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4148464Z test_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4148690Z test_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4148987Z test_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4149268Z test_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4149502Z test_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4149733Z test_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4149967Z test_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4150204Z test_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4150438Z test_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4150677Z test_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4150909Z test_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4151149Z test_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4151387Z test_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4151627Z test_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4151860Z test_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4152090Z test_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4152325Z test_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4152559Z test_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4152793Z test_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4153024Z test_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4153258Z test_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4153489Z test_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4153726Z test_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4153968Z test_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4154235Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4154494Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4154762Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4155029Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4155292Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4155596Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4155855Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4156136Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4156397Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4156652Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4156913Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4157171Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4157447Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4157722Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4157998Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4158273Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4158543Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4158814Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4159085Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4159355Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4159619Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4159880Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4160143Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4160407Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4160659Z test_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4160907Z test_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4161164Z test_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4161417Z test_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4161666Z test_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4161913Z test_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4162200Z test_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4162443Z test_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4162720Z test_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4162966Z test_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4163208Z test_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4163452Z test_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4163718Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4163983Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4164252Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4164525Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4164789Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4165055Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4165318Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4165588Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4165856Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4166106Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4166369Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4166630Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4166881Z test_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4167131Z test_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4167382Z test_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4167636Z test_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4167885Z test_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4168131Z test_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4168376Z test_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4168617Z test_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4168904Z test_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4169180Z test_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4169425Z test_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4169668Z test_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4169901Z test_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4170129Z test_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4170367Z test_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4170604Z test_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4170838Z test_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4171067Z test_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4171295Z test_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4171522Z test_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4171749Z test_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4171976Z test_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4172202Z test_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4172427Z test_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4172666Z test_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4172901Z test_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4173134Z test_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4173354Z test_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4173584Z test_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4173823Z test_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4174055Z test_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4174295Z test_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4174473Z test_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4174652Z test_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4174829Z test_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4175006Z test_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4175183Z test_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4175371Z test_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4175645Z test_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4175834Z test_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4176059Z test_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4176244Z test_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4176427Z test_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4176620Z test_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4176847Z test_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4177074Z test_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4177304Z test_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4177527Z test_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4177755Z test_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4177925Z test_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178102Z test_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178281Z test_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178460Z test_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178637Z test_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178814Z test_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4178992Z test_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4179166Z test_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4179340Z test_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4179518Z test_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4179704Z test_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4179896Z test_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.4180080Z test_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.4180264Z test_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4180448Z test_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4180628Z test_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4180857Z test_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4181040Z test_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4181231Z test_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4181403Z test_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4181632Z test_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4181857Z test_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4182087Z test_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4182315Z test_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4182586Z test_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4182838Z test_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4183156Z test_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4183406Z test_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4183653Z test_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4183970Z test_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4184230Z test_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4184488Z test_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4184740Z test_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4184983Z test_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4185231Z test_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4185474Z test_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4185713Z test_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4185961Z test_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4186210Z test_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4186454Z test_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4186695Z test_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4186941Z test_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4187181Z test_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4187418Z test_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4187655Z test_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4187896Z test_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4188138Z test_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4188384Z test_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4188619Z test_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4188861Z test_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4189103Z test_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4189415Z test_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4189670Z test_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4189980Z test_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4190240Z test_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4190487Z test_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4190731Z test_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4190973Z test_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4191215Z test_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4191464Z test_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4191712Z test_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4191957Z test_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4192198Z test_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4192450Z test_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4192700Z test_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4192952Z test_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4193200Z test_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4193455Z test_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4193703Z test_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4193954Z test_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4194198Z test_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4194460Z test_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4194724Z test_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4194983Z test_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4195236Z test_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4195481Z test_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4195726Z test_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4195964Z test_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4196246Z test_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4196496Z test_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4196773Z test_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4197016Z test_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4197256Z test_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4197879Z test_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4198287Z test_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4198679Z test_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4199063Z test_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4199461Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4199857Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4200244Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4200633Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4201025Z test_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4201414Z test_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4201793Z test_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4202171Z test_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.4202417Z test_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4202663Z test_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4202911Z test_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4203159Z test_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4203425Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4203693Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4203954Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4204212Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4204513Z test_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4204755Z test_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4205034Z test_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4205272Z test_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4205524Z test_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4205775Z test_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4206025Z test_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4206274Z test_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4206532Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4206791Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4207041Z test_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4207289Z test_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4207539Z test_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4207789Z test_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4208025Z test_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4208271Z test_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4208521Z test_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4208774Z test_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4209028Z test_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4209281Z test_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4209531Z test_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4209776Z test_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4210038Z test_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4210294Z test_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4210544Z test_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4210795Z test_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4211047Z test_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4211345Z test_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4211628Z test_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4211878Z test_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4212148Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4212417Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4212681Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4212951Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4213203Z test_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4213453Z test_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4213705Z test_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4213949Z test_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4214193Z test_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4214439Z test_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4214681Z test_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4214928Z test_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4215174Z test_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4215415Z test_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4215651Z test_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4215890Z test_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4216163Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4216436Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4216702Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4216970Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4217243Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4217511Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4217800Z test_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4218045Z test_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4218326Z test_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4218569Z test_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4218834Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4219094Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4219348Z test_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4219604Z test_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4219855Z test_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4220109Z test_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4220355Z test_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4220598Z test_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4220831Z test_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4221066Z test_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4221299Z test_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4221534Z test_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4221785Z test_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4222035Z test_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4222280Z test_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4222523Z test_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4222769Z test_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4223018Z test_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4223265Z test_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4223507Z test_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4223824Z test_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4224072Z test_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4224315Z test_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4224628Z test_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4224894Z test_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4225189Z test_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4225450Z test_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4225707Z test_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4225957Z test_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4226200Z test_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4226445Z test_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4226690Z test_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4226940Z test_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4227191Z test_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4227436Z test_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4227684Z test_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4227939Z test_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4228195Z test_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4228445Z test_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4228691Z test_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4228949Z test_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4229204Z test_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4229460Z test_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4229713Z test_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4229962Z test_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4230217Z test_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4230463Z test_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4230707Z test_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4230950Z test_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4231189Z test_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4231472Z test_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4231745Z test_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4231987Z test_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4232237Z test_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4232489Z test_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4232736Z test_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4232983Z test_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4233218Z test_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4233469Z test_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4233720Z test_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4233976Z test_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4234236Z test_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4234486Z test_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4234741Z test_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4234987Z test_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4235232Z test_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4235475Z test_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4235720Z test_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4235962Z test_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4236199Z test_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4236437Z test_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4236670Z test_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4236907Z test_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4237140Z test_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4237372Z test_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4237609Z test_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4237799Z test_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4238023Z test_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4238267Z test_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4238459Z test_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4238678Z test_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4238864Z test_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4239047Z test_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4239271Z test_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4239481Z test_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4239704Z test_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4239929Z test_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4240153Z test_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4240343Z test_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4240570Z test_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4240764Z test_meta_inplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4240957Z test_meta_inplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4241142Z test_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4241326Z test_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4241508Z test_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4241738Z test_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4241957Z test_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4242188Z test_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4242416Z test_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4242646Z test_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4242827Z test_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4243047Z test_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4243232Z test_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4243420Z test_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4243602Z test_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4243789Z test_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4243956Z test_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4244179Z test_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4244400Z test_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4244619Z test_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4244835Z test_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4245118Z test_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4245299Z test_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4245555Z test_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4245744Z test_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4245930Z test_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4246117Z test_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4246298Z test_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4246478Z test_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4246658Z test_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4246880Z test_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4247100Z test_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4247325Z test_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4247549Z test_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4247767Z test_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4248014Z test_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4248255Z test_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4248498Z test_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4248727Z test_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4248986Z test_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4249237Z test_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4249498Z test_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4249762Z test_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4250023Z test_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4250284Z test_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4250536Z test_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4250791Z test_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4251041Z test_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4251290Z test_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4251543Z test_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4251794Z test_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4252094Z test_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4252374Z test_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4252621Z test_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4252866Z test_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4253110Z test_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4253351Z test_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4253592Z test_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4253838Z test_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4254093Z test_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4254337Z test_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4254585Z test_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4254830Z test_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4255070Z test_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4255304Z test_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4255535Z test_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4255734Z test_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4255924Z test_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4256112Z test_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4256318Z test_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4256514Z test_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4256709Z test_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4256901Z test_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4257094Z test_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4257283Z test_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4257472Z test_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4257657Z test_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4257848Z test_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4258049Z test_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4258241Z test_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4258441Z test_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4258638Z test_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4258876Z test_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4259067Z test_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4259296Z test_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4259486Z test_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4259673Z test_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4259861Z test_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4260033Z test_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4260224Z test_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4260419Z test_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4260613Z test_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4260817Z test_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261017Z test_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261208Z test_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261402Z test_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261595Z test_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261783Z test_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4261967Z test_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4262152Z test_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4262340Z test_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4262528Z test_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4262726Z test_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4262914Z test_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4263115Z test_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4263313Z test_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4263507Z test_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4263829Z test_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264011Z test_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264206Z test_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264395Z test_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264586Z test_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264775Z test_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4264963Z test_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4265149Z test_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4265374Z test_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4265560Z test_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4265745Z test_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4265993Z test_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4266219Z test_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4266490Z test_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4266716Z test_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4266940Z test_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4267167Z test_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2023-01-11T21:12:44.4267409Z test_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4267655Z test_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4267907Z test_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4268149Z test_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4268385Z test_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4268619Z test_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4268856Z test_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4269076Z test_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4269310Z test_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4269547Z test_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4269789Z test_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4270030Z test_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4270264Z test_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4270503Z test_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4270744Z test_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4270979Z test_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4271215Z test_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4271451Z test_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4271685Z test_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4271920Z test_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4272153Z test_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4272384Z test_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4272616Z test_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4272899Z test_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4273133Z test_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4273402Z test_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4273634Z test_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4273866Z test_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4274097Z test_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4274325Z test_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4274553Z test_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4274781Z test_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4275010Z test_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4275236Z test_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4275427Z test_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4275591Z test_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4275771Z test_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4275952Z test_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4276135Z test_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4276309Z test_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4276484Z test_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4276661Z test_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4276836Z test_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4277014Z test_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4277254Z test_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4277486Z test_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4277718Z test_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4277955Z test_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4278196Z test_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4278437Z test_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4278674Z test_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4278910Z test_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4279155Z test_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4279402Z test_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4279684Z test_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4279919Z test_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4280185Z test_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4280417Z test_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4280641Z test_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4280874Z test_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4281112Z test_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4281345Z test_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4281570Z test_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4281800Z test_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4282027Z test_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4282252Z test_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4282476Z test_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4282701Z test_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4282927Z test_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4283161Z test_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4283387Z test_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4283621Z test_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4283855Z test_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4284089Z test_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4284317Z test_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4284543Z test_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4284773Z test_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4284997Z test_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4285227Z test_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4285451Z test_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4285676Z test_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4285903Z test_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4286145Z test_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4286431Z test_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4286677Z test_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4286942Z test_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4287183Z test_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4287422Z test_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4287658Z test_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4287895Z test_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4288136Z test_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4288376Z test_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4288619Z test_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4288861Z test_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4289099Z test_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4289334Z test_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4289569Z test_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4289804Z test_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4290041Z test_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4290278Z test_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4290525Z test_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4290770Z test_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4291015Z test_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4291261Z test_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4291506Z test_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4291747Z test_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4291991Z test_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4292229Z test_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4292473Z test_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4292720Z test_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4292962Z test_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4293253Z test_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4293494Z test_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4293784Z test_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4294024Z test_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4294252Z test_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4294491Z test_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4294734Z test_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4294986Z test_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4295243Z test_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4295497Z test_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4295749Z test_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4295996Z test_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4296239Z test_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4296480Z test_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4296728Z test_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4296974Z test_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4297218Z test_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4297460Z test_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4297705Z test_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4297952Z test_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4298207Z test_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4298449Z test_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4298695Z test_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4298938Z test_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4299175Z test_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4299415Z test_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4299652Z test_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4299936Z test_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4300176Z test_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4300406Z test_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4300597Z test_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4300796Z test_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4300994Z test_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4301178Z test_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4301373Z test_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4301566Z test_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4301761Z test_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4301952Z test_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4302140Z test_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4302328Z test_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4302516Z test_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4302709Z test_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4302962Z test_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4303212Z test_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4303463Z test_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4303769Z test_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4304024Z test_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4304275Z test_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4304528Z test_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4304778Z test_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4305027Z test_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4305276Z test_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4305530Z test_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4305774Z test_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4306018Z test_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4306261Z test_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4306508Z test_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4306812Z test_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4307055Z test_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4307324Z test_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4307571Z test_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4307818Z test_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4308062Z test_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4308303Z test_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4308548Z test_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4308790Z test_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4309030Z test_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4309262Z test_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4309499Z test_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4309733Z test_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4309973Z test_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4310220Z test_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4310460Z test_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4310708Z test_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4310946Z test_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4311189Z test_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4311425Z test_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4311678Z test_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4311933Z test_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4312189Z test_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4312437Z test_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4312686Z test_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4312933Z test_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4313178Z test_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4313462Z test_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4313708Z test_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4313990Z test_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4314230Z test_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4314474Z test_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4314719Z test_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4314944Z test_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4315183Z test_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4315419Z test_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4315660Z test_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4315895Z test_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4316096Z test_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4316294Z test_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4316498Z test_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4316702Z test_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4316906Z test_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4317103Z test_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4317306Z test_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4317499Z test_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4317691Z test_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4317879Z test_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4318070Z test_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4318264Z test_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4318511Z test_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4318756Z test_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4319010Z test_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4319259Z test_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4319502Z test_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4319746Z test_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4319990Z test_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4320230Z test_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4320503Z test_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4320779Z test_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4321021Z test_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4321262Z test_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4321510Z test_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4321754Z test_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4322002Z test_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4322242Z test_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4322489Z test_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4322729Z test_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4322969Z test_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4323208Z test_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4323448Z test_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4323693Z test_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4323939Z test_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4324185Z test_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4324423Z test_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4324660Z test_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4324895Z test_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4325130Z test_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4325367Z test_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4325606Z test_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4325843Z test_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4326085Z test_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4326324Z test_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4326568Z test_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4326814Z test_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4327093Z test_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4327336Z test_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4327612Z test_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4327838Z test_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4328073Z test_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4328306Z test_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4328543Z test_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4328780Z test_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4329022Z test_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4329269Z test_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4329515Z test_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4329752Z test_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4329991Z test_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4330230Z test_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4330468Z test_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4330707Z test_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4330947Z test_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4331181Z test_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4331415Z test_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4331649Z test_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4331886Z test_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4332126Z test_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4332364Z test_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4332597Z test_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4332828Z test_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4333072Z test_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4333317Z test_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4333565Z test_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4333847Z test_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4334120Z test_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4334364Z test_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4334605Z test_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4334831Z test_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4335070Z test_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4335311Z test_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4335556Z test_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4335794Z test_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4336031Z test_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4336267Z test_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4336506Z test_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4336744Z test_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4337015Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4337294Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4337567Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4337838Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4338092Z test_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4338342Z test_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4338602Z test_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4338857Z test_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4339115Z test_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4339367Z test_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4339619Z test_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4339864Z test_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4340113Z test_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4340406Z test_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4340664Z test_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4340958Z test_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4341216Z test_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4341471Z test_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4341729Z test_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4341977Z test_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4342238Z test_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4342490Z test_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4342741Z test_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4342996Z test_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4343238Z test_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4343460Z test_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4343824Z test_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4344072Z test_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4344310Z test_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4344543Z test_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4344779Z test_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4345011Z test_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4345245Z test_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4345476Z test_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4345712Z test_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4345962Z test_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4346199Z test_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4346431Z test_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4346665Z test_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4346896Z test_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4347133Z test_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4347443Z test_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4347717Z test_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4347954Z test_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4348186Z test_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4348415Z test_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4348647Z test_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4348879Z test_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4349145Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4349402Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4349666Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4349936Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4350195Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4350453Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4350699Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4350952Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4351208Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4351460Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4351713Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4351969Z test_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4352236Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4352495Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4352770Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4353040Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4353308Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4353566Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4353821Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4354122Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4354431Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4354688Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4354944Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4355201Z test_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4355441Z test_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4355679Z test_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4355919Z test_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4356164Z test_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4356405Z test_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4356641Z test_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4356874Z test_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4357108Z test_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4357345Z test_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4357579Z test_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4357834Z test_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4358089Z test_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4358344Z test_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4358594Z test_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4358846Z test_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4359099Z test_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4359333Z test_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4359587Z test_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4359833Z test_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4360078Z test_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4360337Z test_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4360589Z test_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4360887Z test_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4361173Z test_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4361425Z test_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4361678Z test_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4361929Z test_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4362176Z test_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4362427Z test_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4362680Z test_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4362916Z test_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4363148Z test_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4363382Z test_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4363615Z test_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4363847Z test_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4364080Z test_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4364313Z test_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4364548Z test_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4364779Z test_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4365015Z test_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4365244Z test_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4365476Z test_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4365714Z test_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4365941Z test_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4366172Z test_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4366404Z test_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4366639Z test_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4366856Z test_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4367090Z test_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4367369Z test_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4367602Z test_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4367867Z test_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4368098Z test_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4368325Z test_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4368555Z test_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4368785Z test_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4369023Z test_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4369259Z test_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4369506Z test_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4369747Z test_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4369991Z test_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4370232Z test_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4370469Z test_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4370705Z test_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4370940Z test_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4371176Z test_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4371412Z test_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4371644Z test_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4371876Z test_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4372112Z test_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4372344Z test_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4372579Z test_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4372811Z test_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4373046Z test_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4373277Z test_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4373492Z test_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4373722Z test_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4373953Z test_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4374187Z test_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4374366Z test_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4374555Z test_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4374778Z test_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4374964Z test_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4375147Z test_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4375328Z test_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4375507Z test_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4375688Z test_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4375869Z test_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4376050Z test_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4376226Z test_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4376405Z test_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4376650Z test_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4376891Z test_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4377131Z test_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4377363Z test_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4377596Z test_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4377821Z test_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4378056Z test_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4378284Z test_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4378510Z test_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4378720Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4378934Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4379142Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4379389Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4379639Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4379886Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4380132Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4380375Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4380585Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4380790Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4381002Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4381297Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4381575Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4381821Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4382063Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4382304Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4382512Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4382723Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4382934Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4383183Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4383429Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4383671Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4383977Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4384208Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4384401Z test_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4384591Z test_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4384785Z test_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4384976Z test_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4385163Z test_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4385347Z test_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4385530Z test_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4385719Z test_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4385905Z test_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4386093Z test_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4386335Z test_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4386572Z test_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4386808Z test_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4387041Z test_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4387283Z test_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4387522Z test_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4387759Z test_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4388059Z test_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4388293Z test_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4388568Z test_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4388807Z test_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4389040Z test_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4389284Z test_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4389513Z test_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4389755Z test_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4389988Z test_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4390230Z test_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4390464Z test_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4390699Z test_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4390931Z test_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4391168Z test_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4391404Z test_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4391639Z test_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4391873Z test_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4392122Z test_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4392360Z test_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4392610Z test_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4392857Z test_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4393108Z test_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4393352Z test_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4393595Z test_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4393836Z test_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4394076Z test_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4394311Z test_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4394547Z test_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4394830Z test_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4395068Z test_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4395357Z test_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4395592Z test_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4395833Z test_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4396076Z test_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4396317Z test_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4396546Z test_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4396782Z test_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4397020Z test_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4397257Z test_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4397489Z test_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4397723Z test_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4397958Z test_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4398195Z test_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4398447Z test_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4398699Z test_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4398951Z test_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4399201Z test_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4399467Z test_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4399729Z test_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4399990Z test_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4400251Z test_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4400503Z test_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4400752Z test_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4401004Z test_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4401249Z test_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4401433Z test_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4401689Z test_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4401877Z test_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402099Z test_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402281Z test_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402463Z test_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402643Z test_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402807Z test_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4402990Z test_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4403167Z test_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4403353Z test_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4403532Z test_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4403716Z test_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4403907Z test_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4404095Z test_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4404283Z test_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4404470Z test_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4404652Z test_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4404836Z test_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405018Z test_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405203Z test_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405379Z test_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405558Z test_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405744Z test_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4405991Z test_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4406231Z test_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4406466Z test_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4406713Z test_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4406965Z test_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4407202Z test_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4407443Z test_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4407680Z test_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4407914Z test_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4408152Z test_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4408384Z test_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4408677Z test_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4408910Z test_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4409198Z test_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4409447Z test_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4409708Z test_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4409964Z test_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4410226Z test_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4410478Z test_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4410731Z test_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4410983Z test_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4411233Z test_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4411481Z test_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4411726Z test_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4411973Z test_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4412223Z test_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4412468Z test_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4412704Z test_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4412948Z test_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4413190Z test_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4413432Z test_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4413675Z test_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4413902Z test_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4414140Z test_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4414382Z test_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4414615Z test_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4414848Z test_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4415081Z test_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4415317Z test_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4415603Z test_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4415869Z test_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4416116Z test_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4416363Z test_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4416604Z test_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4416842Z test_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4417078Z test_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4417317Z test_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4417552Z test_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4417784Z test_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4418016Z test_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4418250Z test_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4418489Z test_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4418729Z test_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4418967Z test_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4419218Z test_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4419463Z test_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4419709Z test_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4419950Z test_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4420190Z test_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4420427Z test_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4420666Z test_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4420891Z test_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4421124Z test_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4421360Z test_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4421593Z test_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4421791Z test_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4421986Z test_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4422230Z test_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4422525Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4422851Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4423148Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4423436Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4423775Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4424054Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4424328Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4424608Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4424882Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4425157Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4425434Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4425707Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4425987Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4426262Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4426531Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4426802Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4427074Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4427349Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4427622Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4427891Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4428161Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4428431Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4428697Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4429036Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4429349Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4429620Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4429888Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4430153Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4430378Z test_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4430604Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4430826Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4431035Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4431300Z test_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4431561Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4431819Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4432076Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4432338Z test_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4432596Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4432854Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4433106Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4433371Z test_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4433631Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4433889Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4434147Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4434411Z test_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4434670Z test_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4434925Z test_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4435181Z test_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4435461Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4435782Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4436089Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4436362Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4436620Z test_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4436874Z test_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4437128Z test_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4437387Z test_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4437665Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4437946Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4438224Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4438497Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4438787Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4439076Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4439366Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4439652Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4439861Z test_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4440068Z test_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4440274Z test_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4440482Z test_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4440730Z test_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4440996Z test_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4441257Z test_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4441515Z test_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4441770Z test_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4442027Z test_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4442329Z test_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4442585Z test_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4442884Z test_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4443147Z test_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4443403Z test_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4443655Z test_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4443911Z test_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4444172Z test_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4444447Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4444722Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4445000Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4445278Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4445549Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4445821Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4446092Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4446363Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4446637Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4446907Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4447177Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4447448Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4447719Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4447983Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4448257Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4448529Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4448800Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4449130Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4449433Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4449701Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4449970Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4450247Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4450522Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4450804Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4451085Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4451361Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4451621Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4451888Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4452161Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4452437Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4452711Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4452986Z test_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4453258Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4453526Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4453793Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4454061Z test_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4454333Z test_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4454595Z test_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4454859Z test_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4455116Z test_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4455370Z test_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4455632Z test_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4455851Z test_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4456104Z test_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4456326Z test_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4456540Z test_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4456756Z test_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4456971Z test_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4457184Z test_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4457398Z test_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4457608Z test_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4457820Z test_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4458033Z test_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4458237Z test_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4458439Z test_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4458627Z test_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4458827Z test_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4459100Z test_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4459371Z test_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4459640Z test_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4459907Z test_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4460174Z test_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4460434Z test_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4460690Z test_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4460949Z test_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4461205Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4461451Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4461700Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4461944Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4462195Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4462441Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4462743Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4463032Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4463282Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4463535Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4463915Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4464161Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4464416Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4464659Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4464908Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4465154Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4465433Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4465708Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4465981Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4466258Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4466534Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4466804Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4467074Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4467342Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4467608Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4467863Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4468118Z test_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4468373Z test_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4468624Z test_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4468878Z test_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4469128Z test_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4469443Z test_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4469692Z test_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4469979Z test_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4470240Z test_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4470500Z test_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4470760Z test_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4471024Z test_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4471289Z test_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4471549Z test_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4471806Z test_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4472068Z test_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4472326Z test_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4472588Z test_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4472851Z test_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4473074Z test_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4473293Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4473511Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4473727Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4473991Z test_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4474246Z test_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4474505Z test_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4474762Z test_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4475019Z test_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4475276Z test_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4475531Z test_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4475783Z test_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4476088Z test_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4476351Z test_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4476630Z test_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4476892Z test_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4477169Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4477447Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4477720Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4477999Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4478264Z test_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4478528Z test_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4478786Z test_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4479040Z test_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4479305Z test_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4479571Z test_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4479836Z test_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4480100Z test_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4480375Z test_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4480649Z test_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4480919Z test_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4481191Z test_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4481468Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4481742Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4482014Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4482291Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4482566Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4482889Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4483200Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4483473Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4483745Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4484019Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4484291Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4484566Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4484840Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4485117Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4485394Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4485669Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4485927Z test_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4486185Z test_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4486444Z test_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4486696Z test_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4486954Z test_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4487214Z test_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4487472Z test_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4487714Z test_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4487968Z test_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4488224Z test_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4488488Z test_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4488749Z test_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4489006Z test_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4489260Z test_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4489536Z test_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4489751Z test_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4490003Z test_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4490217Z test_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4490474Z test_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4490734Z test_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4490992Z test_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4491253Z test_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4491511Z test_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4491768Z test_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4492040Z test_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4492313Z test_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4492583Z test_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4492854Z test_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4493117Z test_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4493381Z test_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4493642Z test_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4493897Z test_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4494168Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4494435Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4494707Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4494977Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4495241Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4495507Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4495772Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4496036Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4496345Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4496652Z test_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4496911Z test_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4497154Z test_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4497408Z test_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4497667Z test_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4497924Z test_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4498181Z test_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4498435Z test_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4498692Z test_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4498947Z test_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4499201Z test_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4499456Z test_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4499720Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4499981Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4500239Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4500506Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4500772Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4501041Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4501303Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4501568Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4501825Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4502089Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4502354Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4502663Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4502920Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4503221Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4503482Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4503810Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4504074Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4504341Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4504553Z test_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4504759Z test_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4504961Z test_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4505162Z test_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4505425Z test_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4505679Z test_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4505930Z test_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4506183Z test_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4506443Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4506707Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4506969Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4507235Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4507509Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4507791Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4508069Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4508343Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4508626Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4508906Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4509180Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4509512Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4509808Z test_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4510064Z test_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4510316Z test_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4510568Z test_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4510827Z test_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4511100Z test_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4511366Z test_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4511625Z test_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4511881Z test_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4512138Z test_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4512388Z test_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4512655Z test_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4512915Z test_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4513187Z test_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4513454Z test_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4513720Z test_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4513982Z test_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4514242Z test_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4514504Z test_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4514764Z test_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4515019Z test_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4515274Z test_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4515532Z test_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4515795Z test_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4516096Z test_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4516400Z test_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4516672Z test_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4516935Z test_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4517182Z test_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4517445Z test_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4517708Z test_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4517970Z test_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4518228Z test_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4518485Z test_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4518742Z test_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4519006Z test_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4519278Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4519544Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4519808Z test_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4520067Z test_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4520330Z test_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4520601Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4520873Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4521139Z test_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4521407Z test_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4521671Z test_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4521949Z test_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4522223Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4522499Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4522811Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4523118Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4523387Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4523655Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4523920Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4524191Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4524458Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4524729Z test_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4524981Z test_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4525235Z test_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4525499Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4525761Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4526032Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4526303Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4526567Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4526827Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4527090Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4527351Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4527611Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4527854Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4528115Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4528374Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4528641Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4528907Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4529182Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4529498Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4529803Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4530071Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4530340Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4530602Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4530864Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4531131Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4531396Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4531659Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4531926Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4532194Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4532456Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4532723Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4532990Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4533251Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4533514Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4533775Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4534043Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4534300Z test_meta_inplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4534556Z test_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4534807Z test_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4535055Z test_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4535308Z test_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4535558Z test_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4535854Z test_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4536103Z test_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4536385Z test_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4536635Z test_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4536882Z test_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4537130Z test_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4537374Z test_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4537628Z test_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4537867Z test_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4538118Z test_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4538371Z test_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4538619Z test_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4538869Z test_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4539117Z test_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4539368Z test_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4539616Z test_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4539825Z test_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4540033Z test_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4540240Z test_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4540443Z test_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4540647Z test_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4540854Z test_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4541053Z test_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4541255Z test_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4541458Z test_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4541659Z test_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4541860Z test_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4542056Z test_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4542319Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4542633Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4542895Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4543199Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4543464Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4543869Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4544134Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4544392Z test_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4544637Z test_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4544895Z test_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4545150Z test_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4545422Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4545697Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4545971Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4546242Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4546515Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4546779Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4547044Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4547306Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4547568Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4547832Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4548101Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4548358Z test_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4548615Z test_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4548869Z test_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4549120Z test_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4549456Z test_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4549760Z test_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4550020Z test_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4550275Z test_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4550531Z test_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4550785Z test_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4551050Z test_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4551314Z test_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4551573Z test_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4551836Z test_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4552091Z test_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4552345Z test_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4552600Z test_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4552855Z test_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4553107Z test_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4553360Z test_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4553622Z test_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4553887Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4554154Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4554415Z test_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4554658Z test_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4554917Z test_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4555173Z test_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4555427Z test_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4555680Z test_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4555932Z test_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4556232Z test_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4556484Z test_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4556700Z test_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4556915Z test_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4557127Z test_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4557335Z test_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4557543Z test_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4557751Z test_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4557959Z test_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4558168Z test_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4558439Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4558719Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4558997Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4559269Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4559541Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4559811Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4560079Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4560350Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4560617Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4560881Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4561151Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4561446Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4561740Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4562036Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4562324Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4562611Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4562940Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4563259Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4563547Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4563833Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4564118Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4564395Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4564654Z test_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4564915Z test_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4565172Z test_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4565428Z test_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4565683Z test_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4565939Z test_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4566210Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4566482Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4566751Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4567022Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4567291Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4567558Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4567829Z test_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4568076Z test_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4568310Z test_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4568552Z test_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4568794Z test_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4569032Z test_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4569316Z test_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4569549Z test_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4569818Z test_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4570051Z test_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4570284Z test_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4570515Z test_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4570749Z test_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4570979Z test_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4571215Z test_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4571457Z test_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4571694Z test_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4571927Z test_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4572160Z test_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4572379Z test_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4572618Z test_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4572861Z test_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4573107Z test_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4573344Z test_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4573576Z test_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4573807Z test_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4574041Z test_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4574282Z test_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4574523Z test_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4574764Z test_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4575006Z test_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4575240Z test_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4575481Z test_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4575723Z test_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4575961Z test_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4576240Z test_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4576512Z test_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4576749Z test_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4576983Z test_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4577217Z test_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4577470Z test_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4577719Z test_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4577976Z test_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4578228Z test_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4578463Z test_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4578693Z test_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4578933Z test_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4579168Z test_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4579402Z test_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4579623Z test_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4579859Z test_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4580091Z test_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4580321Z test_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4580545Z test_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4580774Z test_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4581001Z test_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4581230Z test_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4581471Z test_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4581705Z test_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4581946Z test_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4582191Z test_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4582433Z test_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4582673Z test_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4582955Z test_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4583226Z test_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4583461Z test_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4583758Z test_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4583990Z test_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4584222Z test_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4584456Z test_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4584689Z test_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4584919Z test_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4585147Z test_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4585371Z test_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4585609Z test_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4585840Z test_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4586069Z test_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4586309Z test_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4586542Z test_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4586784Z test_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4587017Z test_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4587245Z test_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4587476Z test_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4587706Z test_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4587941Z test_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4588168Z test_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4588407Z test_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4588640Z test_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4588880Z test_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4589114Z test_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4589358Z test_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4589600Z test_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4589903Z test_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4590181Z test_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4590415Z test_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4590650Z test_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4590881Z test_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4591115Z test_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4591349Z test_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4591591Z test_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4591832Z test_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4592076Z test_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4592317Z test_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4592558Z test_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4592781Z test_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4593015Z test_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4593250Z test_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4593507Z test_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4593727Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4593943Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4594161Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4594411Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4594658Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4594906Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4595157Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4595402Z test_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4595648Z test_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4595863Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4596076Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4596289Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4596582Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4596831Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4597125Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4597376Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4597621Z test_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4597867Z test_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4598081Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4598297Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4598508Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4598763Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4599010Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4599256Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4599489Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4599735Z test_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4599984Z test_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4600199Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4600415Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4600626Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4600878Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4601122Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4601364Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4601611Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4601856Z test_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4602108Z test_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4602320Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4602531Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4602743Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4602990Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4603236Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4603527Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4603810Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4604058Z test_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4604301Z test_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4604544Z test_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4604788Z test_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4605036Z test_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4605275Z test_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4605515Z test_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4605753Z test_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4605990Z test_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4606224Z test_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4606443Z test_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4606679Z test_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4606917Z test_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4607111Z test_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4607303Z test_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4607489Z test_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4607676Z test_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4607858Z test_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608040Z test_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608222Z test_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608407Z test_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608585Z test_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608761Z test_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4608948Z test_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4609133Z test_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4609372Z test_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4609606Z test_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4609843Z test_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4610083Z test_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4610371Z test_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4610604Z test_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4610892Z test_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4611138Z test_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4611374Z test_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4611608Z test_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4611835Z test_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4612068Z test_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4612296Z test_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4612483Z test_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4612661Z test_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4612850Z test_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4613037Z test_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4613220Z test_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4613402Z test_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4613581Z test_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4613761Z test_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4613940Z test_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4614115Z test_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4614295Z test_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4614481Z test_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4614712Z test_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4614940Z test_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4615150Z test_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4615375Z test_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4615622Z test_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4615863Z test_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4616056Z test_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4616285Z test_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4616474Z test_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4616661Z test_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4616847Z test_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4617076Z test_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4617351Z test_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4617578Z test_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4617852Z test_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4618083Z test_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2023-01-11T21:12:44.4618329Z test_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4618577Z test_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4618823Z test_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4619068Z test_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4619312Z test_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4619552Z test_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4619788Z test_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4620028Z test_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4620265Z test_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4620501Z test_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4620739Z test_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4620973Z test_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4621196Z test_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4621429Z test_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4621662Z test_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4621895Z test_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4622142Z test_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4622388Z test_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4622632Z test_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4622878Z test_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4623117Z test_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4623354Z test_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4623594Z test_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4624008Z test_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4624324Z test_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4624560Z test_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4624838Z test_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4625076Z test_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4625308Z test_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4625538Z test_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4625772Z test_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4626009Z test_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4626245Z test_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4626492Z test_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4626735Z test_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4626974Z test_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4627220Z test_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4627454Z test_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4627696Z test_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4627929Z test_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4628161Z test_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4628404Z test_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4628628Z test_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4628864Z test_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4629096Z test_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4629335Z test_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4629570Z test_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4629801Z test_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4630030Z test_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4630259Z test_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4630488Z test_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4630714Z test_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4630947Z test_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4631222Z test_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4631495Z test_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4631731Z test_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4631964Z test_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4632195Z test_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4632424Z test_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4632656Z test_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4632889Z test_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4633122Z test_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4633348Z test_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4633576Z test_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4633805Z test_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4634003Z test_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4634241Z test_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4634446Z test_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4634634Z test_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4634830Z test_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4635029Z test_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4635224Z test_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4635461Z test_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4635694Z test_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4635927Z test_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4636161Z test_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4636394Z test_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4636591Z test_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4636784Z test_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4636975Z test_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4637163Z test_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4637354Z test_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4637544Z test_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4637731Z test_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4637964Z test_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4638153Z test_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4638341Z test_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4638571Z test_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4638766Z test_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4638940Z test_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4639125Z test_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4639309Z test_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4639547Z test_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4639789Z test_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4640031Z test_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4640278Z test_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4640514Z test_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4640748Z test_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4640981Z test_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4641216Z test_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4641452Z test_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4641689Z test_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4641923Z test_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4642155Z test_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4642409Z test_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4642658Z test_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4642918Z test_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4643179Z test_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4643437Z test_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4643693Z test_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4643944Z test_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4644197Z test_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4644446Z test_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4644696Z test_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4644989Z test_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4645272Z test_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4645522Z test_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4645754Z test_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4645992Z test_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4646237Z test_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4646485Z test_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4646737Z test_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4646988Z test_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4647229Z test_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4647471Z test_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4647708Z test_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4647943Z test_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4648177Z test_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4648415Z test_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4648659Z test_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4648896Z test_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4649130Z test_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4649375Z test_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4649618Z test_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4649857Z test_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4650094Z test_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4650332Z test_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4650566Z test_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4650794Z test_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4651030Z test_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4651266Z test_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4651502Z test_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4651788Z test_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4651977Z test_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4652196Z test_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4652378Z test_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4652569Z test_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4652754Z test_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4652942Z test_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4653131Z test_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4653316Z test_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4653504Z test_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4653686Z test_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4653870Z test_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4654051Z test_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4654244Z test_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4654435Z test_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4654632Z test_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4654830Z test_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655021Z test_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655216Z test_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655407Z test_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655597Z test_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655783Z test_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4655968Z test_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4656141Z test_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4656327Z test_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4656575Z test_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4656817Z test_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4657068Z test_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4657319Z test_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4657560Z test_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4657806Z test_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4658052Z test_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4658295Z test_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4658588Z test_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4658827Z test_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4659100Z test_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4659338Z test_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4659585Z test_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4659824Z test_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4660072Z test_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4660323Z test_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4660571Z test_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4660817Z test_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4661055Z test_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4661297Z test_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4661535Z test_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4661771Z test_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4662007Z test_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4662242Z test_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4662482Z test_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4662715Z test_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4662929Z test_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4663167Z test_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4663402Z test_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4663639Z test_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4663941Z test_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4664176Z test_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4664407Z test_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4664636Z test_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4664860Z test_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4665084Z test_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4665313Z test_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4665595Z test_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4665866Z test_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4666097Z test_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4666335Z test_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4666573Z test_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4666801Z test_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4667033Z test_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4667270Z test_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4667503Z test_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4667730Z test_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4667957Z test_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4668183Z test_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4668411Z test_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4668598Z test_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4668784Z test_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4668968Z test_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4669140Z test_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4669324Z test_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4669504Z test_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4669685Z test_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4669864Z test_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4670047Z test_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4670247Z test_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4670447Z test_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4670647Z test_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4670845Z test_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4671048Z test_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4671242Z test_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4671444Z test_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4671641Z test_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4671848Z test_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4672056Z test_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4672305Z test_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4672506Z test_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4672730Z test_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4672958Z test_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4673136Z test_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4673328Z test_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4673521Z test_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4673704Z test_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4673885Z test_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4674073Z test_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4674300Z test_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4674528Z test_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4674754Z test_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4674981Z test_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4675207Z test_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4675448Z test_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4675686Z test_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4675924Z test_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4676160Z test_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4676391Z test_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4676623Z test_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4676849Z test_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4677079Z test_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4677304Z test_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4677534Z test_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4677759Z test_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4678008Z test_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4678252Z test_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4678504Z test_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4678739Z test_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4678987Z test_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4679282Z test_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4679563Z test_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4679810Z test_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4680052Z test_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4680290Z test_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4680532Z test_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4680772Z test_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4681020Z test_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4681217Z test_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4681408Z test_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4681610Z test_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4681808Z test_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682002Z test_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682195Z test_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682388Z test_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682585Z test_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682776Z test_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4682965Z test_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4683157Z test_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4683347Z test_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4683537Z test_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.4683709Z test_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4683905Z test_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.4684098Z test_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4684291Z test_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4684480Z test_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4684665Z test_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4684852Z test_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4685035Z test_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4685219Z test_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4685402Z test_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.4685585Z test_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.4685794Z test_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4686003Z test_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4686259Z test_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4686465Z test_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4686697Z test_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4686902Z test_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4687111Z test_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4687314Z test_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4687518Z test_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4687723Z test_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4687928Z test_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4688136Z test_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4688343Z test_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4688540Z test_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4688739Z test_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4688935Z test_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4689133Z test_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.4689320Z test_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.4689524Z test_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.4689732Z test_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4689935Z test_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4690138Z test_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.4690333Z test_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.4690529Z test_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4690723Z test_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4690924Z test_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4691123Z test_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4691331Z test_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4691537Z test_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4691745Z test_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4691947Z test_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4692146Z test_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4692343Z test_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4692540Z test_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4692740Z test_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4692937Z test_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4693193Z test_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4693391Z test_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4693627Z test_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4693817Z test_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4694019Z test_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4694215Z test_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4694411Z test_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4694607Z test_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.4694808Z test_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4695005Z test_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4695257Z test_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4695504Z test_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4695749Z test_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4695992Z test_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4696235Z test_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4696480Z test_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4696722Z test_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4696966Z test_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4697235Z test_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4697492Z test_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4697747Z test_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4698003Z test_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4698262Z test_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4698519Z test_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4698769Z test_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4699022Z test_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4699259Z test_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4699489Z test_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4699728Z test_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4700012Z test_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4700300Z test_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4700523Z test_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4700754Z test_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4700983Z test_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4701216Z test_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4701450Z test_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4701684Z test_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4701916Z test_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4702144Z test_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4702392Z test_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4702636Z test_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4702879Z test_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4703120Z test_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4703365Z test_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4703607Z test_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4703914Z test_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4704153Z test_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4704397Z test_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4704637Z test_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4704820Z test_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4704999Z test_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4705186Z test_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4705374Z test_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4705556Z test_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4705736Z test_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4705916Z test_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4706084Z test_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4706262Z test_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4706437Z test_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4706669Z test_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4706845Z test_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4707022Z test_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4707300Z test_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4707530Z test_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4707772Z test_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4708007Z test_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4708237Z test_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4708472Z test_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4708705Z test_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4708934Z test_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4709160Z test_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4709388Z test_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4709616Z test_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4709843Z test_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4710030Z test_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4710259Z test_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4710453Z test_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4710646Z test_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4710836Z test_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4711011Z test_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4711197Z test_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4711388Z test_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4711613Z test_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4711841Z test_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4712065Z test_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4712294Z test_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4712522Z test_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4712706Z test_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4712884Z test_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4713065Z test_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4713248Z test_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4713425Z test_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4713650Z test_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4713826Z test_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4714040Z test_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4714214Z test_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4714392Z test_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4714653Z test_meta_inplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4714906Z test_meta_inplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4715165Z test_meta_inplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4715418Z test_meta_inplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4715665Z test_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4715920Z test_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4716181Z test_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4716445Z test_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4716699Z test_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4716953Z test_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4717214Z test_meta_inplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4717483Z test_meta_inplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4717749Z test_meta_inplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4718014Z test_meta_inplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4718269Z test_meta_inplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4718523Z test_meta_inplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4718776Z test_meta_inplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4719029Z test_meta_inplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4719281Z test_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4719532Z test_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4719783Z test_meta_inplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4720034Z test_meta_inplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4720317Z test_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4720548Z test_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4720816Z test_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4721051Z test_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4721281Z test_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4721511Z test_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4721748Z test_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4721983Z test_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4722213Z test_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4722445Z test_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4722628Z test_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4722850Z test_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4723034Z test_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4723207Z test_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4723390Z test_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4723573Z test_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4723756Z test_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4723935Z test_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4724156Z test_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4724376Z test_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4724594Z test_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4724814Z test_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4725029Z test_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4725214Z test_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4725443Z test_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4725630Z test_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4725817Z test_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4725999Z test_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4726180Z test_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4726361Z test_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4726583Z test_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4726800Z test_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4727020Z test_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4727289Z test_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4727536Z test_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4727718Z test_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4727938Z test_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4728125Z test_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4728308Z test_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4728489Z test_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4728667Z test_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4728853Z test_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4729030Z test_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4729250Z test_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.4729467Z test_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4729684Z test_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4729901Z test_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4730119Z test_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4730354Z test_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4730587Z test_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4730823Z test_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4731059Z test_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4731291Z test_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4731522Z test_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4731753Z test_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4731981Z test_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4732210Z test_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4732436Z test_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4732657Z test_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4732884Z test_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4733109Z test_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4733352Z test_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4733591Z test_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4733886Z test_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4734125Z test_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4734401Z test_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4734640Z test_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4734876Z test_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4735110Z test_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4735344Z test_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4735588Z test_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4735822Z test_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4736055Z test_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4736286Z test_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4736516Z test_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4736763Z test_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4737009Z test_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4737266Z test_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4737519Z test_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4737770Z test_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4738017Z test_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4738263Z test_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4738512Z test_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4738754Z test_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4739001Z test_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4739246Z test_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4739488Z test_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4739716Z test_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4739936Z test_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4740162Z test_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4740390Z test_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4740663Z test_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4740920Z test_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4741144Z test_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4741367Z test_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4741590Z test_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4741851Z test_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4742109Z test_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4742365Z test_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4742622Z test_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4742863Z test_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4743108Z test_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4743350Z test_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4743587Z test_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4743968Z test_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4744209Z test_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4744454Z test_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4744693Z test_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4744937Z test_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4745183Z test_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4745428Z test_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4745674Z test_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4745914Z test_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4746157Z test_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4746398Z test_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4746640Z test_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4746880Z test_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4747123Z test_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4747435Z test_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4747706Z test_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4747948Z test_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4748186Z test_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4748425Z test_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4748664Z test_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4748908Z test_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4749151Z test_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4749396Z test_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4749634Z test_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4749873Z test_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4750108Z test_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4750345Z test_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4750587Z test_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4750825Z test_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4751069Z test_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4751311Z test_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4751549Z test_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4751787Z test_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4752027Z test_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4752271Z test_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4752516Z test_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4752781Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4753049Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4753315Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4753578Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4753937Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4754240Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4754504Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4754767Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4755034Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4755299Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4755571Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4755833Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4756103Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4756364Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4756628Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4756882Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4757562Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4758015Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4758449Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4758882Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4759310Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4759740Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4760177Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4760608Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4761038Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4761474Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4761905Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4762408Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4762876Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4763308Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4763733Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4764159Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4764407Z test_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4764650Z test_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4764895Z test_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4765137Z test_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4765383Z test_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4765620Z test_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4765857Z test_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4766095Z test_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4766332Z test_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4766573Z test_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4766810Z test_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4767053Z test_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4767294Z test_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4767535Z test_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4767774Z test_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4768014Z test_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4768255Z test_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4768496Z test_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4768756Z test_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4769019Z test_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4769284Z test_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4769602Z test_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4769902Z test_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4770160Z test_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4770420Z test_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4770671Z test_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4770935Z test_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4771203Z test_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4771472Z test_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4771734Z test_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4771997Z test_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4772255Z test_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4772519Z test_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4772782Z test_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4773025Z test_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4773262Z test_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4773501Z test_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4773743Z test_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4773980Z test_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4774214Z test_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4774449Z test_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4774683Z test_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4774919Z test_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4775151Z test_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4775383Z test_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4775616Z test_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4775853Z test_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4776139Z test_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4776408Z test_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4776642Z test_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4776874Z test_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4777105Z test_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4777336Z test_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4777572Z test_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4777818Z test_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4778055Z test_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4778286Z test_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4778507Z test_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4778739Z test_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4778971Z test_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4779234Z test_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4779502Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4779769Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4780034Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4780292Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4780555Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4780814Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4781080Z test_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4781543Z test_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4781985Z test_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4782423Z test_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4782857Z test_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4783285Z test_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4783840Z test_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4784319Z test_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4784763Z test_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4785009Z test_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4785256Z test_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4785506Z test_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4785751Z test_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4785994Z test_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4786231Z test_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4786471Z test_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4786718Z test_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4786975Z test_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4787237Z test_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4787497Z test_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4787760Z test_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4788014Z test_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4788267Z test_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4788522Z test_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4788780Z test_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4789033Z test_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4789292Z test_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4789549Z test_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4789805Z test_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4790058Z test_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4790302Z test_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4790610Z test_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4790904Z test_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4791164Z test_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4791422Z test_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4791678Z test_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4791932Z test_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4792191Z test_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4792445Z test_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4792698Z test_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4792950Z test_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4793204Z test_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4793462Z test_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4793721Z test_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4793976Z test_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4794229Z test_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4794483Z test_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4794736Z test_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4794989Z test_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4795234Z test_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4795472Z test_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4795717Z test_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4795956Z test_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4796201Z test_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4796436Z test_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4796672Z test_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4796948Z test_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4797187Z test_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4797456Z test_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4797695Z test_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4797939Z test_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4798182Z test_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4798421Z test_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4798661Z test_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4798890Z test_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4799133Z test_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4799374Z test_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4799652Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4799932Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4800209Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4800489Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4800762Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4801037Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4801313Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4801590Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4801861Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4802133Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4802403Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4802677Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4802940Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4803203Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4803465Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4803780Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4804088Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4804354Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4804618Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4804890Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4805150Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4805416Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4805683Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4805950Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4806213Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4806687Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4807146Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4807604Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4808052Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4808500Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4808946Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4809391Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4809844Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4810286Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4810738Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4811187Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4811629Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4812136Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4812622Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4813074Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4813517Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4813969Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4814431Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4814888Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4815338Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4815784Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4816230Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4816679Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4817131Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4817573Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4818024Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4818476Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4818922Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4819371Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4819814Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4820257Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4820695Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.4821008Z test_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4821303Z test_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4821567Z test_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4821827Z test_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4822082Z test_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4822326Z test_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4822590Z test_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4822860Z test_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4823108Z test_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4823348Z test_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4823592Z test_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4823977Z test_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4824223Z test_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4824467Z test_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4824711Z test_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4824953Z test_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4825193Z test_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4825434Z test_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4825669Z test_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4825910Z test_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4826154Z test_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4826394Z test_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4826630Z test_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4826865Z test_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4827101Z test_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4827336Z test_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4827636Z test_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4827864Z test_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4828143Z test_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4828380Z test_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4828613Z test_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4828844Z test_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4829074Z test_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4829304Z test_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4829534Z test_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4829754Z test_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4829982Z test_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4830210Z test_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4830435Z test_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4830681Z test_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4830924Z test_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4831177Z test_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4831427Z test_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4831668Z test_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4831911Z test_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4832149Z test_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4832387Z test_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4832625Z test_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4832868Z test_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4833112Z test_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4833351Z test_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4833595Z test_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4833838Z test_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4834086Z test_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4834424Z test_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4834672Z test_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4834955Z test_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4835200Z test_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4835442Z test_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4835682Z test_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4835923Z test_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4836162Z test_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4836403Z test_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4836646Z test_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4836826Z test_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4837047Z test_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4837223Z test_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4837408Z test_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4837593Z test_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4837773Z test_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4837951Z test_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4838130Z test_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4838350Z test_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4838576Z test_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4838792Z test_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4839011Z test_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4839229Z test_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4839419Z test_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4839644Z test_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4839836Z test_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840024Z test_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840207Z test_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840388Z test_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840569Z test_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840746Z test_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4840927Z test_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4841143Z test_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4841322Z test_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4841534Z test_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4841723Z test_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4841904Z test_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4842098Z test_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4842287Z test_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4842474Z test_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4842659Z test_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4842846Z test_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843030Z test_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843210Z test_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843394Z test_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843572Z test_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843749Z test_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4843929Z test_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4844164Z test_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4844389Z test_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4844631Z test_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4844866Z test_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4845102Z test_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4845322Z test_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4845551Z test_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4845782Z test_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4846007Z test_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4846238Z test_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4846464Z test_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4846692Z test_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4846916Z test_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4847147Z test_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4847379Z test_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4847608Z test_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4847834Z test_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4848108Z test_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4848369Z test_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4848602Z test_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4848838Z test_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4849079Z test_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4849310Z test_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4849541Z test_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4849778Z test_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4850028Z test_meta_inplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4850278Z test_meta_inplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4850528Z test_meta_inplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4850770Z test_meta_inplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4851011Z test_meta_inplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4851253Z test_meta_inplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4851489Z test_meta_inplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4851737Z test_meta_inplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4851982Z test_meta_inplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4852213Z test_meta_inplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4852450Z test_meta_inplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4852687Z test_meta_inplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4852923Z test_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4853152Z test_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4853380Z test_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4853606Z test_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4853784Z test_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4853965Z test_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4854145Z test_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4854322Z test_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4854548Z test_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4854724Z test_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4854898Z test_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4855103Z test_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4855275Z test_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4855445Z test_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4855614Z test_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4855785Z test_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4856012Z test_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4856242Z test_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4856472Z test_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4856695Z test_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4856924Z test_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4857148Z test_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4857373Z test_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4857594Z test_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4857815Z test_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4858038Z test_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4858262Z test_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4858485Z test_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4858706Z test_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4858940Z test_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4859170Z test_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4859408Z test_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4859648Z test_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4859885Z test_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4860117Z test_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4860349Z test_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4860576Z test_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4860802Z test_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4861031Z test_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4861321Z test_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4861585Z test_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4861816Z test_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4862044Z test_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4862267Z test_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4862490Z test_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4862715Z test_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4862944Z test_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.4863172Z test_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4863408Z test_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4863638Z test_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4863931Z test_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4864106Z test_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4864275Z test_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4864454Z test_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4864634Z test_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4864809Z test_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4864982Z test_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865153Z test_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865322Z test_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865492Z test_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865662Z test_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865830Z test_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4865998Z test_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4866240Z test_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4866477Z test_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4866725Z test_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4866970Z test_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4867209Z test_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4867447Z test_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4867676Z test_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4867974Z test_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4868208Z test_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4868485Z test_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4868722Z test_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4868962Z test_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4869188Z test_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4869414Z test_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4869650Z test_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4869879Z test_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4870108Z test_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4870333Z test_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4870560Z test_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4870783Z test_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4871004Z test_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4871229Z test_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4871451Z test_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4871674Z test_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4871852Z test_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4872066Z test_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4872247Z test_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4872425Z test_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4872604Z test_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4872780Z test_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4872958Z test_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4873124Z test_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4873341Z test_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4873557Z test_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4873771Z test_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4873986Z test_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4874199Z test_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4874376Z test_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4874639Z test_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4874822Z test_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875039Z test_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875221Z test_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875399Z test_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875574Z test_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875747Z test_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4875964Z test_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4876198Z test_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4876415Z test_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4876634Z test_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4876853Z test_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2023-01-11T21:12:44.4877097Z test_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4877339Z test_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4877584Z test_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4878000Z test_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4878238Z test_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4878530Z test_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4878812Z test_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4879071Z test_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4879304Z test_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4879538Z test_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4879769Z test_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4880003Z test_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4880238Z test_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4880481Z test_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4880719Z test_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4880951Z test_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4881179Z test_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4881408Z test_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4881689Z test_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4881911Z test_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4882177Z test_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4882408Z test_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4882633Z test_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4882858Z test_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4883083Z test_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4883309Z test_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4883526Z test_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4883750Z test_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4883970Z test_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4884190Z test_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4884414Z test_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4884632Z test_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4884863Z test_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4885086Z test_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4885310Z test_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4885533Z test_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4885755Z test_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4885978Z test_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4886200Z test_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4886419Z test_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4886640Z test_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4886858Z test_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4887097Z test_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4887326Z test_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4887562Z test_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4887800Z test_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4888032Z test_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4888326Z test_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4888609Z test_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4888841Z test_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4889068Z test_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4889293Z test_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4889520Z test_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4889745Z test_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4889976Z test_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4890204Z test_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4890432Z test_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4890658Z test_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4890880Z test_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4891104Z test_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4891317Z test_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4891542Z test_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4891764Z test_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4891995Z test_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4892218Z test_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4892452Z test_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4892682Z test_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4892912Z test_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4893139Z test_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4893366Z test_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4893598Z test_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4893822Z test_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4894046Z test_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4894271Z test_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4894492Z test_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4894716Z test_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4894950Z test_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4895133Z test_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4895363Z test_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4895556Z test_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4895744Z test_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4895934Z test_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4896120Z test_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4896305Z test_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4896490Z test_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4896672Z test_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4896855Z test_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4897040Z test_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4897223Z test_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4897460Z test_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4897701Z test_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4897940Z test_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4898178Z test_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4898414Z test_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4898648Z test_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4898878Z test_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4899109Z test_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4899336Z test_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4899565Z test_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4899795Z test_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4900025Z test_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4900261Z test_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4900491Z test_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4900716Z test_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4900945Z test_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4901173Z test_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4901398Z test_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4901667Z test_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4901928Z test_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4902153Z test_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4902370Z test_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4902617Z test_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4902865Z test_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4903111Z test_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4903357Z test_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4903530Z test_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4903776Z test_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4903962Z test_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.4904142Z test_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4904318Z test_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4904493Z test_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4904667Z test_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4904838Z test_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4905016Z test_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4905188Z test_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4905363Z test_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4905535Z test_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4905769Z test_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4906002Z test_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4906174Z test_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4906356Z test_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4906537Z test_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4906715Z test_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4906890Z test_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907069Z test_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907241Z test_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907412Z test_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907583Z test_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907753Z test_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4907926Z test_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4908096Z test_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4908388Z test_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4908624Z test_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4908855Z test_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4909083Z test_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4909277Z test_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4909467Z test_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4909660Z test_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4909847Z test_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4910037Z test_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4910224Z test_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4910456Z test_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4910676Z test_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4910902Z test_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4911125Z test_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4911350Z test_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4911530Z test_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4911713Z test_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4911889Z test_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912067Z test_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912245Z test_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912418Z test_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912590Z test_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912762Z test_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4912936Z test_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4913167Z test_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4913393Z test_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4913628Z test_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4913866Z test_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4914097Z test_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4914325Z test_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4914552Z test_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4914778Z test_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4915053Z test_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4915278Z test_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4915537Z test_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4915763Z test_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4915990Z test_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4916224Z test_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4916456Z test_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4916698Z test_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4916938Z test_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4917176Z test_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4917409Z test_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4917640Z test_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4917870Z test_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4918098Z test_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4918327Z test_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4918556Z test_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4918788Z test_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4919016Z test_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4919254Z test_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4919489Z test_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4919729Z test_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4919969Z test_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4920214Z test_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4920454Z test_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4920689Z test_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4920920Z test_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4921151Z test_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4921382Z test_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4921657Z test_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4921888Z test_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4922156Z test_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4922386Z test_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4922603Z test_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4922835Z test_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4923067Z test_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4923304Z test_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4923534Z test_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4923764Z test_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4923989Z test_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4924214Z test_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4924441Z test_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4924668Z test_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4924890Z test_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4925121Z test_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4925308Z test_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4925497Z test_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4925683Z test_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4925865Z test_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4926047Z test_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4926227Z test_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4926472Z test_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4926724Z test_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4926976Z test_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4927223Z test_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4927468Z test_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4927713Z test_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4927957Z test_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4928198Z test_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4928482Z test_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4928746Z test_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4928975Z test_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4929203Z test_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4929427Z test_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4929650Z test_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4929877Z test_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4930106Z test_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4930335Z test_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4930559Z test_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4930748Z test_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4930931Z test_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4931125Z test_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4931313Z test_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4931502Z test_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4931690Z test_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4931872Z test_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4932056Z test_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4932235Z test_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4932417Z test_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4932598Z test_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4932777Z test_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4932951Z test_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4933180Z test_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4933416Z test_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4933646Z test_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4933874Z test_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4934099Z test_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4934324Z test_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4934557Z test_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4934793Z test_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4935072Z test_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4935304Z test_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4935580Z test_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4935810Z test_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4936053Z test_meta_inplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4936304Z test_meta_inplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4936555Z test_meta_inplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4936802Z test_meta_inplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4937045Z test_meta_inplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4937286Z test_meta_inplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4937523Z test_meta_inplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4937767Z test_meta_inplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4938009Z test_meta_inplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4938247Z test_meta_inplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4938488Z test_meta_inplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4938728Z test_meta_inplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4938956Z test_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4939188Z test_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4939416Z test_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4939640Z test_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4939867Z test_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4940090Z test_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4940337Z test_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4940578Z test_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4940815Z test_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4941045Z test_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4941270Z test_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4941552Z test_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4941786Z test_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4942056Z test_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4942286Z test_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4942512Z test_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4942738Z test_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4942961Z test_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4943187Z test_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4943415Z test_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4943641Z test_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4943997Z test_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4944241Z test_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4944481Z test_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4944716Z test_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4944943Z test_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4945179Z test_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4945411Z test_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4945639Z test_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4945865Z test_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4946091Z test_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4946319Z test_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4946547Z test_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4946779Z test_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4947002Z test_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4947229Z test_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4947460Z test_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4947690Z test_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4947920Z test_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4948146Z test_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4948435Z test_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4948700Z test_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4948925Z test_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4949147Z test_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4949367Z test_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4949587Z test_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4949808Z test_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4950042Z test_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4950266Z test_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4950503Z test_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4950737Z test_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4950969Z test_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4951195Z test_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4951420Z test_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4951649Z test_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4951876Z test_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4952103Z test_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4952328Z test_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4952554Z test_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4952780Z test_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4953011Z test_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4953240Z test_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4953469Z test_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4953705Z test_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4953937Z test_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4954165Z test_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4954391Z test_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4954617Z test_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4954888Z test_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4955115Z test_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4955375Z test_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4955602Z test_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4955829Z test_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4956059Z test_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4956285Z test_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4956521Z test_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4956758Z test_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4956991Z test_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4957218Z test_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4957444Z test_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4957674Z test_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4957897Z test_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4958121Z test_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4958346Z test_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4958575Z test_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4958798Z test_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4958979Z test_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4959197Z test_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4959370Z test_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4959549Z test_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4959727Z test_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4959951Z test_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4960170Z test_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4960391Z test_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4960610Z test_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4960826Z test_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2023-01-11T21:12:44.4961006Z test_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4961179Z test_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4961363Z test_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4961591Z test_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4961769Z test_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4961981Z test_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4962158Z test_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4962331Z test_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4962504Z test_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4962677Z test_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4962848Z test_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4963021Z test_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4963254Z test_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4963473Z test_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4963712Z test_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4963946Z test_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4964175Z test_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4964402Z test_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4964630Z test_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4964856Z test_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4965080Z test_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4965306Z test_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4965528Z test_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2023-01-11T21:12:44.4965751Z test_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4965976Z test_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4966211Z test_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4966440Z test_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4966682Z test_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4966923Z test_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4967163Z test_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4967396Z test_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4967631Z test_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4967862Z test_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4968092Z test_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4968368Z test_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4968631Z test_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4968860Z test_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4969088Z test_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2023-01-11T21:12:44.4969266Z test_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4969438Z test_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4969612Z test_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4969791Z test_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4969974Z test_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4970150Z test_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4970328Z test_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4970500Z test_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4970670Z test_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4970842Z test_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971012Z test_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971182Z test_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971353Z test_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971534Z test_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971704Z test_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4971885Z test_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972065Z test_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972245Z test_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972418Z test_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972589Z test_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972754Z test_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4972922Z test_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4973096Z test_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4973267Z test_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4973438Z test_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4973606Z test_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4973802Z test_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.4973985Z test_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4974175Z test_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4974366Z test_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4974557Z test_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.4974744Z test_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4974978Z test_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4975163Z test_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4975345Z test_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4975561Z test_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4975743Z test_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4975927Z test_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4976109Z test_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4976294Z test_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4976464Z test_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4976657Z test_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4976846Z test_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4977028Z test_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4977210Z test_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4977388Z test_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4977564Z test_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4977743Z test_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4977921Z test_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4978096Z test_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4978274Z test_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4978454Z test_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4978630Z test_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4978809Z test_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4978986Z test_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4979161Z test_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4979338Z test_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4979520Z test_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4979694Z test_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4979875Z test_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4980065Z test_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4980245Z test_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4980427Z test_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4980605Z test_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4980782Z test_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4980958Z test_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4981133Z test_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4981308Z test_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.4981485Z test_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.4981720Z test_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4981913Z test_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4982137Z test_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4982327Z test_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4982511Z test_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4982695Z test_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4982877Z test_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4983059Z test_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4983237Z test_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4983419Z test_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4983590Z test_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4983840Z test_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4984020Z test_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4984195Z test_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4984370Z test_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4984553Z test_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4984727Z test_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4984914Z test_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4985103Z test_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4985282Z test_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4985462Z test_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4985643Z test_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4985818Z test_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4985995Z test_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4986170Z test_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4986344Z test_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4986520Z test_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4986698Z test_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4986873Z test_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4987039Z test_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4987217Z test_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4987390Z test_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4987563Z test_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4987746Z test_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.4987933Z test_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4988119Z test_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4988299Z test_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4988549Z test_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4988727Z test_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4988943Z test_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4989123Z test_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4989304Z test_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4989478Z test_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4989655Z test_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4989837Z test_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990022Z test_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990211Z test_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990392Z test_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990568Z test_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990746Z test_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4990922Z test_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4991097Z test_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4991271Z test_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4991447Z test_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4991623Z test_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4991802Z test_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4991975Z test_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4992151Z test_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.4992328Z test_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4992501Z test_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4992675Z test_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.4992889Z test_meta_outplace__native_batch_norm_legit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4993099Z test_meta_outplace__native_batch_norm_legit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.4993304Z test_meta_outplace__native_batch_norm_legit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4993511Z test_meta_outplace__native_batch_norm_legit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.4993719Z test_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4993929Z test_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4994137Z test_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4994342Z test_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.4994513Z test_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.4994686Z test_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4994870Z test_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4995051Z test_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4995278Z test_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4995456Z test_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4995671Z test_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4995849Z test_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996022Z test_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996195Z test_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996366Z test_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996538Z test_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996711Z test_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.4996895Z test_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997070Z test_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997255Z test_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997442Z test_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997623Z test_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997798Z test_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4997976Z test_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4998153Z test_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4998328Z test_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4998500Z test_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4998679Z test_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4998849Z test_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999026Z test_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999207Z test_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999383Z test_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999571Z test_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999755Z test_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.4999937Z test_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5000118Z test_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5000300Z test_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5000478Z test_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5000654Z test_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5000834Z test_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5001009Z test_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5001179Z test_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5001354Z test_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5001534Z test_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5001708Z test_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5001891Z test_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5002118Z test_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5002298Z test_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5002512Z test_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5002691Z test_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5002866Z test_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003039Z test_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003212Z test_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003385Z test_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003557Z test_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003734Z test_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5003920Z test_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5004109Z test_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5004301Z test_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5004483Z test_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5004660Z test_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5004842Z test_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5005030Z test_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5005221Z test_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5005410Z test_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5005597Z test_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5005780Z test_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5005967Z test_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5006153Z test_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5006343Z test_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5006531Z test_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5006713Z test_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5006897Z test_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5007080Z test_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5007268Z test_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5007447Z test_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5007629Z test_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5007809Z test_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5007988Z test_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5008164Z test_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5008351Z test_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5008537Z test_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5008717Z test_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5008941Z test_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5009119Z test_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5009356Z test_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5009569Z test_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5009774Z test_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5009973Z test_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5010171Z test_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5010369Z test_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5010551Z test_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5010740Z test_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5010923Z test_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5011106Z test_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5011284Z test_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5011462Z test_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5011641Z test_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5011817Z test_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5011993Z test_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5012177Z test_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5012357Z test_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5012535Z test_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5012713Z test_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5012893Z test_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5013068Z test_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5013244Z test_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5013417Z test_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5013592Z test_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5013771Z test_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5013943Z test_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5014126Z test_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5014307Z test_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5014487Z test_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5014663Z test_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5014837Z test_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5015009Z test_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5015180Z test_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5015344Z test_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5015514Z test_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5015731Z test_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5015918Z test_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.240s) 2023-01-11T21:12:44.5016108Z test_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.232s) 2023-01-11T21:12:44.5016334Z test_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.232s) 2023-01-11T21:12:44.5016523Z test_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.239s) 2023-01-11T21:12:44.5016706Z test_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2023-01-11T21:12:44.5016888Z test_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.230s) 2023-01-11T21:12:44.5017067Z test_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5017242Z test_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5017420Z test_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5017599Z test_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5017776Z test_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5017956Z test_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5018129Z test_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5018302Z test_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5018474Z test_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5018641Z test_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5018819Z test_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5018992Z test_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5019174Z test_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5019350Z test_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5019527Z test_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5019702Z test_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5019877Z test_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5020051Z test_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5020223Z test_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5020397Z test_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5020582Z test_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5020759Z test_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5020947Z test_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5021131Z test_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5021317Z test_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5021496Z test_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5021675Z test_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5021853Z test_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5022025Z test_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5022204Z test_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5022380Z test_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5022669Z test_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5022854Z test_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5023037Z test_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5023254Z test_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5023438Z test_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5023615Z test_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5023914Z test_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5024090Z test_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5024266Z test_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5024446Z test_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5024627Z test_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5024800Z test_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5024994Z test_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5025174Z test_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5025351Z test_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5025526Z test_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5025695Z test_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5025868Z test_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5026039Z test_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5026214Z test_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5026385Z test_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5026558Z test_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5026747Z test_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5026930Z test_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5027114Z test_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5027296Z test_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5027475Z test_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5027654Z test_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5027830Z test_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5028013Z test_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5028190Z test_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5028377Z test_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5028559Z test_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5028741Z test_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5028921Z test_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5029090Z test_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5029267Z test_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5029444Z test_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5029687Z test_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5029864Z test_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030047Z test_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030269Z test_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030453Z test_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030635Z test_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030813Z test_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5030991Z test_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5031167Z test_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5031350Z test_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5031528Z test_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5031713Z test_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5031900Z test_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5032083Z test_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5032265Z test_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5032444Z test_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5032616Z test_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5032798Z test_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5032975Z test_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5033158Z test_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5033345Z test_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.5033528Z test_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5033721Z test_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.5033911Z test_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.5034096Z test_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5034282Z test_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5034469Z test_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5034650Z test_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5034834Z test_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5035015Z test_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5035201Z test_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.5035380Z test_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5035571Z test_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5035756Z test_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5035949Z test_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5036135Z test_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5036332Z test_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5036568Z test_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5036755Z test_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5036986Z test_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5037172Z test_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5037354Z test_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5037536Z test_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5037717Z test_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5037900Z test_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5038111Z test_meta_outplace_as_strided_partial_views_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5038318Z test_meta_outplace_as_strided_partial_views_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5038535Z test_meta_outplace_as_strided_partial_views_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5038752Z test_meta_outplace_as_strided_partial_views_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5038964Z test_meta_outplace_as_strided_partial_views_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5039168Z test_meta_outplace_as_strided_partial_views_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5064447Z test_meta_outplace_as_strided_partial_views_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5064737Z test_meta_outplace_as_strided_partial_views_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5064985Z test_meta_outplace_as_strided_partial_views_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5065254Z test_meta_outplace_as_strided_partial_views_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5065501Z test_meta_outplace_as_strided_partial_views_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5065782Z test_meta_outplace_as_strided_partial_views_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5066032Z test_meta_outplace_as_strided_partial_views_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5066275Z test_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5066520Z test_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5066770Z test_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5067074Z test_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5067362Z test_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5067606Z test_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5067851Z test_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5068092Z test_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5068341Z test_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5068596Z test_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5068856Z test_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5069093Z test_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5069347Z test_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5069864Z test_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5070081Z test_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5070357Z test_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5070586Z test_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5070810Z test_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5071028Z test_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5071243Z test_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5071456Z test_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5071667Z test_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5071885Z test_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5072095Z test_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5072324Z test_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5072572Z test_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5072793Z test_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5073018Z test_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5073245Z test_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5073492Z test_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5073743Z test_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5073960Z test_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5074179Z test_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5074394Z test_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5074601Z test_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5074819Z test_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5075028Z test_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5075246Z test_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5075462Z test_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5075697Z test_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5075928Z test_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5076162Z test_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5076381Z test_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5076612Z test_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5076845Z test_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5077061Z test_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5077275Z test_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5077488Z test_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5077698Z test_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5077916Z test_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5078129Z test_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5078409Z test_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5078643Z test_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5078899Z test_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5079131Z test_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5079362Z test_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5079578Z test_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5079815Z test_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5080031Z test_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5080246Z test_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5080425Z test_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5080602Z test_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5080785Z test_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5080967Z test_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5081160Z test_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5081346Z test_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5081530Z test_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5081738Z test_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5081932Z test_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5082142Z test_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5082324Z test_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5082501Z test_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5082677Z test_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5082856Z test_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5083032Z test_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5083213Z test_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5083397Z test_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5083591Z test_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5083786Z test_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5083985Z test_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5084175Z test_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5084368Z test_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5084554Z test_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5084741Z test_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5084922Z test_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5085103Z test_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5085286Z test_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5085473Z test_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5085727Z test_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5085911Z test_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5086140Z test_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5086336Z test_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5086528Z test_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5086715Z test_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5086902Z test_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5087080Z test_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5087264Z test_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5087454Z test_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5087635Z test_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5087819Z test_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088005Z test_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088196Z test_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088381Z test_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088576Z test_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088771Z test_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5088965Z test_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5089158Z test_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5089346Z test_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5089537Z test_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5089720Z test_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5089904Z test_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5090085Z test_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5090271Z test_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5090456Z test_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5090643Z test_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5090828Z test_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5091017Z test_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5091205Z test_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5091393Z test_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5091577Z test_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5091772Z test_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5091961Z test_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5092151Z test_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5092336Z test_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5092580Z test_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5092765Z test_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5092993Z test_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5093186Z test_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5093375Z test_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5093563Z test_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5093748Z test_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5093932Z test_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5094112Z test_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5094297Z test_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5094469Z test_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5094650Z test_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5094834Z test_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5095018Z test_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5095198Z test_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5095383Z test_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5095563Z test_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5095746Z test_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5095937Z test_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5096124Z test_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5096309Z test_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5096495Z test_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5096681Z test_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5096874Z test_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5097068Z test_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5097264Z test_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5097457Z test_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5097655Z test_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5097851Z test_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5098036Z test_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5098219Z test_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5098407Z test_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5098592Z test_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5098777Z test_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5098962Z test_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5099144Z test_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5099378Z test_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5099562Z test_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5099746Z test_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5099967Z test_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5100155Z test_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5100358Z test_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5100557Z test_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5100753Z test_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5100952Z test_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5101153Z test_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5101340Z test_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5101527Z test_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5101712Z test_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5101896Z test_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5102071Z test_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5102257Z test_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5102448Z test_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5102632Z test_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5102830Z test_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5103021Z test_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5103222Z test_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5103414Z test_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5103600Z test_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104021Z test_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104208Z test_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104389Z test_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104570Z test_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104757Z test_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5104942Z test_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5105122Z test_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5105314Z test_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5105500Z test_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5105682Z test_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5105863Z test_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5106030Z test_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5106213Z test_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5106389Z test_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5106646Z test_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5106829Z test_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107054Z test_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107234Z test_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107414Z test_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107596Z test_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107771Z test_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5107949Z test_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5108126Z test_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5108306Z test_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5108486Z test_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5108686Z test_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5108898Z test_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5109096Z test_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5109303Z test_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5109512Z test_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5109702Z test_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5109900Z test_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5110100Z test_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5110296Z test_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5110497Z test_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5110693Z test_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5110893Z test_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5111090Z test_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5111286Z test_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5111473Z test_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5111669Z test_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5111868Z test_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5112059Z test_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5112258Z test_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5112449Z test_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5112637Z test_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5112827Z test_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5113013Z test_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5113199Z test_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5113436Z test_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5113623Z test_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5113802Z test_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5114023Z test_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5114211Z test_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5114395Z test_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5114583Z test_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5114768Z test_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5114955Z test_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5115138Z test_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5115312Z test_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5115497Z test_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5115686Z test_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5115863Z test_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116043Z test_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116219Z test_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116393Z test_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116571Z test_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116745Z test_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5116922Z test_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5117090Z test_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5117295Z test_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5117490Z test_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5117693Z test_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5117896Z test_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5118098Z test_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5118298Z test_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5118492Z test_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5118692Z test_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5118885Z test_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5119083Z test_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5119276Z test_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5119467Z test_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5119648Z test_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5119820Z test_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5120006Z test_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5120189Z test_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5120442Z test_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5120621Z test_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5120834Z test_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5121005Z test_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5121176Z test_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5121351Z test_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5121523Z test_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5121698Z test_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5121869Z test_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5122054Z test_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.5122238Z test_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5122427Z test_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5122610Z test_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5122803Z test_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5122995Z test_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5123185Z test_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5123367Z test_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5123550Z test_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5123735Z test_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5123918Z test_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5124099Z test_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5124283Z test_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5124456Z test_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5124635Z test_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5124821Z test_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5124999Z test_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5125181Z test_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5125357Z test_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5125536Z test_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5125712Z test_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5125886Z test_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5126060Z test_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5126235Z test_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5126419Z test_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5126600Z test_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5126790Z test_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5126978Z test_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5127163Z test_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5127393Z test_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5127576Z test_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5127792Z test_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5127964Z test_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5128144Z test_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5128323Z test_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5128500Z test_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5128678Z test_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5128860Z test_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129042Z test_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129229Z test_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129414Z test_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129600Z test_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129783Z test_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5129961Z test_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5130141Z test_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5130317Z test_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5130493Z test_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5130668Z test_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5130846Z test_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131020Z test_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131203Z test_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131371Z test_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131556Z test_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131739Z test_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5131923Z test_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132102Z test_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132279Z test_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132457Z test_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132633Z test_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132807Z test_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5132985Z test_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5133158Z test_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5133333Z test_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5133528Z test_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.5133718Z test_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.5133903Z test_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.5134132Z test_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.147s) 2023-01-11T21:12:44.5134335Z test_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5134537Z test_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5134769Z test_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5134959Z test_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.5135159Z test_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:44.5135357Z test_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:44.5135553Z test_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.5135746Z test_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.168s) 2023-01-11T21:12:44.5135934Z test_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5136109Z test_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5136299Z test_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5136483Z test_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5136669Z test_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5136849Z test_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137029Z test_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137209Z test_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137384Z test_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137571Z test_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137744Z test_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5137920Z test_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5138097Z test_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5138281Z test_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5138462Z test_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5138635Z test_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5138814Z test_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5138991Z test_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5139165Z test_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5139343Z test_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5139519Z test_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5139698Z test_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5139891Z test_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5140073Z test_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5140259Z test_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5140444Z test_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5140629Z test_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5140813Z test_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5141041Z test_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5141223Z test_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5141406Z test_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5141630Z test_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5141822Z test_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5142003Z test_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5142184Z test_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5142371Z test_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5142556Z test_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5142744Z test_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5142925Z test_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5143107Z test_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5143294Z test_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5143475Z test_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5143658Z test_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5143891Z test_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144080Z test_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144263Z test_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144449Z test_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144635Z test_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144814Z test_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5144995Z test_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5145171Z test_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5145348Z test_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5145523Z test_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5145691Z test_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5145867Z test_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5146061Z test_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5146250Z test_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5146447Z test_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5146645Z test_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5146842Z test_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5147037Z test_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5147230Z test_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5147421Z test_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5147607Z test_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5147792Z test_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5148031Z test_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5148218Z test_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5148445Z test_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5148642Z test_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5148832Z test_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5149035Z test_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5149232Z test_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.119s) 2023-01-11T21:12:44.5149425Z test_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5149610Z test_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5149809Z test_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.122s) 2023-01-11T21:12:44.5150000Z test_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.124s) 2023-01-11T21:12:44.5150190Z test_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5150379Z test_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5150567Z test_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5150755Z test_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5150939Z test_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5151125Z test_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5151308Z test_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5151495Z test_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5151670Z test_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5151855Z test_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152041Z test_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152223Z test_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152404Z test_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152584Z test_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152761Z test_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5152937Z test_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5153114Z test_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5153281Z test_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5153455Z test_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5153633Z test_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5153827Z test_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5154018Z test_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5154218Z test_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5154417Z test_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5154613Z test_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5154853Z test_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5155046Z test_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5155281Z test_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5155473Z test_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5155662Z test_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5155850Z test_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5156040Z test_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5156229Z test_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5156428Z test_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5156628Z test_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5156830Z test_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5157034Z test_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5157223Z test_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5157419Z test_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5157615Z test_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5157808Z test_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5158001Z test_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5158192Z test_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5158392Z test_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5158583Z test_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5158781Z test_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5158967Z test_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5159161Z test_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5159355Z test_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5159547Z test_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5159739Z test_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5159928Z test_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5160117Z test_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5160303Z test_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5160491Z test_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5160678Z test_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5160863Z test_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5161042Z test_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5161232Z test_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5161415Z test_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5161604Z test_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5161837Z test_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162023Z test_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162246Z test_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162431Z test_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162614Z test_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162797Z test_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5162981Z test_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5163172Z test_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5163363Z test_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5163559Z test_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5163744Z test_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5163929Z test_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5164114Z test_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5164294Z test_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5164475Z test_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5164647Z test_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5164830Z test_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5165013Z test_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5165195Z test_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5165368Z test_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5165552Z test_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5165736Z test_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5165918Z test_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166094Z test_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166269Z test_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166442Z test_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166617Z test_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166791Z test_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5166965Z test_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5167138Z test_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5167312Z test_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5167493Z test_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5167670Z test_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5167857Z test_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168032Z test_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168215Z test_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168397Z test_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168624Z test_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168801Z test_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5168978Z test_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5169216Z test_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5169397Z test_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5169572Z test_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5169747Z test_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5169942Z test_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5170131Z test_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5170328Z test_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5170530Z test_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5170723Z test_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.5170915Z test_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5171107Z test_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2023-01-11T21:12:44.5171294Z test_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5171479Z test_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5171656Z test_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5171845Z test_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5172033Z test_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.101s) 2023-01-11T21:12:44.5172214Z test_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.5172397Z test_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.253s) 2023-01-11T21:12:44.5172582Z test_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.255s) 2023-01-11T21:12:44.5172761Z test_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.260s) 2023-01-11T21:12:44.5172938Z test_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.253s) 2023-01-11T21:12:44.5173114Z test_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.255s) 2023-01-11T21:12:44.5173292Z test_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.253s) 2023-01-11T21:12:44.5173467Z test_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.263s) 2023-01-11T21:12:44.5173640Z test_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.258s) 2023-01-11T21:12:44.5173819Z test_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.253s) 2023-01-11T21:12:44.5173991Z test_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.253s) 2023-01-11T21:12:44.5174180Z test_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5174365Z test_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5174546Z test_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5174726Z test_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5174907Z test_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5175075Z test_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5175251Z test_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5175473Z test_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5175651Z test_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5175830Z test_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5176049Z test_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5176228Z test_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5176412Z test_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5176593Z test_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5176777Z test_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5176958Z test_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5177136Z test_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5177318Z test_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5177496Z test_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5177677Z test_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5177859Z test_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178037Z test_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178219Z test_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178399Z test_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178573Z test_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178752Z test_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5178934Z test_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5179110Z test_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5179286Z test_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5179468Z test_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5179655Z test_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5179846Z test_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180037Z test_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180221Z test_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180407Z test_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180591Z test_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180778Z test_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5180959Z test_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5181145Z test_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5181325Z test_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5181506Z test_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5181692Z test_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5181881Z test_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5182069Z test_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5182244Z test_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5182469Z test_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5182651Z test_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5182911Z test_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5183091Z test_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5183268Z test_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5183444Z test_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5183622Z test_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5183916Z test_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5184128Z test_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5184347Z test_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5184553Z test_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5184763Z test_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5184967Z test_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5185170Z test_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5185377Z test_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5185579Z test_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5185779Z test_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5185986Z test_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5186174Z test_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5186346Z test_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5186534Z test_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5186719Z test_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5186901Z test_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187082Z test_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187260Z test_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187440Z test_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187621Z test_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187802Z test_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5187980Z test_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5188159Z test_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5188347Z test_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5188532Z test_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5188717Z test_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5188896Z test_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5189076Z test_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5189256Z test_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5189491Z test_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5189667Z test_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5189835Z test_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5190059Z test_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5190238Z test_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5190431Z test_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5190616Z test_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5190813Z test_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191007Z test_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191203Z test_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191392Z test_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191582Z test_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191774Z test_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5191959Z test_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5192143Z test_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5192326Z test_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5192510Z test_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5192697Z test_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5192891Z test_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5193074Z test_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5193267Z test_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5193463Z test_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5193642Z test_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5193828Z test_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5194022Z test_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5194206Z test_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5194390Z test_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5194573Z test_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5194758Z test_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5194948Z test_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5195150Z test_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5195341Z test_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5195546Z test_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5195745Z test_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5195945Z test_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5196139Z test_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5196386Z test_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5196579Z test_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5196778Z test_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5197006Z test_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5197200Z test_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5197383Z test_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5197573Z test_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5197765Z test_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5197947Z test_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5198147Z test_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5198337Z test_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5198529Z test_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5198718Z test_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5198902Z test_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5199087Z test_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5199268Z test_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5199459Z test_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5199640Z test_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5199828Z test_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5200011Z test_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5200213Z test_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5200414Z test_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5200620Z test_meta_outplace_diagonal_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5200822Z test_meta_outplace_diagonal_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5201024Z test_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5201214Z test_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5201410Z test_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5201610Z test_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5201804Z test_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5202002Z test_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5202199Z test_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5202393Z test_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5202573Z test_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:44.5202757Z test_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5202942Z test_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.5203124Z test_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.5203356Z test_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.141s) 2023-01-11T21:12:44.5203534Z test_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2023-01-11T21:12:44.5203712Z test_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5203928Z test_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5204107Z test_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5204280Z test_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5204454Z test_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5204631Z test_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5204815Z test_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5204993Z test_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5205183Z test_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5205369Z test_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5205556Z test_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5205742Z test_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5205922Z test_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5206104Z test_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5206285Z test_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5206467Z test_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5206652Z test_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.5206837Z test_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.5207019Z test_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5207196Z test_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.5207379Z test_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.5207583Z test_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.5207781Z test_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5207981Z test_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:44.5208180Z test_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:44.5208377Z test_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5208567Z test_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5208761Z test_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5208960Z test_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5209158Z test_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5209364Z test_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5209563Z test_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5209770Z test_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5209981Z test_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5210236Z test_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5210436Z test_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5210680Z test_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5210883Z test_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5211082Z test_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5211278Z test_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5211480Z test_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5211674Z test_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5211871Z test_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5212078Z test_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5212276Z test_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5212481Z test_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5212677Z test_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5212874Z test_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5213060Z test_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5213253Z test_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5213446Z test_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5213647Z test_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5213826Z test_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214015Z test_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214198Z test_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214380Z test_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214555Z test_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214730Z test_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5214915Z test_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5215095Z test_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5215288Z test_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5215479Z test_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5215665Z test_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5215856Z test_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216038Z test_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216223Z test_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216403Z test_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216573Z test_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216752Z test_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5216932Z test_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5217157Z test_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5217343Z test_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5217563Z test_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5217753Z test_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5217942Z test_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5218130Z test_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5218313Z test_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5218498Z test_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5218681Z test_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5218864Z test_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5219052Z test_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5219235Z test_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5219416Z test_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5219596Z test_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5219783Z test_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5219960Z test_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5220148Z test_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5220329Z test_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5220526Z test_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5220710Z test_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5220892Z test_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221079Z test_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221257Z test_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221436Z test_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221614Z test_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221792Z test_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5221972Z test_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5222158Z test_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5222349Z test_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5222538Z test_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5222726Z test_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5222910Z test_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5223091Z test_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5223271Z test_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5223453Z test_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5223649Z test_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5224030Z test_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5224298Z test_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5224481Z test_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5224705Z test_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5224891Z test_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225069Z test_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225246Z test_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225421Z test_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225598Z test_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225780Z test_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5225971Z test_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5226161Z test_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5226357Z test_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5226552Z test_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5226748Z test_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5226937Z test_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5227126Z test_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5227314Z test_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5227500Z test_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5227678Z test_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5227861Z test_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5228045Z test_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5228234Z test_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5228412Z test_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5228587Z test_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5228773Z test_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5228956Z test_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5229140Z test_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5229319Z test_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5229501Z test_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5229678Z test_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5229858Z test_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5230031Z test_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5230204Z test_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5230377Z test_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5230555Z test_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5230744Z test_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5230925Z test_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5231105Z test_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5231334Z test_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5231517Z test_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5231733Z test_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5231924Z test_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232104Z test_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232282Z test_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232459Z test_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232635Z test_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232811Z test_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5232994Z test_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5233169Z test_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5233352Z test_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5233536Z test_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5233714Z test_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5233890Z test_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5234063Z test_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5234236Z test_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5234411Z test_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5234578Z test_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5234763Z test_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5234941Z test_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5235125Z test_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5235302Z test_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5235480Z test_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5235660Z test_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5235835Z test_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5236009Z test_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5236185Z test_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5236366Z test_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5236544Z test_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5236729Z test_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5236917Z test_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237100Z test_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237279Z test_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237457Z test_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237637Z test_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237806Z test_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5237986Z test_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5238213Z test_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5238393Z test_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5238613Z test_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5238795Z test_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5238973Z test_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5239150Z test_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5239327Z test_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5239502Z test_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5239675Z test_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5239856Z test_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240038Z test_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240217Z test_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240409Z test_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240592Z test_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240776Z test_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5240955Z test_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5241135Z test_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5241305Z test_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5241479Z test_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5241657Z test_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5241835Z test_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5242011Z test_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5242186Z test_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5242378Z test_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5242562Z test_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5242758Z test_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5242951Z test_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5243139Z test_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5243333Z test_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5243520Z test_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5243703Z test_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5243896Z test_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5244080Z test_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5244265Z test_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5244449Z test_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5244633Z test_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5244806Z test_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5245046Z test_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5245232Z test_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5245420Z test_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5245639Z test_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5245827Z test_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246009Z test_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246194Z test_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246373Z test_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246555Z test_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246733Z test_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5246919Z test_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5247102Z test_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5247286Z test_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5247468Z test_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5247647Z test_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5247826Z test_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5248003Z test_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5248181Z test_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5248351Z test_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5248536Z test_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5248717Z test_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5248893Z test_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.5249082Z test_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5249267Z test_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5249444Z test_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5249623Z test_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5249800Z test_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5249974Z test_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5250146Z test_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5250322Z test_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5250497Z test_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5250671Z test_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.075s) 2023-01-11T21:12:44.5250857Z test_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5251049Z test_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5251242Z test_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5251426Z test_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5251611Z test_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5251783Z test_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252012Z test_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252191Z test_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252372Z test_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252589Z test_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252773Z test_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5252963Z test_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5253150Z test_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5253334Z test_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5253520Z test_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5253700Z test_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5253883Z test_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254062Z test_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254244Z test_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254423Z test_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254603Z test_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254797Z test_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5254991Z test_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5255175Z test_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5255351Z test_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5255534Z test_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5255718Z test_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5255902Z test_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5256083Z test_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5256265Z test_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5256459Z test_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5256651Z test_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5256849Z test_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5257049Z test_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5257250Z test_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5257446Z test_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5257641Z test_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5257831Z test_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5258021Z test_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5258209Z test_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5258395Z test_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5258582Z test_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5258771Z test_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5259000Z test_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5259185Z test_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5259415Z test_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5259602Z test_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5259788Z test_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5259972Z test_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5260156Z test_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5260337Z test_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5260521Z test_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5260706Z test_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5260887Z test_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5261080Z test_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5261269Z test_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5261454Z test_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5261638Z test_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5261819Z test_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5262001Z test_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5262180Z test_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5262362Z test_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5262546Z test_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5262720Z test_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5262917Z test_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5263111Z test_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5263298Z test_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5263486Z test_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5263666Z test_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5263905Z test_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5264093Z test_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5264274Z test_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5264457Z test_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5264649Z test_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5264842Z test_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5265035Z test_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5265221Z test_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5265404Z test_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5265587Z test_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5265824Z test_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5266007Z test_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5266191Z test_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5266449Z test_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5266624Z test_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5266819Z test_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5267009Z test_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5267193Z test_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5267378Z test_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5267559Z test_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5267744Z test_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5267927Z test_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5268108Z test_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5268289Z test_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5268473Z test_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5268669Z test_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5268860Z test_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269049Z test_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269235Z test_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269420Z test_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269603Z test_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269787Z test_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5269966Z test_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5270141Z test_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5270338Z test_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5270528Z test_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5270727Z test_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5270927Z test_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5271130Z test_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5271326Z test_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5271521Z test_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5271713Z test_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5271903Z test_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5272089Z test_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5272276Z test_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5272466Z test_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5272654Z test_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5272880Z test_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5273071Z test_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5273306Z test_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5273491Z test_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5273677Z test_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5273857Z test_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5274039Z test_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5274215Z test_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5274400Z test_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5274590Z test_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5274773Z test_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5274957Z test_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5275143Z test_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5275328Z test_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5275511Z test_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5275694Z test_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5275879Z test_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276068Z test_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276256Z test_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276441Z test_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276628Z test_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276810Z test_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5276993Z test_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5277180Z test_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5277362Z test_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5277557Z test_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5277742Z test_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5277933Z test_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5278119Z test_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5278306Z test_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5278487Z test_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5278670Z test_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5278855Z test_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5279041Z test_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5279222Z test_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5279412Z test_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5279653Z test_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5279841Z test_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280065Z test_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280249Z test_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280429Z test_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280612Z test_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280792Z test_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5280975Z test_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5281158Z test_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5281359Z test_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5281543Z test_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5281734Z test_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5281921Z test_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5282107Z test_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5282290Z test_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5282474Z test_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5282658Z test_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5282843Z test_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5283027Z test_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5283218Z test_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5283402Z test_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5283593Z test_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5283773Z test_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5283953Z test_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5284136Z test_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5284317Z test_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5284502Z test_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5284692Z test_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5284876Z test_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285050Z test_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285236Z test_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285417Z test_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285595Z test_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285777Z test_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5285959Z test_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5286146Z test_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5286333Z test_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5286561Z test_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5286743Z test_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5286961Z test_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5287145Z test_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5287325Z test_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5287508Z test_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5287684Z test_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5287867Z test_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288052Z test_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288243Z test_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288423Z test_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288598Z test_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288778Z test_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5288955Z test_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5289130Z test_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5289307Z test_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5289485Z test_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5289660Z test_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5289847Z test_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5290031Z test_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5290226Z test_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5290418Z test_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5290611Z test_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5290798Z test_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5290981Z test_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5291168Z test_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5291350Z test_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5291527Z test_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5291713Z test_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5291894Z test_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5292072Z test_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5292254Z test_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5292436Z test_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5292621Z test_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5292804Z test_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5292986Z test_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5293164Z test_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5293386Z test_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5293565Z test_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5293741Z test_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5293958Z test_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5294140Z test_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5294317Z test_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5294503Z test_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5294686Z test_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5294877Z test_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295067Z test_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295257Z test_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295441Z test_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295620Z test_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295799Z test_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5295981Z test_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5296159Z test_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5296338Z test_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5296521Z test_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5296706Z test_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5296891Z test_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5297085Z test_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5297281Z test_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5297467Z test_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5297650Z test_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5297832Z test_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298014Z test_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298192Z test_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298372Z test_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298557Z test_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298737Z test_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5298920Z test_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5299092Z test_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5299285Z test_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5299469Z test_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5299657Z test_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5299838Z test_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5300020Z test_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5300203Z test_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5300426Z test_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5300603Z test_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5300818Z test_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5300997Z test_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5301175Z test_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5301370Z test_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5301557Z test_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5301754Z test_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5301951Z test_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5302146Z test_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5302335Z test_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5302528Z test_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5302713Z test_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5302889Z test_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5303076Z test_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5303265Z test_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5303453Z test_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5303636Z test_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5303949Z test_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5304131Z test_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5304316Z test_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5304497Z test_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5304691Z test_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5304908Z test_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5305122Z test_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5305336Z test_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5305569Z test_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.5305802Z test_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5306031Z test_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5306266Z test_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.5306497Z test_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5306722Z test_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5306939Z test_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5307167Z test_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5307392Z test_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5307614Z test_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5307907Z test_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5308126Z test_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5308345Z test_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5308609Z test_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5308825Z test_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5309043Z test_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5309252Z test_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5309465Z test_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5309680Z test_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5309899Z test_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5310117Z test_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5310329Z test_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5310546Z test_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5310766Z test_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5310978Z test_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5311182Z test_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5311397Z test_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5311609Z test_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5311821Z test_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5312044Z test_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5312264Z test_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5312483Z test_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5312700Z test_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5312911Z test_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5313126Z test_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5313337Z test_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5313550Z test_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5313765Z test_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5313982Z test_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5314199Z test_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5314422Z test_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5314635Z test_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5314856Z test_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5315066Z test_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5315288Z test_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5315507Z test_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5315720Z test_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5315948Z test_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5316170Z test_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5316452Z test_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5316669Z test_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5316929Z test_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5317145Z test_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5317357Z test_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5317572Z test_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5317785Z test_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5317996Z test_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5318209Z test_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5318445Z test_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5318665Z test_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5318899Z test_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5319133Z test_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5319349Z test_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5319569Z test_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5319793Z test_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5320011Z test_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5320231Z test_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5320455Z test_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5320674Z test_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5320888Z test_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5321130Z test_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5321337Z test_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5321524Z test_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5321719Z test_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5321906Z test_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5322094Z test_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5322276Z test_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5322459Z test_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5322639Z test_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5322822Z test_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5323003Z test_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5323183Z test_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5323350Z test_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5323527Z test_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5323703Z test_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5323876Z test_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5324118Z test_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5324298Z test_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5324472Z test_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5324689Z test_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5324870Z test_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325049Z test_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325226Z test_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325399Z test_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325573Z test_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325748Z test_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5325926Z test_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5326116Z test_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.270s) 2023-01-11T21:12:44.5326305Z test_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.278s) 2023-01-11T21:12:44.5326488Z test_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.286s) 2023-01-11T21:12:44.5326661Z test_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.325s) 2023-01-11T21:12:44.5326854Z test_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5327048Z test_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5327240Z test_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5327430Z test_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2023-01-11T21:12:44.5327621Z test_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5327806Z test_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.5327993Z test_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5328180Z test_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5328369Z test_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5328552Z test_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.5328751Z test_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.688s) 2023-01-11T21:12:44.5328947Z test_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.633s) 2023-01-11T21:12:44.5329142Z test_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.629s) 2023-01-11T21:12:44.5329326Z test_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5329502Z test_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5329684Z test_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5329864Z test_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5330044Z test_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5330208Z test_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5330380Z test_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5330551Z test_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5330724Z test_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5330898Z test_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5331138Z test_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5331317Z test_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5331541Z test_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5331731Z test_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5331911Z test_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332090Z test_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332267Z test_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332443Z test_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332620Z test_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332803Z test_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5332979Z test_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5333156Z test_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5333350Z test_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5333535Z test_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5333715Z test_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5333904Z test_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5334091Z test_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5334274Z test_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5334462Z test_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5334650Z test_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5334836Z test_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5335024Z test_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5335204Z test_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.963s) 2023-01-11T21:12:44.5335389Z test_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.966s) 2023-01-11T21:12:44.5335567Z test_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.947s) 2023-01-11T21:12:44.5335745Z test_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.953s) 2023-01-11T21:12:44.5335927Z test_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.033s) 2023-01-11T21:12:44.5336103Z test_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.043s) 2023-01-11T21:12:44.5336292Z test_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5336474Z test_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5336665Z test_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5336860Z test_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5337050Z test_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5337227Z test_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5337411Z test_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5337596Z test_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5337778Z test_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5338014Z test_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5338194Z test_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5338375Z test_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5338593Z test_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5338779Z test_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5338961Z test_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5339154Z test_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5339344Z test_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5339530Z test_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5339714Z test_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5339906Z test_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340087Z test_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340269Z test_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340450Z test_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340630Z test_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340799Z test_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5340979Z test_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5341166Z test_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5341351Z test_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5341538Z test_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5341718Z test_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5341895Z test_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5342071Z test_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5342250Z test_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5342426Z test_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5342603Z test_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5342775Z test_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5342951Z test_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5343125Z test_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5343299Z test_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5343470Z test_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5343661Z test_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5343907Z test_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5344095Z test_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5344273Z test_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5344459Z test_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5344646Z test_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5344832Z test_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5345084Z test_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5345269Z test_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5345468Z test_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5345718Z test_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5345913Z test_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5346101Z test_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5346288Z test_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5346474Z test_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5346656Z test_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5346846Z test_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5347029Z test_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5347212Z test_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5347398Z test_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5347594Z test_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5347782Z test_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5347977Z test_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5348165Z test_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5348361Z test_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5348556Z test_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5348747Z test_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5348934Z test_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5349197Z test_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5349518Z test_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5349745Z test_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5349972Z test_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5350205Z test_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5350428Z test_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5350664Z test_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5350903Z test_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5351133Z test_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5351365Z test_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5351594Z test_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5351820Z test_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5352040Z test_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5352265Z test_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5352477Z test_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5352700Z test_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5353011Z test_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5353233Z test_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5353519Z test_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5353758Z test_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5353988Z test_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5354213Z test_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5354437Z test_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5354664Z test_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5354887Z test_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5355122Z test_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5355345Z test_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5355575Z test_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5355799Z test_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5356033Z test_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5356266Z test_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5356500Z test_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5356732Z test_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5356963Z test_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2023-01-11T21:12:44.5357186Z test_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.5357413Z test_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5357645Z test_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5357877Z test_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.5358111Z test_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5358341Z test_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5358579Z test_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5358818Z test_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5359057Z test_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5359292Z test_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5359526Z test_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5359762Z test_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5359991Z test_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5360218Z test_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5360447Z test_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5360675Z test_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5360903Z test_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5361182Z test_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5361415Z test_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5361601Z test_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5361812Z test_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5361998Z test_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5362179Z test_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5362360Z test_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5362539Z test_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5362725Z test_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5362909Z test_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5363093Z test_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5363272Z test_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5363455Z test_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5363630Z test_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5363808Z test_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5363982Z test_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5364157Z test_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5364334Z test_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5364527Z test_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5364713Z test_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5364906Z test_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5365099Z test_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5365281Z test_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.5365468Z test_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5365654Z test_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5365838Z test_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5366019Z test_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5366206Z test_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5366389Z test_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5366574Z test_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5366767Z test_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5366950Z test_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5367145Z test_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5367342Z test_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5367536Z test_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5367726Z test_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5367915Z test_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5368104Z test_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5368332Z test_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5368517Z test_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5368741Z test_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5368916Z test_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5369102Z test_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5369284Z test_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5369469Z test_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5369648Z test_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5369828Z test_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5370009Z test_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5370188Z test_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5370363Z test_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5370551Z test_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5370742Z test_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5370925Z test_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5371115Z test_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5371307Z test_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5371494Z test_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5371676Z test_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5371863Z test_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372046Z test_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372229Z test_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372399Z test_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372580Z test_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372762Z test_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5372940Z test_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5373126Z test_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5373309Z test_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5373500Z test_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5373690Z test_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5373872Z test_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374056Z test_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374240Z test_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374419Z test_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374595Z test_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374775Z test_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5374953Z test_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5375131Z test_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5375372Z test_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5375554Z test_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5375782Z test_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5375964Z test_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5376150Z test_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5376335Z test_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5376528Z test_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5376712Z test_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5376897Z test_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5377092Z test_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5377282Z test_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5377467Z test_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5377657Z test_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5377847Z test_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5378035Z test_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5378222Z test_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5378408Z test_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5378592Z test_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5378780Z test_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5378967Z test_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5379154Z test_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5379343Z test_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5379527Z test_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5379719Z test_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5379907Z test_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5380094Z test_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5380277Z test_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5380464Z test_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5380651Z test_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5380831Z test_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5381014Z test_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5381197Z test_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5381378Z test_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5381565Z test_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.5381754Z test_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.5381975Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5382188Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5382456Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5382727Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5382949Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5383168Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5383386Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5383596Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5383856Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5384068Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5384282Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5384495Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5384751Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5385016Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5385293Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5385569Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5385840Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5386117Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5386386Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5386650Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5386919Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5387185Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5387450Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5387712Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5387957Z test_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5388202Z test_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5388450Z test_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5388700Z test_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5388941Z test_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5389182Z test_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5389421Z test_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5389647Z test_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5389885Z test_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5390191Z test_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5390427Z test_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5390722Z test_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5390992Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5391253Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5391530Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5391803Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5392073Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5392341Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5392604Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5392872Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5393130Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5393385Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5393646Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5393906Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5394148Z test_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5394391Z test_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5394635Z test_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5394882Z test_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5395124Z test_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5395361Z test_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5395590Z test_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5395825Z test_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5396061Z test_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5396292Z test_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5396530Z test_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5396761Z test_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5396984Z test_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5397196Z test_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5397421Z test_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5397642Z test_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5397857Z test_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5398074Z test_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5398288Z test_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5398553Z test_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5398768Z test_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5399022Z test_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5399233Z test_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5399448Z test_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5399675Z test_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:44.5399890Z test_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:44.5400117Z test_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:44.5400340Z test_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5400566Z test_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.5400787Z test_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5401015Z test_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.5401246Z test_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5401425Z test_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5401602Z test_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5401776Z test_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5401951Z test_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5402128Z test_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5402314Z test_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5402499Z test_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5402688Z test_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5402878Z test_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5403061Z test_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5403247Z test_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5403430Z test_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5403602Z test_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5403781Z test_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5403962Z test_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5404148Z test_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5404327Z test_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5404510Z test_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5404688Z test_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5404866Z test_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5405045Z test_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5405220Z test_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5405395Z test_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5405568Z test_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5405739Z test_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5405959Z test_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5406134Z test_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5406318Z test_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2023-01-11T21:12:44.5406542Z test_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5406732Z test_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:44.5406914Z test_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.5407087Z test_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5407268Z test_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5407449Z test_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5407637Z test_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5407826Z test_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5408009Z test_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5408197Z test_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5408380Z test_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5408559Z test_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5408741Z test_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5408921Z test_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5409131Z test_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5409336Z test_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5409538Z test_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5409736Z test_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5409952Z test_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5410157Z test_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5410360Z test_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5410563Z test_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5410760Z test_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5410948Z test_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5411142Z test_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5411334Z test_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5411532Z test_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5411733Z test_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5411928Z test_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5412124Z test_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5412317Z test_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5412514Z test_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5412702Z test_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5412936Z test_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5413126Z test_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5413349Z test_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5413546Z test_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5413745Z test_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5413935Z test_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5414125Z test_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5414340Z test_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.5414551Z test_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.5414765Z test_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.5414960Z test_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.5415159Z test_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.5415352Z test_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5415546Z test_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2023-01-11T21:12:44.5415735Z test_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5415936Z test_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5416133Z test_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5416328Z test_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5416523Z test_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5416731Z test_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.145s) 2023-01-11T21:12:44.5416936Z test_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.5417133Z test_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.5417332Z test_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.142s) 2023-01-11T21:12:44.5417537Z test_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5417738Z test_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5417942Z test_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5418142Z test_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5418409Z test_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5418677Z test_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5418936Z test_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5419196Z test_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5419394Z test_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5419579Z test_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5419771Z test_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5420011Z test_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5420211Z test_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5420454Z test_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5420652Z test_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5420845Z test_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5421532Z test_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5421925Z test_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5422322Z test_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5422709Z test_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5423109Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5423508Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5424029Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5424418Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5424810Z test_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5425197Z test_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5425581Z test_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5425960Z test_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:12:44.5426158Z test_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:44.5426359Z test_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.5426554Z test_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5426750Z test_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:44.5426974Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2023-01-11T21:12:44.5427197Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.086s) 2023-01-11T21:12:44.5427411Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2023-01-11T21:12:44.5427626Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:44.5427820Z test_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5428005Z test_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2023-01-11T21:12:44.5428191Z test_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5428382Z test_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5428666Z test_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.413s) 2023-01-11T21:12:44.5428870Z test_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.385s) 2023-01-11T21:12:44.5429112Z test_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.384s) 2023-01-11T21:12:44.5429315Z test_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.416s) 2023-01-11T21:12:44.5429527Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5429734Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5429934Z test_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5430136Z test_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5430341Z test_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.5430544Z test_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2023-01-11T21:12:44.5430747Z test_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2023-01-11T21:12:44.5430941Z test_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.190s) 2023-01-11T21:12:44.5431145Z test_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5431352Z test_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.5431558Z test_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.5431762Z test_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.5431965Z test_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.5432163Z test_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.5432369Z test_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5432582Z test_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5432785Z test_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5432987Z test_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5433195Z test_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.199s) 2023-01-11T21:12:44.5433399Z test_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.203s) 2023-01-11T21:12:44.5433598Z test_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.203s) 2023-01-11T21:12:44.5433802Z test_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2023-01-11T21:12:44.5434025Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5434253Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5434471Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5434693Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5434892Z test_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5435096Z test_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5435299Z test_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5435541Z test_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5435740Z test_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5435977Z test_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5436170Z test_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.5436371Z test_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.182s) 2023-01-11T21:12:44.5436567Z test_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5436760Z test_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.5436942Z test_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.171s) 2023-01-11T21:12:44.5437139Z test_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.171s) 2023-01-11T21:12:44.5437366Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.099s) 2023-01-11T21:12:44.5437601Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:44.5437832Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.5438055Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:44.5438278Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2023-01-11T21:12:44.5438500Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.126s) 2023-01-11T21:12:44.5438697Z test_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.090s) 2023-01-11T21:12:44.5438897Z test_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.093s) 2023-01-11T21:12:44.5439090Z test_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.5439283Z test_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.5439501Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5439714Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5439921Z test_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5440130Z test_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5440381Z test_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5440631Z test_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5440879Z test_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5441128Z test_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5441363Z test_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5441599Z test_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5441830Z test_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5442061Z test_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5442321Z test_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5442515Z test_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5442718Z test_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5442951Z test_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5443150Z test_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5443352Z test_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2023-01-11T21:12:44.5443546Z test_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.5443737Z test_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5443941Z test_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5444147Z test_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5444345Z test_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5444542Z test_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5444766Z test_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.480s) 2023-01-11T21:12:44.5444986Z test_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.457s) 2023-01-11T21:12:44.5445194Z test_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.512s) 2023-01-11T21:12:44.5445407Z test_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.518s) 2023-01-11T21:12:44.5445601Z test_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.996s) 2023-01-11T21:12:44.5445799Z test_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.998s) 2023-01-11T21:12:44.5445992Z test_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.944s) 2023-01-11T21:12:44.5446179Z test_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.961s) 2023-01-11T21:12:44.5446383Z test_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.116s) 2023-01-11T21:12:44.5446592Z test_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.166s) 2023-01-11T21:12:44.5446781Z test_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.123s) 2023-01-11T21:12:44.5446978Z test_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.120s) 2023-01-11T21:12:44.5447184Z test_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5447385Z test_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5447588Z test_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5447785Z test_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5447996Z test_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5448208Z test_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5448411Z test_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5448613Z test_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5448816Z test_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5449016Z test_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5449261Z test_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5449457Z test_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5449650Z test_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5449884Z test_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5450077Z test_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5450271Z test_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5450464Z test_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5450662Z test_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5450862Z test_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5451057Z test_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5451255Z test_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5451452Z test_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5451646Z test_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5451853Z test_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.295s) 2023-01-11T21:12:44.5452060Z test_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.267s) 2023-01-11T21:12:44.5452266Z test_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.263s) 2023-01-11T21:12:44.5452469Z test_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.260s) 2023-01-11T21:12:44.5452668Z test_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.254s) 2023-01-11T21:12:44.5452869Z test_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.270s) 2023-01-11T21:12:44.5453064Z test_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5453261Z test_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5453456Z test_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5453652Z test_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5453840Z test_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5454030Z test_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5454218Z test_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5454403Z test_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5454591Z test_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5454777Z test_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5454959Z test_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5455142Z test_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5455322Z test_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5455509Z test_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5455696Z test_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5455883Z test_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5456063Z test_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5456293Z test_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5456469Z test_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5456686Z test_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5456868Z test_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5457045Z test_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5457225Z test_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5457410Z test_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5457589Z test_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5457784Z test_meta_outplace_log1p_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5457975Z test_meta_outplace_log1p_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5458165Z test_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5458349Z test_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5458525Z test_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5458708Z test_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5458889Z test_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5459069Z test_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5459252Z test_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5459432Z test_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5459614Z test_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5459798Z test_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5459986Z test_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5460178Z test_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5460357Z test_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5460540Z test_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5460720Z test_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5460897Z test_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5461077Z test_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5461255Z test_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5461435Z test_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5461613Z test_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5461795Z test_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5461967Z test_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5462156Z test_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5462340Z test_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5462526Z test_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5462706Z test_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5462890Z test_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5463068Z test_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5463288Z test_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5463466Z test_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5463642Z test_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5463940Z test_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5464122Z test_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5464314Z test_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5464507Z test_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5464702Z test_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5464892Z test_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5465108Z test_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5465315Z test_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5465532Z test_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5465737Z test_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5465949Z test_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5466158Z test_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5466373Z test_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5466579Z test_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5466791Z test_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5466992Z test_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5467195Z test_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5467399Z test_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5467598Z test_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5467796Z test_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5467992Z test_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5468186Z test_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5468378Z test_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5468572Z test_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5468766Z test_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5468967Z test_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.5469165Z test_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5469363Z test_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5469565Z test_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.5469757Z test_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5469937Z test_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5470122Z test_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5470359Z test_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5470555Z test_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5470780Z test_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5470983Z test_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5471181Z test_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5471376Z test_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5471570Z test_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5471761Z test_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5471950Z test_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5472144Z test_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5472331Z test_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5472526Z test_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5472714Z test_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5472909Z test_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5473100Z test_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5473298Z test_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5473498Z test_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5473692Z test_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5473876Z test_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5474065Z test_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5474260Z test_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5474446Z test_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5474640Z test_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5474827Z test_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5475021Z test_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5475213Z test_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5475398Z test_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5475602Z test_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5475797Z test_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5475990Z test_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5476184Z test_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5476377Z test_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5476564Z test_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5476747Z test_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5476930Z test_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5477117Z test_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5477354Z test_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5477547Z test_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5477763Z test_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5477965Z test_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5478166Z test_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5478360Z test_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5478549Z test_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5478736Z test_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5478929Z test_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5479120Z test_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5479308Z test_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5479498Z test_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5479685Z test_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5479872Z test_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5480053Z test_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5480238Z test_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5480424Z test_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5480606Z test_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5480789Z test_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5480974Z test_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5481152Z test_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5481336Z test_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5481507Z test_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5481698Z test_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.475s) 2023-01-11T21:12:44.5481897Z test_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.485s) 2023-01-11T21:12:44.5482093Z test_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.489s) 2023-01-11T21:12:44.5482285Z test_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.494s) 2023-01-11T21:12:44.5482477Z test_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.481s) 2023-01-11T21:12:44.5482670Z test_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.487s) 2023-01-11T21:12:44.5482855Z test_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.446s) 2023-01-11T21:12:44.5483050Z test_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.431s) 2023-01-11T21:12:44.5483239Z test_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.418s) 2023-01-11T21:12:44.5483427Z test_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.167s) 2023-01-11T21:12:44.5483616Z test_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.118s) 2023-01-11T21:12:44.5483811Z test_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5483995Z test_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5484191Z test_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5484431Z test_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.5484622Z test_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.5484845Z test_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5485035Z test_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5485215Z test_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5485405Z test_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5485591Z test_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5485773Z test_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5485955Z test_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5486145Z test_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5486330Z test_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5486520Z test_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5486704Z test_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5486886Z test_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487065Z test_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487249Z test_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487427Z test_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487603Z test_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487783Z test_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5487961Z test_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5488146Z test_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5488322Z test_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5488503Z test_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5488675Z test_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5488856Z test_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5489032Z test_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5489208Z test_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5489381Z test_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5489557Z test_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5489736Z test_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5489922Z test_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.363s) 2023-01-11T21:12:44.5490107Z test_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.406s) 2023-01-11T21:12:44.5490286Z test_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2023-01-11T21:12:44.5490462Z test_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.369s) 2023-01-11T21:12:44.5490657Z test_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.5490847Z test_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5491031Z test_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.5491221Z test_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5491462Z test_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5491658Z test_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5491892Z test_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5492082Z test_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5492254Z test_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5492430Z test_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5492615Z test_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5492800Z test_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5492987Z test_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5493171Z test_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5493348Z test_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5493527Z test_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5493705Z test_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5493879Z test_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494053Z test_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494226Z test_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494403Z test_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494584Z test_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494763Z test_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5494952Z test_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5495139Z test_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5495323Z test_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5495495Z test_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5495677Z test_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5495856Z test_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496029Z test_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496206Z test_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496378Z test_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496554Z test_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496732Z test_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5496925Z test_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.463s) 2023-01-11T21:12:44.5497122Z test_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.431s) 2023-01-11T21:12:44.5497312Z test_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.433s) 2023-01-11T21:12:44.5497500Z test_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.454s) 2023-01-11T21:12:44.5497691Z test_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.402s) 2023-01-11T21:12:44.5497875Z test_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.396s) 2023-01-11T21:12:44.5498062Z test_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.401s) 2023-01-11T21:12:44.5498335Z test_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.395s) 2023-01-11T21:12:44.5498521Z test_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.404s) 2023-01-11T21:12:44.5498714Z test_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.475s) 2023-01-11T21:12:44.5498943Z test_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.465s) 2023-01-11T21:12:44.5499125Z test_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.470s) 2023-01-11T21:12:44.5499315Z test_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.459s) 2023-01-11T21:12:44.5499503Z test_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.410s) 2023-01-11T21:12:44.5499689Z test_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.420s) 2023-01-11T21:12:44.5499874Z test_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.417s) 2023-01-11T21:12:44.5500067Z test_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.394s) 2023-01-11T21:12:44.5500253Z test_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.398s) 2023-01-11T21:12:44.5500454Z test_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.265s) 2023-01-11T21:12:44.5500652Z test_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.262s) 2023-01-11T21:12:44.5500847Z test_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.265s) 2023-01-11T21:12:44.5501042Z test_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.268s) 2023-01-11T21:12:44.5501236Z test_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.232s) 2023-01-11T21:12:44.5501428Z test_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.229s) 2023-01-11T21:12:44.5501618Z test_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.226s) 2023-01-11T21:12:44.5501816Z test_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.229s) 2023-01-11T21:12:44.5502008Z test_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.229s) 2023-01-11T21:12:44.5502204Z test_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.262s) 2023-01-11T21:12:44.5502405Z test_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.256s) 2023-01-11T21:12:44.5502598Z test_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.258s) 2023-01-11T21:12:44.5502793Z test_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.263s) 2023-01-11T21:12:44.5502982Z test_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.228s) 2023-01-11T21:12:44.5503162Z test_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.228s) 2023-01-11T21:12:44.5503352Z test_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.225s) 2023-01-11T21:12:44.5503549Z test_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.225s) 2023-01-11T21:12:44.5503799Z test_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.226s) 2023-01-11T21:12:44.5504001Z test_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5504210Z test_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5504413Z test_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5504615Z test_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2023-01-11T21:12:44.5504814Z test_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5505015Z test_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5505207Z test_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5505465Z test_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2023-01-11T21:12:44.5505657Z test_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2023-01-11T21:12:44.5505898Z test_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5506096Z test_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.061s) 2023-01-11T21:12:44.5506295Z test_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5506499Z test_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.5506703Z test_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5506895Z test_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5507093Z test_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5507281Z test_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2023-01-11T21:12:44.5507472Z test_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5507667Z test_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5507857Z test_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.5508047Z test_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2023-01-11T21:12:44.5508235Z test_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5508432Z test_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5508620Z test_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5508819Z test_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5509019Z test_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5509213Z test_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5509407Z test_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5509600Z test_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5509789Z test_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5509982Z test_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5510167Z test_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5510353Z test_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5510545Z test_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5510734Z test_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5510937Z test_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.5511135Z test_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2023-01-11T21:12:44.5511339Z test_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2023-01-11T21:12:44.5511540Z test_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.5511748Z test_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.5511949Z test_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.5512149Z test_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2023-01-11T21:12:44.5512401Z test_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.537s) 2023-01-11T21:12:44.5512602Z test_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.535s) 2023-01-11T21:12:44.5512839Z test_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.527s) 2023-01-11T21:12:44.5513038Z test_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.560s) 2023-01-11T21:12:44.5513237Z test_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.482s) 2023-01-11T21:12:44.5513437Z test_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.493s) 2023-01-11T21:12:44.5513635Z test_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.485s) 2023-01-11T21:12:44.5513832Z test_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.485s) 2023-01-11T21:12:44.5514033Z test_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.494s) 2023-01-11T21:12:44.5514232Z test_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.078s) 2023-01-11T21:12:44.5514424Z test_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.895s) 2023-01-11T21:12:44.5514622Z test_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.892s) 2023-01-11T21:12:44.5514820Z test_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.900s) 2023-01-11T21:12:44.5515014Z test_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.075s) 2023-01-11T21:12:44.5515203Z test_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.052s) 2023-01-11T21:12:44.5515384Z test_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.069s) 2023-01-11T21:12:44.5515574Z test_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.894s) 2023-01-11T21:12:44.5515765Z test_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.895s) 2023-01-11T21:12:44.5515956Z test_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.893s) 2023-01-11T21:12:44.5516145Z test_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.891s) 2023-01-11T21:12:44.5516336Z test_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.897s) 2023-01-11T21:12:44.5516533Z test_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5516730Z test_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2023-01-11T21:12:44.5516924Z test_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2023-01-11T21:12:44.5517119Z test_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.253s) 2023-01-11T21:12:44.5517308Z test_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.416s) 2023-01-11T21:12:44.5517503Z test_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.471s) 2023-01-11T21:12:44.5517690Z test_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.474s) 2023-01-11T21:12:44.5517893Z test_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.119s) 2023-01-11T21:12:44.5518103Z test_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.5518308Z test_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.5518510Z test_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2023-01-11T21:12:44.5518712Z test_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2023-01-11T21:12:44.5518911Z test_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.108s) 2023-01-11T21:12:44.5519107Z test_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.562s) 2023-01-11T21:12:44.5519341Z test_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.459s) 2023-01-11T21:12:44.5519531Z test_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.470s) 2023-01-11T21:12:44.5519766Z test_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.421s) 2023-01-11T21:12:44.5519965Z test_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.486s) 2023-01-11T21:12:44.5520157Z test_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.508s) 2023-01-11T21:12:44.5520349Z test_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.515s) 2023-01-11T21:12:44.5520541Z test_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.447s) 2023-01-11T21:12:44.5520728Z test_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.422s) 2023-01-11T21:12:44.5520917Z test_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.445s) 2023-01-11T21:12:44.5521110Z test_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.444s) 2023-01-11T21:12:44.5521297Z test_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.422s) 2023-01-11T21:12:44.5521496Z test_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5521695Z test_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5521898Z test_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5522099Z test_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5522298Z test_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5522494Z test_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5522696Z test_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5522893Z test_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5523086Z test_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5523281Z test_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5523468Z test_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5523665Z test_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5523863Z test_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5524055Z test_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5524258Z test_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5524460Z test_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5524656Z test_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5524851Z test_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5525048Z test_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5525241Z test_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5525429Z test_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.5525616Z test_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5525809Z test_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5525998Z test_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5526239Z test_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.5526436Z test_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.5526668Z test_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.5526865Z test_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.5527068Z test_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.5527265Z test_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.081s) 2023-01-11T21:12:44.5527458Z test_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2023-01-11T21:12:44.5527646Z test_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2023-01-11T21:12:44.5527840Z test_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.719s) 2023-01-11T21:12:44.5528039Z test_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.699s) 2023-01-11T21:12:44.5528235Z test_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.732s) 2023-01-11T21:12:44.5528430Z test_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.675s) 2023-01-11T21:12:44.5528618Z test_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.672s) 2023-01-11T21:12:44.5528807Z test_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.664s) 2023-01-11T21:12:44.5528991Z test_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.661s) 2023-01-11T21:12:44.5529175Z test_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.666s) 2023-01-11T21:12:44.5529361Z test_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.666s) 2023-01-11T21:12:44.5529545Z test_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.663s) 2023-01-11T21:12:44.5529735Z test_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.668s) 2023-01-11T21:12:44.5529929Z test_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.450s) 2023-01-11T21:12:44.5530117Z test_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.361s) 2023-01-11T21:12:44.5530311Z test_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.361s) 2023-01-11T21:12:44.5530511Z test_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.359s) 2023-01-11T21:12:44.5530701Z test_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.430s) 2023-01-11T21:12:44.5530891Z test_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.424s) 2023-01-11T21:12:44.5531078Z test_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.426s) 2023-01-11T21:12:44.5531254Z test_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.360s) 2023-01-11T21:12:44.5531442Z test_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.360s) 2023-01-11T21:12:44.5531626Z test_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.357s) 2023-01-11T21:12:44.5531811Z test_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.362s) 2023-01-11T21:12:44.5532000Z test_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.359s) 2023-01-11T21:12:44.5532192Z test_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.656s) 2023-01-11T21:12:44.5532384Z test_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.640s) 2023-01-11T21:12:44.5532582Z test_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.645s) 2023-01-11T21:12:44.5532772Z test_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.658s) 2023-01-11T21:12:44.5532969Z test_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.657s) 2023-01-11T21:12:44.5533208Z test_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.643s) 2023-01-11T21:12:44.5533393Z test_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.652s) 2023-01-11T21:12:44.5533618Z test_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.020s) 2023-01-11T21:12:44.5533803Z test_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.680s) 2023-01-11T21:12:44.5533987Z test_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.674s) 2023-01-11T21:12:44.5534173Z test_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.689s) 2023-01-11T21:12:44.5534362Z test_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5534554Z test_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5534744Z test_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5534933Z test_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5535113Z test_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5535298Z test_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5535493Z test_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5535689Z test_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5535885Z test_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5536079Z test_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5536269Z test_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5536459Z test_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5536657Z test_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5536842Z test_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5537034Z test_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5537225Z test_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5537412Z test_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5537601Z test_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5537784Z test_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5537969Z test_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5538164Z test_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5538354Z test_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5538581Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.251s) 2023-01-11T21:12:44.5538811Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.002s) 2023-01-11T21:12:44.5539026Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.999s) 2023-01-11T21:12:44.5539249Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.020s) 2023-01-11T21:12:44.5539455Z test_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5539659Z test_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5539864Z test_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5540110Z test_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5540316Z test_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5540552Z test_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5540755Z test_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5540951Z test_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5541150Z test_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5541350Z test_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5541559Z test_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5541768Z test_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5541978Z test_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5542185Z test_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5542397Z test_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5542599Z test_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5542804Z test_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5543006Z test_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5543214Z test_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5543414Z test_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5543605Z test_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5543916Z test_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5544109Z test_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5544295Z test_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5544479Z test_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5544663Z test_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5544845Z test_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5545027Z test_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5545209Z test_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5545395Z test_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5545578Z test_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5545770Z test_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5545958Z test_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5546144Z test_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5546324Z test_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5546508Z test_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5546690Z test_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5546874Z test_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5547137Z test_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2023-01-11T21:12:44.5547318Z test_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5547490Z test_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5547715Z test_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5547898Z test_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2023-01-11T21:12:44.5548080Z test_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.073s) 2023-01-11T21:12:44.5548296Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5548503Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5548724Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5548944Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5549155Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5549364Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5549575Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5549780Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5549989Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5550197Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5550400Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5550614Z test_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5550832Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5551045Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5551269Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5551490Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5551704Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5551914Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5552117Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5552334Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5552545Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5552760Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5552971Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5553179Z test_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5553375Z test_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5553565Z test_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5553758Z test_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5553945Z test_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5554180Z test_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5554367Z test_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5554585Z test_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5554774Z test_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5554957Z test_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5555144Z test_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5555357Z test_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5555557Z test_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5555763Z test_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5555969Z test_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5556174Z test_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5556368Z test_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5556567Z test_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5556768Z test_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5556973Z test_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5557172Z test_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5557382Z test_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5557593Z test_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5557803Z test_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5558010Z test_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5558217Z test_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5558419Z test_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5558621Z test_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5558822Z test_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5559023Z test_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5559226Z test_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5559418Z test_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5559602Z test_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5559792Z test_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5559976Z test_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5560163Z test_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5560347Z test_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5560520Z test_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5560702Z test_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5560934Z test_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5561117Z test_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5561297Z test_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5561519Z test_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5561703Z test_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5561887Z test_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5562064Z test_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5562243Z test_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5562425Z test_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5562604Z test_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5562790Z test_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5562970Z test_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5563155Z test_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5563339Z test_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5563516Z test_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5563697Z test_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5563873Z test_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5564042Z test_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5564230Z test_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5564420Z test_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5564613Z test_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5564808Z test_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565001Z test_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565183Z test_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565372Z test_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565558Z test_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565742Z test_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5565926Z test_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5566107Z test_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5566293Z test_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5566478Z test_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5566666Z test_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5566848Z test_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567032Z test_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567211Z test_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567392Z test_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567563Z test_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567740Z test_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5567963Z test_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5568145Z test_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5568327Z test_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5568540Z test_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5568727Z test_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5568912Z test_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5569098Z test_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5569279Z test_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5569457Z test_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5569640Z test_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5569820Z test_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5569996Z test_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5570176Z test_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5570351Z test_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5570529Z test_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5570726Z test_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5570911Z test_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5571104Z test_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5571286Z test_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5571473Z test_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5571654Z test_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5571835Z test_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5572016Z test_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5572192Z test_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5572401Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5572607Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5572813Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5573016Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5573222Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5573421Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5573627Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5573830Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5574036Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5574243Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5574449Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5574651Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5574896Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5575087Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5575325Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5575531Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5575736Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5575941Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5576150Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5576353Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5576555Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5576758Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5576958Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5577164Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5577354Z test_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5577538Z test_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5577731Z test_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5577919Z test_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5578104Z test_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5578293Z test_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5578479Z test_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5578662Z test_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5578851Z test_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5579037Z test_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5579215Z test_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5579403Z test_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5579592Z test_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5579781Z test_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5579977Z test_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5580169Z test_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5580360Z test_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5580551Z test_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5580737Z test_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5580927Z test_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5581115Z test_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5581303Z test_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5581500Z test_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5581692Z test_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5581923Z test_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5582106Z test_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5582331Z test_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5582516Z test_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5582704Z test_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5582884Z test_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5583057Z test_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5583239Z test_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5583422Z test_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5583607Z test_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5583909Z test_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5584147Z test_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5584389Z test_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5584629Z test_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5584866Z test_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5585098Z test_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5585334Z test_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5585565Z test_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5585799Z test_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5586032Z test_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5586265Z test_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5586499Z test_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5586727Z test_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2023-01-11T21:12:44.5586922Z test_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5587105Z test_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5587298Z test_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5587490Z test_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5587681Z test_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5587864Z test_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5588040Z test_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5588225Z test_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5588409Z test_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5588588Z test_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5588825Z test_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5589007Z test_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5589228Z test_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5589431Z test_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5589635Z test_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5589838Z test_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5590035Z test_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5590252Z test_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5590463Z test_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5590679Z test_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5590892Z test_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5591097Z test_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5591296Z test_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5591498Z test_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5591695Z test_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5591876Z test_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5592044Z test_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5592235Z test_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5592419Z test_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5592597Z test_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5592779Z test_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5592956Z test_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5593130Z test_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5593306Z test_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5593479Z test_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5593652Z test_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5593829Z test_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5594013Z test_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5594201Z test_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5594392Z test_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5594577Z test_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5594760Z test_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5594940Z test_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5595120Z test_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5595300Z test_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5595468Z test_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5595688Z test_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5595867Z test_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5596048Z test_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5596288Z test_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5596478Z test_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5596677Z test_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5596872Z test_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5597067Z test_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5597255Z test_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5597442Z test_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5597637Z test_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5597821Z test_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598017Z test_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598200Z test_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598385Z test_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598572Z test_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598777Z test_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5598974Z test_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5599172Z test_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5599382Z test_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5599586Z test_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5599791Z test_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5599990Z test_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5600188Z test_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5600387Z test_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5600581Z test_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5600775Z test_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5600978Z test_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5601174Z test_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5601365Z test_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5601551Z test_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5601743Z test_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5601935Z test_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5602127Z test_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5602312Z test_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5602496Z test_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5602747Z test_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5602929Z test_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5603115Z test_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5603325Z test_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5603508Z test_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5603692Z test_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5603883Z test_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5604067Z test_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5604260Z test_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5604456Z test_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5604647Z test_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5604835Z test_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605021Z test_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605209Z test_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605390Z test_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605572Z test_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605752Z test_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5605932Z test_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5606115Z test_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5606315Z test_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5606505Z test_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5606705Z test_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5606892Z test_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5607083Z test_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5607272Z test_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5607458Z test_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5607641Z test_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5607823Z test_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5608009Z test_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5608193Z test_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5608385Z test_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5608570Z test_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5608766Z test_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5608957Z test_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5609149Z test_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5609396Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2023-01-11T21:12:44.5609688Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.5609928Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.5610206Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.5610442Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5610674Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5610904Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5611133Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5611365Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5611597Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5611814Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5612040Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5612272Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5612499Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5612724Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5612950Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5613188Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5613420Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5613649Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5613879Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5614112Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5614339Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5614566Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5614793Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5615027Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5615257Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5615484Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5615709Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5615933Z test_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5616156Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5616374Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5616638Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5616857Z test_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5617105Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5617321Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5617521Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5617732Z test_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5617942Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5618154Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5618365Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5618579Z test_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5618794Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5619004Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5619219Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5619432Z test_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5619642Z test_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5619852Z test_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5620062Z test_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5620295Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5620533Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5620766Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5620998Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5621216Z test_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5621426Z test_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5621635Z test_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5621847Z test_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5622080Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5622312Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5622541Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5622757Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5623003Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:44.5623245Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2023-01-11T21:12:44.5623536Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5623837Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.5624103Z test_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5624312Z test_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5624516Z test_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5624718Z test_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5624923Z test_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5625137Z test_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5625353Z test_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5625563Z test_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5625773Z test_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5625978Z test_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5626178Z test_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5626385Z test_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5626597Z test_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2023-01-11T21:12:44.5626808Z test_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.080s) 2023-01-11T21:12:44.5627023Z test_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5627228Z test_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5627431Z test_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5627637Z test_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5627854Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5628084Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5628312Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5628541Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5628767Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5628990Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5629218Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5629442Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5629669Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5629893Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5630118Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5630339Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5630612Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5630870Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5631095Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5631321Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5631546Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5631771Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5631991Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5632215Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5632435Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5632666Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5632890Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5633119Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5633347Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5633565Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5633790Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5634015Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5634239Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5634460Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5634682Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5634904Z test_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5635126Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5635346Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5635572Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5635791Z test_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5636013Z test_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5636232Z test_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5636445Z test_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5636655Z test_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2023-01-11T21:12:44.5636864Z test_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2023-01-11T21:12:44.5637081Z test_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5637341Z test_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5637551Z test_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5637806Z test_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5638022Z test_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5638233Z test_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5638443Z test_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5638653Z test_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5638856Z test_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5639069Z test_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5639278Z test_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5639486Z test_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5639688Z test_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5639889Z test_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5640090Z test_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5640286Z test_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5640506Z test_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5640726Z test_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5640939Z test_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5641160Z test_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5641372Z test_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5641578Z test_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5641788Z test_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5641997Z test_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5642244Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5642492Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5642736Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5642980Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5643235Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5643479Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5643733Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5643984Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5644277Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5644558Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5644796Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5645038Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5645281Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5645523Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5645765Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5646013Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5646246Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5646474Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5646699Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5646925Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5647149Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5647374Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5647598Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.378s) 2023-01-11T21:12:44.5647823Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.403s) 2023-01-11T21:12:44.5648048Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.343s) 2023-01-11T21:12:44.5648268Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.374s) 2023-01-11T21:12:44.5648475Z test_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5648676Z test_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5648879Z test_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5649078Z test_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5649283Z test_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5649489Z test_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2023-01-11T21:12:44.5649691Z test_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2023-01-11T21:12:44.5649889Z test_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2023-01-11T21:12:44.5650103Z test_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5650307Z test_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5650517Z test_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5650728Z test_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.5650995Z test_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2023-01-11T21:12:44.5651206Z test_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.5651456Z test_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.5651672Z test_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5651884Z test_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5652092Z test_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5652301Z test_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5652521Z test_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5652737Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5652949Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5653163Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5653375Z test_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5653585Z test_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5653794Z test_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5654009Z test_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5654221Z test_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5654436Z test_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5654647Z test_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5654865Z test_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5655070Z test_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5655266Z test_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5655470Z test_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5655675Z test_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5655906Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5656136Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5656363Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5656591Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5656804Z test_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5657012Z test_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5657219Z test_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5657424Z test_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5657644Z test_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5657905Z test_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2023-01-11T21:12:44.5658117Z test_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5658369Z test_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5658596Z test_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5658820Z test_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5659042Z test_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5659265Z test_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5659496Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5659723Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5659952Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5660179Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5660407Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5660633Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5660849Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5661072Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5661300Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5661527Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5661755Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5661979Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5662202Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5662435Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5662664Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5662895Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5663102Z test_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5663306Z test_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5663510Z test_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5663822Z test_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5664031Z test_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5664242Z test_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5664449Z test_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5664720Z test_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5664922Z test_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5665167Z test_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5665380Z test_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5665588Z test_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5665796Z test_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5666003Z test_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5666205Z test_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5666411Z test_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5666621Z test_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5666829Z test_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5667032Z test_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5667243Z test_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5667452Z test_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5667654Z test_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5667856Z test_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5668057Z test_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5668288Z test_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5668513Z test_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5668736Z test_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5668957Z test_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5669168Z test_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5669378Z test_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5669588Z test_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5669797Z test_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5670020Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5670247Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2023-01-11T21:12:44.5670467Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5670685Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5670902Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5671115Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2023-01-11T21:12:44.5671332Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5671606Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5671824Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2023-01-11T21:12:44.5672072Z test_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.425s) 2023-01-11T21:12:44.5672285Z test_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.432s) 2023-01-11T21:12:44.5672493Z test_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.428s) 2023-01-11T21:12:44.5672699Z test_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.436s) 2023-01-11T21:12:44.5672908Z test_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.719s) 2023-01-11T21:12:44.5673114Z test_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.698s) 2023-01-11T21:12:44.5673327Z test_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.703s) 2023-01-11T21:12:44.5673532Z test_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.708s) 2023-01-11T21:12:44.5673743Z test_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.857s) 2023-01-11T21:12:44.5673949Z test_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.892s) 2023-01-11T21:12:44.5674153Z test_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.884s) 2023-01-11T21:12:44.5674360Z test_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.861s) 2023-01-11T21:12:44.5674574Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.683s) 2023-01-11T21:12:44.5674786Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.683s) 2023-01-11T21:12:44.5675003Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.685s) 2023-01-11T21:12:44.5675223Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.134s) 2023-01-11T21:12:44.5675447Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2023-01-11T21:12:44.5675668Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5675886Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.321s) 2023-01-11T21:12:44.5676097Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.320s) 2023-01-11T21:12:44.5676299Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.319s) 2023-01-11T21:12:44.5676518Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.187s) 2023-01-11T21:12:44.5676741Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.186s) 2023-01-11T21:12:44.5676965Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.5677179Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.442s) 2023-01-11T21:12:44.5677391Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.443s) 2023-01-11T21:12:44.5677602Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.442s) 2023-01-11T21:12:44.5677827Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:44.5678048Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2023-01-11T21:12:44.5678310Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.105s) 2023-01-11T21:12:44.5678512Z test_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5678750Z test_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5678951Z test_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5679149Z test_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5679357Z test_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5679564Z test_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5679768Z test_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5679977Z test_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5680198Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5680423Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5680641Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5680857Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5681091Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5681319Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5681539Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5681768Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5682005Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5682241Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5682473Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5682704Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5682912Z test_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5683118Z test_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5683330Z test_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5683535Z test_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5683749Z test_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5683964Z test_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2023-01-11T21:12:44.5684177Z test_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2023-01-11T21:12:44.5684383Z test_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2023-01-11T21:12:44.5684592Z test_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5684804Z test_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5685048Z test_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5685268Z test_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5685513Z test_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5685737Z test_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5685956Z test_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5686171Z test_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5686384Z test_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5686598Z test_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5686802Z test_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5687015Z test_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5687227Z test_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5687436Z test_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5687647Z test_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5687863Z test_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5688072Z test_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5688293Z test_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5688516Z test_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5688732Z test_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5688946Z test_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5689158Z test_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5689367Z test_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5689575Z test_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5689783Z test_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5689993Z test_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5690205Z test_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5690423Z test_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5690643Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5690860Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5691076Z test_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5691284Z test_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5691496Z test_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5691725Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5691987Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5692206Z test_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5692460Z test_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5692679Z test_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5692904Z test_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5693133Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5693360Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5693583Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5693808Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5694031Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5694251Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5694471Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5694687Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5694906Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5695124Z test_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5695329Z test_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5695531Z test_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2023-01-11T21:12:44.5695752Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5695968Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5696190Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5696411Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5696627Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5696839Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5697054Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5697255Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5697466Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5697674Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5697884Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5698092Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5698312Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5698528Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5698800Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5699024Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5699289Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5699511Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5699730Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5699944Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5700156Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5700367Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5700588Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5700800Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5701022Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.5701240Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.132s) 2023-01-11T21:12:44.5701461Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2023-01-11T21:12:44.5701678Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.108s) 2023-01-11T21:12:44.5701896Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.5702111Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5702326Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.114s) 2023-01-11T21:12:44.5702534Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5702749Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.115s) 2023-01-11T21:12:44.5702955Z test_meta_outplace_nn_functional_prelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5703157Z test_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5703360Z test_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5703559Z test_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5703816Z test_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5704021Z test_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5704222Z test_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5704423Z test_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5704623Z test_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5704821Z test_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5705017Z test_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5705213Z test_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5705409Z test_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5705666Z test_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5705866Z test_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5706105Z test_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5706305Z test_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5706505Z test_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5706702Z test_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5706896Z test_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5707082Z test_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5707282Z test_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5707483Z test_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5707687Z test_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5707888Z test_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5708086Z test_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5708286Z test_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5708486Z test_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5708685Z test_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5708883Z test_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5709086Z test_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5709284Z test_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5709484Z test_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5709681Z test_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5709895Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5710113Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5710326Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5710545Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5710770Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5710986Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5711206Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5711413Z test_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5711619Z test_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5711816Z test_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5712022Z test_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5712246Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5712517Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5712812Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5713035Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5713257Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5713476Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5713693Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5713912Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5714132Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5714348Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5714567Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5714780Z test_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5714988Z test_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5715196Z test_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5715404Z test_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5715616Z test_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5715832Z test_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5716040Z test_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5716249Z test_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5716458Z test_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5716663Z test_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5716868Z test_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5717080Z test_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5717286Z test_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5717497Z test_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5717705Z test_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5717913Z test_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5718113Z test_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5718316Z test_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5718518Z test_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5718719Z test_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5718930Z test_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5719198Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5719414Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5719663Z test_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5719874Z test_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5720085Z test_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5720293Z test_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5720500Z test_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5720709Z test_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5720919Z test_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5721125Z test_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5721338Z test_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5721547Z test_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5721746Z test_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5721956Z test_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5722160Z test_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5722367Z test_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5722570Z test_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5722781Z test_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5722984Z test_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5723215Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5723447Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5723675Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5723898Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5724122Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5724345Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5724565Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5724789Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5725005Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5725226Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5725445Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5725691Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5725942Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5726235Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5726515Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5726759Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5727000Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5727239Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5727478Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5727712Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5727950Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5728192Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5728398Z test_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.495s) 2023-01-11T21:12:44.5728610Z test_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.498s) 2023-01-11T21:12:44.5728821Z test_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.493s) 2023-01-11T21:12:44.5729023Z test_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.496s) 2023-01-11T21:12:44.5729226Z test_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.489s) 2023-01-11T21:12:44.5729430Z test_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.490s) 2023-01-11T21:12:44.5729654Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5729878Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5730102Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5730326Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5730547Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5730767Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5730987Z test_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5731177Z test_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.180s) 2023-01-11T21:12:44.5731358Z test_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5731554Z test_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5731744Z test_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.180s) 2023-01-11T21:12:44.5731937Z test_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.5732123Z test_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5732307Z test_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5732484Z test_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5732664Z test_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5732893Z test_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5733074Z test_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.181s) 2023-01-11T21:12:44.5733307Z test_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5733491Z test_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.179s) 2023-01-11T21:12:44.5733675Z test_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5733861Z test_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5734048Z test_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2023-01-11T21:12:44.5734227Z test_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2023-01-11T21:12:44.5734407Z test_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5734589Z test_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2023-01-11T21:12:44.5734780Z test_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5734970Z test_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5735166Z test_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5735351Z test_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5735535Z test_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5735716Z test_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5735905Z test_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5736087Z test_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5736284Z test_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5736470Z test_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5736653Z test_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5736839Z test_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5737035Z test_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5737224Z test_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5737413Z test_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.5737595Z test_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2023-01-11T21:12:44.5737780Z test_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5737966Z test_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5738149Z test_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5738333Z test_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5738540Z test_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5738740Z test_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5738939Z test_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5739136Z test_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5739317Z test_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5739493Z test_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5739725Z test_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5739902Z test_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5740086Z test_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5740304Z test_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5740484Z test_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5740661Z test_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5740837Z test_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5741012Z test_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5741187Z test_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5741362Z test_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5741542Z test_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5741730Z test_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5741917Z test_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5742111Z test_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5742302Z test_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5742490Z test_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5742678Z test_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5742864Z test_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5743049Z test_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5743234Z test_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5743408Z test_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5743590Z test_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5743882Z test_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5744065Z test_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5744296Z test_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5744523Z test_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5744745Z test_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5744971Z test_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5745155Z test_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5745332Z test_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5745527Z test_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5745711Z test_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5745896Z test_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5746075Z test_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5746255Z test_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5746437Z test_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5746613Z test_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5746855Z test_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5747031Z test_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5747248Z test_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5747474Z test_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5747710Z test_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5747898Z test_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5748078Z test_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5748272Z test_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5748467Z test_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5748655Z test_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5748842Z test_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5749028Z test_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5749212Z test_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5749396Z test_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5749577Z test_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5749757Z test_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5749937Z test_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5750118Z test_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5750316Z test_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2023-01-11T21:12:44.5750508Z test_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5750698Z test_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5750883Z test_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5751066Z test_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2023-01-11T21:12:44.5751239Z test_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.094s) 2023-01-11T21:12:44.5751453Z test_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5751662Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5751872Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5752085Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5752290Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5752498Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5752702Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5752904Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5753109Z test_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5753312Z test_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5753523Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5753787Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5753995Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5754237Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5754442Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5754648Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5754855Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5755059Z test_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5755261Z test_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5755474Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5755682Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5755884Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5756088Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5756295Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5756502Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5756705Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5756908Z test_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5757114Z test_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5757322Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5757530Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5757739Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5757942Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5758146Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5758350Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5758552Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5758758Z test_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5758960Z test_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5759172Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5759380Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5759586Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5759789Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5759993Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5760197Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5760446Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5760642Z test_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5760830Z test_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5761058Z test_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5761252Z test_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5761441Z test_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5761629Z test_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5761815Z test_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5762000Z test_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5762187Z test_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5762370Z test_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5762553Z test_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5762740Z test_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5762925Z test_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5763107Z test_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5763290Z test_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5763474Z test_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5763657Z test_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5763837Z test_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5764021Z test_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5764192Z test_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5764370Z test_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5764547Z test_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5764722Z test_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5764897Z test_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5765073Z test_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5765257Z test_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5765433Z test_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5765623Z test_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5765808Z test_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5765993Z test_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5766177Z test_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5766359Z test_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5766538Z test_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5766716Z test_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5766893Z test_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5767068Z test_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5767242Z test_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5767465Z test_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5767637Z test_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5767847Z test_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5768034Z test_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5768216Z test_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5768394Z test_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5768573Z test_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5768751Z test_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5768925Z test_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5769104Z test_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5769278Z test_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5769452Z test_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5769629Z test_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5769857Z test_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5770080Z test_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5770304Z test_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5770523Z test_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5770711Z test_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.292s) 2023-01-11T21:12:44.5770901Z test_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.292s) 2023-01-11T21:12:44.5771086Z test_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5771269Z test_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5771446Z test_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5771633Z test_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5771815Z test_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5771999Z test_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5772185Z test_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5772365Z test_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5772550Z test_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5772730Z test_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5772918Z test_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5773113Z test_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5773307Z test_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5773498Z test_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5773684Z test_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5773869Z test_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5774053Z test_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5774284Z test_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5774469Z test_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5774653Z test_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5774875Z test_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775050Z test_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775233Z test_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775413Z test_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775594Z test_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775774Z test_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5775967Z test_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5776163Z test_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5776357Z test_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5776551Z test_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5776739Z test_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5776926Z test_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5777114Z test_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5777300Z test_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5777487Z test_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5777677Z test_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5777868Z test_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778054Z test_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778244Z test_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778425Z test_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778606Z test_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778777Z test_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5778970Z test_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5779164Z test_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5779355Z test_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5779553Z test_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5779742Z test_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5779934Z test_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5780120Z test_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5780302Z test_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5780481Z test_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5780671Z test_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5780858Z test_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5781047Z test_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5781276Z test_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5781458Z test_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5781677Z test_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5781857Z test_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782038Z test_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782212Z test_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782381Z test_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782559Z test_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782740Z test_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5782920Z test_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5783108Z test_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5783294Z test_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5783484Z test_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5783663Z test_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5783905Z test_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784082Z test_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784259Z test_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784436Z test_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784612Z test_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784790Z test_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5784966Z test_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5785163Z test_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5785354Z test_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5785556Z test_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5785753Z test_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5785937Z test_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5786129Z test_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5786319Z test_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5786509Z test_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5786694Z test_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5786882Z test_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5787070Z test_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5787258Z test_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5787450Z test_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5787639Z test_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5787826Z test_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5788012Z test_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5788260Z test_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5788444Z test_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5788672Z test_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5788861Z test_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5789047Z test_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5789232Z test_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5789423Z test_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5789614Z test_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5789789Z test_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5789976Z test_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5790159Z test_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5790344Z test_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5790530Z test_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5790721Z test_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5790911Z test_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5791095Z test_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5791278Z test_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5791461Z test_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5791641Z test_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5791829Z test_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5792009Z test_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5792193Z test_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5792373Z test_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5792576Z test_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5792774Z test_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5792982Z test_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5793189Z test_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5793385Z test_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5793591Z test_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5793790Z test_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5793991Z test_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5794187Z test_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5794386Z test_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5794581Z test_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5794779Z test_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5794975Z test_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5795218Z test_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5795404Z test_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5795635Z test_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5795832Z test_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796026Z test_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796219Z test_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796411Z test_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796603Z test_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796791Z test_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5796979Z test_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5797161Z test_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5797352Z test_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5797531Z test_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5797718Z test_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5797900Z test_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5798092Z test_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5798283Z test_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5798474Z test_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5798662Z test_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5798849Z test_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799038Z test_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799223Z test_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799404Z test_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799583Z test_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799766Z test_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5799951Z test_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5800138Z test_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5800320Z test_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5800511Z test_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5800699Z test_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5800884Z test_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801060Z test_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801241Z test_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801421Z test_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801600Z test_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801781Z test_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5801960Z test_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5802184Z test_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5802374Z test_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5802603Z test_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5802800Z test_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5802993Z test_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5803184Z test_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5803370Z test_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5803557Z test_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5803740Z test_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5803924Z test_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5804106Z test_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5804292Z test_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5804477Z test_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5804662Z test_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5804852Z test_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5805050Z test_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5805247Z test_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5805441Z test_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5805637Z test_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5805827Z test_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806017Z test_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806204Z test_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806392Z test_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806577Z test_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806763Z test_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5806954Z test_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5807140Z test_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5807342Z test_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5807536Z test_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5807738Z test_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5807929Z test_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5808117Z test_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5808304Z test_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5808489Z test_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5808664Z test_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5808848Z test_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5809077Z test_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5809262Z test_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5809486Z test_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5809665Z test_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5809854Z test_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5810037Z test_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5810222Z test_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5810401Z test_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5810584Z test_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5810766Z test_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5810943Z test_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5811125Z test_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5811299Z test_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5811474Z test_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5811652Z test_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5811834Z test_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5812010Z test_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5812188Z test_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5812376Z test_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5812556Z test_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5812738Z test_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5812923Z test_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813098Z test_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813273Z test_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813447Z test_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813622Z test_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813798Z test_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5813983Z test_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5814172Z test_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5814353Z test_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5814537Z test_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5814715Z test_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5814892Z test_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5815067Z test_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5815243Z test_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5815411Z test_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5815610Z test_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5815854Z test_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5816051Z test_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5816285Z test_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5816488Z test_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5816682Z test_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5816874Z test_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5817068Z test_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5817272Z test_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5817480Z test_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5817685Z test_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5817888Z test_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5818074Z test_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5818253Z test_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5818442Z test_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5818628Z test_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5818813Z test_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5818997Z test_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5819176Z test_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5819360Z test_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5819529Z test_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5819707Z test_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5819884Z test_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5820060Z test_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5820236Z test_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5820416Z test_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5820602Z test_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5820787Z test_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5820970Z test_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5821147Z test_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5821326Z test_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5821505Z test_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5821681Z test_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5821855Z test_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5822030Z test_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5822205Z test_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5822402Z test_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5822595Z test_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5822839Z test_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5823030Z test_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5823264Z test_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5823462Z test_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5823654Z test_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5824029Z test_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5824221Z test_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5824411Z test_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5824604Z test_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5824796Z test_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5824983Z test_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.5825181Z test_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5825369Z test_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5825567Z test_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5825761Z test_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5825952Z test_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5826141Z test_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5826334Z test_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5826521Z test_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5826707Z test_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5826894Z test_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5827073Z test_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5827259Z test_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5827446Z test_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5827627Z test_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5827819Z test_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5828014Z test_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5828199Z test_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5828385Z test_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5828571Z test_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5828751Z test_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5828929Z test_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5829111Z test_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5829290Z test_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5829477Z test_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.5829681Z test_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5829952Z test_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5830156Z test_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5830404Z test_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5830607Z test_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5830805Z test_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5830994Z test_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5831190Z test_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5831389Z test_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5831597Z test_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5831801Z test_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832007Z test_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832207Z test_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832408Z test_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832604Z test_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832800Z test_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5832997Z test_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5833198Z test_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5833402Z test_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5833604Z test_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5833809Z test_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5834009Z test_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5834208Z test_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2023-01-11T21:12:44.5834406Z test_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2023-01-11T21:12:44.5834603Z test_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5834801Z test_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5835000Z test_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2023-01-11T21:12:44.5835206Z test_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5835405Z test_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5835607Z test_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5835808Z test_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5836006Z test_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5836203Z test_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5836402Z test_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5836646Z test_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5836843Z test_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5837079Z test_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5837279Z test_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5837481Z test_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5837681Z test_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5837881Z test_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5838078Z test_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5838275Z test_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5838476Z test_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5838671Z test_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5838874Z test_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5839068Z test_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.925s) 2023-01-11T21:12:44.5839265Z test_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.914s) 2023-01-11T21:12:44.5839459Z test_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.907s) 2023-01-11T21:12:44.5839643Z test_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.887s) 2023-01-11T21:12:44.5839834Z test_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.872s) 2023-01-11T21:12:44.5840028Z test_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.873s) 2023-01-11T21:12:44.5840218Z test_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.916s) 2023-01-11T21:12:44.5840408Z test_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.908s) 2023-01-11T21:12:44.5840625Z test_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.426s) 2023-01-11T21:12:44.5840833Z test_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.427s) 2023-01-11T21:12:44.5841044Z test_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.433s) 2023-01-11T21:12:44.5841250Z test_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.431s) 2023-01-11T21:12:44.5841460Z test_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.421s) 2023-01-11T21:12:44.5841668Z test_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.425s) 2023-01-11T21:12:44.5841878Z test_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.420s) 2023-01-11T21:12:44.5842083Z test_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.421s) 2023-01-11T21:12:44.5842274Z test_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5842454Z test_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5842643Z test_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5842833Z test_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5843018Z test_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5843201Z test_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5843384Z test_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5843613Z test_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5843785Z test_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5844007Z test_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5844189Z test_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5844375Z test_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5844553Z test_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5844754Z test_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5844946Z test_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5845142Z test_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5845340Z test_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5845535Z test_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5845732Z test_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5845922Z test_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5846114Z test_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5846304Z test_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5846494Z test_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5846675Z test_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5846849Z test_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5847039Z test_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5847225Z test_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5847403Z test_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5847584Z test_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5847763Z test_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5847945Z test_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5848123Z test_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5848297Z test_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5848468Z test_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5848649Z test_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5848823Z test_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5849008Z test_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5849190Z test_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5849380Z test_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5849566Z test_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5849748Z test_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5849929Z test_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5850112Z test_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5850290Z test_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5850510Z test_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5850687Z test_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5850893Z test_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5851073Z test_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5851260Z test_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5851439Z test_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5851636Z test_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5851827Z test_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852018Z test_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852206Z test_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852394Z test_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852580Z test_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852763Z test_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5852945Z test_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5853125Z test_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5853307Z test_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5853488Z test_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5853669Z test_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5853845Z test_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854027Z test_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854206Z test_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854379Z test_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854558Z test_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854734Z test_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5854913Z test_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5855092Z test_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5855269Z test_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5855478Z test_meta_outplace_signal_windows_bartlett_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5855691Z test_meta_outplace_signal_windows_bartlett_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5855903Z test_meta_outplace_signal_windows_blackman_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5856116Z test_meta_outplace_signal_windows_blackman_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5856324Z test_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5856531Z test_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5856754Z test_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5856969Z test_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5857176Z test_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5857443Z test_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2023-01-11T21:12:44.5857660Z test_meta_outplace_signal_windows_general_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5857916Z test_meta_outplace_signal_windows_general_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5858141Z test_meta_outplace_signal_windows_general_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5858366Z test_meta_outplace_signal_windows_general_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5858574Z test_meta_outplace_signal_windows_hamming_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5858785Z test_meta_outplace_signal_windows_hamming_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5858978Z test_meta_outplace_signal_windows_hann_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5859185Z test_meta_outplace_signal_windows_hann_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5859396Z test_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5859602Z test_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5859808Z test_meta_outplace_signal_windows_nuttall_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2023-01-11T21:12:44.5860015Z test_meta_outplace_signal_windows_nuttall_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2023-01-11T21:12:44.5860205Z test_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5860388Z test_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5860574Z test_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5860762Z test_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5860951Z test_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5861134Z test_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5861319Z test_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5861502Z test_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5861681Z test_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5861863Z test_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862043Z test_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862220Z test_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862405Z test_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862591Z test_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862765Z test_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5862945Z test_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5863129Z test_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5863307Z test_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5863481Z test_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5863657Z test_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5863872Z test_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5864047Z test_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5864223Z test_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5864463Z test_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5864642Z test_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5864871Z test_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5865058Z test_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5865239Z test_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5865417Z test_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5865598Z test_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5865775Z test_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5865951Z test_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5866122Z test_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5866296Z test_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5866473Z test_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5866659Z test_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5866834Z test_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867023Z test_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867208Z test_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867395Z test_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867573Z test_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867752Z test_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5867933Z test_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5868110Z test_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5868290Z test_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5868465Z test_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5868640Z test_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5868816Z test_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5869000Z test_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5869176Z test_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5869365Z test_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5869545Z test_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5869732Z test_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5869916Z test_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870101Z test_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870284Z test_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870460Z test_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870637Z test_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870811Z test_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5870988Z test_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5871165Z test_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5871421Z test_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5871611Z test_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5871844Z test_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872039Z test_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872232Z test_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872422Z test_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872611Z test_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872800Z test_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5872989Z test_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5873172Z test_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5873362Z test_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5873552Z test_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5873740Z test_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5873926Z test_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5874133Z test_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5874330Z test_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5874540Z test_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5874749Z test_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5874952Z test_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5875153Z test_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5875355Z test_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5875552Z test_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5875749Z test_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5875945Z test_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5876140Z test_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5876343Z test_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5876528Z test_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5876709Z test_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5876892Z test_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5877069Z test_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5877237Z test_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5877413Z test_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5877588Z test_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2023-01-11T21:12:44.5877762Z test_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5877938Z test_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5878197Z test_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5878411Z test_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5878654Z test_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5878861Z test_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5879054Z test_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5879254Z test_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5879449Z test_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5879642Z test_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5879834Z test_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5880034Z test_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5880228Z test_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5880424Z test_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5880619Z test_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5880820Z test_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881017Z test_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881203Z test_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881395Z test_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881592Z test_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881790Z test_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5881983Z test_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5882181Z test_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5882379Z test_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5882575Z test_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5882769Z test_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5882961Z test_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5883154Z test_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5883352Z test_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5883550Z test_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5883748Z test_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5883945Z test_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5884143Z test_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5884336Z test_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5884530Z test_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5884722Z test_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5884916Z test_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5885161Z test_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5885346Z test_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5885582Z test_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5885780Z test_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5885973Z test_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5886165Z test_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5886362Z test_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5886556Z test_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5886756Z test_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5886977Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5887205Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5887430Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5887650Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5887870Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5888089Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5888312Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5888538Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5888756Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5888981Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5889206Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5889425Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5889645Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5889861Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5890081Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5890306Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5890992Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5891436Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5891881Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5892317Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5892752Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5893254Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5893728Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5894162Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5894590Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5895025Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5895472Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5895909Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5896339Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5896770Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5897197Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5897628Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5897827Z test_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898021Z test_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898218Z test_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898417Z test_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898611Z test_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898802Z test_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5898991Z test_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5899181Z test_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5899373Z test_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5899562Z test_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5899755Z test_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5899953Z test_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5900152Z test_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5900344Z test_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5900536Z test_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5900728Z test_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5900961Z test_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5901151Z test_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5901401Z test_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5901621Z test_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5901842Z test_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5902057Z test_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5902272Z test_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5902488Z test_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5902702Z test_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5902917Z test_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5903134Z test_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5903355Z test_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5903576Z test_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5903849Z test_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5904063Z test_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5904277Z test_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5904497Z test_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5904711Z test_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5904908Z test_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5905100Z test_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5905293Z test_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5905486Z test_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5905676Z test_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5905854Z test_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906042Z test_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906230Z test_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906417Z test_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906608Z test_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906795Z test_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5906985Z test_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5907176Z test_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5907359Z test_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5907542Z test_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5907725Z test_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5907963Z test_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5908152Z test_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5908389Z test_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5908583Z test_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5908775Z test_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5908962Z test_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5909147Z test_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5909333Z test_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5909510Z test_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5909707Z test_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5909927Z test_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5910153Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5910373Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5910596Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5910811Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5911025Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5911243Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5911464Z test_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5911922Z test_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5912363Z test_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5912800Z test_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5913235Z test_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5913667Z test_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5914098Z test_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5914532Z test_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5914962Z test_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5915160Z test_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5915363Z test_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5915563Z test_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5915814Z test_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5916012Z test_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5916244Z test_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5916440Z test_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5916636Z test_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.5916847Z test_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5917063Z test_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5917276Z test_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5917478Z test_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5917689Z test_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5917897Z test_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5918102Z test_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5918314Z test_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5918526Z test_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5918741Z test_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5918954Z test_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5919164Z test_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5919369Z test_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5919581Z test_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5919787Z test_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5919997Z test_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5920207Z test_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5920419Z test_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5920631Z test_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5920839Z test_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5921049Z test_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5921257Z test_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5921463Z test_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5921673Z test_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5921884Z test_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5922097Z test_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5922301Z test_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5922555Z test_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5922760Z test_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5923007Z test_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5923218Z test_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5923430Z test_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5923626Z test_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5923817Z test_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5924011Z test_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5924207Z test_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5924403Z test_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5924594Z test_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5924788Z test_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5924979Z test_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5925167Z test_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5925357Z test_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5925547Z test_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5925742Z test_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5925941Z test_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5926136Z test_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5926327Z test_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5926512Z test_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5926703Z test_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5926895Z test_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5927130Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5927369Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5927607Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5927846Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5928079Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5928314Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5928546Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5928777Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5929008Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5929232Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5929500Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5929726Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5929986Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5930210Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5930430Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5930650Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5930871Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5931093Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5931320Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5931544Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5931768Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5931989Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5932200Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5932420Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5932640Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5933117Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5933579Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5934038Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5934492Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5934949Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5935406Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5935858Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5936307Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5936755Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5937212Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5937671Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5938261Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5938710Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5939158Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5939602Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5940050Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5940505Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5940954Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5941412Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5941859Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5942312Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5942763Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5943209Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5943652Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5944225Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5944672Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5945128Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5945575Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5946022Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5946463Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5946903Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5947423Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:12:44.5947681Z test_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5947900Z test_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5948115Z test_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5948327Z test_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5948538Z test_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5948745Z test_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5948958Z test_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5949168Z test_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5949371Z test_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5949566Z test_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5949766Z test_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5949963Z test_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5950163Z test_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5950358Z test_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2023-01-11T21:12:44.5950549Z test_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5950740Z test_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5950938Z test_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.5951132Z test_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.5951323Z test_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5951516Z test_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5951709Z test_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5951901Z test_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5952090Z test_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5952281Z test_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5952468Z test_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5952660Z test_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5952846Z test_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5953025Z test_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5953217Z test_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5953406Z test_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5953594Z test_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5953777Z test_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954003Z test_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954184Z test_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954354Z test_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954575Z test_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954759Z test_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5954939Z test_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5955120Z test_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5955318Z test_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5955512Z test_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5955718Z test_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5955918Z test_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5956115Z test_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5956313Z test_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5956511Z test_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5956704Z test_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5956896Z test_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5957088Z test_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5957279Z test_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5957477Z test_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5957675Z test_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5957869Z test_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5958076Z test_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5958270Z test_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5958474Z test_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5958676Z test_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5958871Z test_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5959067Z test_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5959263Z test_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5959457Z test_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5959655Z test_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5959846Z test_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5960043Z test_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5960225Z test_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5960402Z test_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5960588Z test_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5960773Z test_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961004Z test_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961185Z test_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961403Z test_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961585Z test_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961761Z test_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5961937Z test_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5962104Z test_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5962279Z test_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5962457Z test_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5962647Z test_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5962827Z test_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5963017Z test_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5963211Z test_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5963394Z test_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5963578Z test_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5963760Z test_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5963941Z test_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5964120Z test_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5964301Z test_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5964478Z test_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5964659Z test_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5964854Z test_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965035Z test_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965227Z test_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965417Z test_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965597Z test_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965781Z test_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5965966Z test_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5966153Z test_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5966338Z test_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5966522Z test_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5966705Z test_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5966883Z test_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5967065Z test_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5967249Z test_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5967427Z test_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5967616Z test_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5967864Z test_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5968048Z test_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5968270Z test_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5968453Z test_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5968633Z test_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5968811Z test_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5968988Z test_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5969157Z test_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5969336Z test_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.5969521Z test_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2023-01-11T21:12:44.5969727Z test_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... expected failure (0.017s) 2023-01-11T21:12:44.5969935Z test_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... expected failure (0.008s) 2023-01-11T21:12:44.5970148Z test_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... expected failure (0.007s) 2023-01-11T21:12:44.5970351Z test_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... expected failure (0.008s) 2023-01-11T21:12:44.5970553Z test_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... expected failure (0.007s) 2023-01-11T21:12:44.5970752Z test_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... expected failure (0.007s) 2023-01-11T21:12:44.5970941Z test_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5971135Z test_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5971330Z test_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5971515Z test_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5971702Z test_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5971889Z test_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.5972090Z test_meta_outplace_std_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5972296Z test_meta_outplace_std_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5972899Z test_meta_outplace_std_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5973097Z test_meta_outplace_std_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5973295Z test_meta_outplace_std_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5973496Z test_meta_outplace_std_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5973690Z test_meta_outplace_std_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5973884Z test_meta_outplace_std_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5974086Z test_meta_outplace_std_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5974282Z test_meta_outplace_std_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5974474Z test_meta_outplace_std_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5974670Z test_meta_outplace_std_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5974855Z test_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5975040Z test_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5975272Z test_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5975452Z test_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5975669Z test_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5975856Z test_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5976041Z test_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5976225Z test_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5976404Z test_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.5976581Z test_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5976759Z test_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.5976937Z test_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5977109Z test_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5977283Z test_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5977452Z test_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5977627Z test_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.5977807Z test_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5977983Z test_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5978170Z test_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5978355Z test_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5978538Z test_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5978720Z test_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5978896Z test_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5979074Z test_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5979247Z test_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5979421Z test_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5979594Z test_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5979768Z test_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5979942Z test_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.5980136Z test_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5980325Z test_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.5980522Z test_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5980718Z test_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5980903Z test_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5981093Z test_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5981281Z test_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5981466Z test_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5981651Z test_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5981835Z test_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5982066Z test_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5982251Z test_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.5982439Z test_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.970s) 2023-01-11T21:12:44.5982662Z test_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.945s) 2023-01-11T21:12:44.5982844Z test_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.946s) 2023-01-11T21:12:44.5983025Z test_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.986s) 2023-01-11T21:12:44.5983260Z test_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5983493Z test_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:12:44.5983740Z test_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.5983935Z test_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.5984121Z test_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2023-01-11T21:12:44.5984308Z test_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2023-01-11T21:12:44.5984486Z test_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5984661Z test_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5984835Z test_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985017Z test_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985194Z test_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985370Z test_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985546Z test_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985720Z test_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5985891Z test_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5986067Z test_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5986240Z test_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5986413Z test_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5986609Z test_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5986802Z test_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5987002Z test_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5987201Z test_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5987400Z test_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5987594Z test_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5987794Z test_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.5987982Z test_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5988173Z test_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5988354Z test_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5988547Z test_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5988738Z test_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5988921Z test_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5989159Z test_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5989347Z test_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5989577Z test_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5989760Z test_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5989939Z test_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5990118Z test_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5990295Z test_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5990472Z test_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5990648Z test_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.092s) 2023-01-11T21:12:44.5990827Z test_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5991005Z test_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.091s) 2023-01-11T21:12:44.5991186Z test_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.5991366Z test_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5991551Z test_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5991734Z test_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5991907Z test_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992086Z test_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992263Z test_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992439Z test_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992620Z test_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992794Z test_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5992970Z test_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5993145Z test_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5993319Z test_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5993500Z test_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5993675Z test_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5993861Z test_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994049Z test_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994238Z test_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994417Z test_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994596Z test_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994778Z test_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5994957Z test_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5995135Z test_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5995302Z test_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5995476Z test_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5995654Z test_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5995854Z test_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5996091Z test_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5996287Z test_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5996522Z test_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5996718Z test_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5996914Z test_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5997106Z test_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5997302Z test_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5997492Z test_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5997681Z test_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5997872Z test_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.5998059Z test_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.5998253Z test_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5998449Z test_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5998641Z test_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5998832Z test_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5999010Z test_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5999198Z test_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.5999378Z test_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5999560Z test_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.5999747Z test_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.5999934Z test_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2023-01-11T21:12:44.6000116Z test_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6000297Z test_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6000477Z test_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6000660Z test_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6000836Z test_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6001011Z test_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6001190Z test_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6001368Z test_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2023-01-11T21:12:44.6001571Z test_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6001769Z test_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6001975Z test_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6002175Z test_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6002373Z test_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6002568Z test_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6002756Z test_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6002992Z test_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6003186Z test_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6003415Z test_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6003611Z test_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6003807Z test_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:12:44.6003999Z test_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6004190Z test_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6004385Z test_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6004577Z test_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6004767Z test_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6004954Z test_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6005145Z test_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6005332Z test_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6005520Z test_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6005708Z test_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6005894Z test_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6006080Z test_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2023-01-11T21:12:44.6006265Z test_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6006442Z test_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6006624Z test_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6006805Z test_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6006989Z test_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6007166Z test_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6007344Z test_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6007520Z test_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6007702Z test_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6007888Z test_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6008067Z test_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6008260Z test_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6008447Z test_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6008638Z test_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6008822Z test_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009003Z test_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009187Z test_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009373Z test_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009550Z test_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009729Z test_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6009944Z test_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6010123Z test_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6010318Z test_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6010562Z test_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6010761Z test_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6010959Z test_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6011151Z test_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6011341Z test_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6011531Z test_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6011726Z test_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6011912Z test_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6012099Z test_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6012288Z test_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6012476Z test_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6012665Z test_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6012858Z test_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.6013054Z test_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6013249Z test_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6013444Z test_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.6013634Z test_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6013815Z test_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014003Z test_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014190Z test_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014377Z test_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014564Z test_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014752Z test_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6014937Z test_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.6015131Z test_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6015320Z test_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6015504Z test_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2023-01-11T21:12:44.6015692Z test_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6015875Z test_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6016056Z test_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6016235Z test_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6016415Z test_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6016593Z test_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6016773Z test_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6017027Z test_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6017233Z test_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2023-01-11T21:12:44.6017476Z test_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6017681Z test_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6017861Z test_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018048Z test_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018236Z test_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018423Z test_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018602Z test_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018787Z test_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6018965Z test_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6019147Z test_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6019329Z test_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6019506Z test_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6019687Z test_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6019864Z test_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6020054Z test_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6020243Z test_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6020424Z test_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6020612Z test_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6020797Z test_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6020978Z test_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6021159Z test_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6021342Z test_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6021521Z test_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6021697Z test_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6021875Z test_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6022052Z test_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6022232Z test_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6022409Z test_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6022603Z test_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6022793Z test_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6022986Z test_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2023-01-11T21:12:44.6023176Z test_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6023374Z test_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6023573Z test_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6023812Z test_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6024064Z test_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6024252Z test_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6024482Z test_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6024674Z test_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2023-01-11T21:12:44.6024851Z test_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6025036Z test_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6025220Z test_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6025405Z test_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2023-01-11T21:12:44.6025589Z test_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6025775Z test_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6025957Z test_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6026136Z test_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6026318Z test_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6026496Z test_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6026673Z test_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6026852Z test_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6027029Z test_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6027215Z test_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6027394Z test_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6027586Z test_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6027774Z test_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6027968Z test_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6028150Z test_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6028325Z test_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6028510Z test_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6028691Z test_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6028870Z test_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6029050Z test_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6029231Z test_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6029411Z test_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6029605Z test_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6029791Z test_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.6029989Z test_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.6030183Z test_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6030375Z test_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6030564Z test_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6030752Z test_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6030985Z test_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6031174Z test_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6031395Z test_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6031582Z test_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6031766Z test_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6031942Z test_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6032135Z test_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6032324Z test_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6032521Z test_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6032724Z test_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6032921Z test_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6033117Z test_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6033308Z test_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6033497Z test_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6033684Z test_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6033868Z test_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6034054Z test_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6034243Z test_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6034432Z test_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6034620Z test_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6034805Z test_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6034995Z test_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6035183Z test_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6035369Z test_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6035554Z test_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6035726Z test_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6035911Z test_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6036094Z test_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6036274Z test_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6036455Z test_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6036638Z test_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6036819Z test_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2023-01-11T21:12:44.6037006Z test_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6037198Z test_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6037386Z test_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6037570Z test_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6037755Z test_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6037987Z test_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6038185Z test_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.124s) 2023-01-11T21:12:44.6038427Z test_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.151s) 2023-01-11T21:12:44.6038629Z test_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.154s) 2023-01-11T21:12:44.6038832Z test_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.167s) 2023-01-11T21:12:44.6039028Z test_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.158s) 2023-01-11T21:12:44.6039226Z test_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.121s) 2023-01-11T21:12:44.6039418Z test_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.120s) 2023-01-11T21:12:44.6039610Z test_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.119s) 2023-01-11T21:12:44.6039809Z test_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.118s) 2023-01-11T21:12:44.6039994Z test_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (2.314s) 2023-01-11T21:12:44.6040180Z test_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.329s) 2023-01-11T21:12:44.6040363Z test_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.329s) 2023-01-11T21:12:44.6040548Z test_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.331s) 2023-01-11T21:12:44.6040726Z test_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.330s) 2023-01-11T21:12:44.6040906Z test_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.348s) 2023-01-11T21:12:44.6041084Z test_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.333s) 2023-01-11T21:12:44.6041266Z test_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.338s) 2023-01-11T21:12:44.6041446Z test_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.354s) 2023-01-11T21:12:44.6041638Z test_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6041826Z test_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042024Z test_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042217Z test_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042409Z test_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042597Z test_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042785Z test_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6042972Z test_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6043148Z test_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6043333Z test_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6043521Z test_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6043709Z test_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6043892Z test_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6044072Z test_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6044258Z test_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6044444Z test_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2023-01-11T21:12:44.6044623Z test_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.6044847Z test_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.6045027Z test_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2023-01-11T21:12:44.6045253Z test_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6045446Z test_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6045640Z test_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6045825Z test_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6046009Z test_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6046193Z test_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6046393Z test_meta_outplace_var_mean_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6046602Z test_meta_outplace_var_mean_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6046808Z test_meta_outplace_var_mean_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6046999Z test_meta_outplace_var_mean_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6047202Z test_meta_outplace_var_mean_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6047400Z test_meta_outplace_var_mean_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6047593Z test_meta_outplace_var_unbiased_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6047790Z test_meta_outplace_var_unbiased_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6047987Z test_meta_outplace_var_unbiased_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6048182Z test_meta_outplace_var_unbiased_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6048377Z test_meta_outplace_var_unbiased_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6048569Z test_meta_outplace_var_unbiased_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6048755Z test_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6048941Z test_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6049130Z test_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6049314Z test_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6049493Z test_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6049672Z test_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6049868Z test_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6050068Z test_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6050264Z test_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6050455Z test_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6050633Z test_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6050813Z test_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051003Z test_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051189Z test_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051371Z test_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051554Z test_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051784Z test_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6051963Z test_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6052180Z test_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6052363Z test_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6052544Z test_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6052724Z test_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6052922Z test_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6053117Z test_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6053311Z test_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6053499Z test_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6053687Z test_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6053875Z test_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6054060Z test_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6054243Z test_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6054426Z test_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6054600Z test_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6054783Z test_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6054967Z test_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6055152Z test_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6055327Z test_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6055513Z test_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6055698Z test_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6055881Z test_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056061Z test_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056241Z test_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056427Z test_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056604Z test_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056783Z test_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6056961Z test_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6057135Z test_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6057315Z test_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6057500Z test_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6057681Z test_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6057877Z test_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6058056Z test_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6058244Z test_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6058431Z test_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6058664Z test_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6058849Z test_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059071Z test_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059254Z test_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059437Z test_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059619Z test_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059800Z test_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6059987Z test_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6060171Z test_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6060371Z test_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6060562Z test_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6060752Z test_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6060942Z test_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6061126Z test_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6061314Z test_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6061496Z test_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6061667Z test_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6061847Z test_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6062030Z test_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6062213Z test_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2023-01-11T21:12:44.6062397Z test_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6062578Z test_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6062769Z test_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6062955Z test_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6063141Z test_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6063321Z test_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6063504Z test_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6063809Z test_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6063996Z test_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2023-01-11T21:12:44.6064174Z test_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6064355Z test_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6064530Z test_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6064708Z test_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2023-01-11T21:12:44.6064893Z test_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.6065074Z test_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.6065247Z test_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2023-01-11T21:12:44.6065428Z test_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6065678Z test_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2023-01-11T21:12:44.6065858Z test_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6066036Z test_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6066256Z test_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6066436Z test_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6066613Z test_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2023-01-11T21:12:44.6066795Z test_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6066977Z test_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6067166Z test_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6067354Z test_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6067540Z test_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6067722Z test_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6067905Z test_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068081Z test_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068262Z test_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068438Z test_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068616Z test_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068785Z test_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2023-01-11T21:12:44.6068975Z test_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6069158Z test_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6069347Z test_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6069532Z test_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6069722Z test_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6069907Z test_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070091Z test_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070276Z test_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070456Z test_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070633Z test_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070810Z test_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6070991Z test_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6071176Z test_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2023-01-11T21:12:44.6071375Z test_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6071561Z test_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2023-01-11T21:12:44.6071756Z test_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6071949Z test_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6072143Z test_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6072325Z test_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6072514Z test_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6072761Z test_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6072947Z test_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6073181Z test_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6073368Z test_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6073553Z test_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6073738Z test_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2023-01-11T21:12:44.6073904Z test_channels_last (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6074079Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6074259Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6074451Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6074641Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6074793Z test_imag (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6074947Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6075108Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6075682Z test_non_leaf_torture (__main__.TestMetaConverter) ... test_meta.py:212: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:12:44.6075796Z x.set_(x.storage(), 10, (2,), (2,)) 2023-01-11T21:12:44.6075885Z ok (0.002s) 2023-01-11T21:12:44.6076060Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6076239Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6076413Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6076576Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6076741Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2023-01-11T21:12:44.6076906Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2023-01-11T21:12:44.6077077Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2023-01-11T21:12:44.6077250Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6077410Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2023-01-11T21:12:44.6077420Z 2023-01-11T21:12:44.6077727Z ---------------------------------------------------------------------- 2023-01-11T21:12:44.6077833Z Ran 33713 tests in 1335.977s 2023-01-11T21:12:44.6077846Z 2023-01-11T21:12:44.6077978Z OK (skipped=13614, expected failures=19) 2023-01-11T21:12:44.6077984Z 2023-01-11T21:12:44.6078099Z Generating XML reports... 2023-01-11T21:12:44.6078452Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20230111205018.xml 2023-01-11T21:12:44.6078814Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20230111205018.xml 2023-01-11T21:12:44.6078820Z 2023-01-11T21:12:44.6079518Z ##[endgroup] 2023-01-11T21:12:44.6079854Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/pytorch/test/test-reports/test_meta_1f8j08oy) 2023-01-11T21:12:44.6079860Z 2023-01-11T21:12:49.3294030Z Ignoring disabled issues: [] 2023-01-11T21:12:49.3494858Z Running test_unary_ufuncs ... [2023-01-11 21:12:49.348305] 2023-01-11T21:12:49.3496701Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:12:49.348635] 2023-01-11T21:15:42.4037758Z 2023-01-11T21:15:42.4043000Z Expand the folded group to see the log file of test_unary_ufuncs 2023-01-11T21:15:42.4046635Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/pytorch/test/test-reports/test_unary_ufuncs_vhdws64a) 2023-01-11T21:15:42.4072619Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2023-01-11T21:15:42.4073826Z 2023-01-11T21:15:42.4074190Z Running tests... 2023-01-11T21:15:42.4075576Z ---------------------------------------------------------------------- 2023-01-11T21:15:42.4078916Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... 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:26.) 2023-01-11T21:15:42.4082557Z torch_fn(t, out=float_out) 2023-01-11T21:15:42.4083520Z ok (0.144s) 2023-01-11T21:15:42.4085121Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4087017Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.4088743Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.4090355Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.4092033Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4093719Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4095517Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2023-01-11T21:15:42.4097179Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4098940Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.4103057Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_creation.py:167: 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:31.) 2023-01-11T21:15:42.4106343Z result = torch.empty(shape, device=device, dtype=dtype) 2023-01-11T21:15:42.4107554Z ok (0.034s) 2023-01-11T21:15:42.4108841Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.4110548Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4112126Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4113724Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4115379Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4117088Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4120114Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4121585Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4123245Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4124963Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4126267Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4127589Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4129023Z test_batch_vs_slicing_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.4130436Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4131922Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4132911Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4133850Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4134765Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4136001Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4137021Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4137947Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4139058Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4140097Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4141028Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4142189Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4143568Z test_batch_vs_slicing_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4145029Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4146183Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4147108Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4148405Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4149558Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4150860Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4151925Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4152838Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4154126Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4155449Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4156476Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.4157430Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.4158720Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.4160085Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4161412Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4162593Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4163681Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4164865Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4165947Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4166944Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4167926Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4169260Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4170323Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4171585Z test_batch_vs_slicing_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4172901Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4174159Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4175396Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4176340Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4177415Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4178362Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4179415Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4180410Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4181373Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4182679Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4185973Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4187044Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4188161Z test_batch_vs_slicing_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4189471Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4190829Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4191861Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4192871Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4193844Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4194734Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4196004Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4197037Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4197653Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4198235Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4198802Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4199391Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4200105Z test_batch_vs_slicing_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4200791Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4201432Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4202002Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4202598Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4203162Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4204150Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4204773Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4205373Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4206082Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4206718Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4207299Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4207996Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4208856Z test_batch_vs_slicing_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4209720Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4210561Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4211446Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4212163Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4212864Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4213677Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4214508Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4215359Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4216241Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4216943Z test_batch_vs_slicing_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4217581Z test_batch_vs_slicing_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4219591Z test_batch_vs_slicing_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:14367: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:276.) 2023-01-11T21:15:42.4220834Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2023-01-11T21:15:42.4221197Z ok (0.017s) 2023-01-11T21:15:42.4221647Z test_batch_vs_slicing_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4222307Z test_batch_vs_slicing_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4222914Z test_batch_vs_slicing_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4223576Z test_batch_vs_slicing_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4224260Z test_batch_vs_slicing_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4224864Z test_batch_vs_slicing_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4225419Z test_batch_vs_slicing_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4225931Z test_batch_vs_slicing_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4226440Z test_batch_vs_slicing_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4227178Z test_batch_vs_slicing_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4228018Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.4228678Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4229431Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4230047Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4230766Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4231556Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4232225Z test_batch_vs_slicing_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4232846Z test_batch_vs_slicing_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4233520Z test_batch_vs_slicing_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4234258Z test_batch_vs_slicing_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4235070Z test_batch_vs_slicing_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4235664Z test_batch_vs_slicing_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4236251Z test_batch_vs_slicing_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4236832Z test_batch_vs_slicing_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4237407Z test_batch_vs_slicing_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4238099Z test_batch_vs_slicing_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4238920Z test_batch_vs_slicing_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4239768Z test_batch_vs_slicing_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4240627Z test_batch_vs_slicing_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4241178Z test_batch_vs_slicing_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4241903Z test_batch_vs_slicing_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4242763Z test_batch_vs_slicing_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4243428Z test_batch_vs_slicing_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4244071Z test_batch_vs_slicing_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4244713Z test_batch_vs_slicing_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4245279Z test_batch_vs_slicing_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4246020Z test_batch_vs_slicing_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4246583Z test_batch_vs_slicing_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4247257Z test_batch_vs_slicing_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4247958Z test_batch_vs_slicing_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4248517Z test_batch_vs_slicing_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4249090Z test_batch_vs_slicing_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4249805Z test_batch_vs_slicing_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4250562Z test_batch_vs_slicing_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4251212Z test_batch_vs_slicing_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4251817Z test_batch_vs_slicing_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4252553Z test_batch_vs_slicing_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4253370Z test_batch_vs_slicing_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4254315Z test_batch_vs_slicing_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4254944Z test_batch_vs_slicing_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4255605Z test_batch_vs_slicing_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4256299Z test_batch_vs_slicing_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4256875Z test_batch_vs_slicing_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4257583Z test_batch_vs_slicing_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4258401Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.4259228Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4260044Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4260840Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4261724Z test_batch_vs_slicing_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4262522Z test_batch_vs_slicing_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4263132Z test_batch_vs_slicing_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4263826Z test_batch_vs_slicing_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4264449Z test_batch_vs_slicing_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4265132Z test_batch_vs_slicing_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4265762Z test_batch_vs_slicing_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4266649Z test_batch_vs_slicing_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4267529Z test_batch_vs_slicing_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4268420Z test_batch_vs_slicing_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4269199Z test_batch_vs_slicing_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4269830Z test_batch_vs_slicing_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4270448Z test_batch_vs_slicing_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4271096Z test_batch_vs_slicing_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4271708Z test_batch_vs_slicing_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4272275Z test_batch_vs_slicing_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4272843Z test_batch_vs_slicing_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4273416Z test_batch_vs_slicing_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4273981Z test_batch_vs_slicing_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4274563Z test_batch_vs_slicing_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4275141Z test_batch_vs_slicing_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4275734Z test_batch_vs_slicing_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.4276325Z test_batch_vs_slicing_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4276999Z test_batch_vs_slicing_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4277577Z test_batch_vs_slicing_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4278221Z test_batch_vs_slicing_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4278836Z test_batch_vs_slicing_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4279405Z test_batch_vs_slicing_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4279972Z test_batch_vs_slicing_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4280531Z test_batch_vs_slicing_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4281103Z test_batch_vs_slicing_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4281673Z test_batch_vs_slicing_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4282251Z test_batch_vs_slicing_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4282834Z test_batch_vs_slicing_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4283436Z test_batch_vs_slicing_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4284050Z test_batch_vs_slicing_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4284612Z test_batch_vs_slicing_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4285182Z test_batch_vs_slicing_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4285737Z test_batch_vs_slicing_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4286303Z test_batch_vs_slicing_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4286859Z test_batch_vs_slicing_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4287425Z test_batch_vs_slicing_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4287993Z test_batch_vs_slicing_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4288550Z test_batch_vs_slicing_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4289126Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4289685Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4290246Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4290835Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4291419Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4292000Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4292575Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4293155Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4293723Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4294254Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4294818Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4295382Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4295945Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4296618Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4297231Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4297914Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4298529Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4299164Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4299767Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4300382Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4300996Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4301619Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4302223Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4302832Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4303398Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4304166Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4304700Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4305220Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4305733Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4306264Z test_batch_vs_slicing_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4306797Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4307321Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4307825Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4308353Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4308853Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4309363Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4309872Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4310371Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4310892Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4311390Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4311910Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4312436Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4312968Z test_batch_vs_slicing_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4313489Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4314017Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4314537Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4315036Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4315645Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4316158Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4316718Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4317234Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4317771Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4318287Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4318825Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4319345Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4319880Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4320407Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4320943Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4321461Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4322007Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4322521Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4323045Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4323561Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4324094Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4324627Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4325157Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4325674Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4326202Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4326699Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4327226Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4327752Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4328328Z test_batch_vs_slicing_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4328855Z test_batch_vs_slicing_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4329394Z test_batch_vs_slicing_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4329926Z test_batch_vs_slicing_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4330476Z test_batch_vs_slicing_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4330988Z test_batch_vs_slicing_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4331516Z test_batch_vs_slicing_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4332037Z test_batch_vs_slicing_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4332565Z test_batch_vs_slicing_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4333080Z test_batch_vs_slicing_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4333599Z test_batch_vs_slicing_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4334185Z test_batch_vs_slicing_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4334687Z test_batch_vs_slicing_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4335260Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4335781Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4336341Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4336855Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4337365Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4337877Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4338389Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4338879Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4339395Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4339908Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4340416Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4340936Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4341455Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4341974Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4342471Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4342989Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4343485Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4344058Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4344560Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4345055Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4345568Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4346070Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4346593Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4347119Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4347647Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4348155Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4348677Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4349211Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4349726Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4350227Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4350744Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4351261Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4351770Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4352364Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4352876Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4353442Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.4353933Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4354438Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4354948Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4355465Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4355972Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4356499Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4357025Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4357526Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4358051Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4358590Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4359099Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4359620Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4360126Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4360632Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4361143Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4361631Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4362151Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4362673Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4363219Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4363743Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4364301Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4364805Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4365306Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4365823Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4366335Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4366851Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4367366Z test_batch_vs_slicing_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4367883Z test_batch_vs_slicing_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4368431Z test_batch_vs_slicing_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4368943Z test_batch_vs_slicing_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4369466Z test_batch_vs_slicing_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4369984Z test_batch_vs_slicing_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4370563Z test_batch_vs_slicing_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4371075Z test_batch_vs_slicing_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4371629Z test_batch_vs_slicing_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4372132Z test_batch_vs_slicing_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4372639Z test_batch_vs_slicing_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4373133Z test_batch_vs_slicing_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4373645Z test_batch_vs_slicing_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4374158Z test_batch_vs_slicing_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4374675Z test_batch_vs_slicing_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4375200Z test_batch_vs_slicing_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4375737Z test_batch_vs_slicing_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4376269Z test_batch_vs_slicing_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4376770Z test_batch_vs_slicing_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4377292Z test_batch_vs_slicing_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4377815Z test_batch_vs_slicing_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4378325Z test_batch_vs_slicing_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4378835Z test_batch_vs_slicing_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4379350Z test_batch_vs_slicing_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.4379859Z test_batch_vs_slicing_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4380370Z test_batch_vs_slicing_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4380868Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4381389Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4381906Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4382426Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4382941Z test_batch_vs_slicing_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4383453Z test_batch_vs_slicing_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4384024Z test_batch_vs_slicing_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4384517Z test_batch_vs_slicing_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4385031Z test_batch_vs_slicing_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4385557Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4386075Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4386592Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4387113Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4387659Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.4388310Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.4388855Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.4389460Z test_batch_vs_slicing_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4389974Z test_batch_vs_slicing_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4390497Z test_batch_vs_slicing_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4391028Z test_batch_vs_slicing_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4391559Z test_batch_vs_slicing_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4392074Z test_batch_vs_slicing_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4392599Z test_batch_vs_slicing_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4393102Z test_batch_vs_slicing_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4393605Z test_batch_vs_slicing_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4394121Z test_batch_vs_slicing_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4394625Z test_batch_vs_slicing_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4395137Z test_batch_vs_slicing_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4395647Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4396154Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4396642Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4397157Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4397666Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4398167Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4398694Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4399190Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4399692Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4400172Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4400690Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4401224Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4401758Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4402271Z test_batch_vs_slicing_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4402781Z test_batch_vs_slicing_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4403302Z test_batch_vs_slicing_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4403806Z test_batch_vs_slicing_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4404327Z test_batch_vs_slicing_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4404838Z test_batch_vs_slicing_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4405349Z test_batch_vs_slicing_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4405855Z test_batch_vs_slicing_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4406426Z test_batch_vs_slicing_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4406920Z test_batch_vs_slicing_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4407494Z test_batch_vs_slicing_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4407990Z test_batch_vs_slicing_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4408504Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.4409032Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4409563Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2023-01-11T21:15:42.4410109Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2023-01-11T21:15:42.4410643Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2023-01-11T21:15:42.4411183Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.4411692Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.4412229Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4412755Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4413278Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4413797Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4414309Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4414834Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4415357Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4415856Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4416383Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.4416914Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.4417433Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.4417960Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4418481Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4418999Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4419490Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4420007Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4420515Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4421033Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4421537Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4422059Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4422585Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4423085Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4423619Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4424376Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4424898Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4425494Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4426002Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4426513Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4427023Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4427509Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4428022Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4428548Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4429084Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4429614Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4430140Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4430673Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4431180Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4431708Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4432229Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4432752Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4433278Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4433820Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4434369Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4434915Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4435435Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4435994Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4436531Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4437074Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4437613Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4438147Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4438686Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4439206Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4439747Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4440287Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.4440830Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.4441375Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.4441943Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4442562Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4443093Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4443613Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4444204Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4444761Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4445283Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4445809Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4446352Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4446918Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4447475Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4448059Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.4448622Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4449179Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4449733Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4450288Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4450833Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4451376Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4451923Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4452475Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4453022Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4453543Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4454073Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4454599Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4455119Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4455627Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4456147Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4456673Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4457193Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4457716Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4458236Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4458758Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4459279Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4459806Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4460321Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4460907Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4461421Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4461979Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4462491Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4462986Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4463495Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4464100Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4464620Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4465145Z test_batch_vs_slicing_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4465693Z test_batch_vs_slicing_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4466219Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4466743Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4467254Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4467764Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4468275Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4468788Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4469301Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4469820Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4470345Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4470842Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4471363Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4471895Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4472419Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4472934Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4473451Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4473962Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4474463Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4474974Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4475486Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4475998Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4476512Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4477028Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4477548Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4478070Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4478540Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4479050Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4479483Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4479956Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4480387Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4480809Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4481218Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4481644Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4482069Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4482512Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4482967Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4483429Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4483894Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4484352Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4484789Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4485235Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4485681Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4486126Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4486573Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4487015Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4487460Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4487890Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4488322Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4488752Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4489185Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4489622Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4490051Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4490477Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4490890Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4491321Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4491748Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4492179Z test_batch_vs_slicing_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4492608Z test_batch_vs_slicing_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4493044Z test_batch_vs_slicing_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4493487Z test_batch_vs_slicing_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4493977Z test_batch_vs_slicing_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4494411Z test_batch_vs_slicing_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4494882Z test_batch_vs_slicing_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4495313Z test_batch_vs_slicing_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4495742Z test_batch_vs_slicing_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4496170Z test_batch_vs_slicing_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4496595Z test_batch_vs_slicing_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4497007Z test_batch_vs_slicing_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4497431Z test_batch_vs_slicing_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4497892Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.4498377Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.4498862Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.4499339Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4499811Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4500281Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4500744Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4501217Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.4501694Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4502177Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.4502653Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4503128Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.4503604Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4504399Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4504962Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.4505539Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4506109Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4506682Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4507257Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4507824Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4508385Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4508948Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.4522678Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4523275Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.4523736Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4524228Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4524675Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4525119Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4525561Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4526004Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4526427Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4526870Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4527307Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4527748Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4528181Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4528616Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4529055Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4529483Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4529921Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4530351Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4530780Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4531208Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4531633Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4532056Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4532462Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4532890Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4533346Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4533821Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4534297Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4534769Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4535247Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4535714Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4536169Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4536638Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4537117Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4537608Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4538162Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4538652Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4539187Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4539688Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4540169Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4540661Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4541149Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4541635Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4542117Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4542601Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4543078Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4543557Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4544160Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4544696Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4545278Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.4545876Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4546462Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4547056Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4547631Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.4548200Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4548747Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4549306Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4549882Z test_batch_vs_slicing_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.4550451Z test_batch_vs_slicing_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4551029Z test_batch_vs_slicing_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4551593Z test_batch_vs_slicing_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.4552167Z test_batch_vs_slicing_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4552718Z test_batch_vs_slicing_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4553278Z test_batch_vs_slicing_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4553835Z test_batch_vs_slicing_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4554490Z test_batch_vs_slicing_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4555047Z test_batch_vs_slicing_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4555651Z test_batch_vs_slicing_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4556206Z test_batch_vs_slicing_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4556761Z test_batch_vs_slicing_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4557309Z test_batch_vs_slicing_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4557872Z test_batch_vs_slicing_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4558416Z test_batch_vs_slicing_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4558886Z test_batch_vs_slicing_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4559353Z test_batch_vs_slicing_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4559818Z test_batch_vs_slicing_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4560282Z test_batch_vs_slicing_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4560745Z test_batch_vs_slicing_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4561201Z test_batch_vs_slicing_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4561698Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.4562226Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.4562752Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.4563273Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.4563766Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4564238Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4564707Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4565160Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4565630Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4566098Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4566564Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4567032Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4567518Z test_batch_vs_slicing_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4568003Z test_batch_vs_slicing_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4568485Z test_batch_vs_slicing_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4568955Z test_batch_vs_slicing_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4569445Z test_batch_vs_slicing_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4570021Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4570548Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4571035Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4571522Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.4571998Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4572487Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.4572967Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.4573459Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4573940Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4574426Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4574901Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4575378Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4575859Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4576334Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4576799Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4577286Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.4577785Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4578282Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4578784Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4579274Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4579761Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4580243Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4580714Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4581194Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4581676Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4582160Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4582644Z test_batch_vs_slicing_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.4583134Z test_batch_vs_slicing_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4583616Z test_batch_vs_slicing_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4584235Z test_batch_vs_slicing_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4584767Z test_batch_vs_slicing_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4585419Z test_batch_vs_slicing_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4585994Z test_batch_vs_slicing_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4586576Z test_batch_vs_slicing_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4587151Z test_batch_vs_slicing_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4587733Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4588320Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4588912Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4589484Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4590070Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4590644Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4591223Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4591802Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4592380Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4592955Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4593538Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4594118Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4594700Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4595277Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4595848Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4596426Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4596997Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4597579Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4598149Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.4598663Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.4599145Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.4599623Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.4600109Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.4600589Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4601063Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4601610Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4602079Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.4602601Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4603085Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.4603572Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.4604054Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2023-01-11T21:15:42.4604533Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4605013Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4605487Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4605956Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4606436Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4606914Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.4607398Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.4607881Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.4608363Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2023-01-11T21:15:42.4608842Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4609317Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.4609783Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4610264Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.4610745Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.4611211Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4611670Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4612125Z test_batch_vs_slicing_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4612588Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4613041Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4613481Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4613926Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4614365Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4614804Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4615245Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4615684Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4616185Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4616616Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4617099Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4617548Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4617991Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4618429Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4618866Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4619299Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4619718Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4620161Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4620600Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4621044Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4621474Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4621908Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4622348Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4622794Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.4623218Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4623656Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4624142Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.4624608Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4625115Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4625627Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4626138Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4626642Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4627174Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4627717Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4628272Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4628836Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4629393Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4629931Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4630463Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4631004Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4631548Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4632082Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4632806Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4633349Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4633937Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4634448Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4634970Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4635488Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4636007Z test_batch_vs_slicing_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4636518Z test_batch_vs_slicing_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4637028Z test_batch_vs_slicing_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4637553Z test_batch_vs_slicing_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4638069Z test_batch_vs_slicing_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4638557Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4639022Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4639488Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4639956Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4640421Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4640883Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4641346Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4641794Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4642267Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4642743Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4643214Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4643688Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4644139Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4644577Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4645018Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4645450Z test_batch_vs_slicing_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4645895Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4646334Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4646766Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4647201Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4647637Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4648061Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4648542Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4648975Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4649405Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4649880Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4650310Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4650746Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4651186Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4651611Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4652050Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4652481Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4652908Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4653338Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4653767Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4654186Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4654596Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4655023Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4655453Z test_batch_vs_slicing_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4655890Z test_batch_vs_slicing_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4656342Z test_batch_vs_slicing_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4656789Z test_batch_vs_slicing_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4657232Z test_batch_vs_slicing_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4657653Z test_batch_vs_slicing_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4658087Z test_batch_vs_slicing_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4658515Z test_batch_vs_slicing_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.4658944Z test_batch_vs_slicing_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4659379Z test_batch_vs_slicing_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4659810Z test_batch_vs_slicing_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4660239Z test_batch_vs_slicing_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4660676Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4661108Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4661553Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4662004Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4662456Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4662903Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4663345Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4664015Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4664446Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4665048Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4665567Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4666085Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4666610Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4667137Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4667655Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4668159Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4668683Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4669201Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4669721Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4670225Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4670733Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4671247Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4671744Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4672266Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4672796Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4673322Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4673849Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4674378Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4674892Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4675407Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4675910Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4676429Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4676948Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4677471Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4677991Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4678526Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4678971Z test_batch_vs_slicing_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4679396Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4679831Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4680262Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4680687Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4681111Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4681614Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4682039Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4682496Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4682921Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4683350Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4683781Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4684224Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4684671Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4685112Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4685534Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4685966Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4686397Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4686826Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4687256Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4687682Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4688110Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4688528Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4688960Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4689398Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4689841Z test_batch_vs_slicing_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4690280Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4690713Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4691149Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4691565Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4691991Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4692416Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4692839Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4693263Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4693692Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4694139Z test_batch_vs_slicing_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4694606Z test_batch_vs_slicing_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.4695059Z test_batch_vs_slicing_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.4695524Z test_batch_vs_slicing_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4695983Z test_batch_vs_slicing_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4696510Z test_batch_vs_slicing_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4696968Z test_batch_vs_slicing_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.4697465Z test_batch_vs_slicing_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4697927Z test_batch_vs_slicing_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4698380Z test_batch_vs_slicing_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4698848Z test_batch_vs_slicing_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4699313Z test_batch_vs_slicing_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4699776Z test_batch_vs_slicing_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4700241Z test_batch_vs_slicing_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4700710Z test_batch_vs_slicing_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4701173Z test_batch_vs_slicing_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4701632Z test_batch_vs_slicing_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2023-01-11T21:15:42.4702086Z test_batch_vs_slicing_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2023-01-11T21:15:42.4702558Z test_batch_vs_slicing_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4703022Z test_batch_vs_slicing_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2023-01-11T21:15:42.4703481Z test_batch_vs_slicing_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2023-01-11T21:15:42.4704003Z test_batch_vs_slicing_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4704462Z test_batch_vs_slicing_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2023-01-11T21:15:42.4705018Z test_batch_vs_slicing_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2023-01-11T21:15:42.4705559Z test_batch_vs_slicing_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4705829Z test_batch_vs_slicing_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4706092Z test_batch_vs_slicing_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.4706350Z test_batch_vs_slicing_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4706609Z test_batch_vs_slicing_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4706876Z test_batch_vs_slicing_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4707136Z test_batch_vs_slicing_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4707398Z test_batch_vs_slicing_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4707659Z test_batch_vs_slicing_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2023-01-11T21:15:42.4707918Z test_batch_vs_slicing_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4708187Z test_batch_vs_slicing_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4708444Z test_batch_vs_slicing_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2023-01-11T21:15:42.4708706Z test_batch_vs_slicing_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2023-01-11T21:15:42.4709039Z test_batch_vs_slicing_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2023-01-11T21:15:42.4709298Z test_batch_vs_slicing_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2023-01-11T21:15:42.4709610Z test_batch_vs_slicing_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2023-01-11T21:15:42.4709870Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4710125Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4710385Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4710638Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4710891Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4711145Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4711392Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4711629Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4711878Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4712132Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4712384Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4712645Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.4712902Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.4713161Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4713423Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4713685Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4713939Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.4714192Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4714454Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4714707Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4714962Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4715215Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4715466Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4715718Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4715968Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4716214Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4716464Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4716716Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4716964Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4717212Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4717498Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4717740Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4718037Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4718282Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4718493Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4718699Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4718908Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4719117Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4719332Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4719538Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4719747Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4719953Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4720161Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4720370Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4720588Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4720813Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4721036Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4721254Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4721474Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4721689Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4721902Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4722116Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4722337Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4722573Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4722807Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4723038Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4723275Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4723506Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4723736Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4723966Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4724197Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4724433Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4724710Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4724977Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4725210Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4725440Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4725673Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4725904Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4726135Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4726377Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4726608Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4726839Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4727068Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4727300Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4727529Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4727759Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4727992Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4728227Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4728448Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4728678Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4728907Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4729137Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4729371Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4729600Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4729823Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.4730034Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4730253Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4730465Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4730678Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4730890Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4731099Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.4731307Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.4731561Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.4731775Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.4732025Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4732245Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4732460Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4732673Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4732883Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4733094Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4733306Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4733505Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4733760Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4734028Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4734284Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4734540Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4734791Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4735045Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4735295Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4735547Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4735800Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4736043Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4736291Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4736537Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4736782Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4737024Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4737268Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4737508Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4737755Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4737997Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4738240Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4738532Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4738773Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4739050Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4739290Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4739532Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4739772Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4740009Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4740251Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4740485Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4740707Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4740942Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4741177Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4741412Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4741645Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.4741851Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4742057Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4742263Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.4742472Z test_batch_vs_slicing_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4742679Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4742882Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4743085Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4743288Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4743489Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4743743Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4743939Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4744139Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4744340Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4744546Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.4744787Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.4745039Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4745292Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4745526Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4745847Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4746092Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.4746385Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4746631Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4746873Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4747113Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4747353Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4747595Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.4747832Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4748085Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4748329Z test_batch_vs_slicing_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4748574Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4748816Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4749061Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4749300Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4749534Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4749771Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4750011Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4750243Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4750461Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4750706Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4750945Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4751191Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4751439Z test_batch_vs_slicing_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4751688Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4751933Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4752177Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4752414Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4752652Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4752891Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4753125Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4753356Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4753604Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4753850Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4754091Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4754406Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4754642Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4754928Z test_batch_vs_slicing_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4755167Z test_batch_vs_slicing_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4755401Z test_batch_vs_slicing_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4755628Z test_batch_vs_slicing_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4755867Z test_batch_vs_slicing_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.4756118Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4756359Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4756599Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4756840Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4757082Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4757323Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4757560Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4757794Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4758022Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4758254Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4758482Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4758673Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4758865Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4759061Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4759259Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4759455Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4759655Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4759855Z test_contig_size1_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4760043Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4760241Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4760443Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4760644Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4760842Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4761034Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4761224Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4761415Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4761607Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4761805Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4761998Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4762259Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4762461Z test_contig_size1_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4762701Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4762898Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4763099Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4763299Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4763493Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4763688Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4763887Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4764070Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4764265Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4764463Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4764673Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4764874Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4765076Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4765277Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4765474Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4765670Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4765866Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4766060Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4766255Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4766450Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4766648Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4766839Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4767041Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4767242Z test_contig_size1_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4767440Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4767643Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4767837Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4768023Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4768214Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4768406Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4768597Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4768786Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4768979Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4769182Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4769429Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4769637Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4769879Z test_contig_size1_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4770079Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4770274Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4770471Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4770668Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4770862Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4771058Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4771252Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4771445Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4771643Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4771842Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4772022Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4772222Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4772421Z test_contig_size1_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4772621Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4772818Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773014Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773211Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773407Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773600Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773791Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4773981Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4774173Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4774371Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4774563Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4774769Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4774972Z test_contig_size1_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4775176Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4775378Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4775574Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4775771Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4775952Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4776149Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4776391Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4776586Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4776779Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4777020Z test_contig_size1_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4777220Z test_contig_size1_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4777425Z test_contig_size1_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4777632Z test_contig_size1_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4777840Z test_contig_size1_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4778041Z test_contig_size1_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4778246Z test_contig_size1_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4778448Z test_contig_size1_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4778650Z test_contig_size1_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4778844Z test_contig_size1_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4779041Z test_contig_size1_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4779237Z test_contig_size1_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4779437Z test_contig_size1_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4779639Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4779842Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4780031Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4780234Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4780438Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4780636Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4780834Z test_contig_size1_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4781027Z test_contig_size1_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4781230Z test_contig_size1_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4781429Z test_contig_size1_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4781631Z test_contig_size1_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4781832Z test_contig_size1_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782029Z test_contig_size1_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782229Z test_contig_size1_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782422Z test_contig_size1_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782614Z test_contig_size1_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782806Z test_contig_size1_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4782997Z test_contig_size1_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4783190Z test_contig_size1_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4783389Z test_contig_size1_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4783628Z test_contig_size1_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4783966Z test_contig_size1_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4784211Z test_contig_size1_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4784411Z test_contig_size1_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4784607Z test_contig_size1_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4784834Z test_contig_size1_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4785058Z test_contig_size1_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4785293Z test_contig_size1_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4785525Z test_contig_size1_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4785757Z test_contig_size1_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4785987Z test_contig_size1_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4786233Z test_contig_size1_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4786468Z test_contig_size1_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4786715Z test_contig_size1_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4786964Z test_contig_size1_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4787209Z test_contig_size1_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4787449Z test_contig_size1_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4787687Z test_contig_size1_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4787936Z test_contig_size1_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4788173Z test_contig_size1_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4788410Z test_contig_size1_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4788649Z test_contig_size1_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4788886Z test_contig_size1_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4789110Z test_contig_size1_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4789344Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4789575Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4789806Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4790045Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4790277Z test_contig_size1_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4790508Z test_contig_size1_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4790734Z test_contig_size1_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4790961Z test_contig_size1_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4791192Z test_contig_size1_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4791432Z test_contig_size1_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4791663Z test_contig_size1_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4791907Z test_contig_size1_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4792343Z test_contig_size1_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4792589Z test_contig_size1_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4792873Z test_contig_size1_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4793117Z test_contig_size1_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4793354Z test_contig_size1_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4793588Z test_contig_size1_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4793820Z test_contig_size1_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4794037Z test_contig_size1_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4794277Z test_contig_size1_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4794512Z test_contig_size1_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4794756Z test_contig_size1_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4794993Z test_contig_size1_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4795239Z test_contig_size1_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4795479Z test_contig_size1_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4795714Z test_contig_size1_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4795951Z test_contig_size1_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4796190Z test_contig_size1_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4796430Z test_contig_size1_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4796660Z test_contig_size1_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4796893Z test_contig_size1_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4797128Z test_contig_size1_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4797363Z test_contig_size1_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4797597Z test_contig_size1_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4797833Z test_contig_size1_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4798062Z test_contig_size1_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4798312Z test_contig_size1_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4798529Z test_contig_size1_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4798717Z test_contig_size1_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4798913Z test_contig_size1_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4799114Z test_contig_size1_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4799309Z test_contig_size1_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4799507Z test_contig_size1_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4799698Z test_contig_size1_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4799891Z test_contig_size1_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4800082Z test_contig_size1_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4800333Z test_contig_size1_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4800532Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4800723Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4800959Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4801162Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4801368Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4801564Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4801759Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4801954Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4802148Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4802339Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4802520Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4802713Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4802905Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4803117Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4803322Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4803542Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4803757Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4803975Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4804185Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4804398Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4804609Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4804815Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4805021Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4805226Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4805433Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4805642Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4805838Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4806030Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4806235Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4806435Z test_contig_size1_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4806634Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4806814Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4807010Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4807203Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4807449Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4807638Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4807828Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4808068Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4808260Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4808458Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4808648Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4808851Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4809050Z test_contig_size1_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4809253Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4809454Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4809653Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4809851Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810046Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810238Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810429Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810619Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810797Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4810999Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4811205Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4811406Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4811611Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4811809Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4812004Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4812205Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4812400Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4812598Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4812797Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4812994Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4813195Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4813400Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4813599Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4813793Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4813989Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4814185Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4814383Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4814633Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4814821Z test_contig_size1_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4815017Z test_contig_size1_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4815278Z test_contig_size1_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4815485Z test_contig_size1_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4815690Z test_contig_size1_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4815889Z test_contig_size1_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4816087Z test_contig_size1_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4816288Z test_contig_size1_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4816490Z test_contig_size1_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4816686Z test_contig_size1_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4816884Z test_contig_size1_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4817081Z test_contig_size1_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4817276Z test_contig_size1_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4817474Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4817666Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4817859Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4818053Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4818249Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4818440Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4818633Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4818808Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819002Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819196Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819397Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819587Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819783Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4819981Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4820175Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4820372Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4820568Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4820763Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4820952Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4821142Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4821339Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4821538Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4821791Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4821990Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4822185Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4822417Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4822614Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4822798Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4822993Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4823192Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4823383Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4823582Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4823841Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4824040Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4824238Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4824429Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4824625Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4824833Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4825062Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4825301Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4825540Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4825782Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4826024Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4826270Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4826512Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4826746Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4826981Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4827197Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4827424Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4827655Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4827888Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4828116Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4828361Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4828594Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4828831Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4829070Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4829308Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4829539Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4829847Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4830080Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4830311Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4830600Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4830838Z test_contig_size1_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4831064Z test_contig_size1_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4831306Z test_contig_size1_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4831545Z test_contig_size1_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4831786Z test_contig_size1_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4832014Z test_contig_size1_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4832249Z test_contig_size1_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4832485Z test_contig_size1_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4832717Z test_contig_size1_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4832943Z test_contig_size1_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4833167Z test_contig_size1_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4833394Z test_contig_size1_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4833631Z test_contig_size1_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4833873Z test_contig_size1_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4834103Z test_contig_size1_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4834350Z test_contig_size1_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4834592Z test_contig_size1_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4834833Z test_contig_size1_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4835069Z test_contig_size1_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4835308Z test_contig_size1_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4835547Z test_contig_size1_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4835778Z test_contig_size1_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4836010Z test_contig_size1_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4836247Z test_contig_size1_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4836481Z test_contig_size1_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4836698Z test_contig_size1_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4836941Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4837178Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4837417Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4837646Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4837876Z test_contig_size1_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4838110Z test_contig_size1_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4838408Z test_contig_size1_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4838624Z test_contig_size1_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4838818Z test_contig_size1_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4839053Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4839251Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4839455Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4839649Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4839849Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4840047Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4840247Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4840444Z test_contig_size1_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4840635Z test_contig_size1_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4840837Z test_contig_size1_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4841025Z test_contig_size1_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4841223Z test_contig_size1_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4841418Z test_contig_size1_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4841616Z test_contig_size1_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4841809Z test_contig_size1_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842004Z test_contig_size1_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842195Z test_contig_size1_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842385Z test_contig_size1_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842579Z test_contig_size1_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842777Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4842964Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4843154Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4843346Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4843535Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4843727Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4843918Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4844105Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4844295Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4844483Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4844676Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4844877Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4845076Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4845275Z test_contig_size1_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4845465Z test_contig_size1_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4845718Z test_contig_size1_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4845916Z test_contig_size1_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4846151Z test_contig_size1_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4846348Z test_contig_size1_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4846545Z test_contig_size1_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4846734Z test_contig_size1_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4846922Z test_contig_size1_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4847114Z test_contig_size1_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4847304Z test_contig_size1_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4847497Z test_contig_size1_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4847700Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4847901Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4848110Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4848315Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4848525Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4848713Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4848914Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4849122Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4849325Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4849526Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4849732Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4849935Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4850133Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4850329Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4850522Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4850726Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4850930Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4851133Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4851331Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4851530Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4851728Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4851923Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4852119Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4852311Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4852505Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4852731Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4852930Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4853124Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4853364Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4853568Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4853766Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4853962Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4854157Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4854354Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4854555Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4854754Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4854949Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4855147Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4855351Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4855549Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4855753Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4855957Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4856161Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4856362Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4856560Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4856765Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4856950Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4857152Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4857356Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4857560Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4857764Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4857966Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4858169Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4858369Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4858574Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4858774Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4858974Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4859170Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4859376Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4859573Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4859777Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4860030Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4860232Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4860471Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4860672Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4860869Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4861052Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4861249Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4861447Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4861644Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4861845Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4862061Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4862274Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4862494Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4862714Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4862927Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4863145Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4863356Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4863567Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4863835Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4864047Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4864253Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4864459Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.4864672Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4864898Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4865150Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4865406Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4865655Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4865888Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4866137Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4866386Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4866627Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4866867Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4867110Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4867353Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4867680Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4867931Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4868221Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4868482Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4868739Z test_contig_size1_large_dim_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4868992Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4869242Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4869491Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4869755Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4870000Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4870247Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4870492Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4870735Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4870983Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4871225Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4871470Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4871734Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4871990Z test_contig_size1_large_dim_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4872245Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4872496Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4872742Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4872987Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4873230Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4873477Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4873727Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4873983Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4874236Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4874485Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4874745Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4875004Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4875258Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4875509Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4875757Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4876056Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4876304Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4876594Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4876846Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4877079Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4877331Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4877575Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4877832Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4878092Z test_contig_size1_large_dim_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4878349Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4878607Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4878818Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4879024Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4879228Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4879433Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4879636Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4879849Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4880052Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4880266Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4880471Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4880690Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4880906Z test_contig_size1_large_dim_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4881119Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4881329Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4881540Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4881747Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4881942Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4882146Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4882354Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4882559Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4882764Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4882975Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4883177Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4883441Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4883655Z test_contig_size1_large_dim_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4883906Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4884117Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4884323Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4884531Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4884735Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4884939Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4885150Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4885353Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4885562Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4885780Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4885982Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4886200Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4886416Z test_contig_size1_large_dim_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4886614Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4886828Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4887036Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4887245Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4887449Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4887655Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4887860Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4888066Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4888269Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4888492Z test_contig_size1_large_dim_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4888704Z test_contig_size1_large_dim_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4888928Z test_contig_size1_large_dim_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4889151Z test_contig_size1_large_dim_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4889380Z test_contig_size1_large_dim_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4889595Z test_contig_size1_large_dim_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4889807Z test_contig_size1_large_dim_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4890019Z test_contig_size1_large_dim_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4890278Z test_contig_size1_large_dim_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4890487Z test_contig_size1_large_dim_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4890735Z test_contig_size1_large_dim_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4890944Z test_contig_size1_large_dim_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4891153Z test_contig_size1_large_dim_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4891356Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4891576Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4891794Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4892015Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4892231Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4892448Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4892658Z test_contig_size1_large_dim_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4892863Z test_contig_size1_large_dim_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4893079Z test_contig_size1_large_dim_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4893291Z test_contig_size1_large_dim_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4893501Z test_contig_size1_large_dim_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4893710Z test_contig_size1_large_dim_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4893919Z test_contig_size1_large_dim_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4894123Z test_contig_size1_large_dim_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4894328Z test_contig_size1_large_dim_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4894535Z test_contig_size1_large_dim_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4894741Z test_contig_size1_large_dim_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4894947Z test_contig_size1_large_dim_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4895153Z test_contig_size1_large_dim_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4895366Z test_contig_size1_large_dim_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4895573Z test_contig_size1_large_dim_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4895787Z test_contig_size1_large_dim_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4895991Z test_contig_size1_large_dim_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4896198Z test_contig_size1_large_dim_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4896404Z test_contig_size1_large_dim_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4896611Z test_contig_size1_large_dim_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4896813Z test_contig_size1_large_dim_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4897015Z test_contig_size1_large_dim_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4897274Z test_contig_size1_large_dim_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4897477Z test_contig_size1_large_dim_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4897725Z test_contig_size1_large_dim_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4897945Z test_contig_size1_large_dim_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4898155Z test_contig_size1_large_dim_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4898381Z test_contig_size1_large_dim_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4898605Z test_contig_size1_large_dim_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4898824Z test_contig_size1_large_dim_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4899043Z test_contig_size1_large_dim_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4899257Z test_contig_size1_large_dim_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4899473Z test_contig_size1_large_dim_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4899683Z test_contig_size1_large_dim_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4899890Z test_contig_size1_large_dim_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4900099Z test_contig_size1_large_dim_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4900309Z test_contig_size1_large_dim_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4900522Z test_contig_size1_large_dim_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4900733Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4900927Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4901136Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4901342Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4901546Z test_contig_size1_large_dim_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4901749Z test_contig_size1_large_dim_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4901954Z test_contig_size1_large_dim_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4902157Z test_contig_size1_large_dim_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4902363Z test_contig_size1_large_dim_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4902579Z test_contig_size1_large_dim_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4902786Z test_contig_size1_large_dim_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4903008Z test_contig_size1_large_dim_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4903228Z test_contig_size1_large_dim_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4903447Z test_contig_size1_large_dim_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4903658Z test_contig_size1_large_dim_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4904010Z test_contig_size1_large_dim_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4904220Z test_contig_size1_large_dim_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4904493Z test_contig_size1_large_dim_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4904697Z test_contig_size1_large_dim_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4904944Z test_contig_size1_large_dim_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4905206Z test_contig_size1_large_dim_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4905450Z test_contig_size1_large_dim_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4905699Z test_contig_size1_large_dim_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4905928Z test_contig_size1_large_dim_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4906182Z test_contig_size1_large_dim_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4906441Z test_contig_size1_large_dim_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4906695Z test_contig_size1_large_dim_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4906951Z test_contig_size1_large_dim_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4907199Z test_contig_size1_large_dim_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4907445Z test_contig_size1_large_dim_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4907688Z test_contig_size1_large_dim_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4907932Z test_contig_size1_large_dim_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4908177Z test_contig_size1_large_dim_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4908422Z test_contig_size1_large_dim_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4908664Z test_contig_size1_large_dim_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4908924Z test_contig_size1_large_dim_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4909166Z test_contig_size1_large_dim_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4909425Z test_contig_size1_large_dim_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4909682Z test_contig_size1_large_dim_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4909935Z test_contig_size1_large_dim_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4910184Z test_contig_size1_large_dim_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4910431Z test_contig_size1_large_dim_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4910681Z test_contig_size1_large_dim_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4910926Z test_contig_size1_large_dim_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4911175Z test_contig_size1_large_dim_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4911407Z test_contig_size1_large_dim_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4911649Z test_contig_size1_large_dim_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4911900Z test_contig_size1_large_dim_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4912152Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4912395Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4912727Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4912984Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4913289Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4913540Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4913788Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4914033Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4914279Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4914522Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4914773Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4915016Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4915264Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4915537Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4915801Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4916079Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4916355Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4916630Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4916903Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4917161Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4917430Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4917696Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4917961Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4918223Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4918495Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4918751Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4918960Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4919162Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4919382Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4919594Z test_contig_size1_large_dim_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4919801Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4920011Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4920219Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4920425Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4920681Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4920881Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4921138Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4921343Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4921545Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4921754Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4921953Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4922168Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4922373Z test_contig_size1_large_dim_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4922588Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4922801Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4923009Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4923214Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4923418Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4923625Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4923829Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4924031Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4924241Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4924455Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4924667Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4924885Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4925096Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4925308Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4925516Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4925724Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4925932Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4926139Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4926349Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4926565Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4926776Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4926973Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4927187Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4927394Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4927659Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4927864Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4928109Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4928319Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4928533Z test_contig_size1_large_dim_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4928740Z test_contig_size1_large_dim_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4928958Z test_contig_size1_large_dim_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4929174Z test_contig_size1_large_dim_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4929395Z test_contig_size1_large_dim_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4929612Z test_contig_size1_large_dim_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4929827Z test_contig_size1_large_dim_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4930037Z test_contig_size1_large_dim_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4930244Z test_contig_size1_large_dim_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4930450Z test_contig_size1_large_dim_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4930653Z test_contig_size1_large_dim_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4930857Z test_contig_size1_large_dim_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4931074Z test_contig_size1_large_dim_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4931278Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4931483Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4931690Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4931882Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4932089Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4932294Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4932494Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4932696Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4932899Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4933104Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4933314Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4933517Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4933725Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4933930Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4934134Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4934334Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4934586Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4934791Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4935030Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4935236Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4935444Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4935656Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4935865Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4936076Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4936273Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4936485Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4936690Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4936895Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4937102Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4937312Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4937513Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4937720Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4937927Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4938140Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4938345Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4938553Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4938758Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4938961Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4939164Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4939376Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4939578Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4939798Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4940008Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4940219Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4940425Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4940633Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4940826Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4941031Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4941236Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4941490Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4941695Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4941936Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4942152Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4942356Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4942566Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4942773Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4942981Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4943189Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4943400Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4943604Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4943880Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4944087Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4944303Z test_contig_size1_large_dim_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4944506Z test_contig_size1_large_dim_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4944725Z test_contig_size1_large_dim_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4944935Z test_contig_size1_large_dim_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4945201Z test_contig_size1_large_dim_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4945448Z test_contig_size1_large_dim_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4945685Z test_contig_size1_large_dim_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4945930Z test_contig_size1_large_dim_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4946173Z test_contig_size1_large_dim_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4946418Z test_contig_size1_large_dim_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4946661Z test_contig_size1_large_dim_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4946904Z test_contig_size1_large_dim_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4947149Z test_contig_size1_large_dim_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4947407Z test_contig_size1_large_dim_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4947656Z test_contig_size1_large_dim_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4947916Z test_contig_size1_large_dim_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4948171Z test_contig_size1_large_dim_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4948420Z test_contig_size1_large_dim_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4948669Z test_contig_size1_large_dim_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4948915Z test_contig_size1_large_dim_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4949231Z test_contig_size1_large_dim_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4949478Z test_contig_size1_large_dim_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4949723Z test_contig_size1_large_dim_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4950027Z test_contig_size1_large_dim_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4950273Z test_contig_size1_large_dim_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4950524Z test_contig_size1_large_dim_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4950778Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4951026Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4951265Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4951518Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4951765Z test_contig_size1_large_dim_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4952013Z test_contig_size1_large_dim_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4952260Z test_contig_size1_large_dim_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4952500Z test_contig_size1_large_dim_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4952746Z test_contig_size1_large_dim_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4952999Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4953243Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4953491Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4953739Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4953997Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4954247Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4954497Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4954743Z test_contig_size1_large_dim_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4954992Z test_contig_size1_large_dim_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4955248Z test_contig_size1_large_dim_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4955508Z test_contig_size1_large_dim_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4955762Z test_contig_size1_large_dim_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4956012Z test_contig_size1_large_dim_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4956263Z test_contig_size1_large_dim_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4956506Z test_contig_size1_large_dim_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4956736Z test_contig_size1_large_dim_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4956980Z test_contig_size1_large_dim_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4957223Z test_contig_size1_large_dim_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4957469Z test_contig_size1_large_dim_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4957773Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4958013Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4958296Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4958548Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4958787Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4958995Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4959197Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4959395Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4959597Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4959796Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4960014Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4960229Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4960441Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4960646Z test_contig_size1_large_dim_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4960851Z test_contig_size1_large_dim_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4961067Z test_contig_size1_large_dim_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4961280Z test_contig_size1_large_dim_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4961487Z test_contig_size1_large_dim_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4961683Z test_contig_size1_large_dim_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4961889Z test_contig_size1_large_dim_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4962090Z test_contig_size1_large_dim_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4962292Z test_contig_size1_large_dim_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4962492Z test_contig_size1_large_dim_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4962695Z test_contig_size1_large_dim_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4962897Z test_contig_size1_large_dim_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4963117Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4963328Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4963552Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4963775Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4963997Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4964215Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4964429Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4964643Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4964931Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4965144Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4965399Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4965613Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4965827Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4966039Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4966247Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4966448Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4966671Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4966884Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4967094Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4967303Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4967509Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4967713Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4967920Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4968125Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4968331Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4968535Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4968750Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4968957Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4969173Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4969387Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4969599Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4969805Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4970015Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4970221Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4970428Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4970632Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4970835Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4971029Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4971245Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4971458Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4971673Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4971940Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4972193Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4972405Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4972614Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4972825Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4973032Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4973245Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4973461Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4973680Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4973903Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4974121Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4974336Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4974549Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4974762Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4974976Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4975189Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4975406Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4975619Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4975831Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4976035Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4976252Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4976467Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4976685Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4976895Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4977106Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4977310Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4977517Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4977725Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4977930Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4978137Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4978373Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4978601Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4978905Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4979138Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4979404Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4979636Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4979859Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4980083Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4980303Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4980534Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4980766Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4980990Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4981196Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4981407Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4981617Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4981819Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4982023Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4982228Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4982429Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4982630Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4982835Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4983045Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4983247Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4983461Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4983671Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4984010Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4984215Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4984420Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4984621Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4984826Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4985026Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4985262Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4985497Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4985748Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4986070Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4986326Z test_contig_size1_large_dim_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4986629Z test_contig_size1_large_dim_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4986869Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4987116Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4987364Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4987607Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4987848Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4988097Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4988338Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4988581Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4988827Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4989066Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4989319Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4989571Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4989816Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4990062Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4990306Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4990548Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4990789Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4991027Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4991264Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4991506Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4991752Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4991996Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4992245Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4992496Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4992751Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4992996Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4993239Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4993483Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4993724Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4993963Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4994338Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4994577Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4994860Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4995132Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4995395Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4995666Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4995937Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4996199Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4996470Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4996729Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4996986Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4997243Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4997499Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4997753Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4998012Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4998255Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4998502Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4998751Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4999006Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4999220Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4999420Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4999622Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.4999823Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5000024Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5000232Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5000439Z test_contig_size1_large_dim_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5000643Z test_contig_size1_large_dim_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5000857Z test_contig_size1_large_dim_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5001068Z test_contig_size1_large_dim_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5001279Z test_contig_size1_large_dim_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5001482Z test_contig_size1_large_dim_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5001685Z test_contig_size1_large_dim_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5001884Z test_contig_size1_large_dim_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5002136Z test_contig_size1_large_dim_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5002338Z test_contig_size1_large_dim_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5002579Z test_contig_size1_large_dim_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5002782Z test_contig_size1_large_dim_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5002971Z test_contig_size1_large_dim_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5003207Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5003441Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5003670Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5003901Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5004134Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5004364Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5004592Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5004822Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5005055Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5005284Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5005513Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5005738Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5005968Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5006196Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5006422Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5006648Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5006883Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5007117Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5007344Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5007571Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5007798Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5008023Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5008252Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5008480Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5008696Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5008944Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5009159Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5009413Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5009630Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5009840Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5010050Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5010257Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5010466Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5010680Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5010885Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5011098Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5011306Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5011511Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5011715Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5011919Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5012119Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5012325Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5012523Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5012728Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5012925Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5013128Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5013357Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5013588Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5013805Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5014038Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5014265Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5014495Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5014719Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5014944Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5015184Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5015427Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5015715Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5015953Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5016230Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5016474Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5016711Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5016951Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5017191Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5017427Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5017658Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5017890Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5018119Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5018345Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5018573Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5018802Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5019041Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5019281Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5019519Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5019758Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5019987Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5020205Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5020432Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5020659Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5020893Z test_contig_size1_large_dim_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5021122Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5021352Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5021579Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5021806Z test_contig_size1_large_dim_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5022030Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5022255Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5022527Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5022747Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5023078Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5023300Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5023519Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5023801Z test_contig_size1_large_dim_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5024025Z test_contig_size1_large_dim_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5024248Z test_contig_size1_large_dim_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5024477Z test_contig_size1_large_dim_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5024702Z test_contig_size1_large_dim_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5024923Z test_contig_size1_large_dim_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5025141Z test_contig_size1_large_dim_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5025403Z test_contig_size1_large_dim_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5025668Z test_contig_size1_large_dim_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5025932Z test_contig_size1_large_dim_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5026208Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5026467Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5026739Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5027011Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5027282Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5027548Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5027818Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5028086Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5028357Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5028626Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5028889Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5029155Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5029433Z test_contig_size1_large_dim_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5029710Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5029983Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5030335Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5030616Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5030959Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5031243Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5031521Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5031796Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5032067Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5032355Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5032637Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5032921Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5033195Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5033469Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5033743Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5034003Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5034279Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5034547Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5034821Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5035101Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5035389Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5035674Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5035952Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5036231Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5036510Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5036789Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5037060Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5037331Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5037603Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5037881Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5038158Z test_contig_size1_large_dim_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5038491Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5038804Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5039090Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5039335Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5039561Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5039786Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5040010Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5040239Z test_contig_size1_large_dim_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5040469Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5040699Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5040925Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5041143Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5041368Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5041592Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5041819Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5042042Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5042268Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5042496Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5042724Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5042950Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5043174Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5043401Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5043633Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5043861Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5044087Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5044313Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5044541Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5044771Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5044999Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5045274Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5045535Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.5045761Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5045984Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5046211Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5046436Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5046661Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5046891Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5047122Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5047349Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5047566Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5047792Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5048014Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5048240Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5048468Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5048693Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5048926Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5049153Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5049386Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5049610Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5049832Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5050057Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5050283Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5050509Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5050720Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5050936Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5051159Z test_contig_size1_large_dim_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5051375Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5051587Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5051848Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5052060Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5052301Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5052508Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5052711Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5052914Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5053111Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5053319Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5053527Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5053735Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5053946Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5054150Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5054352Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5054553Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5054753Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5054958Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5055166Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5055367Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5055567Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5055777Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5055984Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5056188Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5056394Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5056593Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5056793Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5056989Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5057192Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5057390Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5057581Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5057780Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5057999Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5058210Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5058431Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5058703Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5058955Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5059174Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5059387Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5059601Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5059811Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5060020Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5060234Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5060443Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5060653Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5060859Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5061060Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5061262Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5061458Z test_contig_size1_large_dim_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5061661Z test_contig_size1_large_dim_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5061859Z test_contig_size1_large_dim_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5062062Z test_contig_size1_large_dim_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5062260Z test_contig_size1_large_dim_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5062478Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5062700Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5062919Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5063138Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5063359Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5063582Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5063860Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5064081Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5064307Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5064531Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5064749Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5064968Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5065174Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5065461Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5065712Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5066010Z test_contig_size1_large_dim_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5066261Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5066507Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5066753Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5066996Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5067235Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5067478Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5067717Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5067957Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5068190Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5068433Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5068670Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5068919Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5069165Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5069412Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5069654Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5069896Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5070138Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5070373Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5070609Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5070843Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5071076Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5071310Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5071564Z test_contig_size1_large_dim_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5071803Z test_contig_size1_large_dim_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5072060Z test_contig_size1_large_dim_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5072311Z test_contig_size1_large_dim_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5072555Z test_contig_size1_large_dim_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5072795Z test_contig_size1_large_dim_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5073032Z test_contig_size1_large_dim_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5073269Z test_contig_size1_large_dim_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5073559Z test_contig_size1_large_dim_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5073799Z test_contig_size1_large_dim_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5074080Z test_contig_size1_large_dim_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5074321Z test_contig_size1_large_dim_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5074576Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5074822Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5075080Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5075336Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5075595Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5075843Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5076089Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5076334Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5076577Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5076818Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5077058Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5077297Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5077541Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5077785Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5078025Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5078264Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5078514Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5078731Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5078922Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5079119Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5079319Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5079517Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5079715Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5079925Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5080128Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5080333Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5080537Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5080739Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5080941Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5081189Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5081389Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5081623Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5081824Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5082022Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5082218Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5082426Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5082631Z test_contig_size1_large_dim_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5082838Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5083036Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5083237Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5083430Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5083626Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5083821Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5084018Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5084213Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5084411Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5084615Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5084818Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5085025Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5085232Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5085434Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5085637Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5085836Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5086033Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5086232Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5086430Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5086630Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5086828Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5087029Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5087227Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5087436Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5087641Z test_contig_size1_large_dim_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5087904Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5088105Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5088342Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5088543Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5088738Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5088935Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5089133Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5089328Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5089529Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5089747Z test_contig_size1_large_dim_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5089970Z test_contig_size1_large_dim_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5090189Z test_contig_size1_large_dim_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5090405Z test_contig_size1_large_dim_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5090620Z test_contig_size1_large_dim_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5090836Z test_contig_size1_large_dim_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5091051Z test_contig_size1_large_dim_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5091269Z test_contig_size1_large_dim_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5091492Z test_contig_size1_large_dim_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5091719Z test_contig_size1_large_dim_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5091940Z test_contig_size1_large_dim_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5092158Z test_contig_size1_large_dim_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5092375Z test_contig_size1_large_dim_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5092591Z test_contig_size1_large_dim_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5092808Z test_contig_size1_large_dim_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5093021Z test_contig_size1_large_dim_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5093241Z test_contig_size1_large_dim_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5093463Z test_contig_size1_large_dim_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5093684Z test_contig_size1_large_dim_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5093902Z test_contig_size1_large_dim_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5094118Z test_contig_size1_large_dim_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5094333Z test_contig_size1_large_dim_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5094604Z test_contig_size1_large_dim_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5094823Z test_contig_size1_large_dim_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5095076Z test_contig_size1_large_dim_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5095298Z test_contig_size1_large_dim_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5095518Z test_contig_size1_large_dim_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5095735Z test_contig_size1_large_dim_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5095950Z test_contig_size1_large_dim_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5096164Z test_contig_size1_large_dim_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5096389Z test_contig_size1_large_dim_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5096605Z test_contig_size1_large_dim_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5096826Z test_contig_size1_large_dim_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5097049Z test_contig_size1_large_dim_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5097268Z test_contig_size1_large_dim_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5097483Z test_contig_size1_large_dim_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5097699Z test_contig_size1_large_dim_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5097917Z test_contig_size1_large_dim_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5098134Z test_contig_size1_large_dim_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5098353Z test_contig_size1_large_dim_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5098563Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5098774Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5098991Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5099206Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5099419Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5099636Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5099847Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5100062Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5100276Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5100490Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5100709Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5100927Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5101144Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5101405Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5101619Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5101889Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5102109Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5102325Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5102542Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5102755Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5102967Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5103181Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5103393Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5103605Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5103937Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5104146Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5104355Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5104564Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5104771Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5104989Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5105203Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5105409Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5105661Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5105908Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5106153Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5106401Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5106652Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5106909Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5107165Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5107415Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5107667Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5107919Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5108174Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5108426Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5108772Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5109040Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5109358Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5109614Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5109877Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5110136Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5110397Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5110657Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5110939Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5111223Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5111510Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5111784Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5112063Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5112341Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5112619Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5112899Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5113175Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5113459Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5113741Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5114018Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5114296Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5114573Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5114848Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5115122Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5115408Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5115691Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5115970Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5116245Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5116523Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5116852Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5117128Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5117797Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5118414Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5119017Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5119541Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5120052Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5120539Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5121023Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5121509Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5121982Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5122507Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5122986Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5123449Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5123908Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5124382Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5124848Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5125337Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5125786Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5126260Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5126729Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5127192Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5127655Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5128119Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5128583Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5129084Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5129611Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5130069Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5130556Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5131063Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5131709Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5132261Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5132865Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5133419Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5133966Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5134501Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5135040Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5135585Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5136108Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5136630Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5137151Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5137665Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5138176Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5138690Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5139211Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5139731Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5140254Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5140761Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5141285Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5141796Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5142320Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5142887Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5143416Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5143982Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5144515Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5145039Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5145617Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5146305Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5146915Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5147581Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5148180Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5148781Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5149350Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5149875Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5150409Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5150952Z test_contig_size1_large_dim_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5151493Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5152043Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5152577Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5153116Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5153718Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5154291Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5154819Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5155340Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5155847Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5156385Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5156928Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5157471Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5158020Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5158568Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5159113Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5159564Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5160015Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5160464Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5160901Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5161402Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5161869Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5162334Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5162767Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5163286Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5163738Z test_contig_size1_large_dim_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5164236Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5164735Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5165194Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5165627Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5166069Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5166516Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5166980Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5167429Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5167884Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5168382Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5168826Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5169271Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5169721Z test_contig_size1_large_dim_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5170175Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5170615Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5171057Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5171613Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5172227Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5172811Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5173442Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5174090Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5174705Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5175377Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5176003Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5176575Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5177571Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5178347Z test_contig_size1_large_dim_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5179132Z test_contig_size1_large_dim_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5179905Z test_contig_size1_large_dim_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5180667Z test_contig_size1_large_dim_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5181396Z test_contig_size1_large_dim_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5181964Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5182672Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5183230Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5184120Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5184644Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5185137Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5185643Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5186146Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5186649Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5187153Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5187663Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5188169Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5188673Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5189183Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5189684Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5190182Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5190676Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5191166Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5191653Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5192130Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5192624Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5193145Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5193651Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5194153Z test_contig_size1_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5194670Z test_contig_size1_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5195181Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5195686Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5196179Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5196680Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5197176Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5197679Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5198174Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5198673Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5199176Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5199576Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5199990Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5200488Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5200913Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5201328Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5201785Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5202200Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5202598Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5203003Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5203408Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5203814Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5204233Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5204641Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5205063Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5205477Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5205897Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5206311Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5206720Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5207130Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5207539Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5207943Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5208336Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5208747Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5209160Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5209590Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5210023Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5210464Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5210910Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5211341Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5211776Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5212210Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5212644Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5213071Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5213496Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5213928Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5214347Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5214774Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5215192Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5215669Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5216089Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5216541Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5216959Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5217358Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5217771Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5218183Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5218596Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5219012Z test_contig_size1_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5219433Z test_contig_size1_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5219853Z test_contig_size1_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5220272Z test_contig_size1_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5220701Z test_contig_size1_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5221122Z test_contig_size1_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5221537Z test_contig_size1_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5221950Z test_contig_size1_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5222365Z test_contig_size1_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5222775Z test_contig_size1_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5223175Z test_contig_size1_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5223579Z test_contig_size1_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5224081Z test_contig_size1_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5224523Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5224991Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5225453Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5226000Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5226539Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5227086Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5227639Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5228190Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5228745Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5229297Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5229851Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5230394Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5230932Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5231574Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5232123Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5232731Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5233285Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5233835Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5234385Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5234926Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5235458Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5236010Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5236558Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5237117Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5237649Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5238167Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5238680Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5239186Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5239667Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5240096Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5240518Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5240942Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5241370Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5241796Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5242205Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5242622Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5243053Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5243474Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5243893Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5244308Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5244721Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5245119Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5245528Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5245931Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5246338Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5246741Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5247179Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5247698Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5248157Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5248639Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5249096Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5249556Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5250003Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5250453Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5250922Z test_contig_size1_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5251410Z test_contig_size1_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5251880Z test_contig_size1_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5252361Z test_contig_size1_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5252843Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5253324Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5253800Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5254280Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5254757Z test_contig_size1_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5255235Z test_contig_size1_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5255697Z test_contig_size1_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5256172Z test_contig_size1_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5256640Z test_contig_size1_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5257108Z test_contig_size1_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5257572Z test_contig_size1_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5258034Z test_contig_size1_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5258508Z test_contig_size1_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5258993Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5259461Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5259937Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5260402Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5260858Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5261314Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5261770Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5262296Z test_contig_size1_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5262757Z test_contig_size1_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5263245Z test_contig_size1_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5263903Z test_contig_size1_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5264450Z test_contig_size1_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5264910Z test_contig_size1_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5265362Z test_contig_size1_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5265855Z test_contig_size1_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5266394Z test_contig_size1_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5266915Z test_contig_size1_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5267461Z test_contig_size1_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5268009Z test_contig_size1_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5268558Z test_contig_size1_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5269111Z test_contig_size1_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5269660Z test_contig_size1_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5270207Z test_contig_size1_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5270757Z test_contig_size1_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5271287Z test_contig_size1_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5271831Z test_contig_size1_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5272372Z test_contig_size1_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5272914Z test_contig_size1_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5273453Z test_contig_size1_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5274004Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5274560Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5275099Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5275645Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5276201Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5276751Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5277299Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5277844Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5278395Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5278942Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5279578Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5280028Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5280537Z test_contig_size1_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5281008Z test_contig_size1_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5281475Z test_contig_size1_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5281938Z test_contig_size1_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5282414Z test_contig_size1_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5282888Z test_contig_size1_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5283357Z test_contig_size1_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5283834Z test_contig_size1_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5284310Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5284778Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5285250Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5285735Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5286211Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5286668Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5287140Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5287610Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5288075Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5288539Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5288998Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5289460Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5289931Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5290402Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5290895Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5291374Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5291848Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5292325Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5292793Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5293263Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5293729Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5294258Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5294725Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5295236Z test_contig_size1_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5295717Z test_contig_size1_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5296187Z test_contig_size1_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5296656Z test_contig_size1_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5297128Z test_contig_size1_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5297595Z test_contig_size1_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5298053Z test_contig_size1_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5298521Z test_contig_size1_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5298993Z test_contig_size1_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5299466Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5299940Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5300411Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5300893Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5301351Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5301831Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5302295Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5302765Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5303233Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5303798Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5304272Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5304743Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5305200Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5305673Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5306236Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5306797Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5307357Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5307921Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5308476Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5309038Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5309678Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5310245Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5310862Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5311418Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5311972Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5312525Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5313083Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5313650Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5314210Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5314776Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5315347Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5315913Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5316472Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5317030Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5317586Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5318132Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5318700Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5319264Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5319834Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5320399Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5320968Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5321524Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5322078Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5322618Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5323183Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5323726Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5324253Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5324784Z test_contig_size1_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5325316Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5325837Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5326352Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5326877Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5327460Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5327975Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5328537Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5329049Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5329567Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5330041Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5330458Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5330887Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5331316Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5331754Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5332177Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5332606Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5333025Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5333433Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5333855Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5334275Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5334691Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5335116Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5335549Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5335971Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5336386Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5336811Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5337234Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5337650Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5338061Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5338469Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5338879Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5339282Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5339710Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5340152Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5340599Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5341053Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5341500Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5341939Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5342364Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5342801Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5343292Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5343833Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5344324Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5344765Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5345194Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5345607Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5346082Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5346579Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5347078Z test_contig_size1_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5347579Z test_contig_size1_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5415447Z test_contig_size1_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5415993Z test_contig_size1_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5416522Z test_contig_size1_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5417072Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5417640Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5418194Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5418760Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5419331Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5419896Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5420463Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5421024Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5421606Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5422167Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5422737Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5423310Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5424013Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5424550Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5425091Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5425632Z test_contig_size1_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5426183Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5426710Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5427232Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5427751Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5428266Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5429082Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5429593Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5430183Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5430699Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5431225Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5431750Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5432280Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5432811Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5433338Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5433868Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5434375Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5434893Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5435402Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5435907Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5436144Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5436378Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5436616Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5436863Z test_contig_size1_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5437109Z test_contig_size1_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5437363Z test_contig_size1_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5437616Z test_contig_size1_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5437860Z test_contig_size1_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5438099Z test_contig_size1_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5438328Z test_contig_size1_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5438565Z test_contig_size1_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5438803Z test_contig_size1_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5439038Z test_contig_size1_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5439274Z test_contig_size1_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5439520Z test_contig_size1_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5439763Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5439967Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5440177Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5440391Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5440602Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5440806Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5441011Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5441270Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5441476Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5441712Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5441915Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5442116Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5442319Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5442520Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5442706Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5442907Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5443111Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5443312Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5443518Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5443713Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5443911Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5444107Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5444313Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5444523Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5444729Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5444939Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5445158Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5445366Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5445570Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5445771Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5445969Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5446189Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5446414Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5446629Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5446832Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5457252Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5457514Z test_contig_size1_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5457753Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5457985Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5458216Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5458442Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5458665Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5458893Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5459303Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5459530Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5459834Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5460066Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5460295Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5460534Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5460771Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5483292Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5483662Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5483920Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5484151Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5484389Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5484630Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5484863Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5485092Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5485330Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5485562Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5485815Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5486060Z test_contig_size1_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5486306Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5486546Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5486784Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5487013Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5487238Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5487464Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5487689Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5487918Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5488152Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5488405Z test_contig_size1_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5488665Z test_contig_size1_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5488920Z test_contig_size1_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5489170Z test_contig_size1_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5489418Z test_contig_size1_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5489665Z test_contig_size1_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5489914Z test_contig_size1_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5490536Z test_contig_size1_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5490787Z test_contig_size1_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5491113Z test_contig_size1_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5491375Z test_contig_size1_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5491640Z test_contig_size1_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5491886Z test_contig_size1_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5492134Z test_contig_size1_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5492378Z test_contig_size1_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5492633Z test_contig_size1_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5492880Z test_contig_size1_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5493134Z test_contig_size1_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5493387Z test_contig_size1_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5493635Z test_contig_size1_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5493882Z test_contig_size1_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5494133Z test_contig_size1_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5494377Z test_contig_size1_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5494630Z test_contig_size1_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5494880Z test_contig_size1_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5495137Z test_contig_size1_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5495389Z test_contig_size1_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5495636Z test_contig_size1_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5495879Z test_contig_size1_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5496127Z test_contig_size1_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5496373Z test_contig_size1_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5496624Z test_contig_size1_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5496873Z test_contig_size1_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5497129Z test_contig_size1_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5497380Z test_contig_size1_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5497628Z test_contig_size1_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5497872Z test_contig_size1_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5498116Z test_contig_size1_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5498360Z test_contig_size1_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5498606Z test_contig_size1_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5498911Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5499151Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5499443Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5499698Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5499934Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5500136Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5500337Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5500537Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5500741Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5500942Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5501143Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5501356Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5501562Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5501764Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5501969Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5502171Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5502378Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5502586Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5502788Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5502988Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5503179Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5503382Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5503582Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5503870Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5504070Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5504274Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5504472Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5504669Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5504871Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5505072Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5505277Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5505475Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5505675Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5505875Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5506132Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5506363Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5506646Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5506888Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5507126Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5507357Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5507591Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5507813Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5508048Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5508291Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5508543Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5508797Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5509047Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5509300Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5509546Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5509798Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5510043Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5510293Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5510560Z test_contig_size1_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5510838Z test_contig_size1_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5511100Z test_contig_size1_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5511367Z test_contig_size1_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5511638Z test_contig_size1_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5511906Z test_contig_size1_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5512176Z test_contig_size1_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5512449Z test_contig_size1_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5512718Z test_contig_size1_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5512988Z test_contig_size1_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5513255Z test_contig_size1_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5513523Z test_contig_size1_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5513788Z test_contig_size1_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5514056Z test_contig_size1_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5514372Z test_contig_size1_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5514635Z test_contig_size1_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5514941Z test_contig_size1_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5515215Z test_contig_size1_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5515493Z test_contig_size1_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5515758Z test_contig_size1_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5516022Z test_contig_size1_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5516293Z test_contig_size1_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5516565Z test_contig_size1_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5516829Z test_contig_size1_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5517097Z test_contig_size1_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5517368Z test_contig_size1_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5517626Z test_contig_size1_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5517892Z test_contig_size1_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5518158Z test_contig_size1_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5518421Z test_contig_size1_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5518689Z test_contig_size1_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5518959Z test_contig_size1_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5519210Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5519452Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5519704Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5519915Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5520119Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5520319Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5520521Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5520721Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5520926Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5521128Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5521329Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5521534Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5521742Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5521946Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5522194Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5522396Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5522633Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5522828Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5523077Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5523330Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5523577Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5523821Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5524070Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5524316Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5524556Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5524798Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5525042Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5525273Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5525511Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5525746Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5525978Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5526215Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5526448Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5526676Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5526909Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5527145Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5527386Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5527617Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5527849Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5528080Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5528306Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5528536Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5528766Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5529036Z test_contig_size1_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5529256Z test_contig_size1_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5529516Z test_contig_size1_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5529744Z test_contig_size1_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5529968Z test_contig_size1_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5530194Z test_contig_size1_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5530418Z test_contig_size1_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5530642Z test_contig_size1_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5530841Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5531030Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5531230Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5531429Z test_contig_size1_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5531626Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5531819Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5532011Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5532201Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5532389Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5532579Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5532765Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5532955Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5533144Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5533342Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5533526Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5533727Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5533931Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5534126Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5534323Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5534515Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5534711Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5534906Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5535100Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5535290Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5535482Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5535671Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5535859Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5536101Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5536297Z test_contig_size1_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5536527Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5536719Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5536910Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5537100Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5537286Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5537464Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5537650Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5537840Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5538028Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5538226Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5538414Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5538612Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5538810Z test_contig_size1_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5539011Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5539200Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5539393Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5539587Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5539775Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5539964Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5540149Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5540336Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5540525Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5540720Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5540913Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5541104Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5541287Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5541476Z test_contig_size1_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5541666Z test_contig_size1_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5541856Z test_contig_size1_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5542045Z test_contig_size1_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5542233Z test_contig_size1_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5542438Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5542639Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5542853Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5543122Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.403s) 2023-01-11T21:15:42.5543328Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5543570Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5543961Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5544169Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5544364Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5544564Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5544757Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5544959Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5545160Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5545368Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5545569Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5545770Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5545981Z test_contig_vs_every_other_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5546191Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5546438Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5546682Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5546917Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5547149Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5547387Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5547619Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5547853Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5548087Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5548333Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5548565Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5548818Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5549069Z test_contig_vs_every_other_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5549326Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5549569Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5549805Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5550046Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5550282Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5550514Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5550826Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5551052Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5551333Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5551573Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5551821Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.408s) 2023-01-11T21:15:42.5552071Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.400s) 2023-01-11T21:15:42.5552316Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.404s) 2023-01-11T21:15:42.5552559Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5552800Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5553038Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5553274Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5553510Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5553744Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5553981Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5554218Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5554455Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5554699Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5554950Z test_contig_vs_every_other_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5555191Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5555435Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5555672Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5555910Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5556144Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5556367Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5556596Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5556833Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5557070Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5557313Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5557550Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5557794Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5558045Z test_contig_vs_every_other_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5558294Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5558529Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5558823Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5559064Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5559339Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5559577Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5559838Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5560262Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5560642Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5561030Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5561407Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5561815Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5562213Z test_contig_vs_every_other_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5562615Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5562992Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5563373Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5563760Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5564132Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5564504Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5564878Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5565258Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5565640Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5566034Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5566406Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5566809Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5567208Z test_contig_vs_every_other_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5567604Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5567996Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5568380Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5568769Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5569149Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5569526Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5569903Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5570276Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5570653Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5571053Z test_contig_vs_every_other_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5571512Z test_contig_vs_every_other_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5571922Z test_contig_vs_every_other_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5572393Z test_contig_vs_every_other_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5572796Z test_contig_vs_every_other_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5573197Z test_contig_vs_every_other_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5573588Z test_contig_vs_every_other_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5573986Z test_contig_vs_every_other_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5574375Z test_contig_vs_every_other_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5574767Z test_contig_vs_every_other_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5575155Z test_contig_vs_every_other_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5575541Z test_contig_vs_every_other_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5575928Z test_contig_vs_every_other_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5576329Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5576731Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5577127Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5577515Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5577911Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5578307Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5578701Z test_contig_vs_every_other_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5579074Z test_contig_vs_every_other_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5579475Z test_contig_vs_every_other_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5579870Z test_contig_vs_every_other_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5580252Z test_contig_vs_every_other_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5580637Z test_contig_vs_every_other_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5581026Z test_contig_vs_every_other_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5581408Z test_contig_vs_every_other_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5581793Z test_contig_vs_every_other_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5582166Z test_contig_vs_every_other_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5582542Z test_contig_vs_every_other_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5582918Z test_contig_vs_every_other_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5583292Z test_contig_vs_every_other_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5583677Z test_contig_vs_every_other_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5584256Z test_contig_vs_every_other_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5584649Z test_contig_vs_every_other_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5585123Z test_contig_vs_every_other_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5585507Z test_contig_vs_every_other_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5585889Z test_contig_vs_every_other_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5586267Z test_contig_vs_every_other_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5586641Z test_contig_vs_every_other_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5587018Z test_contig_vs_every_other_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5587388Z test_contig_vs_every_other_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5587770Z test_contig_vs_every_other_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5588146Z test_contig_vs_every_other_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5588550Z test_contig_vs_every_other_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5588925Z test_contig_vs_every_other_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5589336Z test_contig_vs_every_other_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5589740Z test_contig_vs_every_other_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5590142Z test_contig_vs_every_other_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5590536Z test_contig_vs_every_other_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5590942Z test_contig_vs_every_other_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5591340Z test_contig_vs_every_other_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5591731Z test_contig_vs_every_other_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5592120Z test_contig_vs_every_other_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5592505Z test_contig_vs_every_other_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5592890Z test_contig_vs_every_other_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5593273Z test_contig_vs_every_other_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5593666Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5594056Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5594437Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5594828Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5595204Z test_contig_vs_every_other_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5595578Z test_contig_vs_every_other_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5595952Z test_contig_vs_every_other_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5596326Z test_contig_vs_every_other_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5596703Z test_contig_vs_every_other_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5597099Z test_contig_vs_every_other_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5597565Z test_contig_vs_every_other_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5597958Z test_contig_vs_every_other_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5598422Z test_contig_vs_every_other_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5598821Z test_contig_vs_every_other_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5599215Z test_contig_vs_every_other_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5599629Z test_contig_vs_every_other_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5600052Z test_contig_vs_every_other_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5600461Z test_contig_vs_every_other_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5600869Z test_contig_vs_every_other_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5601269Z test_contig_vs_every_other_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5601674Z test_contig_vs_every_other_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5602081Z test_contig_vs_every_other_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5602502Z test_contig_vs_every_other_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5602899Z test_contig_vs_every_other_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5603323Z test_contig_vs_every_other_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5603746Z test_contig_vs_every_other_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5604182Z test_contig_vs_every_other_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5604584Z test_contig_vs_every_other_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5604995Z test_contig_vs_every_other_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5605400Z test_contig_vs_every_other_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5605802Z test_contig_vs_every_other_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5606199Z test_contig_vs_every_other_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5606591Z test_contig_vs_every_other_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5606977Z test_contig_vs_every_other_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5607388Z test_contig_vs_every_other_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5607795Z test_contig_vs_every_other_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5608195Z test_contig_vs_every_other_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5608617Z test_contig_vs_every_other_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5609032Z test_contig_vs_every_other_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5609452Z test_contig_vs_every_other_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5609857Z test_contig_vs_every_other_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5610257Z test_contig_vs_every_other_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5610667Z test_contig_vs_every_other_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5611143Z test_contig_vs_every_other_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5611535Z test_contig_vs_every_other_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5612000Z test_contig_vs_every_other_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5612397Z test_contig_vs_every_other_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5612790Z test_contig_vs_every_other_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5613192Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5613586Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5614002Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5614420Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.390s) 2023-01-11T21:15:42.5614830Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5615236Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5615636Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5616024Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5616421Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5616814Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5617203Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5617595Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5617988Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5618432Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5618867Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5619319Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5619772Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5620218Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5620658Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5621097Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5621531Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5621966Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5622395Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5622819Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5623242Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5623678Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5624322Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5624839Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5625258Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5625769Z test_contig_vs_every_other_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5626176Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5626611Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5627031Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5627444Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5627854Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5628275Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5628684Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5629097Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5629509Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5629941Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5630348Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5630786Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5631219Z test_contig_vs_every_other_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5631651Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5632079Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5632498Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5632926Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5633341Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5633753Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5634166Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5634577Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5634976Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5635415Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5635838Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5636286Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5636728Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5637159Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5637585Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5638005Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5638432Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5638855Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5639364Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5639770Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.536s) 2023-01-11T21:15:42.5640085Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.457s) 2023-01-11T21:15:42.5640332Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5640540Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.472s) 2023-01-11T21:15:42.5640740Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5640945Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5641150Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5641353Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5641563Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5641778Z test_contig_vs_every_other_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5641978Z test_contig_vs_every_other_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5642192Z test_contig_vs_every_other_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5642392Z test_contig_vs_every_other_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5642606Z test_contig_vs_every_other_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5642816Z test_contig_vs_every_other_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5643023Z test_contig_vs_every_other_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5643229Z test_contig_vs_every_other_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5643433Z test_contig_vs_every_other_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5643636Z test_contig_vs_every_other_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5643833Z test_contig_vs_every_other_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5644037Z test_contig_vs_every_other_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5644235Z test_contig_vs_every_other_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5644438Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5644635Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5644838Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5645043Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5645240Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5645441Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5645638Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5645835Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5646030Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5646227Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5646474Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.396s) 2023-01-11T21:15:42.5646673Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.461s) 2023-01-11T21:15:42.5646904Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.389s) 2023-01-11T21:15:42.5647106Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5647309Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.391s) 2023-01-11T21:15:42.5647505Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5647703Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5647900Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5648102Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5648296Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5648497Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.544s) 2023-01-11T21:15:42.5648705Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.463s) 2023-01-11T21:15:42.5648910Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5649112Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.463s) 2023-01-11T21:15:42.5649313Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5649510Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5649712Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5649915Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5650116Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5650323Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.384s) 2023-01-11T21:15:42.5650521Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.450s) 2023-01-11T21:15:42.5650724Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.374s) 2023-01-11T21:15:42.5650922Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5651124Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.372s) 2023-01-11T21:15:42.5651314Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5651513Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5651713Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5651915Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5652110Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5652317Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5652516Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5652723Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.501s) 2023-01-11T21:15:42.5652930Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.525s) 2023-01-11T21:15:42.5653185Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.525s) 2023-01-11T21:15:42.5653391Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5653625Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5653829Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5654029Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5654231Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5654425Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5654623Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5654819Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5655032Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5655235Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5655439Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5655631Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5655835Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5656033Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5656234Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5656430Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5656633Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5656835Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5657037Z test_contig_vs_every_other_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5657238Z test_contig_vs_every_other_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5657453Z test_contig_vs_every_other_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5657657Z test_contig_vs_every_other_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5657861Z test_contig_vs_every_other_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5658064Z test_contig_vs_every_other_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5658270Z test_contig_vs_every_other_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5658468Z test_contig_vs_every_other_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5658669Z test_contig_vs_every_other_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5658864Z test_contig_vs_every_other_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5659065Z test_contig_vs_every_other_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5659264Z test_contig_vs_every_other_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5659459Z test_contig_vs_every_other_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5659665Z test_contig_vs_every_other_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5659863Z test_contig_vs_every_other_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5660106Z test_contig_vs_every_other_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5660318Z test_contig_vs_every_other_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5660563Z test_contig_vs_every_other_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5660765Z test_contig_vs_every_other_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5660969Z test_contig_vs_every_other_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5661169Z test_contig_vs_every_other_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5661369Z test_contig_vs_every_other_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5661572Z test_contig_vs_every_other_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5661772Z test_contig_vs_every_other_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5661974Z test_contig_vs_every_other_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5662175Z test_contig_vs_every_other_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5662382Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5662582Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5662783Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5662989Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5663189Z test_contig_vs_every_other_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5663394Z test_contig_vs_every_other_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5663589Z test_contig_vs_every_other_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5663849Z test_contig_vs_every_other_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5664048Z test_contig_vs_every_other_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5664255Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5664461Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5664653Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5664853Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5665085Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5665312Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5665546Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5665752Z test_contig_vs_every_other_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5665947Z test_contig_vs_every_other_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5666158Z test_contig_vs_every_other_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5666368Z test_contig_vs_every_other_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5666611Z test_contig_vs_every_other_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5666853Z test_contig_vs_every_other_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5667161Z test_contig_vs_every_other_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5667400Z test_contig_vs_every_other_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5667712Z test_contig_vs_every_other_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5667956Z test_contig_vs_every_other_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5668194Z test_contig_vs_every_other_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5668433Z test_contig_vs_every_other_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5668680Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.426s) 2023-01-11T21:15:42.5668918Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.496s) 2023-01-11T21:15:42.5669163Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2023-01-11T21:15:42.5669399Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5669636Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.433s) 2023-01-11T21:15:42.5669855Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5670089Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5670320Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5670559Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5670797Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5671047Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5671305Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5671553Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5671802Z test_contig_vs_every_other_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5672038Z test_contig_vs_every_other_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5672287Z test_contig_vs_every_other_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5672540Z test_contig_vs_every_other_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5672785Z test_contig_vs_every_other_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5673018Z test_contig_vs_every_other_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5673262Z test_contig_vs_every_other_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5673499Z test_contig_vs_every_other_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5673738Z test_contig_vs_every_other_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5673976Z test_contig_vs_every_other_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5674212Z test_contig_vs_every_other_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5674447Z test_contig_vs_every_other_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5674701Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5674948Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5675255Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5675512Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5675814Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5676070Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5676321Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5676573Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5676824Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5677068Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5677313Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5677559Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5677811Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5678054Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5678296Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5678553Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5678803Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5679060Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5679308Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5679553Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5679794Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5680037Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5680286Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5680488Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5680676Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5680876Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5681082Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5681283Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5681494Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5681712Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5681914Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5682114Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5682319Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5682519Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5682716Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5682967Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5683163Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5683401Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5683614Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5683820Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5684032Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5684238Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5684451Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5684664Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5684868Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5685075Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5685269Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5685477Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5685687Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5685893Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5686099Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5686316Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5686530Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5686735Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5686947Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5687156Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5687359Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5687567Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5687773Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5687980Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5688198Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5688408Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5688621Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5688832Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5689033Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5689243Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5689449Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5689647Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5689915Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5690107Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5690347Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5690573Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.382s) 2023-01-11T21:15:42.5690793Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.366s) 2023-01-11T21:15:42.5691022Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.453s) 2023-01-11T21:15:42.5691250Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.447s) 2023-01-11T21:15:42.5691470Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.379s) 2023-01-11T21:15:42.5691700Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5691921Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.363s) 2023-01-11T21:15:42.5692144Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.363s) 2023-01-11T21:15:42.5692362Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.363s) 2023-01-11T21:15:42.5692572Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.366s) 2023-01-11T21:15:42.5692789Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.366s) 2023-01-11T21:15:42.5693005Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.364s) 2023-01-11T21:15:42.5693205Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.539s) 2023-01-11T21:15:42.5693416Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.460s) 2023-01-11T21:15:42.5693623Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5693829Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.419s) 2023-01-11T21:15:42.5694036Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5694238Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5694434Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5694637Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5694840Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5695039Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5695234Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5695446Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.445s) 2023-01-11T21:15:42.5695659Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.418s) 2023-01-11T21:15:42.5695859Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5696061Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5696265Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5696461Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5696705Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5696904Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5697142Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5697345Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5697548Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5697753Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5697966Z test_contig_vs_every_other_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5698174Z test_contig_vs_every_other_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5698385Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5698590Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5698790Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5698994Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5699196Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5699392Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5699582Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5699788Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5699991Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5700188Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5700399Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.447s) 2023-01-11T21:15:42.5700614Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.416s) 2023-01-11T21:15:42.5700812Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5701013Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5701210Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5701406Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5701604Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5701801Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5702003Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5702207Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5702413Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5702612Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5702816Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.440s) 2023-01-11T21:15:42.5703022Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.411s) 2023-01-11T21:15:42.5703225Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.412s) 2023-01-11T21:15:42.5703429Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5703680Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5703932Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5704168Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5704369Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5704615Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5704849Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5705087Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5705352Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5705609Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5705882Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5706148Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5706403Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5706656Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5706910Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5707157Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5707408Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5707665Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5707914Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5708170Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5708420Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5708659Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5708903Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5709146Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5709390Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5709622Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5709861Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5710107Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5710349Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5710591Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5710841Z test_contig_vs_every_other_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5711088Z test_contig_vs_every_other_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5711339Z test_contig_vs_every_other_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5711653Z test_contig_vs_every_other_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5711906Z test_contig_vs_every_other_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5712186Z test_contig_vs_every_other_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5712434Z test_contig_vs_every_other_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5712676Z test_contig_vs_every_other_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5712918Z test_contig_vs_every_other_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5713158Z test_contig_vs_every_other_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5713391Z test_contig_vs_every_other_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5713629Z test_contig_vs_every_other_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5713874Z test_contig_vs_every_other_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5714149Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5714429Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5714702Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5714979Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5715253Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5715515Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5715793Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5716062Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5716340Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5716616Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5716891Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5717164Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5717435Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5717701Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5717977Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5718246Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5718521Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5718797Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5719070Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5719346Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5719619Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5719937Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5720219Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5720506Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5720719Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5720927Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5721139Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5721344Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5721559Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5721765Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5721962Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5722174Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5722379Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5722586Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5722790Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5722994Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.391s) 2023-01-11T21:15:42.5723206Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.392s) 2023-01-11T21:15:42.5723414Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.396s) 2023-01-11T21:15:42.5723613Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5723816Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5724019Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5724213Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5724409Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5724609Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5724803Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5725007Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5725231Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5725461Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5725687Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5725909Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5726133Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5726357Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5726577Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5726839Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5727082Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5727351Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5727592Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5727824Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5728062Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5728298Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5728536Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5728776Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5729009Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5729242Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5729474Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5729699Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5729929Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5730161Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5730385Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5730616Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5730853Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5731085Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5731318Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5731553Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5731781Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5732011Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5732240Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5732462Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5732691Z test_contig_vs_every_other_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5732918Z test_contig_vs_every_other_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5733144Z test_contig_vs_every_other_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5733358Z test_contig_vs_every_other_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5733628Z test_contig_vs_every_other_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5733852Z test_contig_vs_every_other_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5734110Z test_contig_vs_every_other_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5734336Z test_contig_vs_every_other_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5734557Z test_contig_vs_every_other_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5734774Z test_contig_vs_every_other_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5734995Z test_contig_vs_every_other_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5735213Z test_contig_vs_every_other_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5735440Z test_contig_vs_every_other_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5735664Z test_contig_vs_every_other_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5735888Z test_contig_vs_every_other_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5736112Z test_contig_vs_every_other_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5736333Z test_contig_vs_every_other_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5736553Z test_contig_vs_every_other_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5736772Z test_contig_vs_every_other_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5736993Z test_contig_vs_every_other_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5737213Z test_contig_vs_every_other_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5737438Z test_contig_vs_every_other_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5737697Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.5737947Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.5738203Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.5738455Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.5738681Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5738907Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5739135Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5739347Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5739576Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5739800Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5740024Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5740247Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5740529Z test_contig_vs_every_other_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5740805Z test_contig_vs_every_other_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5741039Z test_contig_vs_every_other_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5741273Z test_contig_vs_every_other_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5741510Z test_contig_vs_every_other_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5741743Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5741973Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5742208Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5742439Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5742670Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5742904Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5743146Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5743377Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5743602Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5743999Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5744232Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5744487Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5744753Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5745029Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5745312Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5745595Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5745892Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5746165Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5746443Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5746726Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5747008Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5747281Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5747556Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5747920Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5748193Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5748518Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5748800Z test_contig_vs_every_other_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5749083Z test_contig_vs_every_other_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5749361Z test_contig_vs_every_other_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5749640Z test_contig_vs_every_other_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5749917Z test_contig_vs_every_other_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5750199Z test_contig_vs_every_other_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5750477Z test_contig_vs_every_other_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5750750Z test_contig_vs_every_other_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5751026Z test_contig_vs_every_other_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5751303Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5751582Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5751857Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5752143Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5752415Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5752692Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5752967Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5753239Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5753514Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5753776Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.541s) 2023-01-11T21:15:42.5754056Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.460s) 2023-01-11T21:15:42.5754333Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5754615Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.440s) 2023-01-11T21:15:42.5754890Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5755163Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5755436Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5755712Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5755986Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5756320Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.707s) 2023-01-11T21:15:42.5756720Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.626s) 2023-01-11T21:15:42.5756999Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5757272Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.619s) 2023-01-11T21:15:42.5757547Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5757819Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5758090Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5758371Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5758644Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5758927Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5759206Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5759485Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5759765Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5760040Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5760326Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5760582Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5760811Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5761037Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5761255Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5761487Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5761720Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5761951Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5762177Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5762407Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5762633Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5762860Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5763086Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5763295Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5763513Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5763774Z test_contig_vs_every_other_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5763985Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5764233Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5764445Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5764656Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5764860Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5765068Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5765275Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5765484Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5765691Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5765905Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5766108Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5766317Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5766523Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5766722Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5766926Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5767166Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5767366Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5767571Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5767771Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5767975Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5768174Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5768380Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5768588Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5768798Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5768999Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5769203Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5769401Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5769601Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5769800Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5769995Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5770193Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5770389Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5770660Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5770872Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5771129Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5771342Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5771558Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5771770Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5771985Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5772194Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5772409Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5772619Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5772835Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5773045Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5773249Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5773452Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5773655Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5773858Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5774062Z test_contig_vs_every_other_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5774258Z test_contig_vs_every_other_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5774460Z test_contig_vs_every_other_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5774660Z test_contig_vs_every_other_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5774864Z test_contig_vs_every_other_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5775089Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5775311Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5775536Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5775757Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5775978Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5776191Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5776410Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5776628Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5776853Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5777079Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5777347Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5777569Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5777806Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5778008Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5778218Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.537s) 2023-01-11T21:15:42.5778426Z test_contig_vs_every_other_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.527s) 2023-01-11T21:15:42.5778637Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.526s) 2023-01-11T21:15:42.5778841Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5779043Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5779247Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5779447Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5779648Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5779849Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5780049Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5780245Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5780449Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5780646Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5780856Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5781051Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.408s) 2023-01-11T21:15:42.5781257Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5781458Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5781657Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5781857Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5782057Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5782251Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5782453Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5782646Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5782847Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5783051Z test_contig_vs_every_other_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5783252Z test_contig_vs_every_other_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5783463Z test_contig_vs_every_other_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5783670Z test_contig_vs_every_other_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5783940Z test_contig_vs_every_other_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5784143Z test_contig_vs_every_other_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5784402Z test_contig_vs_every_other_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5784650Z test_contig_vs_every_other_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5784933Z test_contig_vs_every_other_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5785171Z test_contig_vs_every_other_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5785412Z test_contig_vs_every_other_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5785654Z test_contig_vs_every_other_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5785896Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5786138Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5786406Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.555s) 2023-01-11T21:15:42.5786667Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2023-01-11T21:15:42.5786923Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.578s) 2023-01-11T21:15:42.5787173Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5787426Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5787938Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5788258Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5788502Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5788750Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5788995Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5789247Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5789489Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5789730Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5789969Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5790212Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5790451Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5790697Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5790940Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5791184Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5791427Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5791657Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5791910Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5792155Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5792403Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5792653Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5792978Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5793220Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5793508Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5793753Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5793995Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5794241Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5794483Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5794717Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5794973Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5795222Z test_contig_vs_every_other_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5795471Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5795715Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5795956Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5796201Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5796440Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5796677Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5796918Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5797144Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5797377Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5797623Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.450s) 2023-01-11T21:15:42.5797862Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.519s) 2023-01-11T21:15:42.5798113Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.653s) 2023-01-11T21:15:42.5798368Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.670s) 2023-01-11T21:15:42.5798616Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.436s) 2023-01-11T21:15:42.5798857Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5799104Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.410s) 2023-01-11T21:15:42.5799342Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5799582Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5799823Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5800057Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5800296Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5800542Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5800741Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5801008Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5801218Z test_contig_vs_every_other_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5801461Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5801663Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5801865Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5802065Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5802252Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5802449Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5802649Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5802848Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5803045Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5803266Z test_contig_vs_every_other_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.646s) 2023-01-11T21:15:42.5803491Z test_contig_vs_every_other_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5803711Z test_contig_vs_every_other_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.568s) 2023-01-11T21:15:42.5803928Z test_contig_vs_every_other_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5804145Z test_contig_vs_every_other_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5804367Z test_contig_vs_every_other_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5804584Z test_contig_vs_every_other_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5804805Z test_contig_vs_every_other_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5805025Z test_contig_vs_every_other_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.604s) 2023-01-11T21:15:42.5805250Z test_contig_vs_every_other_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5805469Z test_contig_vs_every_other_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.500s) 2023-01-11T21:15:42.5805688Z test_contig_vs_every_other_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5805911Z test_contig_vs_every_other_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5806131Z test_contig_vs_every_other_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5806350Z test_contig_vs_every_other_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5806574Z test_contig_vs_every_other_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5806790Z test_contig_vs_every_other_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.504s) 2023-01-11T21:15:42.5807016Z test_contig_vs_every_other_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5807242Z test_contig_vs_every_other_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.416s) 2023-01-11T21:15:42.5807449Z test_contig_vs_every_other_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5807667Z test_contig_vs_every_other_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5807933Z test_contig_vs_every_other_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5808148Z test_contig_vs_every_other_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5808403Z test_contig_vs_every_other_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5808624Z test_contig_vs_every_other_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.743s) 2023-01-11T21:15:42.5808848Z test_contig_vs_every_other_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5809072Z test_contig_vs_every_other_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.643s) 2023-01-11T21:15:42.5809291Z test_contig_vs_every_other_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5809509Z test_contig_vs_every_other_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5809727Z test_contig_vs_every_other_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5809948Z test_contig_vs_every_other_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5810164Z test_contig_vs_every_other_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5810383Z test_contig_vs_every_other_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.641s) 2023-01-11T21:15:42.5810605Z test_contig_vs_every_other_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5810824Z test_contig_vs_every_other_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.559s) 2023-01-11T21:15:42.5811044Z test_contig_vs_every_other_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5811265Z test_contig_vs_every_other_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5811480Z test_contig_vs_every_other_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5811700Z test_contig_vs_every_other_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5811919Z test_contig_vs_every_other_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5812135Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.395s) 2023-01-11T21:15:42.5812348Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.462s) 2023-01-11T21:15:42.5812565Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.384s) 2023-01-11T21:15:42.5812779Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5812986Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.403s) 2023-01-11T21:15:42.5813201Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5813417Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5813628Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5813842Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5814051Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5814269Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.632s) 2023-01-11T21:15:42.5814493Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5814780Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.563s) 2023-01-11T21:15:42.5814999Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5815250Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5815464Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5815678Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5815890Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5816108Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.421s) 2023-01-11T21:15:42.5816322Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.489s) 2023-01-11T21:15:42.5816539Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.409s) 2023-01-11T21:15:42.5816753Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5816968Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.419s) 2023-01-11T21:15:42.5817182Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5817389Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5817597Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5817805Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5818008Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5818215Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.497s) 2023-01-11T21:15:42.5818433Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5818643Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.435s) 2023-01-11T21:15:42.5818854Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5819059Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5819270Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5819481Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5819690Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5819901Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.478s) 2023-01-11T21:15:42.5820122Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5820334Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.421s) 2023-01-11T21:15:42.5820546Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5820751Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5820960Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5821170Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5821422Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5821643Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.538s) 2023-01-11T21:15:42.5821902Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5822126Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.469s) 2023-01-11T21:15:42.5822346Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5822565Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5822780Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5822998Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5823212Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5823444Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.496s) 2023-01-11T21:15:42.5823849Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5824186Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.432s) 2023-01-11T21:15:42.5824430Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5824714Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5824995Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5825283Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5825559Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5825846Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.508s) 2023-01-11T21:15:42.5826130Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5826407Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.456s) 2023-01-11T21:15:42.5826686Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5826969Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5827250Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5827535Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5827820Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5828097Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.555s) 2023-01-11T21:15:42.5828380Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5828659Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.502s) 2023-01-11T21:15:42.5828931Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5829209Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5829583Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5829908Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5830189Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5830469Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.539s) 2023-01-11T21:15:42.5830757Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5831034Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.506s) 2023-01-11T21:15:42.5831300Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5831586Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5831870Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5832152Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5832435Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5832703Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5832964Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5833225Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5833493Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5833751Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5834013Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5834278Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5834534Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5834793Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5835051Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5835307Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.501s) 2023-01-11T21:15:42.5835577Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5835844Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.471s) 2023-01-11T21:15:42.5836105Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5836366Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5836619Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5836877Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5837136Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5837448Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5837817Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5838162Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5838479Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5838787Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5839097Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5839401Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5839713Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5840008Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5840313Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2023-01-11T21:15:42.5840584Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5840836Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.506s) 2023-01-11T21:15:42.5841079Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5841322Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5841567Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5841808Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5842057Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5842300Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.538s) 2023-01-11T21:15:42.5842544Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5842793Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.507s) 2023-01-11T21:15:42.5843033Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5843281Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5843527Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5843770Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5844016Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5844253Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.522s) 2023-01-11T21:15:42.5844489Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5844727Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.420s) 2023-01-11T21:15:42.5845010Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5845241Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5845515Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5845747Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5845974Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5846183Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5846384Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5846597Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.489s) 2023-01-11T21:15:42.5846808Z test_contig_vs_every_other_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.482s) 2023-01-11T21:15:42.5847021Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.480s) 2023-01-11T21:15:42.5847224Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5847428Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5847627Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5847827Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5848024Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5848228Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5848434Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5848632Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5848849Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5849053Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5849264Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5849478Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5849686Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5849891Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5850099Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5850302Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5850502Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5850695Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5850897Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5851100Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5851299Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5851498Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5851755Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5851960Z test_contig_vs_every_other_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5852217Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5852422Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5852620Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5852821Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5853020Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5853217Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5853414Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5853614Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5853812Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5854019Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5854216Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5854428Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5854639Z test_contig_vs_every_other_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5854844Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5855038Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5855249Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5855451Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5855649Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5855847Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5856046Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5856242Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5856440Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5856649Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5856853Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5857059Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5857267Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5857470Z test_contig_vs_every_other_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5857668Z test_contig_vs_every_other_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5857869Z test_contig_vs_every_other_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5858069Z test_contig_vs_every_other_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5858275Z test_contig_vs_every_other_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5858480Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5858724Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5858934Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5859182Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5859390Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5859585Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5859791Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5859994Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5860195Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5860400Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5860602Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5860805Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5861005Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5861216Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5861418Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5861628Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5861843Z test_contig_vs_transposed_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5862056Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5862262Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5862471Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5862682Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5862884Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5863084Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5863287Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5863490Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5863759Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5863977Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5864183Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5864401Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5864666Z test_contig_vs_transposed_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5864923Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5865168Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5865417Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5865661Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5865994Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5866240Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5866479Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5866773Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5867021Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5867263Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5867523Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5867777Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5868031Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5868285Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5868532Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5868771Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5869025Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5869274Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5869507Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5869748Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5869997Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5870243Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5870500Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5870757Z test_contig_vs_transposed_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5871009Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5871260Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5871510Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5871761Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5872008Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5872252Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5872508Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5872748Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5872992Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5873246Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5873486Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5873744Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5873998Z test_contig_vs_transposed_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5874247Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5874557Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5874803Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5875079Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5875328Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5875575Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5875812Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5876058Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5876301Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5876556Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5876799Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5877060Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5877311Z test_contig_vs_transposed_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5877567Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5877818Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5878068Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5878316Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5878556Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5878809Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5879049Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5879296Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5879539Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5879786Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5880030Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5880288Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5880540Z test_contig_vs_transposed_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5880772Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5880980Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5881184Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5881394Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5881594Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5881798Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5881998Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5882201Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5882406Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5882677Z test_contig_vs_transposed_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5882882Z test_contig_vs_transposed_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5883138Z test_contig_vs_transposed_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5883358Z test_contig_vs_transposed_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5883577Z test_contig_vs_transposed_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5883786Z test_contig_vs_transposed_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5884000Z test_contig_vs_transposed_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5884211Z test_contig_vs_transposed_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5884419Z test_contig_vs_transposed_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5884627Z test_contig_vs_transposed_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5884832Z test_contig_vs_transposed_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5885041Z test_contig_vs_transposed_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5885239Z test_contig_vs_transposed_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5885451Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5885665Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5885875Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5886090Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5886301Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5886518Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5886731Z test_contig_vs_transposed_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5886930Z test_contig_vs_transposed_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5887143Z test_contig_vs_transposed_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5887348Z test_contig_vs_transposed_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5887559Z test_contig_vs_transposed_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5887770Z test_contig_vs_transposed_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5887976Z test_contig_vs_transposed_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5888185Z test_contig_vs_transposed_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5888384Z test_contig_vs_transposed_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5888587Z test_contig_vs_transposed_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5888789Z test_contig_vs_transposed_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5888992Z test_contig_vs_transposed_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5889198Z test_contig_vs_transposed_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5889402Z test_contig_vs_transposed_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5889651Z test_contig_vs_transposed_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5889853Z test_contig_vs_transposed_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5890095Z test_contig_vs_transposed_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5890308Z test_contig_vs_transposed_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5890514Z test_contig_vs_transposed_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5890716Z test_contig_vs_transposed_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5890918Z test_contig_vs_transposed_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5891121Z test_contig_vs_transposed_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5891325Z test_contig_vs_transposed_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5891526Z test_contig_vs_transposed_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5891728Z test_contig_vs_transposed_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5891943Z test_contig_vs_transposed_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5892151Z test_contig_vs_transposed_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5892368Z test_contig_vs_transposed_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5892588Z test_contig_vs_transposed_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5892804Z test_contig_vs_transposed_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5893021Z test_contig_vs_transposed_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5893230Z test_contig_vs_transposed_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5893444Z test_contig_vs_transposed_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5893650Z test_contig_vs_transposed_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5893860Z test_contig_vs_transposed_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5894064Z test_contig_vs_transposed_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5894271Z test_contig_vs_transposed_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5894468Z test_contig_vs_transposed_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5894675Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5894881Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5895088Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5895298Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5895497Z test_contig_vs_transposed_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5895700Z test_contig_vs_transposed_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5895899Z test_contig_vs_transposed_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5896101Z test_contig_vs_transposed_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5896304Z test_contig_vs_transposed_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5896560Z test_contig_vs_transposed_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5896767Z test_contig_vs_transposed_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5897019Z test_contig_vs_transposed_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5897234Z test_contig_vs_transposed_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5897451Z test_contig_vs_transposed_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5897658Z test_contig_vs_transposed_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5897868Z test_contig_vs_transposed_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5898077Z test_contig_vs_transposed_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5898287Z test_contig_vs_transposed_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5898489Z test_contig_vs_transposed_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5898696Z test_contig_vs_transposed_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5898901Z test_contig_vs_transposed_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5899096Z test_contig_vs_transposed_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5899303Z test_contig_vs_transposed_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5899507Z test_contig_vs_transposed_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5899721Z test_contig_vs_transposed_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5899932Z test_contig_vs_transposed_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5900150Z test_contig_vs_transposed_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5900357Z test_contig_vs_transposed_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5900563Z test_contig_vs_transposed_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5900770Z test_contig_vs_transposed_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5900970Z test_contig_vs_transposed_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5901174Z test_contig_vs_transposed_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5901379Z test_contig_vs_transposed_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5901580Z test_contig_vs_transposed_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5901786Z test_contig_vs_transposed_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5901996Z test_contig_vs_transposed_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5902201Z test_contig_vs_transposed_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5902412Z test_contig_vs_transposed_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5902618Z test_contig_vs_transposed_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5902830Z test_contig_vs_transposed_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5903038Z test_contig_vs_transposed_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5903241Z test_contig_vs_transposed_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5903482Z test_contig_vs_transposed_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5903750Z test_contig_vs_transposed_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5903997Z test_contig_vs_transposed_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5904204Z test_contig_vs_transposed_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5904407Z test_contig_vs_transposed_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5904659Z test_contig_vs_transposed_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5904907Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5905148Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5905404Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5905666Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5905918Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5906171Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5906425Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5906671Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5906916Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5907159Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5907401Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5907644Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5907889Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5908162Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5908422Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5908695Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5908961Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5909229Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5909501Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5909773Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5910038Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5910307Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5910571Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5910838Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5911103Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5911372Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5911624Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5911951Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5912205Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5912501Z test_contig_vs_transposed_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5912756Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5913005Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5913245Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5913491Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5913734Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5913977Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5914226Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5914469Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5914718Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5914961Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5915206Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5915462Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5915713Z test_contig_vs_transposed_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5915968Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5916221Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5916470Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5916716Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5916959Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5917200Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5917450Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5917695Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5917940Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5918197Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5918454Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5918711Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5918967Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5919220Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5919466Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5919718Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5919968Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5920210Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5920515Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5920738Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5920981Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5921194Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5921408Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5921614Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5921821Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5922024Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5922236Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5922446Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5922658Z test_contig_vs_transposed_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5922866Z test_contig_vs_transposed_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5923083Z test_contig_vs_transposed_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5923296Z test_contig_vs_transposed_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5923514Z test_contig_vs_transposed_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5923725Z test_contig_vs_transposed_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5923935Z test_contig_vs_transposed_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5924143Z test_contig_vs_transposed_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5924348Z test_contig_vs_transposed_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5924555Z test_contig_vs_transposed_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5924758Z test_contig_vs_transposed_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5924953Z test_contig_vs_transposed_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5925156Z test_contig_vs_transposed_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5925365Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5925566Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5925775Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5925977Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5926183Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5926387Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5926584Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5926787Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5926986Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5927190Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5927447Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5927647Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5927890Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5928095Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5928301Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5928507Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5928708Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5928910Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5929116Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5929321Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5929519Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5929734Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5929944Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5930151Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5930360Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5930562Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5930769Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5930980Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5931184Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5931395Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5931599Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5931802Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5932012Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5932221Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5932422Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5932630Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5932838Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5933040Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5933250Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5933455Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5933658Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5933863Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5934075Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5934286Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5934538Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5934746Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5934992Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5935200Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5935398Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5935603Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5935808Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5936011Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5936221Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5936427Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5936634Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5936843Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5937051Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5937256Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5937457Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5937661Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5937861Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5938070Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5938274Z test_contig_vs_transposed_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5938469Z test_contig_vs_transposed_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5938686Z test_contig_vs_transposed_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5938893Z test_contig_vs_transposed_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5939103Z test_contig_vs_transposed_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5939310Z test_contig_vs_transposed_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5939513Z test_contig_vs_transposed_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5939724Z test_contig_vs_transposed_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5939931Z test_contig_vs_transposed_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5940134Z test_contig_vs_transposed_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5940336Z test_contig_vs_transposed_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5940534Z test_contig_vs_transposed_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5940739Z test_contig_vs_transposed_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5940947Z test_contig_vs_transposed_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5941152Z test_contig_vs_transposed_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5941369Z test_contig_vs_transposed_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5941623Z test_contig_vs_transposed_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5941841Z test_contig_vs_transposed_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5942083Z test_contig_vs_transposed_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5942293Z test_contig_vs_transposed_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5942498Z test_contig_vs_transposed_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5942699Z test_contig_vs_transposed_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5942905Z test_contig_vs_transposed_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5943098Z test_contig_vs_transposed_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5943303Z test_contig_vs_transposed_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5943507Z test_contig_vs_transposed_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5943867Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5944076Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5944285Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5944521Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5944757Z test_contig_vs_transposed_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5945003Z test_contig_vs_transposed_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5945246Z test_contig_vs_transposed_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5945495Z test_contig_vs_transposed_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5945742Z test_contig_vs_transposed_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5945996Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5946243Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5946492Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5946739Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5947015Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5947296Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5947572Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.5947824Z test_contig_vs_transposed_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5948070Z test_contig_vs_transposed_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5948329Z test_contig_vs_transposed_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5948571Z test_contig_vs_transposed_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5948819Z test_contig_vs_transposed_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5949069Z test_contig_vs_transposed_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5949318Z test_contig_vs_transposed_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5949637Z test_contig_vs_transposed_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5949880Z test_contig_vs_transposed_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5950169Z test_contig_vs_transposed_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5950415Z test_contig_vs_transposed_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5950654Z test_contig_vs_transposed_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5950898Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5951136Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5951379Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5951625Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5951873Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5952106Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5952353Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5952594Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5952834Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5953079Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5953338Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5953590Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5953836Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5954086Z test_contig_vs_transposed_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5954332Z test_contig_vs_transposed_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5954582Z test_contig_vs_transposed_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5954839Z test_contig_vs_transposed_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5955082Z test_contig_vs_transposed_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5955325Z test_contig_vs_transposed_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5955568Z test_contig_vs_transposed_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5955806Z test_contig_vs_transposed_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5956053Z test_contig_vs_transposed_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5956299Z test_contig_vs_transposed_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5956542Z test_contig_vs_transposed_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5956788Z test_contig_vs_transposed_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5957045Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5957296Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5957554Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5957816Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5958130Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5958389Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5958717Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5958979Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5959231Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5959472Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5959725Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5959973Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5960227Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5960476Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5960732Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5960954Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5961165Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5961379Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5961586Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5961794Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5962002Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5962209Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5962416Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5962616Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5962820Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5963022Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5963234Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5963438Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5963652Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5963869Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5964077Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5964277Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5964480Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5964684Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5964893Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5965094Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5965300Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5965546Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5965764Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5966025Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5966239Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5966453Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5966668Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5966874Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5967083Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5967298Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5967505Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5967716Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5967930Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5968141Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5968353Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5968568Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5968783Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5968983Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5969192Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5969403Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5969615Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5969820Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5970034Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5970241Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5970459Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5970674Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5970891Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5971095Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5971308Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5971518Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5971724Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5971930Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5972136Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5972339Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5972600Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5972828Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5973088Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5973316Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5973552Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5973779Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5973996Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5974215Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5974441Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5974658Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5974877Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5975098Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5975313Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5975520Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5975730Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5975941Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5976150Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5976358Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5976573Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5976776Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5976983Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5977187Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5977398Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5977597Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5977815Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5978023Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5978263Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.5978467Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5978662Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5978867Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5979065Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5979268Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5979467Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5979717Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5979928Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5980165Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5980383Z test_contig_vs_transposed_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5980593Z test_contig_vs_transposed_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5980803Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5981011Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5981215Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5981423Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5981624Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5981831Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5982034Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5982235Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5982447Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5982645Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5982861Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5983074Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5983269Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5983474Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5983675Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5983934Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5984135Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5984341Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5984584Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5984822Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5985076Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5985319Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5985575Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5985825Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5986078Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5986325Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5986566Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5986811Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5987115Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5987361Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5987651Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5987891Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5988137Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5988393Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5988649Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5988922Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5989188Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5989450Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5989713Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5989967Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5990221Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5990476Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5990730Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5990983Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5991240Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5991492Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5991740Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5991989Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5992239Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5992491Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5992729Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5992976Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5993223Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5993467Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5993721Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5993981Z test_contig_vs_transposed_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5994218Z test_contig_vs_transposed_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5994471Z test_contig_vs_transposed_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5994727Z test_contig_vs_transposed_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5994978Z test_contig_vs_transposed_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5995227Z test_contig_vs_transposed_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5995615Z test_contig_vs_transposed_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5995858Z test_contig_vs_transposed_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5996148Z test_contig_vs_transposed_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5996393Z test_contig_vs_transposed_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5996630Z test_contig_vs_transposed_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5996877Z test_contig_vs_transposed_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5997121Z test_contig_vs_transposed_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5997404Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5997685Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5997966Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5998250Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5998525Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5998801Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5999082Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5999358Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.5999634Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.5999919Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6000194Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6000473Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6000732Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6001014Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6001253Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6001482Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6001710Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6001945Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6002179Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6002405Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6002632Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6002854Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6003084Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6003309Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6003574Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6003786Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6004038Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6004254Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6004470Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6004681Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6004895Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6005109Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6005319Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6005532Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6005741Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6005949Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6006149Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6006359Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6006567Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6006769Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6006980Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6007184Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6007383Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6007583Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6007783Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6007987Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6008221Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6008453Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6008681Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6008916Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6009144Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6009371Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6009599Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6009827Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6010065Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6010304Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6010592Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6010825Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6011106Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6011349Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6011579Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6011813Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6012052Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6012291Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6012527Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6012759Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6012992Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6013228Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6013460Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6013691Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6013928Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6014168Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6014409Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6014642Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6014874Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6015103Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6015325Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6015551Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6015786Z test_contig_vs_transposed_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6016014Z test_contig_vs_transposed_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6016247Z test_contig_vs_transposed_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6016476Z test_contig_vs_transposed_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6016704Z test_contig_vs_transposed_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6016932Z test_contig_vs_transposed_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6017161Z test_contig_vs_transposed_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6017429Z test_contig_vs_transposed_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6017642Z test_contig_vs_transposed_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6017902Z test_contig_vs_transposed_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6018128Z test_contig_vs_transposed_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6018350Z test_contig_vs_transposed_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6018576Z test_contig_vs_transposed_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6018804Z test_contig_vs_transposed_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6019032Z test_contig_vs_transposed_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6019263Z test_contig_vs_transposed_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6019490Z test_contig_vs_transposed_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6019720Z test_contig_vs_transposed_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6019946Z test_contig_vs_transposed_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6020169Z test_contig_vs_transposed_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6020391Z test_contig_vs_transposed_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6020616Z test_contig_vs_transposed_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6020876Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6021132Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6021393Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6021648Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6021874Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6022101Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6022328Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6022552Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6022791Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6023023Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6023245Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6023471Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6023761Z test_contig_vs_transposed_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6023997Z test_contig_vs_transposed_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6024231Z test_contig_vs_transposed_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6024580Z test_contig_vs_transposed_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6024863Z test_contig_vs_transposed_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6025203Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6025497Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6025778Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6026062Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6026339Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6026626Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6026916Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6027200Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6027478Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6027759Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6028037Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6028313Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6028595Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6028871Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6029151Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6029438Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6029728Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6030019Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6030304Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6030588Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6030880Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6031163Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6031449Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6031719Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6031998Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6032279Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6032565Z test_contig_vs_transposed_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6032896Z test_contig_vs_transposed_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6033178Z test_contig_vs_transposed_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6033501Z test_contig_vs_transposed_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6033778Z test_contig_vs_transposed_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6034056Z test_contig_vs_transposed_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6034338Z test_contig_vs_transposed_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6034614Z test_contig_vs_transposed_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6034900Z test_contig_vs_transposed_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6035178Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6035465Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6035749Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6036031Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6036308Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6036588Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6036864Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6037153Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6037437Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6037719Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6037999Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6038280Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6038570Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6038849Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6039135Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6039404Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6039687Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6039963Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6040249Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6040528Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6040814Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6041123Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6041354Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6041619Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6041853Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6042084Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6042315Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6042546Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6042780Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6043016Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6043254Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6043485Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6043713Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6043946Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6044178Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6044408Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6044645Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6044882Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6045118Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6045351Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6045580Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6045807Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6046027Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6046261Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6046492Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6046712Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6046933Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6047153Z test_contig_vs_transposed_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6047377Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6047590Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6047806Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6048069Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6048276Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6048524Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6048732Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6048942Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6049149Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6049366Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6049572Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6049782Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6049997Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6050205Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6050413Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6050617Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6050813Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6051020Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6051225Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6051432Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6051635Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6051843Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6052054Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6052263Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6052467Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6052670Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6052873Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6053073Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6053274Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6053477Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6053680Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6053881Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6054101Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6054313Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6054536Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6054758Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6055018Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6055232Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6055483Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6055694Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6055908Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6056130Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6056340Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6056559Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6056771Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6056979Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6057188Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6057395Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6057600Z test_contig_vs_transposed_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6057806Z test_contig_vs_transposed_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6058008Z test_contig_vs_transposed_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6058213Z test_contig_vs_transposed_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6058419Z test_contig_vs_transposed_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6058647Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6058874Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6059101Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6059328Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6059555Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6059777Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6060000Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6060225Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6060462Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6060686Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6060918Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6061147Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6061358Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6061560Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6061776Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6062034Z test_contig_vs_transposed_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6062242Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6062487Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6062697Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6062904Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6063109Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6063314Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6063515Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6063898Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6064112Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6064322Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6064570Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6064824Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6065078Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6065330Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6065572Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6065807Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6066057Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6066300Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6066546Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6066787Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6067031Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6067273Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6067526Z test_contig_vs_transposed_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6067775Z test_contig_vs_transposed_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6068034Z test_contig_vs_transposed_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6068295Z test_contig_vs_transposed_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6068546Z test_contig_vs_transposed_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6068800Z test_contig_vs_transposed_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6069049Z test_contig_vs_transposed_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6069293Z test_contig_vs_transposed_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6069543Z test_contig_vs_transposed_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6069790Z test_contig_vs_transposed_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6070038Z test_contig_vs_transposed_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6070370Z test_contig_vs_transposed_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6070631Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6070932Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6071200Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6071453Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6071713Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6071968Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6072223Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6072478Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6072728Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6072982Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6073231Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6073482Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6073735Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6073985Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6074232Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6074486Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6074736Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6074981Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6075228Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6075471Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6075714Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6075958Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6076201Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6076460Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6076715Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6076962Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6077220Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6077477Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6077732Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6077980Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6078230Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6078481Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6078782Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6079029Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6079333Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6079593Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6079846Z test_contig_vs_transposed_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6080103Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6080352Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6080593Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6080850Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6081082Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6081283Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6081487Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6081690Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6081893Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6082101Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6082293Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6082506Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6082721Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6082935Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6083144Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6083351Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6083556Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6083759Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6083961Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6084164Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6084367Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6084577Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6084780Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6084997Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6085210Z test_contig_vs_transposed_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6085421Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6085629Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6085836Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6086043Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6086296Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6086498Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6086730Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6086933Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6087139Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6087362Z test_contig_vs_transposed_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6087588Z test_contig_vs_transposed_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6087815Z test_contig_vs_transposed_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6088040Z test_contig_vs_transposed_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6088260Z test_contig_vs_transposed_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6088483Z test_contig_vs_transposed_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6088705Z test_contig_vs_transposed_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6088925Z test_contig_vs_transposed_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6089153Z test_contig_vs_transposed_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6089385Z test_contig_vs_transposed_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6089612Z test_contig_vs_transposed_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6089842Z test_contig_vs_transposed_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6090063Z test_contig_vs_transposed_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6090289Z test_contig_vs_transposed_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6090511Z test_contig_vs_transposed_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6090732Z test_contig_vs_transposed_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6090957Z test_contig_vs_transposed_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6091184Z test_contig_vs_transposed_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6091412Z test_contig_vs_transposed_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6091634Z test_contig_vs_transposed_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6091853Z test_contig_vs_transposed_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6092078Z test_contig_vs_transposed_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6092290Z test_contig_vs_transposed_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6092516Z test_contig_vs_transposed_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6092738Z test_contig_vs_transposed_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6092964Z test_contig_vs_transposed_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6093234Z test_contig_vs_transposed_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6093457Z test_contig_vs_transposed_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6093715Z test_contig_vs_transposed_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6093936Z test_contig_vs_transposed_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6094156Z test_contig_vs_transposed_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6094379Z test_contig_vs_transposed_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6094602Z test_contig_vs_transposed_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6094829Z test_contig_vs_transposed_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6095058Z test_contig_vs_transposed_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6095278Z test_contig_vs_transposed_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6095504Z test_contig_vs_transposed_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6095724Z test_contig_vs_transposed_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6095950Z test_contig_vs_transposed_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6096171Z test_contig_vs_transposed_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6096392Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6096606Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6096832Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6097052Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6097273Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6097490Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6097695Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6097909Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6098123Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6098341Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6098563Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6098785Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6099007Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6099225Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6099441Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6099659Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6099878Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6100099Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6100364Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6100580Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6100841Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6101060Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6101275Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6101488Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6101701Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6101914Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6102134Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6102347Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6102561Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6102767Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6102984Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6103197Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6103413Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6103627Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6103899Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6104113Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6104332Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6104602Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6104862Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6105123Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6105378Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6105635Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6105896Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6106157Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6106434Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6106707Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6106977Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6107247Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6107516Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6107789Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6108145Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6108412Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6108749Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6109029Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6109316Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6109604Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6109894Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6110182Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6110465Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6110757Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6111044Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6111329Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6111614Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6111899Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6112194Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6112476Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6112761Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6113045Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6113330Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6113616Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6113903Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6114185Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6114475Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6114760Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6115039Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6115324Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6115606Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6115899Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6116184Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6116522Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6116841Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6117124Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6117405Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6117688Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6117962Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6118222Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6118496Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6118761Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6119031Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6119290Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6119550Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6119808Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6120067Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6120332Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6120597Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6120861Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6121136Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6121365Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6121584Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6121800Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6122017Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6122233Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6122496Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6122761Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6123022Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6123273Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6123532Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6123794Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6124051Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6124352Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6124643Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6124895Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6125147Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6125397Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6125644Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6125895Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6126142Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6126390Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6126638Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6126883Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6127131Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6127382Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6127631Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6127874Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6128124Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6128368Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6128614Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6128854Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6129095Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6129337Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6129576Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6129821Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6130060Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6130299Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6130540Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6130750Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6130986Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6131200Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6131413Z test_contig_vs_transposed_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6131659Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6131869Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6132075Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6132281Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6132484Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6132686Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6132892Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6133095Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6133301Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6133514Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6133723Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6133939Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6134157Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6134367Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6134582Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6134790Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6134999Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6135205Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6135411Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6135607Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6135813Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6136021Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6136225Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6136441Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6136652Z test_contig_vs_transposed_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6136865Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6137070Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6137273Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6137476Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6137677Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6137879Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6138140Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6138345Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6138583Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6138793Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6138997Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6139210Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6139425Z test_contig_vs_transposed_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6139637Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6139850Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6140046Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6140253Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6140458Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6140664Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6140865Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6141066Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6141269Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6141478Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6141691Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6141900Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6142116Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6142320Z test_contig_vs_transposed_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6142526Z test_contig_vs_transposed_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6142729Z test_contig_vs_transposed_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6142932Z test_contig_vs_transposed_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6143135Z test_contig_vs_transposed_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6143328Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6143512Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6143767Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6143967Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6144148Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6145047Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2846: RuntimeWarning: invalid value encountered in exp 2023-01-11T21:15:42.6145173Z np_result = np_fn(a) 2023-01-11T21:15:42.6145273Z ok (0.010s) 2023-01-11T21:15:42.6145493Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.6146094Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2846: RuntimeWarning: overflow encountered in exp 2023-01-11T21:15:42.6146303Z np_result = np_fn(a) 2023-01-11T21:15:42.6146414Z ok (0.005s) 2023-01-11T21:15:42.6146629Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6146890Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6147186Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2023-01-11T21:15:42.6147427Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6147667Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6147906Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6148145Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6148391Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6148633Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6148882Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6149122Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6149362Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6149596Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6149829Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6150049Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6150290Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6150529Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6150768Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6151007Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6151251Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6151487Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6151723Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6151961Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6152200Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6152437Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6152675Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6152914Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6153158Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6153395Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6153637Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6153877Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6154111Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6154345Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6154578Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6154855Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6155098Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6155376Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6155616Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6155856Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6156095Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6156335Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6156572Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6156871Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6157160Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6157450Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6157739Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6158031Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6158317Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6158604Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6158892Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6159187Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2023-01-11T21:15:42.6159434Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6159675Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6159910Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6160147Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6160402Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6160651Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6160885Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6161104Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6161299Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6161497Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6161686Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.412s) 2023-01-11T21:15:42.6161868Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6162051Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6162232Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6162452Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.6162668Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.6162931Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.6163169Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:15:42.6163441Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:15:42.6163677Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:15:42.6163889Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6164095Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6164300Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6164492Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6164688Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6164880Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6165069Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6165247Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6165438Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6165622Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6165804Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6165986Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6166170Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6166354Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6166542Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6166724Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6166910Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6167091Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6167278Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6167464Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6167650Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6167835Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6168027Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2023-01-11T21:15:42.6168222Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2023-01-11T21:15:42.6168421Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6168606Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6168807Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2023-01-11T21:15:42.6169002Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2023-01-11T21:15:42.6169201Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6169398Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6169628Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6169860Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6170140Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6170367Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6170627Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6170852Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6171077Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6171295Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.6171514Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6171737Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6171964Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.6172165Z test_log1p_complex_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.6172366Z test_log1p_complex_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.6172634Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2023-01-11T21:15:42.6172819Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2023-01-11T21:15:42.6172910Z ok (0.004s) 2023-01-11T21:15:42.6173089Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6173295Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:15:42.6173479Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6173669Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6173853Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6174039Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6174221Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6174402Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6174581Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6174760Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6174940Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6175134Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6175320Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6175528Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6175725Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6175922Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6176112Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6176304Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6176496Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6176683Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6176860Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6177049Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6177282Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6177469Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6177710Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6177901Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6178100Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6178299Z test_non_contig_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6178496Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6178688Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6178883Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6179081Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6179270Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6179464Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6179660Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6179850Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6180042Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6180241Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6180432Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6180622Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6180825Z test_non_contig_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181023Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181219Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181412Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181603Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181791Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6181984Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6182174Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6182363Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6182559Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6182749Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6182950Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6183155Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6183351Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6183549Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6183875Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6184068Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6184258Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6184550Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6184768Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6185003Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6185287Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6185516Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6185756Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6185989Z test_non_contig_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6186219Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6186452Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6186688Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6186917Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6187144Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6187372Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6187600Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6187825Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6188052Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6188291Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6188519Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6188758Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6189002Z test_non_contig_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6189239Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6189464Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6189699Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6189931Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6190154Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6190381Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6190607Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6190836Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6191069Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6191303Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6191530Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6191769Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6192006Z test_non_contig_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6192242Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6192477Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6192711Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6192941Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6193221Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6193448Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6193734Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6193950Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6194180Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6194417Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6194641Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6194880Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6195120Z test_non_contig_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6195364Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6195601Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6195837Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6196067Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6196295Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6196525Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6196752Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6196982Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6197210Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6197457Z test_non_contig_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6197693Z test_non_contig_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6197944Z test_non_contig_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6198186Z test_non_contig_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6198428Z test_non_contig_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6198656Z test_non_contig_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6198891Z test_non_contig_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6199129Z test_non_contig_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6199362Z test_non_contig_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6199597Z test_non_contig_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6199828Z test_non_contig_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6200064Z test_non_contig_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6200299Z test_non_contig_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6200539Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6200773Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6201024Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6201242Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6201438Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6201686Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6201879Z test_non_contig_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6202100Z test_non_contig_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6202299Z test_non_contig_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6202495Z test_non_contig_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6202693Z test_non_contig_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6202885Z test_non_contig_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6203064Z test_non_contig_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6203252Z test_non_contig_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6203450Z test_non_contig_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6203637Z test_non_contig_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.6203828Z test_non_contig_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204016Z test_non_contig_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204205Z test_non_contig_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204397Z test_non_contig_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204587Z test_non_contig_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204784Z test_non_contig_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6204979Z test_non_contig_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6205173Z test_non_contig_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6205364Z test_non_contig_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6205553Z test_non_contig_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6205745Z test_non_contig_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6205933Z test_non_contig_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6206121Z test_non_contig_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6206308Z test_non_contig_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6206496Z test_non_contig_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6206699Z test_non_contig_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6206885Z test_non_contig_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6207087Z test_non_contig_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6207292Z test_non_contig_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6207496Z test_non_contig_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6207695Z test_non_contig_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6207893Z test_non_contig_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6208086Z test_non_contig_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6208281Z test_non_contig_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6208474Z test_non_contig_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6208718Z test_non_contig_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6208911Z test_non_contig_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6209106Z test_non_contig_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6209339Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6209534Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6209727Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6209918Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6210107Z test_non_contig_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6210296Z test_non_contig_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6210487Z test_non_contig_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6210664Z test_non_contig_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6210852Z test_non_contig_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6211053Z test_non_contig_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6211246Z test_non_contig_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6211447Z test_non_contig_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6211649Z test_non_contig_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6211852Z test_non_contig_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6212049Z test_non_contig_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6212247Z test_non_contig_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6212442Z test_non_contig_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6212638Z test_non_contig_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6212831Z test_non_contig_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6213027Z test_non_contig_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6213218Z test_non_contig_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6213412Z test_non_contig_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6213609Z test_non_contig_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6213802Z test_non_contig_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214004Z test_non_contig_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214207Z test_non_contig_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214405Z test_non_contig_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214593Z test_non_contig_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214787Z test_non_contig_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6214981Z test_non_contig_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6215174Z test_non_contig_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6215364Z test_non_contig_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6215553Z test_non_contig_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6215742Z test_non_contig_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6215979Z test_non_contig_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6216179Z test_non_contig_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6216405Z test_non_contig_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6216607Z test_non_contig_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6216806Z test_non_contig_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217004Z test_non_contig_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217199Z test_non_contig_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217395Z test_non_contig_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217586Z test_non_contig_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217779Z test_non_contig_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6217969Z test_non_contig_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6218161Z test_non_contig_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6218349Z test_non_contig_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6218528Z test_non_contig_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6218724Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6218912Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6219111Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6219308Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6219510Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6219705Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6219900Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6220092Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6220280Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6220469Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6220656Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6220844Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6221032Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6221249Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6221454Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6221670Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6221884Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6222094Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6222300Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6222495Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6222700Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6222903Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6223147Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6223351Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6223588Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6223857Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6224052Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6224241Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6224460Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6224695Z test_non_contig_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6224929Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6225163Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6225392Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6225627Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6225851Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6226076Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6226301Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6226526Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6226750Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6226971Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6227198Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6227436Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6227675Z test_non_contig_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6227909Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6228142Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6228370Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6228596Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6228818Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6229042Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6229272Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6229498Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6229730Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6229976Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.6230209Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6230447Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6230682Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6230914Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6231145Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6231429Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6231660Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6232014Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6232253Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6232487Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6232726Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6232962Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6233196Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6233428Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6233664Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6233898Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6234136Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6234369Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6234604Z test_non_contig_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6234834Z test_non_contig_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6235076Z test_non_contig_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6235316Z test_non_contig_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6235553Z test_non_contig_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6235793Z test_non_contig_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6236024Z test_non_contig_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6236248Z test_non_contig_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6236478Z test_non_contig_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6236711Z test_non_contig_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6236942Z test_non_contig_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6237170Z test_non_contig_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6237402Z test_non_contig_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6237635Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6237866Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6238098Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6238325Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6238557Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6238780Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6239006Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6239229Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6239455Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6239681Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6239967Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6240196Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6240429Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6240702Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6240916Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6241147Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6241380Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6241572Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6241759Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6241948Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6242143Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6242339Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6242536Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6242731Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6242922Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6243112Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6243302Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6243491Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6243685Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6243884Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6244072Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6244267Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6244458Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6244639Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6244828Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245017Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245207Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245394Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245585Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245781Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6245969Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6246173Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6246369Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6246563Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6246756Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6246947Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6247139Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6247374Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6247563Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6247752Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6247975Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6248166Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6248371Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6248560Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6248768Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6248974Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6249182Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6249383Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6249586Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6249790Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6249986Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6250184Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6250381Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6250580Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6250780Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6250988Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6251187Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6251397Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6251608Z test_non_contig_expand_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6251813Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6252016Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6252220Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6252423Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6252611Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6252812Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6253013Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6253213Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6253413Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6253621Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6253821Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6254031Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6254241Z test_non_contig_expand_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6254508Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6254713Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6254976Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6255186Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6255388Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6255590Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6255792Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.6255992Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6256191Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6256397Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6256607Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6256817Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6257025Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6257221Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6257425Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6257626Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6257825Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6258029Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6258228Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6258430Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6258637Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6258836Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6259046Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6259253Z test_non_contig_expand_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6259462Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6259668Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6259872Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6260074Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6260274Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6260472Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6260671Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6260872Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6261071Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6261266Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6261465Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6261722Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6261930Z test_non_contig_expand_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6262178Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6262385Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6262589Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6262791Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6262993Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6263193Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6263397Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6263598Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6263944Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6264150Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6264352Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6264602Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6264852Z test_non_contig_expand_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6265102Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6265347Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6265594Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6265834Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6266065Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6266302Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6266542Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6266778Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6267013Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6267261Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6267505Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6267762Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6268015Z test_non_contig_expand_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6268272Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6268527Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6268772Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6269013Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6269253Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6269493Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6269805Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6270047Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6270340Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6270597Z test_non_contig_expand_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6270841Z test_non_contig_expand_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6271099Z test_non_contig_expand_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6271345Z test_non_contig_expand_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6271603Z test_non_contig_expand_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6271857Z test_non_contig_expand_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6272112Z test_non_contig_expand_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6272365Z test_non_contig_expand_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6272615Z test_non_contig_expand_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6272858Z test_non_contig_expand_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6273103Z test_non_contig_expand_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.6273350Z test_non_contig_expand_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6273595Z test_non_contig_expand_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6273847Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6274098Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6274350Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6274603Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6274850Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6275104Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6275348Z test_non_contig_expand_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6275592Z test_non_contig_expand_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6275842Z test_non_contig_expand_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6276094Z test_non_contig_expand_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6276342Z test_non_contig_expand_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6276592Z test_non_contig_expand_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6276823Z test_non_contig_expand_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6277064Z test_non_contig_expand_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6277301Z test_non_contig_expand_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6277540Z test_non_contig_expand_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6277782Z test_non_contig_expand_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6278020Z test_non_contig_expand_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6278317Z test_non_contig_expand_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6278563Z test_non_contig_expand_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6278845Z test_non_contig_expand_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6279099Z test_non_contig_expand_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6279347Z test_non_contig_expand_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6279590Z test_non_contig_expand_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6279833Z test_non_contig_expand_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6280078Z test_non_contig_expand_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6280318Z test_non_contig_expand_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6280559Z test_non_contig_expand_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6280794Z test_non_contig_expand_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6281040Z test_non_contig_expand_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6281286Z test_non_contig_expand_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6281497Z test_non_contig_expand_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6281700Z test_non_contig_expand_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6281904Z test_non_contig_expand_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6282119Z test_non_contig_expand_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6282335Z test_non_contig_expand_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6282543Z test_non_contig_expand_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6282754Z test_non_contig_expand_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6282960Z test_non_contig_expand_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6283164Z test_non_contig_expand_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6283369Z test_non_contig_expand_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6283571Z test_non_contig_expand_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6283773Z test_non_contig_expand_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6283981Z test_non_contig_expand_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6284185Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6284386Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6284592Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6284793Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6284991Z test_non_contig_expand_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6285191Z test_non_contig_expand_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6285390Z test_non_contig_expand_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6285592Z test_non_contig_expand_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6285837Z test_non_contig_expand_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6286045Z test_non_contig_expand_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6286273Z test_non_contig_expand_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6286489Z test_non_contig_expand_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6286700Z test_non_contig_expand_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6286911Z test_non_contig_expand_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6287119Z test_non_contig_expand_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6287325Z test_non_contig_expand_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6287530Z test_non_contig_expand_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.6287735Z test_non_contig_expand_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6287935Z test_non_contig_expand_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6288139Z test_non_contig_expand_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6288343Z test_non_contig_expand_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6288545Z test_non_contig_expand_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6288750Z test_non_contig_expand_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6288950Z test_non_contig_expand_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6289161Z test_non_contig_expand_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6289375Z test_non_contig_expand_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6289584Z test_non_contig_expand_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6289791Z test_non_contig_expand_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6289996Z test_non_contig_expand_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6290200Z test_non_contig_expand_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6290402Z test_non_contig_expand_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6290603Z test_non_contig_expand_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6290793Z test_non_contig_expand_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6290995Z test_non_contig_expand_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6291199Z test_non_contig_expand_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6291403Z test_non_contig_expand_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6291604Z test_non_contig_expand_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6291816Z test_non_contig_expand_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6292025Z test_non_contig_expand_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6292232Z test_non_contig_expand_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6292434Z test_non_contig_expand_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6292636Z test_non_contig_expand_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6292884Z test_non_contig_expand_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6293084Z test_non_contig_expand_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6293282Z test_non_contig_expand_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6293522Z test_non_contig_expand_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6293724Z test_non_contig_expand_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6293923Z test_non_contig_expand_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6294128Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6294326Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6294534Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6294744Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6294938Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6295144Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6295347Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6295547Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6295746Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6295946Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6296144Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6296342Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6296546Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6296767Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6296985Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6297210Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6297434Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.6297656Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6297875Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6298094Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6298314Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6298531Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6298750Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6298967Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6299180Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6299398Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6299592Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6299790Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6300051Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6300259Z test_non_contig_expand_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6300504Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6300707Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6300910Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6301112Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6301312Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6301508Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6301703Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6301906Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6302106Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6302312Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6302511Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6302722Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6302932Z test_non_contig_expand_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6303138Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6303340Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6303546Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6303882Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6304073Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6304276Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6304504Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6304744Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6304981Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6305235Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6305479Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6305735Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6305986Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6306239Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6306488Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6306737Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6306978Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6307218Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6307461Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6307789Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6308042Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6308293Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6308607Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6308854Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6309099Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6309342Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6309574Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6309824Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6310081Z test_non_contig_expand_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6310325Z test_non_contig_expand_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6310584Z test_non_contig_expand_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6310843Z test_non_contig_expand_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6311097Z test_non_contig_expand_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6311347Z test_non_contig_expand_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6311591Z test_non_contig_expand_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6311836Z test_non_contig_expand_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6312083Z test_non_contig_expand_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6312325Z test_non_contig_expand_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6312566Z test_non_contig_expand_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6312815Z test_non_contig_expand_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6313058Z test_non_contig_expand_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6313304Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6313544Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6313789Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6314031Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6314280Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6314520Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6314750Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6314988Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6315223Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6315460Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6315707Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6315947Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6316197Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6316493Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6316734Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6326990Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6327241Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6327441Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6327642Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6327843Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6328051Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6328258Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6328471Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6328677Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6328883Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6329089Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6329291Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6329483Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6329687Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6329895Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6330098Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6330301Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6330505Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6330712Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.6330912Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6331112Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6331312Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6331510Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6331710Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6331917Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6332116Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6332326Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6332533Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6332740Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6332944Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6333147Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6333350Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6333616Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6333815Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6334014Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6334255Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6334457Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6334665Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6334866Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6335069Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6335275Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6335481Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6335682Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6335888Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6336088Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6336291Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6336493Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6336696Z test_non_contig_expand_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6336895Z test_non_contig_expand_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6337104Z test_non_contig_expand_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6337315Z test_non_contig_expand_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6337525Z test_non_contig_expand_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6337730Z test_non_contig_expand_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6337922Z test_non_contig_expand_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6338123Z test_non_contig_expand_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6338321Z test_non_contig_expand_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6338518Z test_non_contig_expand_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6338714Z test_non_contig_expand_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6338916Z test_non_contig_expand_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6339115Z test_non_contig_expand_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6339321Z test_non_contig_expand_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6339529Z test_non_contig_expand_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6339740Z test_non_contig_expand_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6339948Z test_non_contig_expand_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6340156Z test_non_contig_expand_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6340360Z test_non_contig_expand_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6340563Z test_non_contig_expand_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6340813Z test_non_contig_expand_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6341015Z test_non_contig_expand_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6341252Z test_non_contig_expand_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6341453Z test_non_contig_expand_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6341653Z test_non_contig_expand_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6341856Z test_non_contig_expand_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6342063Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6342256Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6342459Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6342666Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6342868Z test_non_contig_expand_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6343073Z test_non_contig_expand_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6343275Z test_non_contig_expand_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6343475Z test_non_contig_expand_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6343678Z test_non_contig_expand_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6343950Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6344155Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6344366Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6344614Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6344893Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.6345164Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.6345439Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.6345690Z test_non_contig_expand_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6345927Z test_non_contig_expand_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6346179Z test_non_contig_expand_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6346430Z test_non_contig_expand_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6346674Z test_non_contig_expand_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6346917Z test_non_contig_expand_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6347163Z test_non_contig_expand_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6347393Z test_non_contig_expand_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6347632Z test_non_contig_expand_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6347876Z test_non_contig_expand_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6348116Z test_non_contig_expand_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6348356Z test_non_contig_expand_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6348670Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6348909Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6349200Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6349438Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6349677Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6349915Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6350152Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6350386Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6350622Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6350863Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6351115Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6351370Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6351620Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6351866Z test_non_contig_expand_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6352107Z test_non_contig_expand_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6352344Z test_non_contig_expand_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6352596Z test_non_contig_expand_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6352841Z test_non_contig_expand_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6353086Z test_non_contig_expand_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6353327Z test_non_contig_expand_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6353572Z test_non_contig_expand_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6353811Z test_non_contig_expand_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6354050Z test_non_contig_expand_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6354288Z test_non_contig_expand_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6354526Z test_non_contig_expand_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6354781Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6355031Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6355296Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6355559Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6355821Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6356074Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6356324Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6356579Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6356821Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6357065Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6357370Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6357618Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6357898Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6358150Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6358391Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6358644Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6358896Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6359148Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6359403Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6359649Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6359898Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6360136Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6360375Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6360616Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6360858Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6361102Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6361356Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6361567Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6361776Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6361988Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6362193Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6362398Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6362603Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6362792Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6362995Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6363196Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6363393Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.6363597Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6363810Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6364013Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6364226Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6364436Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6364644Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6364849Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6365099Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6365304Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6365547Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6365757Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6365968Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6366173Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6366383Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6366595Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6366806Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6367013Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6367222Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6367416Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6367622Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6367829Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6368037Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6368239Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6368456Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6368669Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6368880Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6369086Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6369292Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6369495Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6369697Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6369899Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6370100Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6370306Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6370507Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6370737Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6370955Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6371184Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6371410Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6371634Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6371845Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6372115Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6372332Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6372585Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6372800Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6373017Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6373236Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6373439Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6373647Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6373856Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6374062Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6374266Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6374470Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6374672Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6374874Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6375079Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6375283Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6375482Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6375694Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6375902Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6376108Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6376310Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6376500Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6376698Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6376898Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6377096Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6377301Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6377501Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6377708Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6377912Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6378126Z test_non_contig_expand_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6378335Z test_non_contig_expand_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6378540Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6378742Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6378947Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6379210Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6379414Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6379652Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6379855Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6380056Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6380263Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6380464Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6380672Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6380868Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6381074Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6381273Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6381478Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6381675Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6381876Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6382075Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6382273Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6382473Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6382678Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6382879Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6383090Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6383298Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6383503Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6383768Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6383972Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6384176Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6384372Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6384619Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6384852Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6385100Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6385327Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6385588Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6385841Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6386105Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6386367Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6386696Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6386959Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6387268Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6387525Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6387778Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6388031Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6388283Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6388537Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6388789Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6389036Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6389279Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6389527Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6389772Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6390013Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6390254Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6390497Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6390738Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6390973Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6391219Z test_non_contig_expand_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6391467Z test_non_contig_expand_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6391718Z test_non_contig_expand_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6391970Z test_non_contig_expand_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6392222Z test_non_contig_expand_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6392468Z test_non_contig_expand_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6392712Z test_non_contig_expand_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6392956Z test_non_contig_expand_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6393198Z test_non_contig_expand_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6393434Z test_non_contig_expand_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6393676Z test_non_contig_expand_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6393915Z test_non_contig_expand_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6394153Z test_non_contig_expand_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6394427Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6394705Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6394983Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6395314Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6395586Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6395897Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6396167Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6396444Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.6396707Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6396981Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6397256Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6397527Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6397802Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6398073Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6398343Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6398612Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6398886Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6399160Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6399439Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6399706Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6399980Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6400248Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6400518Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6400789Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6401043Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6401295Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6401557Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6401778Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6401992Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6402196Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6402402Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6402607Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6402802Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6403007Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6403250Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6403456Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6403661Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6403902Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6404104Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6404307Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6404506Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6404703Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6404905Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6405107Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6405307Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6405508Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6405738Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6405963Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6406191Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6406414Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6406637Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6406864Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6407089Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6407315Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6407540Z test_non_contig_expand_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6407778Z test_non_contig_expand_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6408012Z test_non_contig_expand_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6408248Z test_non_contig_expand_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6408486Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6408726Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6408968Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6409206Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6409441Z test_non_contig_expand_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6409673Z test_non_contig_expand_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6409907Z test_non_contig_expand_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6410134Z test_non_contig_expand_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6410407Z test_non_contig_expand_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6410637Z test_non_contig_expand_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6410904Z test_non_contig_expand_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6411134Z test_non_contig_expand_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6411375Z test_non_contig_expand_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6411611Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6411845Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6412080Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6412310Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6412536Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6412763Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6412985Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6413215Z test_non_contig_expand_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6413443Z test_non_contig_expand_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6413659Z test_non_contig_expand_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6413890Z test_non_contig_expand_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6414116Z test_non_contig_expand_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6414343Z test_non_contig_expand_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6414565Z test_non_contig_expand_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6414788Z test_non_contig_expand_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6415012Z test_non_contig_expand_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6415231Z test_non_contig_expand_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6415452Z test_non_contig_expand_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6415674Z test_non_contig_expand_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6415893Z test_non_contig_expand_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6416121Z test_non_contig_expand_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6416345Z test_non_contig_expand_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6416566Z test_non_contig_expand_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6416790Z test_non_contig_expand_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6417010Z test_non_contig_expand_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6417231Z test_non_contig_expand_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6417529Z test_non_contig_expand_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6417790Z test_non_contig_expand_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6418014Z test_non_contig_expand_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6418270Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6418523Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6418777Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6419032Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2023-01-11T21:15:42.6419265Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6419477Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6419703Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6419926Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6420156Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6420380Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6420600Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6420825Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6421059Z test_non_contig_expand_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6421295Z test_non_contig_expand_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6421527Z test_non_contig_expand_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6421758Z test_non_contig_expand_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6421994Z test_non_contig_expand_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6422227Z test_non_contig_expand_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6422459Z test_non_contig_expand_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6422694Z test_non_contig_expand_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6422926Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6423158Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6423401Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6423637Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6424030Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6424262Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6424603Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6424874Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6425199Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6425475Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6425740Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6426019Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6426304Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6426591Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6426885Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6427167Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6427454Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6427732Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6428010Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6428286Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6428566Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6428846Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6429123Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6429406Z test_non_contig_expand_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6429688Z test_non_contig_expand_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6429969Z test_non_contig_expand_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6430246Z test_non_contig_expand_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6430523Z test_non_contig_expand_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6430798Z test_non_contig_expand_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6431083Z test_non_contig_expand_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6431361Z test_non_contig_expand_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6431635Z test_non_contig_expand_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6431912Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6432194Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6432482Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6432759Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6433076Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6433350Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6433688Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6433967Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6434242Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6434517Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6434805Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6435085Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6435364Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6435644Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6435919Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6436195Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6436474Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6436746Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6437021Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6437305Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6437587Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6437873Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6438146Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6438419Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6438690Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6438967Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6439243Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6439523Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6439811Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.6440094Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6440361Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6440635Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6440908Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6441177Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6441511Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6441776Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6442039Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6442277Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6442509Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6442740Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6442967Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6443197Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6443427Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6443657Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6443886Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6444100Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6444319Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6444535Z test_non_contig_expand_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6444753Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6444964Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6445180Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6445392Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6445601Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6445808Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6446003Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6446209Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6446416Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6446626Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6446833Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6447044Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6447254Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6447461Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6447666Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6447870Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6448073Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6448280Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6448529Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6448732Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6448932Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6449177Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6449387Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6449593Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6449795Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6449997Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6450201Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6450394Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6450595Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6450796Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6450997Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6451196Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6451419Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6451632Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6451854Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6452076Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6452295Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6452512Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6452729Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6452946Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6453156Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6453367Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6453580Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6453793Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6454003Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6454208Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6454415Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6454620Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6454824Z test_non_contig_expand_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6455015Z test_non_contig_expand_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6455217Z test_non_contig_expand_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6455423Z test_non_contig_expand_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6455681Z test_non_contig_expand_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6455904Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6456162Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6456383Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6456600Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6456823Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6457040Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6457256Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6457480Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6457712Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6457942Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6458172Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6458402Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6458608Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6458808Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6459019Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6459233Z test_non_contig_expand_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6459442Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6459650Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6459857Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6460050Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6460251Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6460452Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6460652Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6460852Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6461055Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6461257Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6461461Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6461668Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6461875Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6462079Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6462279Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6462481Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6462726Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6462927Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6463125Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6463361Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6463568Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6463826Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6464033Z test_non_contig_expand_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6464234Z test_non_contig_expand_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6464455Z test_non_contig_expand_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6464709Z test_non_contig_expand_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6464956Z test_non_contig_expand_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6465203Z test_non_contig_expand_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6465450Z test_non_contig_expand_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6465694Z test_non_contig_expand_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6465936Z test_non_contig_expand_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6466182Z test_non_contig_expand_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6466420Z test_non_contig_expand_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6466665Z test_non_contig_expand_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6466924Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6467170Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6467432Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6467688Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6467942Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6468190Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6468437Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6468685Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6468935Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6469184Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6469432Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6469666Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6469911Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6470155Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6470395Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6470639Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6470884Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6471195Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6471439Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6471729Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6471971Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6472209Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6472449Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6472705Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6472950Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6473205Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6473454Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6473706Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6473953Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6474198Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6474441Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6474688Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6474923Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6475168Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6475407Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6475656Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6475908Z test_non_contig_expand_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6476155Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6476401Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6476643Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6476887Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6477124Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6477364Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6477603Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6477842Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6478082Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6478328Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6478566Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6478818Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6479067Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6479308Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6479607Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6479855Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6480129Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6480371Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6480610Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6480851Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6481091Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6481337Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6481584Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.6481810Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6482021Z test_non_contig_expand_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6482231Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6482434Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6482637Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6482839Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6483039Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6483239Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6483443Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6483641Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6483841Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6484061Z test_non_contig_expand_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6484285Z test_non_contig_expand_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6484503Z test_non_contig_expand_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6484709Z test_non_contig_expand_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6484924Z test_non_contig_expand_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6485141Z test_non_contig_expand_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6485360Z test_non_contig_expand_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6485575Z test_non_contig_expand_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6485800Z test_non_contig_expand_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6486026Z test_non_contig_expand_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6486253Z test_non_contig_expand_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6486472Z test_non_contig_expand_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6486690Z test_non_contig_expand_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6486910Z test_non_contig_expand_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6487250Z test_non_contig_expand_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6487470Z test_non_contig_expand_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6487727Z test_non_contig_expand_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6487952Z test_non_contig_expand_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6488171Z test_non_contig_expand_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6488395Z test_non_contig_expand_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6488612Z test_non_contig_expand_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6488834Z test_non_contig_expand_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6489051Z test_non_contig_expand_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6489275Z test_non_contig_expand_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6489491Z test_non_contig_expand_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6489712Z test_non_contig_expand_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6489937Z test_non_contig_expand_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6490146Z test_non_contig_expand_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6490367Z test_non_contig_expand_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6490588Z test_non_contig_expand_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6490809Z test_non_contig_expand_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6491034Z test_non_contig_expand_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6491252Z test_non_contig_expand_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6491471Z test_non_contig_expand_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6491692Z test_non_contig_expand_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6491913Z test_non_contig_expand_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6492130Z test_non_contig_expand_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6492351Z test_non_contig_expand_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6492568Z test_non_contig_expand_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6492791Z test_non_contig_expand_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.6493015Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6493229Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6493446Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6493660Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6493875Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6494142Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6494356Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6494603Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6494818Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6495030Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6495232Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6495450Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6495668Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6495886Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6496101Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6496317Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6496532Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6496747Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6496961Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6497174Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6497390Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6497604Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6497821Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6498032Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6498244Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6498453Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6498662Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6498869Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6499077Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6499288Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6499503Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6499711Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6499909Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6500122Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6500329Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6500536Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6500745Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6500959Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6501218Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6501430Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6501675Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6501886Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6502094Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6502302Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6502521Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6502746Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6502971Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6503188Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6503411Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6503628Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6503975Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6504195Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6504437Z test_non_contig_expand_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6504727Z test_non_contig_expand_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6505015Z test_non_contig_expand_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6505284Z test_non_contig_expand_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6505567Z test_non_contig_expand_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6505849Z test_non_contig_expand_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6506132Z test_non_contig_expand_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6506409Z test_non_contig_expand_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6506689Z test_non_contig_expand_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6506979Z test_non_contig_expand_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6507266Z test_non_contig_expand_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6507553Z test_non_contig_expand_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6507832Z test_non_contig_expand_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6508109Z test_non_contig_expand_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6508391Z test_non_contig_expand_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6508677Z test_non_contig_expand_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6508954Z test_non_contig_expand_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6509325Z test_non_contig_expand_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6509651Z test_non_contig_expand_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6509931Z test_non_contig_expand_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6510211Z test_non_contig_expand_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6510490Z test_non_contig_expand_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6510769Z test_non_contig_expand_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6511051Z test_non_contig_expand_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6511337Z test_non_contig_expand_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6511622Z test_non_contig_expand_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.6511906Z test_non_contig_expand_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6512184Z test_non_contig_expand_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6512459Z test_non_contig_expand_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6512736Z test_non_contig_expand_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6513007Z test_non_contig_expand_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6513288Z test_non_contig_expand_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6513553Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6513813Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6514075Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6514336Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6514598Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6514856Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6515115Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6515374Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6515628Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6515887Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6516143Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6516406Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6516663Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6516921Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6517183Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6517440Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6517751Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6518008Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6518354Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6518675Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6518986Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6519296Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6519596Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6519905Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6520210Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6520525Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6520825Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6521118Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6521411Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6521712Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6521968Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6522212Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6522452Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6522693Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6522936Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6523174Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6523419Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6523665Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6523912Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6524155Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6524393Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6524632Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6524872Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6525112Z test_non_contig_expand_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6525396Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6525669Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6525909Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6526146Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6526383Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6526618Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6526852Z test_non_contig_expand_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6527048Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6527246Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6527460Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6527668Z test_non_contig_expand_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6527873Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6528074Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6528283Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6528487Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6528688Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6528892Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6529089Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6529293Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6529496Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6529704Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6529906Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6530121Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6530337Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6530546Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6530754Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6530962Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6531164Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6531354Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6531555Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6531761Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6531963Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6532165Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6532409Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6532615Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6532856Z test_non_contig_expand_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6533064Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6533265Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6533466Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6533668Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6533872Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6534072Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6534272Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6534472Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6534671Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6534876Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6535076Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6535285Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6535493Z test_non_contig_expand_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6535688Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.6535891Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6536095Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6536299Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6536499Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6536697Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6536893Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6537092Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6537291Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6537498Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6537711Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6537914Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6538120Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6538322Z test_non_contig_expand_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6538524Z test_non_contig_expand_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6538724Z test_non_contig_expand_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6538922Z test_non_contig_expand_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6539130Z test_non_contig_expand_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6539371Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6539562Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6539760Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6539977Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6540178Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6540367Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6540559Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6540749Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6540941Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6541134Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6541329Z test_non_contig_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6541516Z test_non_contig_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6541718Z test_non_contig_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6541915Z test_non_contig_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6542111Z test_non_contig_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6542305Z test_non_contig_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6542498Z test_non_contig_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6542688Z test_non_contig_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6542880Z test_non_contig_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6543070Z test_non_contig_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6543259Z test_non_contig_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6543453Z test_non_contig_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6543642Z test_non_contig_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6543892Z test_non_contig_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6544086Z test_non_contig_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6544288Z test_non_contig_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6544517Z test_non_contig_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6544750Z test_non_contig_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6544990Z test_non_contig_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6545221Z test_non_contig_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6545455Z test_non_contig_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6545684Z test_non_contig_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6545912Z test_non_contig_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6546147Z test_non_contig_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6546386Z test_non_contig_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6546614Z test_non_contig_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6546852Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6547155Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6547385Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6547677Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6547912Z test_non_contig_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6548142Z test_non_contig_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6548358Z test_non_contig_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6548589Z test_non_contig_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6548821Z test_non_contig_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6549061Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6549302Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6549534Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6549768Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6550004Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6550236Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6550466Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6550702Z test_non_contig_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6550929Z test_non_contig_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6551169Z test_non_contig_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6551413Z test_non_contig_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6551644Z test_non_contig_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6551875Z test_non_contig_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6552109Z test_non_contig_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6552340Z test_non_contig_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6552567Z test_non_contig_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6552794Z test_non_contig_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6553007Z test_non_contig_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6553232Z test_non_contig_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6553465Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6553690Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6553914Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6554145Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6554371Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6554594Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6554817Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6555039Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6555264Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6555491Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6555785Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6556026Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6556311Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6556555Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6556792Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6557038Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6557283Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6557513Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6557759Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6557998Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6558238Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6558477Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6558710Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6558942Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6559175Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6559408Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6559651Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6559893Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6560142Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6560395Z test_non_contig_index_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6560642Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6560884Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6561124Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6561365Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6561605Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6561846Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6562046Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6562243Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6562431Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6562633Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6562829Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6563037Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6563243Z test_non_contig_index_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6563449Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6563649Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6563898Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6564098Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6564360Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6564561Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6564758Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6564956Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6565155Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6565355Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6565572Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6565778Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6565986Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6566189Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6566389Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6566586Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6566775Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6566971Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6567171Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6567372Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6567572Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6567774Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6567981Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6568186Z test_non_contig_index_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6568389Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6568590Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6568790Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6568987Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6569187Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6569384Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6569581Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6569779Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6569975Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6570176Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6570373Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6570581Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6570832Z test_non_contig_index_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6571026Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6571265Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6571470Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6571669Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6571866Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6572064Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6572261Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6572459Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6572661Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6572866Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6573066Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6573273Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6573479Z test_non_contig_index_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6573683Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6573882Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6574087Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6574286Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6574487Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6574682Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6574879Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6575077Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6575263Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6575466Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6575661Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6575865Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6576073Z test_non_contig_index_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6576277Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6576480Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6576680Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6576882Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6577083Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6577282Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6577478Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6577675Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6577921Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6578128Z test_non_contig_index_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6578365Z test_non_contig_index_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6578578Z test_non_contig_index_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6578788Z test_non_contig_index_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6578999Z test_non_contig_index_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6579207Z test_non_contig_index_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6579412Z test_non_contig_index_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6579608Z test_non_contig_index_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6579810Z test_non_contig_index_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6580017Z test_non_contig_index_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6580219Z test_non_contig_index_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6580420Z test_non_contig_index_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6580625Z test_non_contig_index_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6580834Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6581042Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6581248Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6581455Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6581660Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6581870Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6582072Z test_non_contig_index_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6582268Z test_non_contig_index_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6582475Z test_non_contig_index_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6582683Z test_non_contig_index_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6582887Z test_non_contig_index_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6583091Z test_non_contig_index_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6583291Z test_non_contig_index_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6583493Z test_non_contig_index_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6583900Z test_non_contig_index_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6584163Z test_non_contig_index_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6584533Z test_non_contig_index_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6584773Z test_non_contig_index_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6585023Z test_non_contig_index_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6585266Z test_non_contig_index_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6585606Z test_non_contig_index_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6585852Z test_non_contig_index_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6586148Z test_non_contig_index_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6586396Z test_non_contig_index_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6586639Z test_non_contig_index_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6586879Z test_non_contig_index_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6587117Z test_non_contig_index_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6587349Z test_non_contig_index_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6587586Z test_non_contig_index_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6587833Z test_non_contig_index_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6588067Z test_non_contig_index_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6588320Z test_non_contig_index_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6588561Z test_non_contig_index_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6588816Z test_non_contig_index_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6589072Z test_non_contig_index_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6589326Z test_non_contig_index_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6589562Z test_non_contig_index_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6589817Z test_non_contig_index_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6590064Z test_non_contig_index_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6590305Z test_non_contig_index_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6590550Z test_non_contig_index_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6590794Z test_non_contig_index_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6591037Z test_non_contig_index_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6591283Z test_non_contig_index_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6591524Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6591761Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6592003Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6592244Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6592483Z test_non_contig_index_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6592718Z test_non_contig_index_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6592953Z test_non_contig_index_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6593186Z test_non_contig_index_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6593423Z test_non_contig_index_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6593670Z test_non_contig_index_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6593911Z test_non_contig_index_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6594216Z test_non_contig_index_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6594473Z test_non_contig_index_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6594763Z test_non_contig_index_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6595010Z test_non_contig_index_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6595254Z test_non_contig_index_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6595498Z test_non_contig_index_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6595738Z test_non_contig_index_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6595979Z test_non_contig_index_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6596236Z test_non_contig_index_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6596489Z test_non_contig_index_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6596740Z test_non_contig_index_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6597004Z test_non_contig_index_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6597263Z test_non_contig_index_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6597537Z test_non_contig_index_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6597808Z test_non_contig_index_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6598061Z test_non_contig_index_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6598299Z test_non_contig_index_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6598546Z test_non_contig_index_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6598787Z test_non_contig_index_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6599028Z test_non_contig_index_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6599263Z test_non_contig_index_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6599500Z test_non_contig_index_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6599740Z test_non_contig_index_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6599966Z test_non_contig_index_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6600207Z test_non_contig_index_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6600443Z test_non_contig_index_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6600691Z test_non_contig_index_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6600938Z test_non_contig_index_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6601185Z test_non_contig_index_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6601428Z test_non_contig_index_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6601677Z test_non_contig_index_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6601922Z test_non_contig_index_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6602117Z test_non_contig_index_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6602314Z test_non_contig_index_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6602556Z test_non_contig_index_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6602752Z test_non_contig_index_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6602982Z test_non_contig_index_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6603185Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6603383Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6603586Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6603789Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6603997Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6604197Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6604401Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6604589Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6604787Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6604980Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6605169Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6605363Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6605560Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6605776Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6605987Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6606216Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6606437Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6606658Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6606875Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6607092Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6607309Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6607520Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6607733Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6607947Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6608156Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6608370Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6608572Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6608771Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6608975Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6609166Z test_non_contig_index_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6609369Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6609628Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6609829Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6610061Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6610260Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6610459Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6610651Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6610846Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6611041Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6611245Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6611446Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6611653Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6611860Z test_non_contig_index_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6612061Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6612261Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6612460Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6612661Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6612855Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6613050Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6613236Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6613432Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6613630Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6613840Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6614041Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6614247Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6614456Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6614660Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6614863Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6615064Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6615267Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6615470Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6615673Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6615879Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6616086Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6616291Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6616496Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6616742Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6616942Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6617178Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6617380Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6617569Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6617774Z test_non_contig_index_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6617974Z test_non_contig_index_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6618187Z test_non_contig_index_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6618404Z test_non_contig_index_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6618610Z test_non_contig_index_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6618812Z test_non_contig_index_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6619017Z test_non_contig_index_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6619228Z test_non_contig_index_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6619431Z test_non_contig_index_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6619632Z test_non_contig_index_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6619839Z test_non_contig_index_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6620042Z test_non_contig_index_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6620250Z test_non_contig_index_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6620449Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6620656Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6620854Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6621055Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6621261Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6621462Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6621655Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6621836Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6622032Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6622232Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6622436Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6622631Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6622841Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6623040Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6623241Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6623437Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6623641Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6623943Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6624140Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6624392Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6624647Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6624889Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6625139Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6625381Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6625622Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6625879Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6626133Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6626378Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6626605Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6626848Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6627094Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6627333Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6627574Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6627815Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6628052Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6628291Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6628528Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6628771Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6629022Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6629279Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6629528Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6629782Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6630038Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6630286Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6630531Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6630780Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6631026Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6631273Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6631496Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6631735Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6631981Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6632229Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6632542Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6632788Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6633082Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6633331Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6633606Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6633851Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6634094Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6634341Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6634582Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6634829Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6635082Z test_non_contig_index_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6635324Z test_non_contig_index_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6635579Z test_non_contig_index_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6635831Z test_non_contig_index_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6636076Z test_non_contig_index_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6636316Z test_non_contig_index_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6636554Z test_non_contig_index_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6636786Z test_non_contig_index_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6637027Z test_non_contig_index_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6637276Z test_non_contig_index_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6637509Z test_non_contig_index_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6637750Z test_non_contig_index_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6637990Z test_non_contig_index_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6638239Z test_non_contig_index_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6638483Z test_non_contig_index_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6638735Z test_non_contig_index_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6638991Z test_non_contig_index_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6639241Z test_non_contig_index_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6639493Z test_non_contig_index_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6639742Z test_non_contig_index_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6639980Z test_non_contig_index_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6640228Z test_non_contig_index_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6640474Z test_non_contig_index_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6640716Z test_non_contig_index_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6641015Z test_non_contig_index_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6641256Z test_non_contig_index_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6641545Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6641796Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6642031Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6642234Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6642438Z test_non_contig_index_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6642640Z test_non_contig_index_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6642843Z test_non_contig_index_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6643046Z test_non_contig_index_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6643247Z test_non_contig_index_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6643459Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6643662Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6643865Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6644069Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6644270Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6644472Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6644680Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6644893Z test_non_contig_index_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6645095Z test_non_contig_index_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6645305Z test_non_contig_index_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6645518Z test_non_contig_index_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6645727Z test_non_contig_index_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6645936Z test_non_contig_index_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6646141Z test_non_contig_index_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6646325Z test_non_contig_index_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6646526Z test_non_contig_index_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.6646731Z test_non_contig_index_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6646933Z test_non_contig_index_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6647137Z test_non_contig_index_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6647341Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6647542Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6647741Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6647942Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6648138Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6648387Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6648586Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6648820Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6649018Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6649211Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6649424Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6649637Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6649843Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6650046Z test_non_contig_index_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6650253Z test_non_contig_index_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6650445Z test_non_contig_index_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6650649Z test_non_contig_index_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6650858Z test_non_contig_index_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6651062Z test_non_contig_index_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6651262Z test_non_contig_index_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6651464Z test_non_contig_index_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6651665Z test_non_contig_index_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6651864Z test_non_contig_index_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6652071Z test_non_contig_index_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6652267Z test_non_contig_index_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6652482Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6652690Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6652912Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6653129Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6653339Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6653549Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6653764Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6653978Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6654191Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6654399Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6654614Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6654802Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6655008Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6655211Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6655414Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6655670Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6655881Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6656130Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6656337Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6656549Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6656752Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6656956Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6657159Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6657368Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6657571Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6657776Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6657993Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6658192Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6658404Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6658616Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6658822Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6659027Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6659219Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6659417Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6659626Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6659828Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6660024Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6660223Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6660440Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6660645Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6660856Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6661071Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6661281Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6661488Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6661696Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6661903Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6662112Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6662319Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6662533Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6662782Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6662996Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6663259Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6663474Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6663666Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6664037Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6664246Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6664484Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6664735Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6664995Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6665245Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6665503Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6665756Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6666017Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6666266Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6666515Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6666769Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6667024Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6667261Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6667508Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6667755Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6668002Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6668270Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6668535Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6668811Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6669089Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6669341Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6669606Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6669865Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6670127Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6670394Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6670653Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6670918Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6671177Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6671504Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6671759Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6672065Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6672313Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6672561Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6672810Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6673052Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6673298Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6673552Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6673796Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6674039Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6674297Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6674548Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6674795Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6675030Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6675275Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6675514Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6675756Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6675988Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6676237Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6676483Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6676734Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6676979Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6677229Z test_non_contig_index_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6677482Z test_non_contig_index_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6677728Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6677972Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6678222Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6678470Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6678717Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6678954Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6679193Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6679437Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6679678Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6679955Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6680204Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6680506Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6680754Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6680999Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6681241Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6681477Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6681717Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6681957Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6682172Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6682366Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6682573Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6682774Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6682980Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6683182Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6683393Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6683595Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6683804Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684011Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684205Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684404Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684585Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684778Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6684971Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6685188Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6685395Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6685620Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6685836Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6686050Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6686259Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6686465Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6686671Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6686875Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6687077Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6687327Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6687533Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6687737Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6687974Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6688176Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6688373Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6688573Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6688772Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6688970Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6689159Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6689356Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6689557Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6689753Z test_non_contig_index_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6689948Z test_non_contig_index_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6690153Z test_non_contig_index_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6690357Z test_non_contig_index_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6690562Z test_non_contig_index_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6690761Z test_non_contig_index_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6690962Z test_non_contig_index_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6691160Z test_non_contig_index_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6691358Z test_non_contig_index_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6691554Z test_non_contig_index_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6691746Z test_non_contig_index_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6691943Z test_non_contig_index_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6692141Z test_non_contig_index_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6692363Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6692593Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6692820Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6693042Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6693263Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6693472Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6693694Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6693912Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6694137Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6694416Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6694636Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6694895Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6695120Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6695340Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6695565Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6695780Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6696001Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6696229Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6696455Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6696680Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6696905Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6697118Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6697336Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6697553Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6697765Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6697971Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6698177Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6698383Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6698595Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6698786Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6698989Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6699189Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6699388Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6699593Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6699790Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6700003Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6700202Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6700402Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6700607Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6700801Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6701000Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6701243Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6701439Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6701630Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6701856Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6702048Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6702276Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6702499Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6702719Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6702936Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6703158Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6703367Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6703589Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6703864Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6704095Z test_non_contig_index_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6704328Z test_non_contig_index_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6704601Z test_non_contig_index_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6704882Z test_non_contig_index_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6705161Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6705443Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6705725Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6706004Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6706284Z test_non_contig_index_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6706556Z test_non_contig_index_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6706832Z test_non_contig_index_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6707103Z test_non_contig_index_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6707377Z test_non_contig_index_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6707647Z test_non_contig_index_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6707915Z test_non_contig_index_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6708183Z test_non_contig_index_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6708463Z test_non_contig_index_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6708744Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6709094Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6709376Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6709695Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6709960Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6710229Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6710482Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6710755Z test_non_contig_index_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6711024Z test_non_contig_index_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6711291Z test_non_contig_index_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6711555Z test_non_contig_index_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6711827Z test_non_contig_index_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6712092Z test_non_contig_index_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6712358Z test_non_contig_index_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6712617Z test_non_contig_index_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6712885Z test_non_contig_index_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6713152Z test_non_contig_index_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6713415Z test_non_contig_index_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6713679Z test_non_contig_index_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6713943Z test_non_contig_index_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6714212Z test_non_contig_index_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6714480Z test_non_contig_index_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6714757Z test_non_contig_index_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6715025Z test_non_contig_index_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6715294Z test_non_contig_index_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6715556Z test_non_contig_index_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6715817Z test_non_contig_index_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6716077Z test_non_contig_index_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6716345Z test_non_contig_index_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6716618Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6716876Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6717137Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6717490Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6717755Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6718065Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6718332Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6718587Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6718850Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6719111Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6719371Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6719639Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6719914Z test_non_contig_index_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6720193Z test_non_contig_index_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6720464Z test_non_contig_index_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6720734Z test_non_contig_index_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6721016Z test_non_contig_index_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6721298Z test_non_contig_index_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6721583Z test_non_contig_index_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6721853Z test_non_contig_index_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6722133Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6722408Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6722636Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6722868Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6723090Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6723312Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6723529Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6723759Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6723990Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6724210Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6724434Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6724656Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6724888Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6725126Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6725414Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6725750Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6725981Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6726206Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6726429Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6726652Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6726875Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6727104Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6727331Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6727570Z test_non_contig_index_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6727807Z test_non_contig_index_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6728039Z test_non_contig_index_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6728267Z test_non_contig_index_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6728491Z test_non_contig_index_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6728719Z test_non_contig_index_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6728944Z test_non_contig_index_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6729170Z test_non_contig_index_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6729385Z test_non_contig_index_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6729614Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6729841Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6730067Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6730293Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6730521Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6730741Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6730971Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6731196Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6731429Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6731652Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6731881Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6732112Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6732385Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6732648Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6732869Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6733099Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6733325Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6733549Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6733774Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6734003Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6734232Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6734463Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6734683Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6734904Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6735128Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6735341Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6735564Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6735796Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6736026Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6736256Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6736480Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6736702Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6736925Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6737146Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6737379Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6737604Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6737834Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6738063Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6738292Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6738514Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6738738Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6738959Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6739227Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6739452Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6739716Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6739929Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6740144Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6740354Z test_non_contig_index_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6740562Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6740758Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6740972Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6741175Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6741384Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6741588Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6741787Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6741992Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6742195Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6742397Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6742602Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6742808Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6743012Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6743215Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6743411Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6743613Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6743885Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6744083Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6744289Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6744519Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6744753Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6745006Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6745255Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6745489Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6745727Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6745966Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6746203Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6746506Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6746742Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6746979Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6747263Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6747502Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6747763Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6748023Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6748283Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6748552Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6748816Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6749068Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6749324Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6749578Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6749823Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6750075Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6750322Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6750572Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6750806Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6751046Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6751286Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6751526Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6751760Z test_non_contig_index_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6751995Z test_non_contig_index_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6752232Z test_non_contig_index_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6752468Z test_non_contig_index_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6752705Z test_non_contig_index_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6752968Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6753227Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6753490Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6753753Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6754021Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6754278Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6754539Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6754798Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6755123Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6755396Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6755708Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6755974Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6756223Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6756448Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6756706Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6756959Z test_non_contig_index_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6757219Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6757462Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6757705Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6757947Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6758188Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6758423Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6758659Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6758894Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6759133Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6759387Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6759627Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6759876Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6760127Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6760370Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6760614Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6760852Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6761093Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6761338Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6761559Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6761792Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6762043Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6762286Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6762494Z test_non_contig_index_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6762690Z test_non_contig_index_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6762902Z test_non_contig_index_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6763116Z test_non_contig_index_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6763367Z test_non_contig_index_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6763566Z test_non_contig_index_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6763799Z test_non_contig_index_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6764000Z test_non_contig_index_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6764203Z test_non_contig_index_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6764426Z test_non_contig_index_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6764625Z test_non_contig_index_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6764827Z test_non_contig_index_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6765037Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6765248Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6765464Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6765677Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6765888Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6766082Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6766287Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6766494Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6766695Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6766899Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6767100Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6767309Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6767515Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6767715Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6767917Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6768117Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6768319Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6768522Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6768729Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6768923Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6769119Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6769322Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6769519Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6769728Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6769934Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6770143Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6770335Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6770584Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6770790Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6771033Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6771235Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6771441Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6771648Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6771850Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6772046Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6772256Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6772464Z test_non_contig_index_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6772668Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6772869Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6773070Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6773267Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6773463Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6773660Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6773854Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6774051Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6774248Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6774456Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6774639Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6774850Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6775055Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6775254Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6775457Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6775660Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6775858Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6776052Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6776253Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6776451Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6776646Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6776850Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6777051Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6777253Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6777503Z test_non_contig_index_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6777711Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6777913Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6778163Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6778370Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6778566Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6778766Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6778950Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6779152Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6779358Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6779575Z test_non_contig_index_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6779793Z test_non_contig_index_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6780017Z test_non_contig_index_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6780235Z test_non_contig_index_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6780451Z test_non_contig_index_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6780664Z test_non_contig_index_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6780879Z test_non_contig_index_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6781097Z test_non_contig_index_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6781314Z test_non_contig_index_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6781542Z test_non_contig_index_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6781764Z test_non_contig_index_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6781979Z test_non_contig_index_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6782193Z test_non_contig_index_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6782410Z test_non_contig_index_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6782626Z test_non_contig_index_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6782842Z test_non_contig_index_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6783058Z test_non_contig_index_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6783287Z test_non_contig_index_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6783506Z test_non_contig_index_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6783850Z test_non_contig_index_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6784054Z test_non_contig_index_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6784274Z test_non_contig_index_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6784529Z test_non_contig_index_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6784866Z test_non_contig_index_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6785135Z test_non_contig_index_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6785457Z test_non_contig_index_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6785716Z test_non_contig_index_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6785978Z test_non_contig_index_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6786239Z test_non_contig_index_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6786495Z test_non_contig_index_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6786751Z test_non_contig_index_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6787024Z test_non_contig_index_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6787280Z test_non_contig_index_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6787543Z test_non_contig_index_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6787805Z test_non_contig_index_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6788066Z test_non_contig_index_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6788320Z test_non_contig_index_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6788573Z test_non_contig_index_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6788839Z test_non_contig_index_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6789098Z test_non_contig_index_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6789358Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6789621Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6789879Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6790126Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6790389Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6790642Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6790901Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6791155Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6791414Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6791665Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6791926Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6792193Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6792454Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6792716Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6792976Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6793281Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6793533Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6793832Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6794094Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6794346Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6794604Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6794861Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6795116Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6795369Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6795628Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6795862Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6796115Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6796363Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6796622Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6796875Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6797127Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6797378Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6797630Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6797879Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6798131Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6798382Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6798629Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6798880Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6799132Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6799389Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6799638Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6799887Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6800144Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6800396Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6800659Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6800931Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6801193Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6801438Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6801749Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6802017Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6802327Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6802566Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6802797Z test_non_contig_index_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6803042Z test_non_contig_index_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6803275Z test_non_contig_index_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6803510Z test_non_contig_index_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6803747Z test_non_contig_index_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6803976Z test_non_contig_index_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6804212Z test_non_contig_index_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6804443Z test_non_contig_index_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6804714Z test_non_contig_index_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6804990Z test_non_contig_index_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6805285Z test_non_contig_index_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6805568Z test_non_contig_index_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6805846Z test_non_contig_index_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6806122Z test_non_contig_index_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6806406Z test_non_contig_index_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6806685Z test_non_contig_index_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6806959Z test_non_contig_index_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6807238Z test_non_contig_index_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6807528Z test_non_contig_index_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6807811Z test_non_contig_index_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6808085Z test_non_contig_index_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6808350Z test_non_contig_index_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6808625Z test_non_contig_index_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6808911Z test_non_contig_index_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6809194Z test_non_contig_index_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6809476Z test_non_contig_index_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6809808Z test_non_contig_index_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6810092Z test_non_contig_index_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6810412Z test_non_contig_index_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6810690Z test_non_contig_index_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6810967Z test_non_contig_index_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6811244Z test_non_contig_index_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6811499Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6811757Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6812023Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6812281Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6812540Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6812792Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6813050Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6813297Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6813551Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6813805Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6814057Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6814316Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6814581Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6814827Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6815083Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6815335Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6815587Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6815846Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6816154Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6816463Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6816780Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6817091Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6817397Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6817695Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6817998Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6818357Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6818660Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6819003Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6819297Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6819588Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6819880Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6820171Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6820458Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6820750Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6821047Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6821339Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6821629Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6821920Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6822207Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6822448Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6822688Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6822929Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6823158Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6823397Z test_non_contig_index_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6823640Z test_non_contig_index_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6823936Z test_non_contig_index_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6824178Z test_non_contig_index_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6824436Z test_non_contig_index_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6824717Z test_non_contig_index_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6824998Z test_non_contig_index_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6825289Z test_non_contig_index_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6825544Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6825781Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6826027Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6826342Z test_non_contig_index_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6826588Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6826878Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6827119Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6827365Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6827602Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6827839Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6828077Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6828310Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6828550Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6828800Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6829030Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6829286Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6829537Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6829786Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6830035Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6830279Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6830523Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6830767Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6831014Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6831255Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6831495Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6831739Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6831978Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6832223Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6832468Z test_non_contig_index_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6832716Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6832957Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6833197Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6833442Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6833683Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6833905Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6834142Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6834384Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6834619Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6834919Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.6835156Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6835453Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6835698Z test_non_contig_index_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6835951Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6836195Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6836437Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6836676Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6836921Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6837165Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6837397Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6837641Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6837879Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6838131Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6838369Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6838618Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6838862Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6839091Z test_non_contig_index_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6839330Z test_non_contig_index_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6839568Z test_non_contig_index_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6839808Z test_non_contig_index_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6840047Z test_non_contig_index_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.6840278Z test_non_contig_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6840502Z test_non_contig_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6840744Z test_non_contig_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6840987Z test_non_contig_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6841218Z test_non_contig_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6841452Z test_non_contig_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6841684Z test_non_contig_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6841911Z test_non_contig_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6842142Z test_non_contig_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6842344Z test_non_contig_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6842537Z test_non_contig_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6842727Z test_non_contig_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6842926Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6843189Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6843390Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6843583Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6843827Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6844032Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6844230Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6844427Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6844624Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6844820Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845019Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845211Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845416Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845607Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845799Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6845999Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6846205Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6846403Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6846594Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6846795Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6846991Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6847182Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6847379Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6847559Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6847752Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6847942Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6848138Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6848337Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6848541Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6848740Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6848932Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6849139Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6849337Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6849525Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6849720Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6849910Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6850100Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6850345Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6850550Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6850745Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6850976Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6851177Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6851379Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6851563Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6851754Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6851946Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6852143Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6852343Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6852540Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6852734Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6852937Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6853135Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6853330Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6853527Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6853721Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6853928Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6854127Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6854323Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6854526Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6854719Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6854924Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6855123Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6855321Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6855505Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6855705Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6855900Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6856093Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6856284Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6856481Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6856676Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6856868Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6857078Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6857290Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6857555Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6857773Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6858021Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6858232Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6858447Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6858650Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6858861Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6859074Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6859279Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6859493Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6859674Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6859879Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6860078Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6860272Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6860467Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6860657Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6860849Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6861046Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6861246Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6861443Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6861637Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6861842Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862038Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862227Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862419Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862613Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862800Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6862994Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6863185Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6863375Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6863552Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6863811Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6864004Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6864214Z test_non_contig_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6864439Z test_non_contig_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6864671Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6864983Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6865212Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6865515Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6865753Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6865983Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6866211Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6866441Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6866677Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6866908Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6867157Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6867395Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6867631Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6867868Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6868109Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6868326Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6868555Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6868786Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6869018Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6869247Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6869481Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6869710Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6869947Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6870187Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6870429Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6870660Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6870889Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6871127Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6871356Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6871586Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6871816Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6872046Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6872278Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6872535Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6872763Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6873014Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6873268Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6873571Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6873819Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6874106Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6874353Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6874600Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6874844Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6875085Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6875329Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6875571Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6875808Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6876045Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6876288Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6876516Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6876752Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6876982Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6877208Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6877439Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6877652Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6877887Z test_non_contig_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6878115Z test_non_contig_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6878365Z test_non_contig_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6878608Z test_non_contig_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6878849Z test_non_contig_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6879086Z test_non_contig_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6879320Z test_non_contig_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6879553Z test_non_contig_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6879781Z test_non_contig_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6880010Z test_non_contig_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6880236Z test_non_contig_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6880468Z test_non_contig_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6880704Z test_non_contig_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6880966Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6881231Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6881496Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6881750Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6882011Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6882333Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6882598Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6882844Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6883066Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6883287Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6883508Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6883723Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6883934Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6884147Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6884362Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6884581Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6884799Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6885017Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6885233Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6885444Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6885659Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6885882Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6886097Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6886313Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6886520Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6886718Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6886918Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6887122Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6887328Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6887515Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6887712Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6887911Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6888110Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6888304Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6888502Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6888698Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6888894Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6889096Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6889339Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6889530Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6889725Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6889955Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6890145Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6890339Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6890533Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6890722Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6890944Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6891170Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6891383Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6891587Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6891803Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6892019Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6892228Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6892439Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6892670Z test_non_contig_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6892893Z test_non_contig_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6893120Z test_non_contig_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6893350Z test_non_contig_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6893577Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6893805Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6894034Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6894258Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6894483Z test_non_contig_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6894713Z test_non_contig_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6894932Z test_non_contig_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6895154Z test_non_contig_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6895375Z test_non_contig_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6895589Z test_non_contig_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6895811Z test_non_contig_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6896031Z test_non_contig_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6896255Z test_non_contig_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6896532Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6896762Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6897024Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6897239Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6897450Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6897667Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6897888Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6898109Z test_non_contig_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6898331Z test_non_contig_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6898546Z test_non_contig_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6898766Z test_non_contig_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6898986Z test_non_contig_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6899197Z test_non_contig_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6899410Z test_non_contig_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6899626Z test_non_contig_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6899837Z test_non_contig_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6900048Z test_non_contig_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6900261Z test_non_contig_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6900477Z test_non_contig_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6900686Z test_non_contig_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6900905Z test_non_contig_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6901124Z test_non_contig_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6901337Z test_non_contig_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6901555Z test_non_contig_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6901755Z test_non_contig_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6901966Z test_non_contig_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6902177Z test_non_contig_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6902388Z test_non_contig_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6902597Z test_non_contig_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6902810Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6903027Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6903243Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6903453Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6903845Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6904066Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6904333Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6904602Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6904858Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6905115Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6905370Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6905632Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6905915Z test_non_contig_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6906180Z test_non_contig_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6906451Z test_non_contig_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6906726Z test_non_contig_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6906993Z test_non_contig_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6907264Z test_non_contig_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6907522Z test_non_contig_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6907793Z test_non_contig_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6908069Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6908333Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6908613Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6908886Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6909152Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6909416Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6909684Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6909947Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6910210Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6910478Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6910736Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6910997Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6911271Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6911549Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6911823Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6912166Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6912440Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6912755Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6913024Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6913288Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6913553Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6913818Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6914069Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6914344Z test_non_contig_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6914614Z test_non_contig_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6914888Z test_non_contig_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6915156Z test_non_contig_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6915415Z test_non_contig_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6915684Z test_non_contig_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6915943Z test_non_contig_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6916206Z test_non_contig_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6916477Z test_non_contig_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6916741Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6917017Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6917287Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6917559Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6917819Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6918078Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6918345Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6918619Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6918881Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6919149Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6919420Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6919690Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6919953Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6920220Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6920469Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6920790Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6921054Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6921358Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6921627Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6921894Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6922155Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6922439Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6922678Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6922898Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6923119Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6923342Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6923560Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6923782Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6924010Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6924232Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6924448Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6924672Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6924894Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6925109Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6925328Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6925548Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6925771Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6925995Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6926205Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6926430Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6926648Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6926875Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6927095Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6927310Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6927532Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6927735Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6927988Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6928195Z test_non_contig_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6928406Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6928647Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6928851Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6929051Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6929252Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6929459Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6929654Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6929857Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6930056Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6930256Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6930457Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6930644Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6930841Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6931042Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6931235Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6931432Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6931631Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6931828Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6932024Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6932226Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6932417Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6932621Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6932824Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933021Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933215Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933413Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933609Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933797Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6933989Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6934181Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6934373Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6934551Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6934758Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6934964Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6935179Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6935439Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6935651Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6935897Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6936100Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6936303Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6936511Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6936715Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6936921Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6937130Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6937325Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6937527Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6937733Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6937925Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6938124Z test_non_contig_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6938320Z test_non_contig_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6938515Z test_non_contig_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6938694Z test_non_contig_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6938888Z test_non_contig_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6939100Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6939318Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6939525Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6939731Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6939946Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6940157Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6940364Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6940576Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6940800Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6941014Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6941234Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6941452Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6941655Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6941851Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6942057Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6942256Z test_non_contig_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6942499Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6942695Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6942928Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6943111Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6943301Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6943493Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6943740Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6943934Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6944131Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6944335Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6944567Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6944808Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6945056Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6945295Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6945524Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6945756Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6945991Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6946222Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6946451Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6946684Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6946920Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6947148Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6947387Z test_non_contig_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6947605Z test_non_contig_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6947853Z test_non_contig_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6948092Z test_non_contig_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6948321Z test_non_contig_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6948555Z test_non_contig_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6948793Z test_non_contig_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6949020Z test_non_contig_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6949261Z test_non_contig_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6949493Z test_non_contig_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6949725Z test_non_contig_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6949954Z test_non_contig_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6950201Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6950439Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6950684Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6951004Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6951255Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6951543Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6951781Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6952021Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6952244Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6952482Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6952716Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6952951Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6953196Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6953437Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6953668Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6953902Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6954133Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6954367Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6954599Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6954827Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6955058Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6955293Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6955519Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6955763Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6955999Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6956242Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6956480Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6956726Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6956947Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6957185Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6957420Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6957653Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6957892Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6958120Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6958345Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6958585Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6958818Z test_non_contig_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6959056Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6959289Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6959590Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6959825Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6960104Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6960332Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6960559Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6960791Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6961019Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6961251Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6961488Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6961722Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6961966Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6962196Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6962437Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6962661Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6962853Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6963042Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6963233Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6963427Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6963619Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6963823Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6964018Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6964218Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6964420Z test_non_contig_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6964622Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6964814Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965012Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965202Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965392Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965572Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965763Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6965954Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6966148Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6966355Z test_non_contig_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6966569Z test_non_contig_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6966785Z test_non_contig_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6966995Z test_non_contig_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6967200Z test_non_contig_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6967457Z test_non_contig_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6967667Z test_non_contig_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6967907Z test_non_contig_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6968124Z test_non_contig_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6968343Z test_non_contig_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6968554Z test_non_contig_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6968761Z test_non_contig_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6968973Z test_non_contig_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6969189Z test_non_contig_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6969399Z test_non_contig_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6969610Z test_non_contig_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6969816Z test_non_contig_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6970016Z test_non_contig_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.6970225Z test_non_contig_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6970429Z test_non_contig_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6970633Z test_non_contig_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6970839Z test_non_contig_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6971043Z test_non_contig_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6971249Z test_non_contig_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6971459Z test_non_contig_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6971668Z test_non_contig_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6971876Z test_non_contig_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6972082Z test_non_contig_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6972287Z test_non_contig_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6972491Z test_non_contig_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6972699Z test_non_contig_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6972903Z test_non_contig_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6973111Z test_non_contig_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6973321Z test_non_contig_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6973529Z test_non_contig_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6973735Z test_non_contig_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6973939Z test_non_contig_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.6974144Z test_non_contig_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6974468Z test_non_contig_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6974663Z test_non_contig_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.6974904Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6975110Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6975315Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6975519Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6975722Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6975923Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6976130Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6976330Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6976533Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6976737Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6976940Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6977148Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6977357Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6977561Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6977762Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6977968Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6978170Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6978375Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6978582Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6978782Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6978974Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6979175Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6979380Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6979579Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6979780Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6979982Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6980183Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6980383Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6980581Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6980783Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6980982Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6981181Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6981425Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6981623Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6981819Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6982050Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6982250Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6982453Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6982654Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6982851Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6983054Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6983243Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6983442Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6983642Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6983911Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6984127Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6984337Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6984597Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6984845Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6985097Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6985350Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6985596Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6985868Z test_non_contig_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6986141Z test_non_contig_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6986412Z test_non_contig_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6986683Z test_non_contig_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6986947Z test_non_contig_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6987213Z test_non_contig_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6987483Z test_non_contig_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6987751Z test_non_contig_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6988018Z test_non_contig_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6988289Z test_non_contig_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6988559Z test_non_contig_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6988824Z test_non_contig_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6989078Z test_non_contig_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6989408Z test_non_contig_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6989677Z test_non_contig_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6989990Z test_non_contig_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6990260Z test_non_contig_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6990529Z test_non_contig_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6990800Z test_non_contig_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6991064Z test_non_contig_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6991326Z test_non_contig_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6991597Z test_non_contig_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6991878Z test_non_contig_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6992150Z test_non_contig_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6992419Z test_non_contig_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6992688Z test_non_contig_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6992957Z test_non_contig_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6993224Z test_non_contig_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6993488Z test_non_contig_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6993760Z test_non_contig_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6994026Z test_non_contig_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6994290Z test_non_contig_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6994539Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6994784Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6995031Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6995277Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6995510Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6995759Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6996002Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6996244Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6996484Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6996725Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6996967Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6997216Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6997467Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6997710Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6998007Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6998248Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6998534Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6998779Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6999078Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6999374Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6999676Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.6999970Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7000264Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7000557Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7000854Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7001145Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7001436Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7001705Z test_non_contig_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7001989Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7002273Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7002564Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7002815Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7003046Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7003276Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7003509Z test_non_contig_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7003738Z test_non_contig_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7003977Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7004211Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7004446Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7004676Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7004908Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7005143Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7005376Z test_non_contig_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7005647Z test_non_contig_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7005875Z test_non_contig_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7006140Z test_non_contig_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7006366Z test_non_contig_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7006589Z test_non_contig_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7006811Z test_non_contig_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7007033Z test_non_contig_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7007258Z test_non_contig_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7007456Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7007646Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7007834Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008032Z test_non_contig_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008227Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008422Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008611Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008805Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7008994Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7009184Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7009373Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7009560Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7009750Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7009948Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7010142Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7010343Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7010547Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7010743Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7010941Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7011136Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7011326Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7011508Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7011698Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7011889Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7012084Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7012277Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7012464Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7012707Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7012903Z test_non_contig_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7013096Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7013335Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7013526Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7013717Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7013903Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7014091Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7014276Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7014462Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7014654Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7014848Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7015040Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7015238Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7015424Z test_non_contig_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7015623Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7015817Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016008Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016199Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016389Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016578Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016769Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7016956Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7017146Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7017341Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7017534Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7017725Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7017915Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7018109Z test_non_contig_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7018298Z test_non_contig_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7018489Z test_non_contig_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7018678Z test_non_contig_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7018868Z test_non_contig_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7019038Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7019241Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7019427Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7019650Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7019946Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7020170Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7020424Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7020644Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7020860Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7021084Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7021312Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7021536Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7021758Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7021976Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7022197Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7022420Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7022649Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7022874Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7023097Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7023318Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7023543Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7023903Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7024135Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7024349Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7024627Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7024894Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7025164Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7025434Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7025707Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7025972Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7026237Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7026507Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7026777Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7027050Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7027318Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7027587Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7027933Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7028252Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7028551Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7028823Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7029086Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7029350Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7029615Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7029887Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7030182Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7030459Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7030728Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7030980Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7031243Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7031506Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7031767Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7032038Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7032298Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7032574Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7032852Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7033123Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7033380Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7033639Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7033898Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7034187Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7034491Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7034786Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7035072Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7035356Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7035643Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7035909Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7036228Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7036498Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7036801Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7037065Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7037328Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7037584Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7037853Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7038123Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7038392Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7038652Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7038917Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7039195Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7039468Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7039735Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7040007Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7040281Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7040555Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7040833Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7041097Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7041356Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7041616Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7041875Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7042142Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7042405Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7042671Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7042939Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7043207Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7043471Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7043731Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7043987Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7044252Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7044515Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7044836Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7045127Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7045438Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7045715Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7045977Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7046240Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7046501Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7046768Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7047039Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7047301Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7047568Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7047837Z test_reference_numerics_extremal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7048115Z test_reference_numerics_extremal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7048384Z test_reference_numerics_extremal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7048646Z test_reference_numerics_extremal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7048908Z test_reference_numerics_extremal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7049170Z test_reference_numerics_extremal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7049436Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7049706Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7049975Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7050238Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7050520Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7050811Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7051105Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7051398Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7051671Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7051938Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7052204Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7052466Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7052724Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7052988Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7053304Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7053576Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7053892Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7054174Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7054461Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7054739Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7055014Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7055283Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7055561Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7055833Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7056107Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7056378Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7056642Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7056905Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7057155Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7057424Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7057703Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7057976Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7058247Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7058508Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7058771Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7059047Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7059321Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7059601Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7059871Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7060150Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7060423Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7060691Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7060967Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7061245Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7061522Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7061844Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7062113Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7062424Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7062689Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7062974Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7063271Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7063567Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7063919Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7064197Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7064486Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7064756Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7065019Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7065283Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7065544Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7065814Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7066087Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7066356Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7066626Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7066892Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7067158Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7067432Z test_reference_numerics_extremal_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7067703Z test_reference_numerics_extremal_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7067972Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7068238Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7068505Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7068775Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7069071Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7069365Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7069629Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7069894Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7070155Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7070484Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7070741Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7071069Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7071333Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7071598Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7071857Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7072136Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7072424Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7072715Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7072999Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7073277Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7073552Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7073822Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7074096Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7074366Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7074635Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7074957Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2023-01-11T21:15:42.7075282Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7075603Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7075922Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7076238Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7076551Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7076874Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7077198Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7077514Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2023-01-11T21:15:42.7077790Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7078070Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7078349Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7078624Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7078943Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7079215Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7079529Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7079797Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7080056Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7080315Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7080611Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7080905Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7081198Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7081488Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7081779Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7082072Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7082355Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7082641Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7082978Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.004s) 2023-01-11T21:15:42.7083313Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2023-01-11T21:15:42.7083649Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2023-01-11T21:15:42.7083981Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2023-01-11T21:15:42.7084286Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7084586Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7084888Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7085193Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7085482Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7085776Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7086067Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7086353Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7086648Z test_reference_numerics_extremal_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7086940Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7087271Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7087559Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7087894Z test_reference_numerics_extremal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7088189Z test_reference_numerics_extremal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7088474Z test_reference_numerics_extremal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7088759Z test_reference_numerics_extremal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7089049Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7089341Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7089626Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7089913Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7090199Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7090487Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7090776Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7091058Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7091357Z test_reference_numerics_extremal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7091659Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7091953Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7092246Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7092542Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7092851Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7093153Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7093452Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7093750Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7094054Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7094352Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7094658Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7094968Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7095265Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7095618Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7095921Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7096246Z test_reference_numerics_extremal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7096546Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7096847Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7097141Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7097444Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7097749Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7098048Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7098375Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7098702Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7099017Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7099337Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7099654Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7099974Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7100298Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7100619Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7100935Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7101252Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7101574Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7101892Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7102170Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7102460Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7102742Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7103018Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7103289Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7103566Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7104012Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7104368Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7104689Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7104964Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7105237Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7105497Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7105766Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7106030Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7106296Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7106557Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7106873Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7107181Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7107488Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7107770Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7108055Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7108329Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7108598Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7108865Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7109132Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7109396Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7109690Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7109974Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7110259Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7110547Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7110838Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7111122Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7111402Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7111685Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7111980Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7112275Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7112614Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7112888Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7113202Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7113499Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7113795Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7114064Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7114329Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7114604Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7114896Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7115166Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7115441Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7115727Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7116019Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7116306Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7116580Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7116884Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7117186Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7117457Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7117726Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7117994Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7118286Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7118578Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7118865Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7119156Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7119431Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7119704Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7119966Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7120232Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7120496Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7120765Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7121086Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7121346Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7121649Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7121907Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7122175Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7122445Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7122725Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7122956Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7123179Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7123394Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7123618Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7123842Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7124066Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7124281Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7124497Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7124713Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7124954Z test_reference_numerics_extremal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7125191Z test_reference_numerics_extremal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7125432Z test_reference_numerics_extremal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7125674Z test_reference_numerics_extremal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7125900Z test_reference_numerics_extremal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7126137Z test_reference_numerics_extremal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7126372Z test_reference_numerics_extremal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7126612Z test_reference_numerics_extremal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7126852Z test_reference_numerics_extremal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7127089Z test_reference_numerics_extremal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7127325Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7127560Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7127793Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7128025Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7128260Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7128542Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7128778Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7129046Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7129279Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7129508Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7129738Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7129967Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7130200Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7130432Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7130671Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7130910Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7131162Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7131413Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7131664Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7131914Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7132165Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7132406Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7132655Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7132905Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7133146Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7133380Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7133615Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7133847Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7134083Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7134318Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7134594Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7134868Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7135139Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7135444Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7135707Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7136019Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7136285Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7136543Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7136798Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7137022Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7137252Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7137476Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7137700Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7137918Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7138134Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7138359Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7138611Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7138859Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:15:42.7139084Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7139295Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7139519Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7139739Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7139962Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7140186Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7140402Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7140616Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7140836Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7141060Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7141288Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7141515Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7141737Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7141955Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7142170Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7142438Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7142662Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7142920Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7143143Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7143359Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7143644Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7143915Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7144136Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7144364Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7144635Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7144882Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7145139Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7145394Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7145651Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7145902Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7146241Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7146584Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7146856Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7147191Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7147456Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7147722Z test_reference_numerics_large_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7147990Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7148249Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7148512Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7148774Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7149029Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7149282Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7149536Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7149874Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7150209Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7150545Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2023-01-11T21:15:42.7150884Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7151209Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7151475Z test_reference_numerics_large_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7151742Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7152003Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7152264Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7152512Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7152780Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7153035Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7153294Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7153629Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7153971Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7154306Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7154575Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7154845Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7155107Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7155375Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7155636Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7155892Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7156145Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7156400Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7156737Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7157081Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7157344Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7157682Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7157949Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7158212Z test_reference_numerics_large_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7158472Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7158735Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7159052Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7159312Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7159606Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7159848Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7160102Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7160434Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7160778Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7161045Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7161383Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7161658Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7161927Z test_reference_numerics_large_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7162192Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7162448Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7162709Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7162976Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7163203Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7163415Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7163628Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7163910Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7164192Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7164410Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7164693Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7164919Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7165141Z test_reference_numerics_large_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7165364Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7165580Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7165797Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7166012Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7166225Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7166424Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7166676Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7166954Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7167272Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7167493Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7167774Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7167998Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7168218Z test_reference_numerics_large_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7168445Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7168662Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7168879Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7169096Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7169311Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7169523Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7169734Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7170013Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7170295Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7170590Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7170813Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7171033Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7171251Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7171538Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7171832Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7172047Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7172269Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7172488Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7172706Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7172905Z test_reference_numerics_large_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7173115Z test_reference_numerics_large_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7173326Z test_reference_numerics_large_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7173650Z test_reference_numerics_large_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7173990Z test_reference_numerics_large_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7174211Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7174490Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7174712Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7174933Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7175150Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7175369Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7175583Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7175805Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7176016Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7176227Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7176437Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7176714Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7176995Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7177233Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7177530Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7177770Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7178007Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7178242Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7178474Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7178709Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7178940Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7179170Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7179386Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7179611Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7179902Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7180197Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7180463Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7180744Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7181028Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7181251Z test_reference_numerics_large_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7181471Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7181687Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7181900Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7182112Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7182324Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7182532Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7182744Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7183022Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7183302Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7183520Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7183868Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7184114Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7184335Z test_reference_numerics_large_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7184606Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7184866Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7185124Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7185381Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7185633Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7185887Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7186131Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7186471Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7186804Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7187104Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7187447Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7187713Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7187976Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7188314Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7188575Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7188882Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7189148Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7189486Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7189833Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7190170Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7190440Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7190706Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7190973Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7191237Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7191495Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7191753Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7192090Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7192436Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7192697Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7193034Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7193296Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7193550Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7193805Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7194060Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7194302Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7194551Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7194884Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7195220Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7195482Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7195816Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7196077Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7196407Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7196665Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7196962Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7197218Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7197471Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7197807Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7198142Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7198481Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7198748Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7199010Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7199270Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7199529Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7199790Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7200049Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7200392Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7200730Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7200992Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7201332Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7201591Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7201850Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7202107Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7202352Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7202613Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7202872Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7203167Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7203445Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7203686Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7203965Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7204207Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7204472Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7204690Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7204940Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7205156Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7205370Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7205584Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7205795Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7206003Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7206286Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7206569Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7206791Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7207070Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7207287Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7207504Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7207719Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7207934Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7208145Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7208362Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7208629Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7208909Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7209126Z test_reference_numerics_large_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7209401Z test_reference_numerics_large_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7209625Z test_reference_numerics_large_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7209846Z test_reference_numerics_large_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7210066Z test_reference_numerics_large_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7210283Z test_reference_numerics_large_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7210501Z test_reference_numerics_large_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7210715Z test_reference_numerics_large_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7210926Z test_reference_numerics_large_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7211134Z test_reference_numerics_large_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7211389Z test_reference_numerics_large_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7211667Z test_reference_numerics_large_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7211981Z test_reference_numerics_large_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7212200Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7212418Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7212636Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7212851Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7213064Z test_reference_numerics_large_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7213278Z test_reference_numerics_large_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7213490Z test_reference_numerics_large_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7213770Z test_reference_numerics_large_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7214048Z test_reference_numerics_large_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7214268Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7214483Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7214698Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7214904Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7215122Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7215341Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7215556Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7215771Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7216049Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7216261Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7216470Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7216681Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7216893Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7217103Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7217309Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7217538Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7217816Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7218040Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7218303Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7218523Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7218852Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7219142Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7219371Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7219596Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7219823Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7220048Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7220277Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7220484Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7220705Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7220924Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7221138Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7221423Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7221708Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7221931Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7222208Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7222433Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7222654Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7222873Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7223088Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7223303Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7223520Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7223866Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7224080Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7224298Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7224623Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7224956Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7225221Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7225556Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7225910Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7226221Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7226483Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7226745Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7227008Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7227267Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7227508Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7227762Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7228101Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7228445Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7228714Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7229061Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7229338Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7229606Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7229871Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7230134Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7230397Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7230656Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7230996Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7231334Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7231606Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7231954Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7232222Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7232495Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7232764Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7233026Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7233286Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7233551Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7233889Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7234290Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7234594Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7234940Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7235211Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7235479Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7235738Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7235998Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7236260Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7236522Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7236781Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7237042Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7237295Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7237638Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7237981Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7238266Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7238628Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7238909Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7239217Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7239501Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7239784Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7240059Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7240335Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7240611Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7240889Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7241250Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7241602Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7241948Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7242265Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7242528Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7242835Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7243103Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7243330Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7243546Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7243817Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7244101Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7244322Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7244599Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7244820Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7245039Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7245255Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7245469Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7245686Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7245899Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7246108Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7246320Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7246594Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7246870Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7247089Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7247369Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7247596Z test_reference_numerics_large_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7247816Z test_reference_numerics_large_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7248037Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7248253Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7248468Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7248682Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7248893Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7249106Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7249428Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7249708Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7249973Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7250242Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7250461Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7250679Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7250895Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7251114Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7251329Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7251540Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7251752Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7251961Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7252237Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7252514Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7252730Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7253012Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7253237Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7253454Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7253674Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7253887Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7254100Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7254314Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7254525Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7254734Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7254942Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7255219Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7255496Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7255723Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7256012Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7256294Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7256516Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7256777Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7257007Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7257233Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7257457Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7257679Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7257899Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7258188Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7258484Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7258707Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7258985Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7259200Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7259416Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7259632Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7259850Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7260064Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7260276Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7260556Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7260837Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7261095Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7261335Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7261578Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7261819Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7262056Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7262292Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7262550Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7262858Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7263116Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7263404Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7263667Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7263992Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7264232Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7264503Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7264808Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7265175Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7265486Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7265781Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7266073Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7266354Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7266637Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7266921Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7267230Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7267594Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7267873Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7268214Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7268486Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7268753Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7269024Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7269296Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7269558Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7269823Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7270166Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7270511Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7270772Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7271038Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7271371Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7271632Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7271936Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7272183Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7272438Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7272690Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7272940Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7273192Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7273532Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7273870Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7274155Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7274441Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7274729Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7275018Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7275296Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7275581Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7275861Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7276145Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7276443Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7276740Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7277034Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7277337Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7277632Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7277929Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7278228Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7278519Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7278808Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7279090Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7279372Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7279715Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7279991Z test_reference_numerics_large_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7280318Z test_reference_numerics_large_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7280613Z test_reference_numerics_large_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7280898Z test_reference_numerics_large_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7281182Z test_reference_numerics_large_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7281465Z test_reference_numerics_large_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7281747Z test_reference_numerics_large_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7282039Z test_reference_numerics_large_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7282326Z test_reference_numerics_large_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7282607Z test_reference_numerics_large_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7282887Z test_reference_numerics_large_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7283241Z test_reference_numerics_large_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7283544Z test_reference_numerics_large_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7283783Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7284018Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7284256Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7284494Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7284729Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7284963Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7285198Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7285431Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7285678Z test_reference_numerics_large_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7285924Z test_reference_numerics_large_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7286164Z test_reference_numerics_large_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7286403Z test_reference_numerics_large_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7286647Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7286953Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7287243Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7287512Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2023-01-11T21:15:42.7287793Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7288021Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7288261Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7288497Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7288735Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7288980Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7289283Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7289592Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7289840Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7290091Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7290339Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7290586Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7290831Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7291076Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7291314Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7291554Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7291796Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7292101Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7292408Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7292654Z test_reference_numerics_large_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7292900Z test_reference_numerics_large_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7293141Z test_reference_numerics_large_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7293381Z test_reference_numerics_large_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7293621Z test_reference_numerics_large_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7293860Z test_reference_numerics_large_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7294143Z test_reference_numerics_large_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7294479Z test_reference_numerics_large_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7294787Z test_reference_numerics_large_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7295087Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7295331Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7295573Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7295820Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7296062Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7296305Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7296534Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7296838Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7297143Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7297402Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7297668Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7297929Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7298189Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7298447Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7298706Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7298962Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7299222Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7299479Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7299788Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7300035Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7300278Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7300518Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7300760Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7301044Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7301317Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7301620Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7301927Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7302228Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7302471Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7302714Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7302960Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7303199Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7303438Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7303679Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7304028Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7304331Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7304698Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7304994Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7305285Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7305579Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7305865Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7306151Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7306446Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7306813Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7307162Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7307436Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7307711Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7307984Z test_reference_numerics_large_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7308259Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7308616Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7308886Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7309201Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7309468Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7309735Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7309994Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7310337Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7310687Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7310980Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7311329Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7311594Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7311856Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7312117Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7312375Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7312645Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7312906Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7313250Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7313588Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7313851Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7314188Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7314455Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7314724Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7314989Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7315244Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7315506Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7315764Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7316020Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7316272Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7316522Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7316913Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7317289Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7317596Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7317943Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7318226Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7318508Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7318790Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7319067Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7319340Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7319617Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7319887Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7320155Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7320505Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7320859Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7321126Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7321387Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7321652Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7321911Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7322165Z test_reference_numerics_large_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7322422Z test_reference_numerics_large_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7322667Z test_reference_numerics_large_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7323000Z test_reference_numerics_large_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7323348Z test_reference_numerics_large_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7323594Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7323827Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7324061Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7324295Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7324529Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7324762Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7325063Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7325328Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7325572Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7325809Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7326044Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7326280Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7326500Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7326781Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7327005Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7327255Z test_reference_numerics_large_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2023-01-11T21:15:42.7327479Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7327696Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7327911Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7328131Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7328343Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7328561Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7328772Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7329052Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7329335Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7329541Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7329818Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7330039Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7330261Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7330480Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7330692Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7330904Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7331119Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7331332Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7331540Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7331750Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7332072Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7332398Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7332625Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7332910Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7333157Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7333399Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7333650Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7333870Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7334093Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7334310Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7334524Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7334742Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7334959Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7335242Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7335529Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7335746Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7336013Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7336229Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7336446Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7336660Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7336878Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7337091Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7337302Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7337584Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7337863Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7338087Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7338367Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7338588Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7338851Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7339071Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7339320Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7339537Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7339757Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7340037Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7340321Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7340540Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7340818Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7341059Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7341276Z test_reference_numerics_large_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7341494Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7341707Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7341921Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7342134Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7342333Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7342540Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7342749Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7343024Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7343302Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7343518Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7344003Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7344230Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7344482Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7344739Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7345002Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7345266Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7345520Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7345771Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7346022Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7346429Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7346812Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7347079Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7347411Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7347701Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7347972Z test_reference_numerics_large_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7348232Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7348498Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7348756Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7349016Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7349269Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7349510Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7349762Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7350100Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7350434Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7350739Z test_reference_numerics_large_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7351047Z test_reference_numerics_large_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7351346Z test_reference_numerics_large_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7351651Z test_reference_numerics_large_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7351946Z test_reference_numerics_large_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7352241Z test_reference_numerics_large_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7352546Z test_reference_numerics_large_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7352844Z test_reference_numerics_large_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7353202Z test_reference_numerics_large_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7353491Z test_reference_numerics_large_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7353779Z test_reference_numerics_large_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7354056Z test_reference_numerics_large_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7354333Z test_reference_numerics_large_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7354662Z test_reference_numerics_large_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7355020Z test_reference_numerics_large_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7355423Z test_reference_numerics_large_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7355784Z test_reference_numerics_large_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7356074Z test_reference_numerics_large_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7356359Z test_reference_numerics_large_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7356640Z test_reference_numerics_large_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7356916Z test_reference_numerics_large_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7357198Z test_reference_numerics_large_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7357561Z test_reference_numerics_large_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7357917Z test_reference_numerics_large_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7358272Z test_reference_numerics_large_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7358554Z test_reference_numerics_large_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7358841Z test_reference_numerics_large_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7359121Z test_reference_numerics_large_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7359403Z test_reference_numerics_large_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7359665Z test_reference_numerics_large_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7360016Z test_reference_numerics_large_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7360379Z test_reference_numerics_large_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7360743Z test_reference_numerics_large_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7361030Z test_reference_numerics_large_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7361315Z test_reference_numerics_large_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7361588Z test_reference_numerics_large_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7361865Z test_reference_numerics_large_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7362140Z test_reference_numerics_large_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7362492Z test_reference_numerics_large_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7362904Z test_reference_numerics_large_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7363268Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7363587Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7363838Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7364067Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7364296Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7364522Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7364752Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7364975Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7365268Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7365560Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7365855Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7366086Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7366321Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7366549Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7366779Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7367005Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7367294Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7367590Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7367819Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7368110Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7368339Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7368568Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7368784Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7369007Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7369227Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7369450Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7369744Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7370077Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7370400Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7370627Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7370853Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7371074Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7371295Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7371518Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7371773Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.001s) 2023-01-11T21:15:42.7372062Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7372354Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7372583Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7372809Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7373036Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7373257Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7373478Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7373769Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7374056Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7374351Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7374589Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7374825Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7375060Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7375292Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7375520Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7375817Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7376112Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7376421Z test_reference_numerics_large_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7376702Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7376986Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7377232Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7377475Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7377717Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7378024Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7378331Z test_reference_numerics_large_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7378646Z test_reference_numerics_large_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7378893Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7379137Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7379383Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7379624Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7379864Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7380173Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7380487Z test_reference_numerics_large_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7380793Z test_reference_numerics_large_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7381041Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7381289Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7381532Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7381774Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7382020Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7382326Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7382631Z test_reference_numerics_large_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7382935Z test_reference_numerics_large_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7383184Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7383474Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7383823Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7384067Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7384308Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7384676Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7385046Z test_reference_numerics_large_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7385328Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7385681Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7385961Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7386234Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7386506Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7386775Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7387049Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7387313Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7387660Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7388017Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7388366Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7388647Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7388928Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7389202Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7389476Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7389747Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7390104Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7390457Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7390850Z 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) 2023-01-11T21:15:42.7391172Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7391556Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7391921Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7392236Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7392556Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7392873Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7393261Z 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) 2023-01-11T21:15:42.7393659Z 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) 2023-01-11T21:15:42.7394045Z 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) 2023-01-11T21:15:42.7394358Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7394670Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7394974Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7395278Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7395584Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7395964Z 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) 2023-01-11T21:15:42.7396352Z 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) 2023-01-11T21:15:42.7396732Z 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) 2023-01-11T21:15:42.7397044Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7397348Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7397650Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7397965Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7398266Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7398652Z 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) 2023-01-11T21:15:42.7399034Z 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) 2023-01-11T21:15:42.7399411Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7399764Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7400110Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7400409Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7400704Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7400997Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7401354Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7401737Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7402024Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7402357Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7402623Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7402892Z test_reference_numerics_large_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7403156Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7403417Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7403676Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7403935Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7404190Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7404441Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7404697Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7405031Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7405365Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7405663Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7406008Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7406303Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7406601Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7406871Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7407132Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7407393Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7407709Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7407969Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7408284Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7408627Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7408969Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7409228Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7409550Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7409821Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7410083Z test_reference_numerics_large_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.472s) 2023-01-11T21:15:42.7410349Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7410608Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7410864Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7411120Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7411367Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7411615Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7411868Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7412199Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7412538Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7412798Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7413137Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7413410Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7413670Z test_reference_numerics_large_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7413932Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7414187Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7414451Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7414710Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7414962Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7415218Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7415468Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7415805Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7416198Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7416460Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7416751Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7417015Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7417277Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7417533Z test_reference_numerics_large_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7417792Z test_reference_numerics_large_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7418045Z test_reference_numerics_large_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7418390Z test_reference_numerics_large_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7418730Z test_reference_numerics_large_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2023-01-11T21:15:42.7418990Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7419252Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7419520Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7419785Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7420047Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7420304Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7420563Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7420824Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7421081Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7421339Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7421586Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7421841Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7422092Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7422356Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7422614Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2023-01-11T21:15:42.7422886Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2023-01-11T21:15:42.7423141Z test_reference_numerics_normal_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2023-01-11T21:15:42.7423407Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2023-01-11T21:15:42.7423663Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7424072Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7424336Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7424691Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7424946Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7425247Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7425505Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7425764Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7426039Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7426293Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2023-01-11T21:15:42.7426568Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2023-01-11T21:15:42.7426843Z test_reference_numerics_normal_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2023-01-11T21:15:42.7427110Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2023-01-11T21:15:42.7427374Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7427638Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7427901Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7428159Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7428416Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7428675Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7428935Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7429193Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7429444Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2023-01-11T21:15:42.7429714Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2023-01-11T21:15:42.7429982Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7430253Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7430512Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7430776Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7431037Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7431292Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7431553Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7431813Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7432072Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2023-01-11T21:15:42.7432334Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7432594Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2023-01-11T21:15:42.7432858Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2023-01-11T21:15:42.7433123Z test_reference_numerics_normal_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2023-01-11T21:15:42.7433443Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2023-01-11T21:15:42.7433751Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7434007Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7434269Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7434522Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7434773Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7435027Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7435281Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7435528Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7435792Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7436052Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2023-01-11T21:15:42.7436323Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2023-01-11T21:15:42.7436592Z test_reference_numerics_normal_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2023-01-11T21:15:42.7436859Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2023-01-11T21:15:42.7437115Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7437379Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7437641Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7437902Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7438165Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7438425Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7438684Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7438938Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7439200Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7439455Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2023-01-11T21:15:42.7439729Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2023-01-11T21:15:42.7439997Z test_reference_numerics_normal_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7440265Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7440524Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7440781Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7441039Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7441292Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7441532Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7441840Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7442095Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7442398Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7442668Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7442930Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2023-01-11T21:15:42.7443196Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2023-01-11T21:15:42.7443468Z test_reference_numerics_normal_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2023-01-11T21:15:42.7443735Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2023-01-11T21:15:42.7444006Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2023-01-11T21:15:42.7444267Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7444542Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7444797Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7445052Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7445306Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7445560Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7445820Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7446091Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7446363Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7446636Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7446904Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7447170Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7447437Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7447686Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7447945Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7448213Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7448470Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7448727Z test_reference_numerics_normal_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7448983Z test_reference_numerics_normal_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7449238Z test_reference_numerics_normal_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7449491Z test_reference_numerics_normal_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7449741Z test_reference_numerics_normal_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7450003Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7450316Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7450586Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7450910Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7451175Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7451434Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7451695Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7451955Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7452212Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7452473Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7452727Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7452985Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7453237Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7453519Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7453781Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7454068Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7454357Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7454647Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7454925Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7455209Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7455486Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7455760Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7456032Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7456305Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7456581Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7456859Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7457125Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7457380Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2023-01-11T21:15:42.7457650Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2023-01-11T21:15:42.7457911Z test_reference_numerics_normal_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2023-01-11T21:15:42.7458171Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2023-01-11T21:15:42.7458427Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7458741Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7459003Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7459306Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7459562Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7459810Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7460060Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7460298Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7460560Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7460814Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7461089Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2023-01-11T21:15:42.7461363Z test_reference_numerics_normal_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2023-01-11T21:15:42.7461632Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2023-01-11T21:15:42.7461890Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7462147Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7462405Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7462657Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7462911Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7463170Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7463427Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7463747Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7464017Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7464279Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2023-01-11T21:15:42.7464547Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7464813Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7465079Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7465350Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7465610Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7465873Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7466134Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7466383Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7466644Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7466911Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.369s) 2023-01-11T21:15:42.7467175Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2023-01-11T21:15:42.7467583Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2023-01-11T21:15:42.7467846Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7468162Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7468428Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7468694Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7468954Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7469211Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7469464Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7469729Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7469994Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7470255Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7470509Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7470764Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7471011Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2023-01-11T21:15:42.7471262Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7471513Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7471777Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.7472031Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2023-01-11T21:15:42.7472285Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7472547Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7472808Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7473059Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7473317Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7473571Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.7473784Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7474000Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7474220Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7474440Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7474658Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7474874Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7475089Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7475303Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7475565Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7475782Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7476049Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7476273Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7476488Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7476704Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7476919Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7477135Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7477353Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7477552Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7477768Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7477978Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7478191Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7478407Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7478622Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7478844Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2023-01-11T21:15:42.7479066Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7479284Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7479502Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7479719Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7479935Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7480147Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7480357Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7480568Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7480783Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7480992Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7481219Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7481434Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7481654Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7481870Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7482087Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7482301Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7482502Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7482767Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7482981Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7483246Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7483469Z test_reference_numerics_normal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7483681Z test_reference_numerics_normal_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7483904Z test_reference_numerics_normal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7484125Z test_reference_numerics_normal_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7484345Z test_reference_numerics_normal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7484567Z test_reference_numerics_normal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7484783Z test_reference_numerics_normal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7485001Z test_reference_numerics_normal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7485211Z test_reference_numerics_normal_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7485421Z test_reference_numerics_normal_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7485633Z test_reference_numerics_normal_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7485842Z test_reference_numerics_normal_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7486063Z test_reference_numerics_normal_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7486288Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7486506Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7486726Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7486941Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7487155Z test_reference_numerics_normal_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7487355Z test_reference_numerics_normal_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7487569Z test_reference_numerics_normal_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7487781Z test_reference_numerics_normal_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7487999Z test_reference_numerics_normal_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7488217Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7488437Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7488653Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7488868Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7489086Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7489306Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7489521Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7489784Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7489997Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2023-01-11T21:15:42.7490250Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2023-01-11T21:15:42.7490461Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7490678Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7490887Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7491094Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7491303Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2023-01-11T21:15:42.7491513Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2023-01-11T21:15:42.7491720Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2023-01-11T21:15:42.7491948Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7492171Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7492378Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7492605Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7492825Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7493054Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7493286Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7493512Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7493737Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7493956Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7494178Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7494395Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7494613Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7494827Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7495048Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7495267Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7495487Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7495699Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7495922Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7496145Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7496367Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7496582Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7496842Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7497059Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7497309Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7497527Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7497729Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7497942Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7498156Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7498374Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7498593Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7498817Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7499040Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7499256Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7499472Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7499689Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7499901Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7500114Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7500329Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7500541Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7500759Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7500989Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7501213Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7501435Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7501656Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7501879Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7502100Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7502317Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7502535Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7502741Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7502968Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7503193Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7503410Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7503633Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7503958Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7504180Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7504473Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7504734Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7504997Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7505261Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7505526Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7505788Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7506054Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7506325Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7506596Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7506864Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7507127Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7507391Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7507655Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7507909Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7508171Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7508427Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7508678Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7508938Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7509224Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7509526Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7509812Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7510104Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7510383Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7510669Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7510948Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7511224Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7511510Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7511783Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7512054Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7512390Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7512654Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7512965Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2023-01-11T21:15:42.7513229Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7513495Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7513755Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7514012Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7514272Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7514538Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7514801Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7515071Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7515331Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2023-01-11T21:15:42.7515585Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2023-01-11T21:15:42.7515853Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2023-01-11T21:15:42.7516113Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7516371Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7516631Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7516887Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7517150Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7517408Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7517662Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7517918Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7518184Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7518440Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2023-01-11T21:15:42.7518714Z test_reference_numerics_normal_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2023-01-11T21:15:42.7518981Z test_reference_numerics_normal_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7519247Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7519515Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7519768Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7520026Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7520283Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7520538Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7520850Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7521109Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7521417Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7521660Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2023-01-11T21:15:42.7521927Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2023-01-11T21:15:42.7522195Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2023-01-11T21:15:42.7522455Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7522715Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7522976Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7523232Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7523495Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7523711Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7523922Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7524138Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7524354Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7524563Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7524787Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7525007Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2023-01-11T21:15:42.7525227Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2023-01-11T21:15:42.7525442Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7525656Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7525874Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7526083Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7526292Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7526508Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7526707Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7526919Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7527148Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7527372Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7527608Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7527844Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7528074Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7528347Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7528573Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7528834Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7529057Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7529282Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7529505Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7529728Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7529948Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7530164Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7530381Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7530602Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7530820Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7531034Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7531242Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7531458Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7531676Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7531891Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7532132Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2023-01-11T21:15:42.7532371Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7532606Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7532845Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7533080Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.7533316Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7533551Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7533788Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7534030Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2023-01-11T21:15:42.7534268Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2023-01-11T21:15:42.7534505Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2023-01-11T21:15:42.7534742Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2023-01-11T21:15:42.7534976Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2023-01-11T21:15:42.7535255Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2023-01-11T21:15:42.7535488Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2023-01-11T21:15:42.7535765Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2023-01-11T21:15:42.7536005Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2023-01-11T21:15:42.7536234Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2023-01-11T21:15:42.7536470Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2023-01-11T21:15:42.7536706Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.151s) 2023-01-11T21:15:42.7536939Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.152s) 2023-01-11T21:15:42.7537175Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.154s) 2023-01-11T21:15:42.7537411Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.154s) 2023-01-11T21:15:42.7537645Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.150s) 2023-01-11T21:15:42.7537869Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7538087Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7538306Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7538530Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7538751Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7538969Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7539186Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7539402Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7539618Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7539835Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7540050Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7540274Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7540492Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7540705Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7540920Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7541133Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7541350Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7541547Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7541755Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7541963Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7542234Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7542443Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7542723Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7542963Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2023-01-11T21:15:42.7543196Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7543429Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7543663Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7544104Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2023-01-11T21:15:42.7544344Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7544632Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7544932Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7545240Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2023-01-11T21:15:42.7545536Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7545833Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7546128Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7546432Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2023-01-11T21:15:42.7546725Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.7547015Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2023-01-11T21:15:42.7547300Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7547582Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.156s) 2023-01-11T21:15:42.7547866Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7548144Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7548438Z test_reference_numerics_normal_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7548727Z test_reference_numerics_normal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2023-01-11T21:15:42.7548998Z test_reference_numerics_normal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7549280Z test_reference_numerics_normal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7549562Z test_reference_numerics_normal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7549846Z test_reference_numerics_normal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7550123Z test_reference_numerics_normal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7550490Z test_reference_numerics_normal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7550773Z test_reference_numerics_normal_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7551098Z test_reference_numerics_normal_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7551376Z test_reference_numerics_normal_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7551656Z test_reference_numerics_normal_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7551933Z test_reference_numerics_normal_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7552213Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7552497Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2023-01-11T21:15:42.7552776Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7553059Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7553351Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7553629Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7553905Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7554187Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7554485Z test_reference_numerics_normal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7554775Z test_reference_numerics_normal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2023-01-11T21:15:42.7555066Z test_reference_numerics_normal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7555357Z test_reference_numerics_normal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7555651Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7555937Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7556233Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.7556531Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7556823Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7557099Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7557387Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7557670Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7557956Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7558241Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7558524Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7558862Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7559202Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7559504Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2023-01-11T21:15:42.7559802Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2023-01-11T21:15:42.7560105Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7560391Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7560678Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7560971Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7561263Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7561545Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7561829Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2023-01-11T21:15:42.7562118Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2023-01-11T21:15:42.7562411Z test_reference_numerics_normal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7562699Z test_reference_numerics_normal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7562988Z test_reference_numerics_normal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7563281Z test_reference_numerics_normal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7563574Z test_reference_numerics_normal_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7563840Z test_reference_numerics_normal_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7564073Z test_reference_numerics_normal_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7564311Z test_reference_numerics_normal_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7564548Z test_reference_numerics_normal_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7564791Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2023-01-11T21:15:42.7565037Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.381s) 2023-01-11T21:15:42.7565271Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2023-01-11T21:15:42.7565510Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2023-01-11T21:15:42.7565748Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7565984Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7566222Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7566512Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7566792Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7567034Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.356s) 2023-01-11T21:15:42.7567274Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.315s) 2023-01-11T21:15:42.7567516Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2023-01-11T21:15:42.7567753Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.310s) 2023-01-11T21:15:42.7567989Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.301s) 2023-01-11T21:15:42.7568231Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.317s) 2023-01-11T21:15:42.7568468Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2023-01-11T21:15:42.7568706Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2023-01-11T21:15:42.7568946Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.313s) 2023-01-11T21:15:42.7569186Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.346s) 2023-01-11T21:15:42.7569432Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2023-01-11T21:15:42.7569670Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2023-01-11T21:15:42.7569910Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2023-01-11T21:15:42.7570148Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2023-01-11T21:15:42.7570387Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.313s) 2023-01-11T21:15:42.7570622Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.301s) 2023-01-11T21:15:42.7570857Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2023-01-11T21:15:42.7571097Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2023-01-11T21:15:42.7571337Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.342s) 2023-01-11T21:15:42.7571580Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.305s) 2023-01-11T21:15:42.7571819Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2023-01-11T21:15:42.7572063Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2023-01-11T21:15:42.7572290Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.295s) 2023-01-11T21:15:42.7572526Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2023-01-11T21:15:42.7572760Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.298s) 2023-01-11T21:15:42.7572998Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.298s) 2023-01-11T21:15:42.7573286Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2023-01-11T21:15:42.7573524Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.343s) 2023-01-11T21:15:42.7573803Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.310s) 2023-01-11T21:15:42.7574046Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.301s) 2023-01-11T21:15:42.7574286Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2023-01-11T21:15:42.7574521Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2023-01-11T21:15:42.7574756Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.309s) 2023-01-11T21:15:42.7574999Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.307s) 2023-01-11T21:15:42.7575233Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2023-01-11T21:15:42.7575471Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2023-01-11T21:15:42.7575692Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7575919Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7576146Z test_reference_numerics_normal_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7576371Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7576589Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7576808Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7577030Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7577246Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7577459Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7577672Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7577886Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7578100Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7578312Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7578526Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2023-01-11T21:15:42.7578747Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7578967Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7579184Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7579398Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7579607Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7579816Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7580026Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7580286Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7580499Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7580742Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7580965Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7581180Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7581395Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7581608Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7581820Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7582032Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7582242Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7582454Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7582659Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7582866Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7583074Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7583295Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7583515Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7583801Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7584035Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7584305Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7584574Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7584842Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7585110Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7585377Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7585640Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7585904Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7586175Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7586437Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7586695Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7586949Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7587207Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7587459Z test_reference_numerics_normal_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2023-01-11T21:15:42.7587783Z test_reference_numerics_normal_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7588037Z test_reference_numerics_normal_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7588347Z test_reference_numerics_normal_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7588601Z test_reference_numerics_normal_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7588878Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7589153Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7589430Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7589698Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7589983Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7590256Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2023-01-11T21:15:42.7590532Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7590803Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7591089Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7591373Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.7591655Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7591937Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7592196Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7592454Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2023-01-11T21:15:42.7592719Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2023-01-11T21:15:42.7592984Z test_reference_numerics_normal_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7593238Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7593499Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7593745Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7593960Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7594168Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7594382Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7594590Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7594799Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7595009Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7595219Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7595427Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7595683Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7595897Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7596162Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7596373Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7596589Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7596799Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7597007Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7597212Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7597421Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7597628Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7597836Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7598055Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7598270Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7598494Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2023-01-11T21:15:42.7598715Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.7598934Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2023-01-11T21:15:42.7599157Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7599376Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7599593Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7599804Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7600014Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7600224Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7600437Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2023-01-11T21:15:42.7600643Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7600860Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7601068Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7601286Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7601497Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7601707Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7601915Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7602123Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7602330Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7602589Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7602795Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7603051Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7603266Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7603485Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7603702Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7603917Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7604128Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7604342Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7604551Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7604765Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7604977Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2023-01-11T21:15:42.7605187Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7605392Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2023-01-11T21:15:42.7605600Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2023-01-11T21:15:42.7605813Z test_reference_numerics_normal_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2023-01-11T21:15:42.7606025Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2023-01-11T21:15:42.7606238Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7606449Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7606663Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7606868Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7607073Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7607277Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7607481Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7607685Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7607901Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7608105Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7608327Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2023-01-11T21:15:42.7608543Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2023-01-11T21:15:42.7608753Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2023-01-11T21:15:42.7608964Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7609174Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7609382Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7609638Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7609846Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7610093Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7610302Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7610510Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7610714Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2023-01-11T21:15:42.7610934Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2023-01-11T21:15:42.7611150Z test_reference_numerics_normal_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2023-01-11T21:15:42.7611367Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2023-01-11T21:15:42.7611576Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7611788Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7611998Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7612206Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7612413Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7612617Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7612822Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7613034Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7613261Z test_reference_numerics_normal_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2023-01-11T21:15:42.7613493Z test_reference_numerics_normal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2023-01-11T21:15:42.7613723Z test_reference_numerics_normal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2023-01-11T21:15:42.7613949Z test_reference_numerics_normal_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2023-01-11T21:15:42.7614176Z test_reference_numerics_normal_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.248s) 2023-01-11T21:15:42.7614399Z test_reference_numerics_normal_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2023-01-11T21:15:42.7614624Z test_reference_numerics_normal_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2023-01-11T21:15:42.7614853Z test_reference_numerics_normal_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.332s) 2023-01-11T21:15:42.7615082Z test_reference_numerics_normal_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7615311Z test_reference_numerics_normal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7615542Z test_reference_numerics_normal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.7615764Z test_reference_numerics_normal_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7615994Z test_reference_numerics_normal_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7616220Z test_reference_numerics_normal_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.7616495Z test_reference_numerics_normal_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7616725Z test_reference_numerics_normal_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7616991Z test_reference_numerics_normal_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7617221Z test_reference_numerics_normal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2023-01-11T21:15:42.7617451Z test_reference_numerics_normal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7617679Z test_reference_numerics_normal_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7617904Z test_reference_numerics_normal_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7618133Z test_reference_numerics_normal_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2023-01-11T21:15:42.7618358Z test_reference_numerics_normal_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7618592Z test_reference_numerics_normal_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7618817Z test_reference_numerics_normal_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7619046Z test_reference_numerics_normal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7619275Z test_reference_numerics_normal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7619502Z test_reference_numerics_normal_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7619732Z test_reference_numerics_normal_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7619963Z test_reference_numerics_normal_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7620194Z test_reference_numerics_normal_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7620428Z test_reference_numerics_normal_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.7620657Z test_reference_numerics_normal_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7620885Z test_reference_numerics_normal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7621116Z test_reference_numerics_normal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7621342Z test_reference_numerics_normal_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7621572Z test_reference_numerics_normal_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7621794Z test_reference_numerics_normal_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7622022Z test_reference_numerics_normal_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7622249Z test_reference_numerics_normal_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7622477Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7622698Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7622924Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7623149Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7623449Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7623673Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7623993Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7624216Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7624464Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7624731Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7625001Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7625282Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7625555Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7625830Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7626109Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7626378Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7626651Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7626923Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7627193Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7627461Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2023-01-11T21:15:42.7627730Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2023-01-11T21:15:42.7628000Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2023-01-11T21:15:42.7628258Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2023-01-11T21:15:42.7628528Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2023-01-11T21:15:42.7628792Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7629061Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7629323Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2023-01-11T21:15:42.7629592Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2023-01-11T21:15:42.7629854Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2023-01-11T21:15:42.7630121Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2023-01-11T21:15:42.7630386Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7630649Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7630912Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2023-01-11T21:15:42.7631173Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2023-01-11T21:15:42.7631435Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2023-01-11T21:15:42.7631762Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2023-01-11T21:15:42.7632089Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2023-01-11T21:15:42.7632360Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7632631Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2023-01-11T21:15:42.7632893Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7633158Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2023-01-11T21:15:42.7633416Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2023-01-11T21:15:42.7633681Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2023-01-11T21:15:42.7633942Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2023-01-11T21:15:42.7634220Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2023-01-11T21:15:42.7634500Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7634772Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7635052Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7635325Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2023-01-11T21:15:42.7635594Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7635871Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.7636143Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7636446Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2023-01-11T21:15:42.7636740Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7637034Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7637325Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7637614Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2023-01-11T21:15:42.7637903Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2023-01-11T21:15:42.7638190Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7638482Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2023-01-11T21:15:42.7638774Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.157s) 2023-01-11T21:15:42.7639069Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2023-01-11T21:15:42.7639359Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7639649Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2023-01-11T21:15:42.7639994Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7640278Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2023-01-11T21:15:42.7640610Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2023-01-11T21:15:42.7640904Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2023-01-11T21:15:42.7641194Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2023-01-11T21:15:42.7641484Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7641772Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7642072Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2023-01-11T21:15:42.7642362Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7642645Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7642931Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.7643210Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2023-01-11T21:15:42.7643499Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2023-01-11T21:15:42.7643805Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7644062Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2023-01-11T21:15:42.7644305Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7644543Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7644778Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7645016Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7645251Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2023-01-11T21:15:42.7645478Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7645706Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2023-01-11T21:15:42.7645935Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7646167Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7646392Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7646612Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2023-01-11T21:15:42.7646833Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7647054Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2023-01-11T21:15:42.7647277Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7647543Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7647799Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7648030Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7648254Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7648480Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7648702Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7648925Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7649153Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7649369Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7649637Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2023-01-11T21:15:42.7649909Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7650172Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7650434Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2023-01-11T21:15:42.7650696Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2023-01-11T21:15:42.7650963Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7651224Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7651485Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2023-01-11T21:15:42.7651748Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7652002Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2023-01-11T21:15:42.7652252Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7652508Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7652757Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.7653011Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7653263Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7653517Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2023-01-11T21:15:42.7653768Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2023-01-11T21:15:42.7654017Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2023-01-11T21:15:42.7654330Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2023-01-11T21:15:42.7654624Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2023-01-11T21:15:42.7654881Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7655134Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7655385Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2023-01-11T21:15:42.7655633Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2023-01-11T21:15:42.7655882Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2023-01-11T21:15:42.7656128Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2023-01-11T21:15:42.7656375Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7656623Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2023-01-11T21:15:42.7656864Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2023-01-11T21:15:42.7657106Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2023-01-11T21:15:42.7657350Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2023-01-11T21:15:42.7657589Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7657827Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2023-01-11T21:15:42.7658042Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7658248Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2023-01-11T21:15:42.7658468Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2023-01-11T21:15:42.7658683Z test_reference_numerics_normal_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2023-01-11T21:15:42.7658898Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7659115Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7659330Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7659540Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7659750Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7659959Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7660164Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7660372Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7660579Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7660798Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7661061Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2023-01-11T21:15:42.7661287Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7661546Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2023-01-11T21:15:42.7661762Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2023-01-11T21:15:42.7661974Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2023-01-11T21:15:42.7662187Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7662398Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7662608Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7662819Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7663029Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7663242Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2023-01-11T21:15:42.7663452Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7663657Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2023-01-11T21:15:42.7664000Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2023-01-11T21:15:42.7664219Z test_reference_numerics_normal_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2023-01-11T21:15:42.7664459Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2023-01-11T21:15:42.7664717Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7664968Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2023-01-11T21:15:42.7665229Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (11.201s) 2023-01-11T21:15:42.7665477Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7665726Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2023-01-11T21:15:42.7665972Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2023-01-11T21:15:42.7666219Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7666466Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2023-01-11T21:15:42.7666723Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7666979Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2023-01-11T21:15:42.7667243Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2023-01-11T21:15:42.7667506Z test_reference_numerics_normal_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2023-01-11T21:15:42.7667764Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2023-01-11T21:15:42.7668022Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2023-01-11T21:15:42.7668275Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2023-01-11T21:15:42.7668521Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2023-01-11T21:15:42.7668775Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7669106Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2023-01-11T21:15:42.7669357Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2023-01-11T21:15:42.7669657Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7669906Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2023-01-11T21:15:42.7670166Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7670427Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7670698Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2023-01-11T21:15:42.7670949Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7671205Z test_reference_numerics_normal_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7671477Z test_reference_numerics_normal_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2023-01-11T21:15:42.7671733Z test_reference_numerics_normal_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2023-01-11T21:15:42.7671988Z test_reference_numerics_normal_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7672250Z test_reference_numerics_normal_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7672509Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7672802Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7673061Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7673321Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7673579Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7673837Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7674089Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7674341Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7674577Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7674830Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7675076Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7675324Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7675575Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7675833Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7676126Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7676385Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7676645Z test_reference_numerics_small_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7676902Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7677154Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7677464Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7677718Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7678015Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7678274Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7678529Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7678776Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7679028Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7679285Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7679584Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7679849Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7680127Z test_reference_numerics_small_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2023-01-11T21:15:42.7680404Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7680652Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7680915Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7681184Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7681433Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7681691Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7681948Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7682207Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7682465Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7682774Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7683039Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7683300Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7683567Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7683871Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2023-01-11T21:15:42.7684147Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2023-01-11T21:15:42.7684357Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7684565Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7684773Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7684982Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7685191Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7685405Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7685700Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7685960Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7686178Z test_reference_numerics_small_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7686382Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7686597Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7686814Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7687036Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7687247Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7687452Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7687656Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7687871Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7688094Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7688310Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7688567Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7688791Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7689015Z test_reference_numerics_small_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7689237Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7689458Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7689670Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7689882Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7690092Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7690315Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7690531Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7690740Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7690950Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7691166Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7691417Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7691647Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7691870Z test_reference_numerics_small_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7692122Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7692341Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7692603Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7692817Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7693064Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7693277Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7693481Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7693689Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7693896Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7694112Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7694367Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7694588Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7694808Z test_reference_numerics_small_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7695027Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7695240Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7695453Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7695666Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7695877Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7696090Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7696298Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7696510Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7696709Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7696970Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7697189Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7697405Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7697625Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7697846Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7698064Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7698285Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7698502Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7698714Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7698924Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7699129Z test_reference_numerics_small_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7699341Z test_reference_numerics_small_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7699598Z test_reference_numerics_small_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7699806Z test_reference_numerics_small_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7700126Z test_reference_numerics_small_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7700345Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7700601Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7700828Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7701050Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7701268Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7701483Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7701698Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7701915Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7702111Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7702318Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7702524Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7702730Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7702945Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7703188Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7703453Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7703750Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7704002Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7704282Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7704555Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7704833Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7705109Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7705383Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7705654Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7705921Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7706191Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7706463Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7706721Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7707020Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7707365Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7707622Z test_reference_numerics_small_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2023-01-11T21:15:42.7707944Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7708206Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7708450Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7708702Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7708949Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7709197Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7709449Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7709701Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7709952Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7710206Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7710504Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7710768Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7711031Z test_reference_numerics_small_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7711292Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7711551Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7711809Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7712071Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7712320Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7712574Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7712827Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7713084Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7713330Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7713597Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7713904Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7714171Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7714425Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7714682Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7714939Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7715197Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7715452Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7715768Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7716025Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7716377Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7716645Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7716902Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7717162Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7717415Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7717671Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7717938Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7718197Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7718462Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7718717Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7719019Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7719272Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7719522Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7719774Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7720027Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7720280Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7720523Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7720774Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7721018Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7721279Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7721578Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7721837Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7722095Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7722353Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7722608Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7722861Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7723112Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7723364Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7723610Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7723922Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7724195Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7724409Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7724657Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7724875Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7725095Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7725309Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7725522Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7725732Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7725951Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7726204Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7726409Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7726623Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7726833Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7727044Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7727252Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7727455Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7727665Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7727878Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7728119Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7728369Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7728587Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7728805Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7729022Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7729233Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7729452Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7729665Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7729878Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7730084Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7730290Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7730498Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7730710Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7730928Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7731231Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7731436Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7731688Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7731904Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7732116Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7732327Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7732536Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7732744Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7732957Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7733170Z test_reference_numerics_small_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7733419Z test_reference_numerics_small_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7733635Z test_reference_numerics_small_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7733851Z test_reference_numerics_small_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7734066Z test_reference_numerics_small_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7734276Z test_reference_numerics_small_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7734489Z test_reference_numerics_small_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7734702Z test_reference_numerics_small_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7734910Z test_reference_numerics_small_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7735121Z test_reference_numerics_small_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7735329Z test_reference_numerics_small_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7735537Z test_reference_numerics_small_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7735745Z test_reference_numerics_small_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7735958Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7736174Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7736379Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7736593Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7736803Z test_reference_numerics_small_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7737011Z test_reference_numerics_small_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7737217Z test_reference_numerics_small_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7737425Z test_reference_numerics_small_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7737633Z test_reference_numerics_small_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7737845Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7738111Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7738325Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7738574Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7738788Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7739000Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7739215Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7739424Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7739667Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7739880Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7740086Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7740294Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7740498Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7740702Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7740906Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7741100Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7741303Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7741525Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7741744Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7741962Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7742189Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7742443Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7742669Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7742893Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7743119Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7743345Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7743562Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7743945Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7744164Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7744377Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7744628Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7744884Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7745142Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7745485Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7745786Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7746099Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7746365Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7746630Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7746885Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7747142Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7747386Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7747643Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7747895Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7748147Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7748399Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7748649Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7748911Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7749213Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7749474Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7749737Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7749992Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7750250Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7750506Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7750759Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7751012Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7751259Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7751511Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7751766Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7752030Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7752337Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7752604Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7752868Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7753132Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7753382Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7753638Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7753959Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7754205Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7754455Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7754677Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7754933Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7755155Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7755373Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7755594Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7755812Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7756027Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7756243Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7756456Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7756675Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7756893Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7757144Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7757370Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7757589Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7757816Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7758030Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7758242Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7758454Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7758669Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7758873Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7759087Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7759297Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7759511Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7759745Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7760009Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7760242Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7760476Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7760708Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7760983Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7761210Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7761473Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7761705Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7761928Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7762149Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7762379Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7762636Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7762852Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7763071Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7763288Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7763504Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7763716Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7763927Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7764140Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7764345Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7764560Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7764808Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7765028Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7765247Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7765459Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7765670Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7765880Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7766092Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7766300Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7766509Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7766716Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7766923Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7767139Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7767386Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7767610Z test_reference_numerics_small_log1p_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7767892Z test_reference_numerics_small_log1p_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7768105Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7768380Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7768595Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7768804Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7769016Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7769225Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7769433Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7769637Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7769847Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7770099Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7770316Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7770530Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7770740Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7770951Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7771163Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7771372Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7771578Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7771790Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7771998Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7772204Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7772416Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7772664Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7772880Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7773098Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7773312Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7773531Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7773741Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7773950Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7774154Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7774362Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7774556Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7774818Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7775022Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7775288Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7775549Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7775784Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7776015Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2023-01-11T21:15:42.7776243Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7776473Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7776702Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7776925Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7777145Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7777367Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7777586Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7777806Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7778021Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7778270Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7778485Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7778697Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7778911Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7779123Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7779332Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7779542Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7779749Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7779948Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7780191Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7780430Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7780666Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7780899Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7781134Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7781368Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7781619Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7781903Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7782141Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7782414Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7782651Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7782882Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7783115Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7783348Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7783605Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7783901Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7784143Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7784377Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7784634Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7784908Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7785188Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7785470Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7785771Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7786060Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7786326Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7786629Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7786884Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7787147Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7787409Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7787677Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7787940Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7788202Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7788459Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7788722Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7788979Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7789238Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7789570Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7789831Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7790143Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7790398Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7790652Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7790899Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7791144Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7791389Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7791637Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7791892Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7792176Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7792461Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7792741Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7793024Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7793293Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7793568Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7793848Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7794126Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7794428Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7794719Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7794960Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7795200Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7795442Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7795691Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7795932Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7796176Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7796411Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7796644Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7796875Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7797105Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7797388Z test_reference_numerics_small_nn_functional_prelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7797620Z test_reference_numerics_small_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7797889Z test_reference_numerics_small_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7798123Z test_reference_numerics_small_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7798358Z test_reference_numerics_small_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7798590Z test_reference_numerics_small_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7798819Z test_reference_numerics_small_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7799051Z test_reference_numerics_small_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7799286Z test_reference_numerics_small_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7799518Z test_reference_numerics_small_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7799748Z test_reference_numerics_small_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7799969Z test_reference_numerics_small_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7800201Z test_reference_numerics_small_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7800439Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7800670Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7800903Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7801133Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7801370Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7801599Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7801829Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7802059Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7802302Z test_reference_numerics_small_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7802542Z test_reference_numerics_small_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7802779Z test_reference_numerics_small_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7803019Z test_reference_numerics_small_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7803257Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7803530Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7803774Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7804017Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7804300Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7804537Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7804808Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7805043Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7805300Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7805533Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7805789Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7806030Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7806276Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7806525Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7806761Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7807003Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7807244Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7807484Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7807723Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7807958Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7808193Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7808436Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7808675Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7808917Z test_reference_numerics_small_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7809156Z test_reference_numerics_small_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7809400Z test_reference_numerics_small_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7809638Z test_reference_numerics_small_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7809876Z test_reference_numerics_small_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7810111Z test_reference_numerics_small_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7810350Z test_reference_numerics_small_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7810587Z test_reference_numerics_small_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7810822Z test_reference_numerics_small_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7811097Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7811387Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7811661Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7811900Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7812135Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7812372Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7812611Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7812852Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7813090Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7813369Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7813611Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7813842Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7814080Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7814317Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7814559Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7814793Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7815034Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7815271Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7815550Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7815791Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7816029Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7816273Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7816511Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7816748Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7816984Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7817222Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7817463Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7817736Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7818024Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7818263Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7818550Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7818785Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7819020Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7819256Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7819497Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7819737Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7820011Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7820260Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7820502Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7820738Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7820962Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7821197Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7821434Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7821673Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7821911Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7822134Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7822359Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7822588Z test_reference_numerics_small_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7822812Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7823034Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7823262Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7823486Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7823753Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7823971Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7824185Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7824415Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7824680Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7824969Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7825341Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7825610Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7825932Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7826195Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7826449Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7826708Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7826962Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7827209Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7827470Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7827725Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7828028Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7828290Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7828552Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7828814Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2023-01-11T21:15:42.7829073Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7829332Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7829585Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7829840Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7830090Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7830339Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7830588Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7830835Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7831136Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7831454Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7831734Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7832014Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7832285Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7832555Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7832823Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7833093Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7833363Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7833677Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7833942Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7834263Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7834506Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7834720Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7834933Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7835146Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7835355Z test_reference_numerics_small_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7835569Z test_reference_numerics_small_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7835778Z test_reference_numerics_small_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7835988Z test_reference_numerics_small_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7836195Z test_reference_numerics_small_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7836428Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7836660Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7836889Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7837118Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7837353Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7837580Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7837813Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7838040Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7838277Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7838510Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7838745Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7838982Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7839187Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7839437Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7839656Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7839873Z test_reference_numerics_small_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7840092Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7840309Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7840520Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7840781Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7840994Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7841241Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7841456Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7841663Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7841872Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7842087Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7842333Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7842556Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2023-01-11T21:15:42.7842770Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7842990Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7843202Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7843410Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7843621Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7843832Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7844039Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7844238Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7844444Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7844653Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7844877Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7845129Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7845352Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7845577Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7845802Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7846021Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7846239Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7846461Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7846682Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7846897Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7847109Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7847323Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7847537Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7847801Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7848106Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7848361Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7848579Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7848791Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7848998Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7849205Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7849412Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7849616Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7849824Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7850050Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7850301Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7850519Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7850734Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7850949Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7851160Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7851382Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7851593Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7851812Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7852025Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7852242Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7852486Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7852701Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7852914Z test_reference_numerics_small_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7853131Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7853342Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7853554Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7853764Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7853971Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7854176Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7854380Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7854575Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7854830Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7855044Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7855326Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7855551Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7855792Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:15:42.7856010Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7856221Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7856432Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7856642Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7856851Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7857058Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7857266Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7857473Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7857688Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7857935Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7858153Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7858374Z test_reference_numerics_small_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2023-01-11T21:15:42.7858591Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7858804Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7859017Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7859227Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7859436Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7859633Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7859838Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7860049Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7860257Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7860527Z test_reference_numerics_small_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7860758Z test_reference_numerics_small_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7860987Z test_reference_numerics_small_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7861214Z test_reference_numerics_small_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7861441Z test_reference_numerics_small_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7861714Z test_reference_numerics_small_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7861940Z test_reference_numerics_small_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7862208Z test_reference_numerics_small_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7862478Z test_reference_numerics_small_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7862713Z test_reference_numerics_small_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7862945Z test_reference_numerics_small_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7863172Z test_reference_numerics_small_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7863399Z test_reference_numerics_small_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7863630Z test_reference_numerics_small_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7864015Z test_reference_numerics_small_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7864246Z test_reference_numerics_small_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7864544Z test_reference_numerics_small_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7864815Z test_reference_numerics_small_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7865089Z test_reference_numerics_small_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7865363Z test_reference_numerics_small_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7865647Z test_reference_numerics_small_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7865920Z test_reference_numerics_small_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7866184Z test_reference_numerics_small_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7866457Z test_reference_numerics_small_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7866778Z test_reference_numerics_small_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7867059Z test_reference_numerics_small_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7867338Z test_reference_numerics_small_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7867612Z test_reference_numerics_small_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7867882Z test_reference_numerics_small_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7868154Z test_reference_numerics_small_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7868424Z test_reference_numerics_small_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7868697Z test_reference_numerics_small_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7869022Z test_reference_numerics_small_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7869297Z test_reference_numerics_small_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7869655Z test_reference_numerics_small_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7869927Z test_reference_numerics_small_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7870262Z test_reference_numerics_small_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7870540Z test_reference_numerics_small_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7870816Z test_reference_numerics_small_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7871088Z test_reference_numerics_small_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7871362Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7871679Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7871959Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7872233Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7872500Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7872770Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7873037Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7873304Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7873570Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7873828Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7874141Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7874428Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7874656Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7874882Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7875107Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7875331Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7875555Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7875782Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7876009Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7876270Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7876492Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7876716Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7876941Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7877159Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7877441Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7877657Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7877918Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7878142Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7878398Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7878618Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7878840Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7879060Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7879282Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7879498Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7879707Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7879925Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7880182Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7880409Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7880631Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7880855Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7881076Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7881293Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7881512Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7881733Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7881995Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7882226Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7882464Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7882696Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7882924Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7883151Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7883382Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7883611Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7883888Z test_reference_numerics_small_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7884133Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7884422Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7884666Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7884945Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7885184Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7885424Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7885665Z test_reference_numerics_small_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7885942Z test_reference_numerics_small_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7886180Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7886420Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7886662Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7886901Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7887137Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7887377Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7887616Z test_reference_numerics_small_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7887897Z test_reference_numerics_small_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7888146Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7888387Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7888625Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7888864Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7889101Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7889342Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7889583Z test_reference_numerics_small_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7889863Z test_reference_numerics_small_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7890107Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7890346Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7890582Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7890822Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7891058Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7891346Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7891621Z test_reference_numerics_small_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7891853Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7892111Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7892341Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7892565Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7892791Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7893017Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7893229Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7893451Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7893672Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7893895Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7894154Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7894380Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7894611Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7894834Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7895064Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7895289Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7895514Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7895740Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7896035Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7896302Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7896568Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7896837Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7897097Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7897359Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7897619Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7897884Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7898196Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7898519Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7898774Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7899029Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7899278Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7899528Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7899778Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7900031Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7900283Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7900570Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7900821Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7901064Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7901313Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7901563Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7901810Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7902059Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7902309Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7902589Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7902834Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7903079Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7903323Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7903567Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7903865Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7904113Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7904355Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7904624Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7904919Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7905248Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7905514Z test_reference_numerics_small_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7905827Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7906083Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7906337Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7906595Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7906843Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7907091Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7907347Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7907598Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7907852Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7908104Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7908404Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7908671Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7908942Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2023-01-11T21:15:42.7909198Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7909462Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7909720Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7909974Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7910226Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7910481Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7910733Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7910993Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7911247Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7911548Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7911814Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2023-01-11T21:15:42.7912073Z test_reference_numerics_small_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2023-01-11T21:15:42.7912329Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7912580Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7912832Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7913086Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2023-01-11T21:15:42.7913333Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7913658Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7913906Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7914191Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7914431Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7914646Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7914890Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2023-01-11T21:15:42.7915107Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7915324Z test_reference_numerics_small_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2023-01-11T21:15:42.7915541Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2023-01-11T21:15:42.7915751Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7915967Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7916181Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7916387Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7916593Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7916797Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7917006Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7917216Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7917430Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7917646Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7917859Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7918072Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7918285Z test_reference_numerics_small_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7918493Z test_reference_numerics_small_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7918703Z test_reference_numerics_small_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7918911Z test_reference_numerics_small_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7919108Z test_reference_numerics_small_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7919288Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2023-01-11T21:15:42.7919464Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2023-01-11T21:15:42.7919641Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2023-01-11T21:15:42.7919843Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7920043Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7920241Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2023-01-11T21:15:42.7920442Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2023-01-11T21:15:42.7920696Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7920903Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2023-01-11T21:15:42.7921142Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7921348Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2023-01-11T21:15:42.7921566Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7921782Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7921995Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7922212Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7922422Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7922626Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7922836Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7923047Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7923252Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:15:42.7923446Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2023-01-11T21:15:42.7923472Z 2023-01-11T21:15:42.7923908Z ---------------------------------------------------------------------- 2023-01-11T21:15:42.7924017Z Ran 13424 tests in 164.032s 2023-01-11T21:15:42.7924024Z 2023-01-11T21:15:42.7924159Z OK (skipped=483, expected failures=17) 2023-01-11T21:15:42.7924169Z 2023-01-11T21:15:42.7924284Z Generating XML reports... 2023-01-11T21:15:42.7924692Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20230111211252.xml 2023-01-11T21:15:42.7924699Z 2023-01-11T21:15:42.7925117Z ##[endgroup] 2023-01-11T21:15:42.7925495Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/pytorch/test/test-reports/test_unary_ufuncs_vhdws64a) 2023-01-11T21:15:42.7925502Z 2023-01-11T21:15:48.1433245Z Ignoring disabled issues: [] 2023-01-11T21:15:48.1626313Z Running test_functional_autograd_benchmark ... [2023-01-11 21:15:48.161808] 2023-01-11T21:15:48.1628639Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:15:48.162052] 2023-01-11T21:16:58.3668704Z 2023-01-11T21:16:58.3669526Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2023-01-11T21:16:58.3671895Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/pytorch/test/test-reports/test_functional_autograd_benchmark_amf1p8jp) 2023-01-11T21:16:58.3681982Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2023-01-11T21:16:58.3682998Z 2023-01-11T21:16:58.3683387Z Running tests... 2023-01-11T21:16:58.3684875Z ---------------------------------------------------------------------- 2023-01-11T21:16:58.3686172Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3687268Z Results for model resnet18 on task vjp: nans (var: nan) 2023-01-11T21:16:58.3688233Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3689704Z Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3691106Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2023-01-11T21:16:58.3692690Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3732595Z Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3734240Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2023-01-11T21:16:58.3735912Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3737187Z Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3738848Z Results for model wav2letter on task vjp: nans (var: nan) 2023-01-11T21:16:58.3740076Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3741089Z Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3742006Z Results for model transformer on task vjp: nans (var: nan) 2023-01-11T21:16:58.3743126Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3744316Z Found functorch: 2.0.0a0+git8419ddd 2023-01-11T21:16:58.3745538Z Results for model multiheadattn on task vjp: nans (var: nan) 2023-01-11T21:16:58.3746777Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2023-01-11T21:16:58.3747619Z ok (65.306s) 2023-01-11T21:16:58.3748769Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T21:16:58.3749617Z 2023-01-11T21:16:58.3750639Z ---------------------------------------------------------------------- 2023-01-11T21:16:58.3751470Z Ran 2 tests in 65.309s 2023-01-11T21:16:58.3751866Z 2023-01-11T21:16:58.3752123Z OK (skipped=1) 2023-01-11T21:16:58.3752495Z 2023-01-11T21:16:58.3752790Z Generating XML reports... 2023-01-11T21:16:58.3754496Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20230111211550.xml 2023-01-11T21:16:58.3755490Z 2023-01-11T21:16:58.3756541Z ##[endgroup] 2023-01-11T21:16:58.3758093Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/pytorch/test/test-reports/test_functional_autograd_benchmark_amf1p8jp) 2023-01-11T21:16:58.3759018Z 2023-01-11T21:17:03.8241663Z Ignoring disabled issues: [] 2023-01-11T21:17:03.8440497Z Running test_mkldnn ... [2023-01-11 21:17:03.843250] 2023-01-11T21:17:03.8442316Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:17:03.843564] 2023-01-11T21:17:29.3419468Z 2023-01-11T21:17:29.3427001Z Expand the folded group to see the log file of test_mkldnn 2023-01-11T21:17:29.3429033Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/pytorch/test/test-reports/test_mkldnn_ybdtg9mx) 2023-01-11T21:17:29.3430764Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2023-01-11T21:17:29.3431398Z 2023-01-11T21:17:29.3431667Z Running tests... 2023-01-11T21:17:29.3433581Z ---------------------------------------------------------------------- 2023-01-11T21:17:29.3434589Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.682s) 2023-01-11T21:17:29.3435561Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.069s) 2023-01-11T21:17:29.3436566Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.081s) 2023-01-11T21:17:29.3437500Z test_add (__main__.TestMkldnn) ... ok (0.045s) 2023-01-11T21:17:29.3438382Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2023-01-11T21:17:29.3439339Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.018s) 2023-01-11T21:17:29.3440231Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.020s) 2023-01-11T21:17:29.3441118Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.016s) 2023-01-11T21:17:29.3442047Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.007s) 2023-01-11T21:17:29.3443213Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.703s) 2023-01-11T21:17:29.3444404Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.323s) 2023-01-11T21:17:29.3446495Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.8/site-packages/torch/jit/_trace.py:780: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2023-01-11T21:17:29.3448945Z warnings.warn( 2023-01-11T21:17:29.3449698Z ok (0.072s) 2023-01-11T21:17:29.3450609Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.031s) 2023-01-11T21:17:29.3451728Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.567s) 2023-01-11T21:17:29.3453173Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.184s) 2023-01-11T21:17:29.3454039Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2023-01-11T21:17:29.3454864Z test_conv1d (__main__.TestMkldnn) ... ok (0.323s) 2023-01-11T21:17:29.3455709Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.109s) 2023-01-11T21:17:29.3456596Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3457464Z test_conv2d (__main__.TestMkldnn) ... ok (0.730s) 2023-01-11T21:17:29.3458289Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.109s) 2023-01-11T21:17:29.3459144Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2023-01-11T21:17:29.3460164Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.013s) 2023-01-11T21:17:29.3461166Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.817s) 2023-01-11T21:17:29.3462052Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2023-01-11T21:17:29.3462911Z test_conv3d (__main__.TestMkldnn) ... ok (1.801s) 2023-01-11T21:17:29.3463890Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.221s) 2023-01-11T21:17:29.3464733Z test_conversion (__main__.TestMkldnn) ... ok (0.025s) 2023-01-11T21:17:29.3465564Z test_copy (__main__.TestMkldnn) ... ok (0.015s) 2023-01-11T21:17:29.3466387Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3467208Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2023-01-11T21:17:29.3468019Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2023-01-11T21:17:29.3468835Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.006s) 2023-01-11T21:17:29.3469666Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2023-01-11T21:17:29.3470544Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.007s) 2023-01-11T21:17:29.3472511Z test_legacy_new_failure (__main__.TestMkldnn) ... test_mkldnn.py:1222: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:17:29.3474504Z self.assertRaises(RuntimeError, lambda: x_mkldnn.new(x.storage())) 2023-01-11T21:17:29.3475316Z ok (0.007s) 2023-01-11T21:17:29.3476013Z test_linear (__main__.TestMkldnn) ... ok (0.025s) 2023-01-11T21:17:29.3476881Z test_linear_backward (__main__.TestMkldnn) ... ok (0.005s) 2023-01-11T21:17:29.3477627Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.028s) 2023-01-11T21:17:29.3478406Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.006s) 2023-01-11T21:17:29.3479202Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.079s) 2023-01-11T21:17:29.3479952Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.170s) 2023-01-11T21:17:29.3480733Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.013s) 2023-01-11T21:17:29.3481495Z test_max_pool3d (__main__.TestMkldnn) ... ok (5.621s) 2023-01-11T21:17:29.3482242Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (1.136s) 2023-01-11T21:17:29.3483010Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.014s) 2023-01-11T21:17:29.3483826Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.037s) 2023-01-11T21:17:29.3484571Z test_mul (__main__.TestMkldnn) ... ok (0.037s) 2023-01-11T21:17:29.3485256Z test_prelu (__main__.TestMkldnn) ... ok (3.494s) 2023-01-11T21:17:29.3485962Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (1.023s) 2023-01-11T21:17:29.3486659Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2023-01-11T21:17:29.3487327Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3488021Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.005s) 2023-01-11T21:17:29.3488914Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.004s) 2023-01-11T21:17:29.3489630Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2023-01-11T21:17:29.3490332Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3491196Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2023-01-11T21:17:29.3491984Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.011s) 2023-01-11T21:17:29.3493909Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2023-01-11T21:17:29.3495111Z warnings.warn( 2023-01-11T21:17:29.3496930Z /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2023-01-11T21:17:29.3498199Z warnings.warn(msg) 2023-01-11T21:17:29.3498715Z ok (0.401s) 2023-01-11T21:17:29.3499337Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (1.074s) 2023-01-11T21:17:29.3500143Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.004s) 2023-01-11T21:17:29.3500900Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3501605Z test_softmax (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3502298Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2023-01-11T21:17:29.3503001Z test_transpose (__main__.TestMkldnn) ... ok (0.004s) 2023-01-11T21:17:29.3504114Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.005s) 2023-01-11T21:17:29.3504922Z test_unsupported (__main__.TestMkldnn) ... ok (0.107s) 2023-01-11T21:17:29.3505753Z test_view (__main__.TestMkldnn) ... ok (0.008s) 2023-01-11T21:17:29.3506563Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2023-01-11T21:17:29.3507045Z 2023-01-11T21:17:29.3507733Z ---------------------------------------------------------------------- 2023-01-11T21:17:29.3508567Z Ran 68 tests in 20.369s 2023-01-11T21:17:29.3508965Z 2023-01-11T21:17:29.3509181Z OK 2023-01-11T21:17:29.3509497Z 2023-01-11T21:17:29.3509803Z Generating XML reports... 2023-01-11T21:17:29.3511121Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20230111211705.xml 2023-01-11T21:17:29.3511856Z 2023-01-11T21:17:29.3512611Z ##[endgroup] 2023-01-11T21:17:29.3513872Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/pytorch/test/test-reports/test_mkldnn_ybdtg9mx) 2023-01-11T21:17:29.3514592Z 2023-01-11T21:17:34.8474433Z Ignoring disabled issues: [] 2023-01-11T21:17:34.8676309Z Running test_fx_experimental ... [2023-01-11 21:17:34.866769] 2023-01-11T21:17:34.8678476Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:17:34.867029] 2023-01-11T21:17:43.6113758Z 2023-01-11T21:17:43.6114995Z Expand the folded group to see the log file of test_schema_check 2023-01-11T21:17:43.6116980Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/pytorch/test/test-reports/test_schema_check_tgv19ayy) 2023-01-11T21:17:43.6122382Z Test results will be stored in test-reports/python-unittest/test_schema_check 2023-01-11T21:17:43.6123096Z 2023-01-11T21:17:43.6123493Z Running tests... 2023-01-11T21:17:43.6124556Z ---------------------------------------------------------------------- 2023-01-11T21:17:43.6125674Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.029s) 2023-01-11T21:17:43.6126920Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6128162Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.003s) 2023-01-11T21:17:43.6129297Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6147304Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6148342Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2023-01-11T21:17:43.6149612Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6150724Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6151834Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6152857Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6153960Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.010s) 2023-01-11T21:17:43.6155104Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6156300Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6157589Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6158791Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.005s) 2023-01-11T21:17:43.6160031Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.009s) 2023-01-11T21:17:43.6161241Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2023-01-11T21:17:43.6162463Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6163740Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.015s) 2023-01-11T21:17:43.6164970Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.013s) 2023-01-11T21:17:43.6166187Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6167484Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6170354Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:278: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:17:43.6172965Z torch.aminmax(x, dim=0, out=[actual, actual]) 2023-01-11T21:17:43.6173680Z ok (0.002s) 2023-01-11T21:17:43.6174640Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6177493Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:180: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:17:43.6180012Z torch.aminmax(x, dim=0, out=[actual, actual]) 2023-01-11T21:17:43.6180715Z ok (0.003s) 2023-01-11T21:17:43.6181622Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6182859Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6184543Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6186112Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6187293Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.001s) 2023-01-11T21:17:43.6188565Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2023-01-11T21:17:43.6192035Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.006s) 2023-01-11T21:17:43.6193181Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2023-01-11T21:17:43.6194366Z test_schema_correctness_H_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.158s) 2023-01-11T21:17:43.6195668Z test_schema_correctness_H_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6196974Z test_schema_correctness_H_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6198304Z test_schema_correctness_H_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6199630Z test_schema_correctness_H_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6200928Z test_schema_correctness_H_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6202068Z test_schema_correctness_H_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6203013Z test_schema_correctness_H_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6203946Z test_schema_correctness_H_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6204862Z test_schema_correctness_H_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6205770Z test_schema_correctness_H_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6206676Z test_schema_correctness_H_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6207594Z test_schema_correctness_H_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6208521Z test_schema_correctness_T_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6209454Z test_schema_correctness_T_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6210396Z test_schema_correctness_T_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6211358Z test_schema_correctness_T_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6212304Z test_schema_correctness_T_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6213240Z test_schema_correctness_T_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6214164Z test_schema_correctness_T_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6215089Z test_schema_correctness_T_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6216020Z test_schema_correctness_T_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6216915Z test_schema_correctness_T_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6217821Z test_schema_correctness_T_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6218728Z test_schema_correctness_T_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6219637Z test_schema_correctness_T_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6220602Z test_schema_correctness___getitem___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.6221593Z test_schema_correctness___getitem___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6222689Z test_schema_correctness___getitem___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.6223789Z test_schema_correctness___getitem___cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6224869Z test_schema_correctness___getitem___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.6225879Z test_schema_correctness___getitem___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6226876Z test_schema_correctness___getitem___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6227860Z test_schema_correctness___getitem___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6228867Z test_schema_correctness___getitem___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.6229846Z test_schema_correctness___getitem___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6230812Z test_schema_correctness___getitem___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.6231775Z test_schema_correctness___getitem___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.6232736Z test_schema_correctness___getitem___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6233720Z test_schema_correctness___radd___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6234686Z test_schema_correctness___radd___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6235659Z test_schema_correctness___radd___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6236692Z test_schema_correctness___radd___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6237680Z test_schema_correctness___radd___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6238649Z test_schema_correctness___radd___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6239637Z test_schema_correctness___radd___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6240591Z test_schema_correctness___radd___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6241530Z test_schema_correctness___radd___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6242482Z test_schema_correctness___radd___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6243432Z test_schema_correctness___radd___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6244405Z test_schema_correctness___radd___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6245371Z test_schema_correctness___rand___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6246330Z test_schema_correctness___rand___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6247276Z test_schema_correctness___rand___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6248208Z test_schema_correctness___rand___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6249171Z test_schema_correctness___rand___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6250124Z test_schema_correctness___rand___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6251098Z test_schema_correctness___rdiv___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.6252168Z test_schema_correctness___rdiv___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6253128Z test_schema_correctness___rdiv___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6254180Z test_schema_correctness___rdiv___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6255164Z test_schema_correctness___rdiv___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6256145Z test_schema_correctness___rdiv___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6257101Z test_schema_correctness___rdiv___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6258061Z test_schema_correctness___rdiv___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6259007Z test_schema_correctness___rdiv___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6259962Z test_schema_correctness___rdiv___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6260905Z test_schema_correctness___rdiv___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6261859Z test_schema_correctness___rdiv___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6262837Z test_schema_correctness___rmatmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.6263921Z test_schema_correctness___rmatmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.139s) 2023-01-11T21:17:43.6264925Z test_schema_correctness___rmatmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2023-01-11T21:17:43.6265930Z test_schema_correctness___rmatmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.6266916Z test_schema_correctness___rmatmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.059s) 2023-01-11T21:17:43.6267901Z test_schema_correctness___rmatmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.277s) 2023-01-11T21:17:43.6268888Z test_schema_correctness___rmod___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6269860Z test_schema_correctness___rmod___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6270833Z test_schema_correctness___rmod___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6271803Z test_schema_correctness___rmod___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6272789Z test_schema_correctness___rmod___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6273714Z test_schema_correctness___rmod___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6274692Z test_schema_correctness___rmod___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6275651Z test_schema_correctness___rmod___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6276612Z test_schema_correctness___rmod___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6277580Z test_schema_correctness___rmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6278541Z test_schema_correctness___rmul___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6279505Z test_schema_correctness___rmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6280489Z test_schema_correctness___rmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6281443Z test_schema_correctness___rmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6282553Z test_schema_correctness___rmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6283515Z test_schema_correctness___rmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6284545Z test_schema_correctness___rmul___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6285493Z test_schema_correctness___rmul___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6286434Z test_schema_correctness___rmul___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6287374Z test_schema_correctness___rmul___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6288319Z test_schema_correctness___rmul___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6289246Z test_schema_correctness___ror___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6290195Z test_schema_correctness___ror___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6291167Z test_schema_correctness___ror___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6292116Z test_schema_correctness___ror___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6293059Z test_schema_correctness___ror___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6293999Z test_schema_correctness___ror___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6296236Z test_schema_correctness___rpow___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/_tensor.py:870: 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). 2023-01-11T21:17:43.6297707Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2023-01-11T21:17:43.6298290Z ok (0.104s) 2023-01-11T21:17:43.6298999Z test_schema_correctness___rpow___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2023-01-11T21:17:43.6299965Z test_schema_correctness___rpow___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.097s) 2023-01-11T21:17:43.6300933Z test_schema_correctness___rpow___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6301884Z test_schema_correctness___rpow___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2023-01-11T21:17:43.6302842Z test_schema_correctness___rpow___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6304010Z test_schema_correctness___rpow___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6304956Z test_schema_correctness___rpow___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6305893Z test_schema_correctness___rpow___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6306831Z test_schema_correctness___rpow___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2023-01-11T21:17:43.6307764Z test_schema_correctness___rpow___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2023-01-11T21:17:43.6308709Z test_schema_correctness___rsub___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6309679Z test_schema_correctness___rsub___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6310644Z test_schema_correctness___rsub___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6311597Z test_schema_correctness___rsub___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6312704Z test_schema_correctness___rsub___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6313650Z test_schema_correctness___rsub___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6314667Z test_schema_correctness___rsub___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6315604Z test_schema_correctness___rsub___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6316530Z test_schema_correctness___rsub___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6317458Z test_schema_correctness___rsub___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6318392Z test_schema_correctness___rsub___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6319331Z test_schema_correctness___rxor___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6320266Z test_schema_correctness___rxor___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6321191Z test_schema_correctness___rxor___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6322103Z test_schema_correctness___rxor___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6322764Z test_schema_correctness___rxor___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6323270Z test_schema_correctness___rxor___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6323791Z test_schema_correctness__native_batch_norm_legit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.6324342Z test_schema_correctness__native_batch_norm_legit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6324896Z test_schema_correctness__native_batch_norm_legit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6325442Z test_schema_correctness__native_batch_norm_legit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6325991Z test_schema_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6326528Z test_schema_correctness__softmax_backward_data_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6327077Z test_schema_correctness__softmax_backward_data_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6327620Z test_schema_correctness__softmax_backward_data_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6328141Z test_schema_correctness_abs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6328637Z test_schema_correctness_abs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6329135Z test_schema_correctness_abs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6329645Z test_schema_correctness_abs_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6330149Z test_schema_correctness_abs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6330635Z test_schema_correctness_abs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6331130Z test_schema_correctness_abs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6331626Z test_schema_correctness_abs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6332113Z test_schema_correctness_abs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6332658Z test_schema_correctness_abs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6333144Z test_schema_correctness_abs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6333665Z test_schema_correctness_abs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6334148Z test_schema_correctness_abs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6334635Z test_schema_correctness_acos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6335129Z test_schema_correctness_acos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6335635Z test_schema_correctness_acos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6336144Z test_schema_correctness_acos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6336653Z test_schema_correctness_acos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6337159Z test_schema_correctness_acos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6337665Z test_schema_correctness_acos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6338152Z test_schema_correctness_acos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6338653Z test_schema_correctness_acos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6339145Z test_schema_correctness_acos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6339630Z test_schema_correctness_acos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6340120Z test_schema_correctness_acos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6340614Z test_schema_correctness_acos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6341109Z test_schema_correctness_acosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6341605Z test_schema_correctness_acosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6342104Z test_schema_correctness_acosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6342613Z test_schema_correctness_acosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6343117Z test_schema_correctness_acosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6343620Z test_schema_correctness_acosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6344199Z test_schema_correctness_acosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6344776Z test_schema_correctness_acosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6345372Z test_schema_correctness_acosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6345966Z test_schema_correctness_acosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6346538Z test_schema_correctness_acosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6347129Z test_schema_correctness_acosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6347725Z test_schema_correctness_acosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6348332Z test_schema_correctness_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6349033Z test_schema_correctness_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6349637Z test_schema_correctness_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6350294Z test_schema_correctness_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6350892Z test_schema_correctness_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6351489Z test_schema_correctness_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6352079Z test_schema_correctness_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6352670Z test_schema_correctness_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6353260Z test_schema_correctness_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6353848Z test_schema_correctness_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6354433Z test_schema_correctness_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6355016Z test_schema_correctness_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6355597Z test_schema_correctness_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6356193Z test_schema_correctness_addbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6356805Z test_schema_correctness_addbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6357427Z test_schema_correctness_addbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6358031Z test_schema_correctness_addbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6358640Z test_schema_correctness_addbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6359243Z test_schema_correctness_addbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6359860Z test_schema_correctness_addcdiv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.6360471Z test_schema_correctness_addcdiv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6361101Z test_schema_correctness_addcdiv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6361721Z test_schema_correctness_addcdiv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6362333Z test_schema_correctness_addcdiv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6362923Z test_schema_correctness_addcdiv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6363439Z test_schema_correctness_addcmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6363951Z test_schema_correctness_addcmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6364471Z test_schema_correctness_addcmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6364977Z test_schema_correctness_addcmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6365477Z test_schema_correctness_addcmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6365982Z test_schema_correctness_addcmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6366481Z test_schema_correctness_addcmul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6366978Z test_schema_correctness_addcmul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6367531Z test_schema_correctness_addcmul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6368067Z test_schema_correctness_addcmul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6368561Z test_schema_correctness_addcmul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6369063Z test_schema_correctness_addmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6369590Z test_schema_correctness_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6370140Z test_schema_correctness_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6370663Z test_schema_correctness_addmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6371165Z test_schema_correctness_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6371661Z test_schema_correctness_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6372183Z test_schema_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6372736Z test_schema_correctness_addmm_decomposed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6373322Z test_schema_correctness_addmm_decomposed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6373879Z test_schema_correctness_addmm_decomposed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6374411Z test_schema_correctness_addmm_decomposed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6374948Z test_schema_correctness_addmm_decomposed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6375466Z test_schema_correctness_addmv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6375982Z test_schema_correctness_addmv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6376496Z test_schema_correctness_addmv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6377003Z test_schema_correctness_addmv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6377489Z test_schema_correctness_addmv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6377987Z test_schema_correctness_addmv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6378481Z test_schema_correctness_addr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6378974Z test_schema_correctness_addr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6379475Z test_schema_correctness_addr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6379984Z test_schema_correctness_addr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6380487Z test_schema_correctness_addr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6380973Z test_schema_correctness_addr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6381470Z test_schema_correctness_addr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6381961Z test_schema_correctness_addr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6382452Z test_schema_correctness_addr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6383003Z test_schema_correctness_addr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6383495Z test_schema_correctness_addr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6384089Z test_schema_correctness_addr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6384633Z test_schema_correctness_all_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6385219Z test_schema_correctness_all_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6386539Z test_schema_correctness_all_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:276.) 2023-01-11T21:17:43.6387377Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.6387686Z ok (0.009s) 2023-01-11T21:17:43.6388134Z test_schema_correctness_all_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6388739Z test_schema_correctness_all_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6389329Z test_schema_correctness_all_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6389922Z test_schema_correctness_all_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6390494Z test_schema_correctness_all_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6391076Z test_schema_correctness_all_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6391660Z test_schema_correctness_all_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6392253Z test_schema_correctness_all_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6392837Z test_schema_correctness_all_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6393436Z test_schema_correctness_allclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.6394056Z test_schema_correctness_allclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6394686Z test_schema_correctness_allclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6395290Z test_schema_correctness_allclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.6395900Z test_schema_correctness_allclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.6396519Z test_schema_correctness_allclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.6397128Z test_schema_correctness_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.6397722Z test_schema_correctness_amax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6398327Z test_schema_correctness_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2023-01-11T21:17:43.6398926Z test_schema_correctness_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6399511Z test_schema_correctness_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6400106Z test_schema_correctness_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6400689Z test_schema_correctness_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6401278Z test_schema_correctness_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6401945Z test_schema_correctness_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6402533Z test_schema_correctness_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6403112Z test_schema_correctness_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.6403602Z test_schema_correctness_amin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6404086Z test_schema_correctness_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6404582Z test_schema_correctness_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2023-01-11T21:17:43.6405073Z test_schema_correctness_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6405564Z test_schema_correctness_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6406061Z test_schema_correctness_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6406542Z test_schema_correctness_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6407031Z test_schema_correctness_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6407515Z test_schema_correctness_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6408004Z test_schema_correctness_aminmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6408513Z test_schema_correctness_aminmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6409014Z test_schema_correctness_aminmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6409520Z test_schema_correctness_aminmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6410025Z test_schema_correctness_aminmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6410525Z test_schema_correctness_aminmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6411025Z test_schema_correctness_aminmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6411511Z test_schema_correctness_aminmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6412010Z test_schema_correctness_aminmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6412506Z test_schema_correctness_aminmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6412998Z test_schema_correctness_angle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6413508Z test_schema_correctness_angle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6414023Z test_schema_correctness_angle_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6414531Z test_schema_correctness_angle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6415033Z test_schema_correctness_angle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6415525Z test_schema_correctness_angle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6416018Z test_schema_correctness_angle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6416509Z test_schema_correctness_angle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6417002Z test_schema_correctness_angle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6417548Z test_schema_correctness_angle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6418039Z test_schema_correctness_angle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6418575Z test_schema_correctness_any_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6419075Z test_schema_correctness_any_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6419567Z test_schema_correctness_any_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6420077Z test_schema_correctness_any_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6420575Z test_schema_correctness_any_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6421068Z test_schema_correctness_any_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6421562Z test_schema_correctness_any_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6422044Z test_schema_correctness_any_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6422530Z test_schema_correctness_any_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6422999Z test_schema_correctness_any_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6423488Z test_schema_correctness_any_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6424106Z test_schema_correctness_any_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6424651Z test_schema_correctness_arange_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2023-01-11T21:17:43.6425274Z test_schema_correctness_arange_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2023-01-11T21:17:43.6425888Z test_schema_correctness_arange_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2023-01-11T21:17:43.6426495Z test_schema_correctness_arange_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2023-01-11T21:17:43.6427109Z test_schema_correctness_arange_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2023-01-11T21:17:43.6427695Z test_schema_correctness_arange_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2023-01-11T21:17:43.6428299Z test_schema_correctness_arange_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2023-01-11T21:17:43.6428902Z test_schema_correctness_arange_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2023-01-11T21:17:43.6429499Z test_schema_correctness_arange_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2023-01-11T21:17:43.6430108Z test_schema_correctness_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6430727Z test_schema_correctness_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6431332Z test_schema_correctness_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6431938Z test_schema_correctness_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6432524Z test_schema_correctness_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6433122Z test_schema_correctness_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6433727Z test_schema_correctness_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6434316Z test_schema_correctness_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6434912Z test_schema_correctness_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6435613Z test_schema_correctness_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6436219Z test_schema_correctness_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6436874Z test_schema_correctness_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6437487Z test_schema_correctness_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6438084Z test_schema_correctness_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6438675Z test_schema_correctness_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6439269Z test_schema_correctness_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6439867Z test_schema_correctness_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6440462Z test_schema_correctness_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6441069Z test_schema_correctness_argsort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.103s) 2023-01-11T21:17:43.6441674Z test_schema_correctness_argsort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6442282Z test_schema_correctness_argsort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6442858Z test_schema_correctness_argsort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6443357Z test_schema_correctness_argsort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6443859Z test_schema_correctness_argsort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6444359Z test_schema_correctness_argsort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6444863Z test_schema_correctness_argsort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6445362Z test_schema_correctness_argsort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6445868Z test_schema_correctness_argwhere_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.100s) 2023-01-11T21:17:43.6446374Z test_schema_correctness_argwhere_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6446886Z test_schema_correctness_argwhere_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6447414Z test_schema_correctness_argwhere_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6447926Z test_schema_correctness_argwhere_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6448433Z test_schema_correctness_argwhere_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6448945Z test_schema_correctness_argwhere_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6449454Z test_schema_correctness_argwhere_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6449951Z test_schema_correctness_argwhere_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6450453Z test_schema_correctness_argwhere_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6450947Z test_schema_correctness_argwhere_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6451448Z test_schema_correctness_argwhere_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6451959Z test_schema_correctness_as_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6452530Z test_schema_correctness_as_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6453044Z test_schema_correctness_as_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6453600Z test_schema_correctness_as_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6454126Z test_schema_correctness_as_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6454648Z test_schema_correctness_as_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6455160Z test_schema_correctness_as_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6455666Z test_schema_correctness_as_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6456175Z test_schema_correctness_as_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6456680Z test_schema_correctness_as_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6457185Z test_schema_correctness_as_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6457679Z test_schema_correctness_as_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6458185Z test_schema_correctness_as_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6458719Z test_schema_correctness_as_strided_partial_views_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6459272Z test_schema_correctness_as_strided_partial_views_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6459826Z test_schema_correctness_as_strided_partial_views_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6460395Z test_schema_correctness_as_strided_partial_views_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6460957Z test_schema_correctness_as_strided_partial_views_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6461510Z test_schema_correctness_as_strided_partial_views_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6462063Z test_schema_correctness_as_strided_partial_views_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6462603Z test_schema_correctness_as_strided_partial_views_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6463146Z test_schema_correctness_as_strided_partial_views_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6463747Z test_schema_correctness_as_strided_partial_views_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6464289Z test_schema_correctness_as_strided_partial_views_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6464934Z test_schema_correctness_as_strided_partial_views_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6465590Z test_schema_correctness_as_strided_partial_views_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6466243Z test_schema_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6466885Z test_schema_correctness_as_strided_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6467521Z test_schema_correctness_as_strided_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.6468176Z test_schema_correctness_as_strided_scatter_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6468925Z test_schema_correctness_as_strided_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6469648Z test_schema_correctness_as_strided_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6470300Z test_schema_correctness_as_strided_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6470940Z test_schema_correctness_as_strided_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6471578Z test_schema_correctness_as_strided_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6472214Z test_schema_correctness_as_strided_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6472843Z test_schema_correctness_as_strided_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6473472Z test_schema_correctness_as_strided_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6474114Z test_schema_correctness_as_strided_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6474734Z test_schema_correctness_asin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6475326Z test_schema_correctness_asin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6475939Z test_schema_correctness_asin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6476556Z test_schema_correctness_asin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6477157Z test_schema_correctness_asin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6477772Z test_schema_correctness_asin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6478363Z test_schema_correctness_asin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6478966Z test_schema_correctness_asin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6479554Z test_schema_correctness_asin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6480147Z test_schema_correctness_asin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6480736Z test_schema_correctness_asin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6481329Z test_schema_correctness_asin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6481915Z test_schema_correctness_asin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6482504Z test_schema_correctness_asinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6483088Z test_schema_correctness_asinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6483594Z test_schema_correctness_asinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6484106Z test_schema_correctness_asinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6484610Z test_schema_correctness_asinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6485113Z test_schema_correctness_asinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6485607Z test_schema_correctness_asinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6486101Z test_schema_correctness_asinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6486643Z test_schema_correctness_asinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6487130Z test_schema_correctness_asinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6487659Z test_schema_correctness_asinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6488151Z test_schema_correctness_asinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6488639Z test_schema_correctness_asinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6489135Z test_schema_correctness_atan2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6489629Z test_schema_correctness_atan2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6490124Z test_schema_correctness_atan2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6490614Z test_schema_correctness_atan2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6491114Z test_schema_correctness_atan2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6491611Z test_schema_correctness_atan2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6492094Z test_schema_correctness_atan2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6492587Z test_schema_correctness_atan2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6493074Z test_schema_correctness_atan2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6493564Z test_schema_correctness_atan2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6494048Z test_schema_correctness_atan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6494546Z test_schema_correctness_atan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6495043Z test_schema_correctness_atan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6495551Z test_schema_correctness_atan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6496056Z test_schema_correctness_atan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6496560Z test_schema_correctness_atan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6497052Z test_schema_correctness_atan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6497551Z test_schema_correctness_atan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6498031Z test_schema_correctness_atan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6498520Z test_schema_correctness_atan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6499004Z test_schema_correctness_atan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6499496Z test_schema_correctness_atan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6499979Z test_schema_correctness_atan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6500477Z test_schema_correctness_atanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6500968Z test_schema_correctness_atanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6501474Z test_schema_correctness_atanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6501968Z test_schema_correctness_atanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6502535Z test_schema_correctness_atanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6503081Z test_schema_correctness_atanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6503580Z test_schema_correctness_atanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6504127Z test_schema_correctness_atanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6504649Z test_schema_correctness_atanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6505233Z test_schema_correctness_atanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6505814Z test_schema_correctness_atanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6506412Z test_schema_correctness_atanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6506999Z test_schema_correctness_atanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6507616Z test_schema_correctness_atleast_1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6508227Z test_schema_correctness_atleast_1d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6508852Z test_schema_correctness_atleast_1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6509484Z test_schema_correctness_atleast_1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6510115Z test_schema_correctness_atleast_1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6510724Z test_schema_correctness_atleast_1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6511342Z test_schema_correctness_atleast_1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6511956Z test_schema_correctness_atleast_1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6512566Z test_schema_correctness_atleast_1d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6513170Z test_schema_correctness_atleast_1d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6513778Z test_schema_correctness_atleast_1d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6514388Z test_schema_correctness_atleast_1d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6514994Z test_schema_correctness_atleast_1d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6515590Z test_schema_correctness_atleast_2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6516207Z test_schema_correctness_atleast_2d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6516827Z test_schema_correctness_atleast_2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6517456Z test_schema_correctness_atleast_2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6518086Z test_schema_correctness_atleast_2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6518704Z test_schema_correctness_atleast_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6519323Z test_schema_correctness_atleast_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6519934Z test_schema_correctness_atleast_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6520613Z test_schema_correctness_atleast_2d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6521219Z test_schema_correctness_atleast_2d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6521871Z test_schema_correctness_atleast_2d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6522479Z test_schema_correctness_atleast_2d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6523029Z test_schema_correctness_atleast_2d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6523533Z test_schema_correctness_atleast_3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6524041Z test_schema_correctness_atleast_3d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6524559Z test_schema_correctness_atleast_3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6525073Z test_schema_correctness_atleast_3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6525594Z test_schema_correctness_atleast_3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6526106Z test_schema_correctness_atleast_3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6526621Z test_schema_correctness_atleast_3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6527125Z test_schema_correctness_atleast_3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6527628Z test_schema_correctness_atleast_3d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6528135Z test_schema_correctness_atleast_3d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6528637Z test_schema_correctness_atleast_3d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6529124Z test_schema_correctness_atleast_3d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6529626Z test_schema_correctness_atleast_3d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6530135Z test_schema_correctness_baddbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6530667Z test_schema_correctness_baddbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6531222Z test_schema_correctness_baddbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6531751Z test_schema_correctness_baddbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6532260Z test_schema_correctness_baddbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6532765Z test_schema_correctness_baddbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6533268Z test_schema_correctness_bernoulli_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6533782Z test_schema_correctness_bernoulli_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6534294Z test_schema_correctness_bernoulli_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6534802Z test_schema_correctness_bernoulli_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6535310Z test_schema_correctness_bfloat16_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6535812Z test_schema_correctness_bfloat16_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6536375Z test_schema_correctness_bfloat16_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6536891Z test_schema_correctness_bfloat16_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6537430Z test_schema_correctness_bfloat16_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6537942Z test_schema_correctness_bfloat16_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6538449Z test_schema_correctness_bfloat16_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6538954Z test_schema_correctness_bfloat16_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6539458Z test_schema_correctness_bfloat16_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6539957Z test_schema_correctness_bfloat16_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6540459Z test_schema_correctness_bfloat16_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6540944Z test_schema_correctness_bfloat16_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6541447Z test_schema_correctness_bfloat16_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6541947Z test_schema_correctness_bincount_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6542443Z test_schema_correctness_bincount_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6542939Z test_schema_correctness_bincount_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6543439Z test_schema_correctness_bincount_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6544071Z test_schema_correctness_bincount_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6544611Z test_schema_correctness_bitwise_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6545213Z test_schema_correctness_bitwise_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6545830Z test_schema_correctness_bitwise_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6546439Z test_schema_correctness_bitwise_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6547056Z test_schema_correctness_bitwise_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6547668Z test_schema_correctness_bitwise_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6548296Z test_schema_correctness_bitwise_left_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6548926Z test_schema_correctness_bitwise_left_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6549558Z test_schema_correctness_bitwise_left_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6550184Z test_schema_correctness_bitwise_left_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6550814Z test_schema_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6551433Z test_schema_correctness_bitwise_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6552046Z test_schema_correctness_bitwise_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6552655Z test_schema_correctness_bitwise_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6553266Z test_schema_correctness_bitwise_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6553964Z test_schema_correctness_bitwise_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6554579Z test_schema_correctness_bitwise_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6555239Z test_schema_correctness_bitwise_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6555847Z test_schema_correctness_bitwise_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6556453Z test_schema_correctness_bitwise_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6557056Z test_schema_correctness_bitwise_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6557656Z test_schema_correctness_bitwise_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6558262Z test_schema_correctness_bitwise_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6558885Z test_schema_correctness_bitwise_right_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6559528Z test_schema_correctness_bitwise_right_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6560153Z test_schema_correctness_bitwise_right_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6560795Z test_schema_correctness_bitwise_right_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6561429Z test_schema_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6562055Z test_schema_correctness_bitwise_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6562666Z test_schema_correctness_bitwise_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6563209Z test_schema_correctness_bitwise_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6563714Z test_schema_correctness_bitwise_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6564225Z test_schema_correctness_bitwise_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6564719Z test_schema_correctness_bitwise_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6565228Z test_schema_correctness_block_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6565737Z test_schema_correctness_block_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6566253Z test_schema_correctness_block_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6566782Z test_schema_correctness_block_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6567306Z test_schema_correctness_block_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6567823Z test_schema_correctness_block_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6568333Z test_schema_correctness_block_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6568834Z test_schema_correctness_block_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6569342Z test_schema_correctness_block_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6569845Z test_schema_correctness_block_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6570349Z test_schema_correctness_block_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6570906Z test_schema_correctness_block_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6571413Z test_schema_correctness_block_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6571957Z test_schema_correctness_bmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6572462Z test_schema_correctness_bmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6572957Z test_schema_correctness_bmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6573454Z test_schema_correctness_bmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6573943Z test_schema_correctness_bmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6574431Z test_schema_correctness_bmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6574933Z test_schema_correctness_bool_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6575424Z test_schema_correctness_bool_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6575926Z test_schema_correctness_bool_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6576418Z test_schema_correctness_bool_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6576922Z test_schema_correctness_bool_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6577424Z test_schema_correctness_bool_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6577920Z test_schema_correctness_bool_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6578416Z test_schema_correctness_bool_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6578914Z test_schema_correctness_bool_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6579400Z test_schema_correctness_bool_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6579889Z test_schema_correctness_bool_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6580360Z test_schema_correctness_bool_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6580850Z test_schema_correctness_bool_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6581367Z test_schema_correctness_broadcast_shapes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6581904Z test_schema_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6582444Z test_schema_correctness_broadcast_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6582983Z test_schema_correctness_broadcast_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6583531Z test_schema_correctness_broadcast_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6584130Z test_schema_correctness_broadcast_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6584719Z test_schema_correctness_broadcast_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6585358Z test_schema_correctness_broadcast_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6585994Z test_schema_correctness_broadcast_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6586708Z test_schema_correctness_broadcast_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6587339Z test_schema_correctness_broadcast_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6588022Z test_schema_correctness_broadcast_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6588659Z test_schema_correctness_broadcast_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6589297Z test_schema_correctness_broadcast_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6589912Z test_schema_correctness_broadcast_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6590540Z test_schema_correctness_broadcast_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.6591176Z test_schema_correctness_broadcast_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.6591813Z test_schema_correctness_broadcast_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6592434Z test_schema_correctness_broadcast_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6593058Z test_schema_correctness_broadcast_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.6593675Z test_schema_correctness_broadcast_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6594290Z test_schema_correctness_broadcast_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6594890Z test_schema_correctness_broadcast_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.6595503Z test_schema_correctness_broadcast_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6596127Z test_schema_correctness_broadcast_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6596739Z test_schema_correctness_bucketize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.6597355Z test_schema_correctness_bucketize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6597971Z test_schema_correctness_bucketize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6598581Z test_schema_correctness_bucketize_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6599190Z test_schema_correctness_bucketize_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6599783Z test_schema_correctness_bucketize_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6600390Z test_schema_correctness_bucketize_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6601006Z test_schema_correctness_bucketize_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6601607Z test_schema_correctness_byte_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6602208Z test_schema_correctness_byte_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6602788Z test_schema_correctness_byte_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6603293Z test_schema_correctness_byte_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6603793Z test_schema_correctness_byte_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6604278Z test_schema_correctness_byte_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6604779Z test_schema_correctness_byte_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6605346Z test_schema_correctness_byte_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6605838Z test_schema_correctness_byte_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6606363Z test_schema_correctness_byte_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6606851Z test_schema_correctness_byte_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6607335Z test_schema_correctness_byte_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6607851Z test_schema_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.6608362Z test_schema_correctness_cartesian_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2023-01-11T21:17:43.6608897Z test_schema_correctness_cartesian_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.6609437Z test_schema_correctness_cartesian_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.6609973Z test_schema_correctness_cartesian_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.6610500Z test_schema_correctness_cartesian_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.6611030Z test_schema_correctness_cartesian_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.6611557Z test_schema_correctness_cartesian_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.6612081Z test_schema_correctness_cartesian_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.6612592Z test_schema_correctness_cartesian_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.6613120Z test_schema_correctness_cartesian_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.6613647Z test_schema_correctness_cartesian_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.6614157Z test_schema_correctness_cat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6614647Z test_schema_correctness_cat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6615145Z test_schema_correctness_cat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6615652Z test_schema_correctness_cat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6616153Z test_schema_correctness_cat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6616639Z test_schema_correctness_cat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6617131Z test_schema_correctness_cat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6617629Z test_schema_correctness_cat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6618117Z test_schema_correctness_cat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6618599Z test_schema_correctness_cat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6619080Z test_schema_correctness_cat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6619565Z test_schema_correctness_cat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6620039Z test_schema_correctness_cat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6620599Z test_schema_correctness_cdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2023-01-11T21:17:43.6621098Z test_schema_correctness_cdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.271s) 2023-01-11T21:17:43.6621643Z test_schema_correctness_cdouble_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.6622149Z test_schema_correctness_cdouble_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.6622661Z test_schema_correctness_cdouble_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6623178Z test_schema_correctness_cdouble_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6623742Z test_schema_correctness_cdouble_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6624243Z test_schema_correctness_cdouble_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6624826Z test_schema_correctness_cdouble_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6625432Z test_schema_correctness_cdouble_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6626034Z test_schema_correctness_cdouble_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6626635Z test_schema_correctness_cdouble_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6627231Z test_schema_correctness_cdouble_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6627821Z test_schema_correctness_cdouble_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6628423Z test_schema_correctness_cdouble_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6629013Z test_schema_correctness_ceil_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6629616Z test_schema_correctness_ceil_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6630217Z test_schema_correctness_ceil_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6630822Z test_schema_correctness_ceil_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6631419Z test_schema_correctness_ceil_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6632004Z test_schema_correctness_ceil_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6632589Z test_schema_correctness_ceil_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6633159Z test_schema_correctness_ceil_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6633753Z test_schema_correctness_ceil_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6634359Z test_schema_correctness_cfloat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6634952Z test_schema_correctness_cfloat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6635572Z test_schema_correctness_cfloat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6636198Z test_schema_correctness_cfloat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6636818Z test_schema_correctness_cfloat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.6637431Z test_schema_correctness_cfloat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6638025Z test_schema_correctness_cfloat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6638626Z test_schema_correctness_cfloat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6639308Z test_schema_correctness_cfloat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6639905Z test_schema_correctness_cfloat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6640551Z test_schema_correctness_cfloat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6641149Z test_schema_correctness_cfloat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6641749Z test_schema_correctness_cfloat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6643156Z test_schema_correctness_chalf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:14533: 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:31.) 2023-01-11T21:17:43.6643930Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2023-01-11T21:17:43.6644202Z ok (0.060s) 2023-01-11T21:17:43.6644569Z test_schema_correctness_chalf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6645073Z test_schema_correctness_chalf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6645581Z test_schema_correctness_chalf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6646088Z test_schema_correctness_chalf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2023-01-11T21:17:43.6646589Z test_schema_correctness_chalf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.6647083Z test_schema_correctness_chalf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6647571Z test_schema_correctness_chalf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.6648056Z test_schema_correctness_chalf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6648544Z test_schema_correctness_chalf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.6649030Z test_schema_correctness_chalf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6649514Z test_schema_correctness_chalf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6650001Z test_schema_correctness_chalf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.6650491Z test_schema_correctness_char_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6650982Z test_schema_correctness_char_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6651472Z test_schema_correctness_char_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6651972Z test_schema_correctness_char_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6652471Z test_schema_correctness_char_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6652972Z test_schema_correctness_char_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6653467Z test_schema_correctness_char_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6653960Z test_schema_correctness_char_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6654448Z test_schema_correctness_char_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6654935Z test_schema_correctness_char_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6655472Z test_schema_correctness_char_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6655958Z test_schema_correctness_char_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6656489Z test_schema_correctness_char_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6657522Z test_schema_correctness_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2023-01-11T21:17:43.6658156Z L = torch.cholesky(A) 2023-01-11T21:17:43.6658414Z should be replaced with 2023-01-11T21:17:43.6658684Z L = torch.linalg.cholesky(A) 2023-01-11T21:17:43.6658918Z and 2023-01-11T21:17:43.6659157Z U = torch.cholesky(A, upper=True) 2023-01-11T21:17:43.6659437Z should be replaced with 2023-01-11T21:17:43.6659716Z U = torch.linalg.cholesky(A).mH(). 2023-01-11T21:17:43.6660265Z 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:1719.) 2023-01-11T21:17:43.6660782Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.6661020Z ok (0.021s) 2023-01-11T21:17:43.6661404Z test_schema_correctness_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6661922Z test_schema_correctness_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6662426Z test_schema_correctness_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6662959Z test_schema_correctness_cholesky_inverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.6663495Z test_schema_correctness_cholesky_inverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.6664160Z test_schema_correctness_cholesky_inverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.6664763Z test_schema_correctness_cholesky_inverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.6665389Z test_schema_correctness_cholesky_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.6666027Z test_schema_correctness_cholesky_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6666655Z test_schema_correctness_cholesky_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6667280Z test_schema_correctness_cholesky_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6667904Z test_schema_correctness_chunk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6668506Z test_schema_correctness_chunk_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6669107Z test_schema_correctness_chunk_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6669717Z test_schema_correctness_chunk_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6670312Z test_schema_correctness_chunk_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6670911Z test_schema_correctness_chunk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6671505Z test_schema_correctness_chunk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6672096Z test_schema_correctness_chunk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6672682Z test_schema_correctness_chunk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6673299Z test_schema_correctness_chunk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6673785Z test_schema_correctness_chunk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6674308Z test_schema_correctness_chunk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6674798Z test_schema_correctness_chunk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6675294Z test_schema_correctness_clamp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6675791Z test_schema_correctness_clamp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6676287Z test_schema_correctness_clamp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6676781Z test_schema_correctness_clamp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6677272Z test_schema_correctness_clamp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6677766Z test_schema_correctness_clamp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6678240Z test_schema_correctness_clamp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6678733Z test_schema_correctness_clamp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6679221Z test_schema_correctness_clamp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6679720Z test_schema_correctness_clamp_max_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6680225Z test_schema_correctness_clamp_max_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6680735Z test_schema_correctness_clamp_max_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6681242Z test_schema_correctness_clamp_max_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6681749Z test_schema_correctness_clamp_max_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6682244Z test_schema_correctness_clamp_max_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6682741Z test_schema_correctness_clamp_max_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6683239Z test_schema_correctness_clamp_max_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6683738Z test_schema_correctness_clamp_max_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6684234Z test_schema_correctness_clamp_max_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6684743Z test_schema_correctness_clamp_min_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6685244Z test_schema_correctness_clamp_min_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6685754Z test_schema_correctness_clamp_min_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6686246Z test_schema_correctness_clamp_min_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6686747Z test_schema_correctness_clamp_min_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6687247Z test_schema_correctness_clamp_min_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6687741Z test_schema_correctness_clamp_min_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6688234Z test_schema_correctness_clamp_min_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6688802Z test_schema_correctness_clamp_min_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6689297Z test_schema_correctness_clamp_min_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6689832Z test_schema_correctness_clone_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6690319Z test_schema_correctness_clone_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6690823Z test_schema_correctness_clone_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6691324Z test_schema_correctness_clone_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6691832Z test_schema_correctness_clone_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6692335Z test_schema_correctness_clone_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6692829Z test_schema_correctness_clone_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6693326Z test_schema_correctness_clone_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6693802Z test_schema_correctness_clone_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6694290Z test_schema_correctness_clone_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6694780Z test_schema_correctness_clone_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6695263Z test_schema_correctness_clone_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6695745Z test_schema_correctness_clone_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6696255Z test_schema_correctness_column_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6696768Z test_schema_correctness_column_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6697289Z test_schema_correctness_column_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6697803Z test_schema_correctness_column_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6698319Z test_schema_correctness_column_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6698829Z test_schema_correctness_column_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6699343Z test_schema_correctness_column_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6699849Z test_schema_correctness_column_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6700355Z test_schema_correctness_column_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6700858Z test_schema_correctness_column_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6701356Z test_schema_correctness_column_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6701846Z test_schema_correctness_column_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6702343Z test_schema_correctness_column_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6702848Z test_schema_correctness_combinations_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.395s) 2023-01-11T21:17:43.6703362Z test_schema_correctness_combinations_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2023-01-11T21:17:43.6703992Z test_schema_correctness_combinations_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.401s) 2023-01-11T21:17:43.6704555Z test_schema_correctness_combinations_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.400s) 2023-01-11T21:17:43.6705238Z test_schema_correctness_combinations_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2023-01-11T21:17:43.6705862Z test_schema_correctness_combinations_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2023-01-11T21:17:43.6706468Z test_schema_correctness_combinations_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2023-01-11T21:17:43.6707081Z test_schema_correctness_combinations_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2023-01-11T21:17:43.6707691Z test_schema_correctness_combinations_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2023-01-11T21:17:43.6708295Z test_schema_correctness_combinations_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2023-01-11T21:17:43.6708911Z test_schema_correctness_combinations_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.404s) 2023-01-11T21:17:43.6709534Z test_schema_correctness_combinations_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2023-01-11T21:17:43.6710149Z test_schema_correctness_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6710756Z test_schema_correctness_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6711345Z test_schema_correctness_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6711946Z test_schema_correctness_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6712535Z test_schema_correctness_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6713133Z test_schema_correctness_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6713736Z test_schema_correctness_conj_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6714346Z test_schema_correctness_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6714947Z test_schema_correctness_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6715540Z test_schema_correctness_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6716120Z test_schema_correctness_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6716713Z test_schema_correctness_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6717292Z test_schema_correctness_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6717879Z test_schema_correctness_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6718458Z test_schema_correctness_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6719040Z test_schema_correctness_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6719652Z test_schema_correctness_conj_physical_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6720269Z test_schema_correctness_conj_physical_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6720901Z test_schema_correctness_conj_physical_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6721547Z test_schema_correctness_conj_physical_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6722177Z test_schema_correctness_conj_physical_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6722887Z test_schema_correctness_conj_physical_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6723436Z test_schema_correctness_conj_physical_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6724008Z test_schema_correctness_conj_physical_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6724532Z test_schema_correctness_conj_physical_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6725047Z test_schema_correctness_conj_physical_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6725545Z test_schema_correctness_conj_physical_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6726054Z test_schema_correctness_conj_physical_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6726571Z test_schema_correctness_conj_physical_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6727092Z test_schema_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.6727620Z test_schema_correctness_constant_pad_nd_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6728149Z test_schema_correctness_constant_pad_nd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.6728682Z test_schema_correctness_constant_pad_nd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.6729214Z test_schema_correctness_constant_pad_nd_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.6729725Z test_schema_correctness_constant_pad_nd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.6730243Z test_schema_correctness_constant_pad_nd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.6730766Z test_schema_correctness_constant_pad_nd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6731287Z test_schema_correctness_constant_pad_nd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6731803Z test_schema_correctness_constant_pad_nd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6732320Z test_schema_correctness_constant_pad_nd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6732839Z test_schema_correctness_constant_pad_nd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.6733355Z test_schema_correctness_contiguous_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6733855Z test_schema_correctness_contiguous_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6734373Z test_schema_correctness_contiguous_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6734894Z test_schema_correctness_contiguous_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6735420Z test_schema_correctness_contiguous_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6735939Z test_schema_correctness_contiguous_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6736449Z test_schema_correctness_contiguous_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6736957Z test_schema_correctness_contiguous_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6737467Z test_schema_correctness_contiguous_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6738028Z test_schema_correctness_contiguous_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6738533Z test_schema_correctness_contiguous_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6739078Z test_schema_correctness_contiguous_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6739587Z test_schema_correctness_contiguous_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6740105Z test_schema_correctness_copysign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6740616Z test_schema_correctness_copysign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6741124Z test_schema_correctness_copysign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6741622Z test_schema_correctness_copysign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6742134Z test_schema_correctness_copysign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6742642Z test_schema_correctness_copysign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6743147Z test_schema_correctness_copysign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6743643Z test_schema_correctness_copysign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6744268Z test_schema_correctness_copysign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6744867Z test_schema_correctness_copysign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6745482Z test_schema_correctness_corrcoef_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.180s) 2023-01-11T21:17:43.6746115Z test_schema_correctness_corrcoef_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6746797Z test_schema_correctness_corrcoef_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6747444Z test_schema_correctness_corrcoef_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2023-01-11T21:17:43.6748056Z test_schema_correctness_corrcoef_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2023-01-11T21:17:43.6748665Z test_schema_correctness_corrcoef_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.6749265Z test_schema_correctness_corrcoef_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2023-01-11T21:17:43.6749863Z test_schema_correctness_corrcoef_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2023-01-11T21:17:43.6750465Z test_schema_correctness_corrcoef_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2023-01-11T21:17:43.6751058Z test_schema_correctness_corrcoef_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2023-01-11T21:17:43.6751656Z test_schema_correctness_corrcoef_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2023-01-11T21:17:43.6752263Z test_schema_correctness_cos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6752852Z test_schema_correctness_cos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6753459Z test_schema_correctness_cos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6754060Z test_schema_correctness_cos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6754660Z test_schema_correctness_cos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6755251Z test_schema_correctness_cos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6755926Z test_schema_correctness_cos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6756509Z test_schema_correctness_cos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6757147Z test_schema_correctness_cos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6757732Z test_schema_correctness_cos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6758312Z test_schema_correctness_cos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6758888Z test_schema_correctness_cos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6759467Z test_schema_correctness_cos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6760056Z test_schema_correctness_cosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6760643Z test_schema_correctness_cosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6761240Z test_schema_correctness_cosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6761840Z test_schema_correctness_cosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6762442Z test_schema_correctness_cosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6763026Z test_schema_correctness_cosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6763521Z test_schema_correctness_cosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6764014Z test_schema_correctness_cosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6764492Z test_schema_correctness_cosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6764984Z test_schema_correctness_cosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6765470Z test_schema_correctness_cosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6765957Z test_schema_correctness_cosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6766442Z test_schema_correctness_cosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6766949Z test_schema_correctness_count_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6767470Z test_schema_correctness_count_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6767990Z test_schema_correctness_count_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6768505Z test_schema_correctness_count_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6769030Z test_schema_correctness_count_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.6769550Z test_schema_correctness_count_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6770067Z test_schema_correctness_count_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6770575Z test_schema_correctness_count_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6771086Z test_schema_correctness_count_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6771593Z test_schema_correctness_count_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6772095Z test_schema_correctness_count_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6772648Z test_schema_correctness_count_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6773149Z test_schema_correctness_cov_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.513s) 2023-01-11T21:17:43.6773786Z test_schema_correctness_cov_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6774329Z test_schema_correctness_cov_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6774846Z test_schema_correctness_cov_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.495s) 2023-01-11T21:17:43.6775337Z test_schema_correctness_cov_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.499s) 2023-01-11T21:17:43.6775823Z test_schema_correctness_cov_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.499s) 2023-01-11T21:17:43.6776308Z test_schema_correctness_cov_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.485s) 2023-01-11T21:17:43.6776780Z test_schema_correctness_cov_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.484s) 2023-01-11T21:17:43.6777260Z test_schema_correctness_cov_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.491s) 2023-01-11T21:17:43.6777744Z test_schema_correctness_cov_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.485s) 2023-01-11T21:17:43.6778225Z test_schema_correctness_cov_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.490s) 2023-01-11T21:17:43.6778723Z test_schema_correctness_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6779229Z test_schema_correctness_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6779730Z test_schema_correctness_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6780227Z test_schema_correctness_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6780714Z test_schema_correctness_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6781211Z test_schema_correctness_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6781700Z test_schema_correctness_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6782186Z test_schema_correctness_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6782672Z test_schema_correctness_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6783159Z test_schema_correctness_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6783660Z test_schema_correctness_cummax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6784205Z test_schema_correctness_cummax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6784786Z test_schema_correctness_cummax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6785390Z test_schema_correctness_cummax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6785984Z test_schema_correctness_cummax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6786584Z test_schema_correctness_cummax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6787185Z test_schema_correctness_cummax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6787777Z test_schema_correctness_cummax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6788366Z test_schema_correctness_cummax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6789027Z test_schema_correctness_cummax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6789628Z test_schema_correctness_cummin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6790275Z test_schema_correctness_cummin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6790569Z test_schema_correctness_cummin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6790855Z test_schema_correctness_cummin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6791136Z test_schema_correctness_cummin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6791421Z test_schema_correctness_cummin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6791697Z test_schema_correctness_cummin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6791981Z test_schema_correctness_cummin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6792263Z test_schema_correctness_cummin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6792544Z test_schema_correctness_cummin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6792848Z test_schema_correctness_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6793112Z test_schema_correctness_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6793359Z test_schema_correctness_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6793607Z test_schema_correctness_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6793844Z test_schema_correctness_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6794085Z test_schema_correctness_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6794321Z test_schema_correctness_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6794548Z test_schema_correctness_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6794784Z test_schema_correctness_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6795019Z test_schema_correctness_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6795253Z test_schema_correctness_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6795493Z test_schema_correctness_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6795736Z test_schema_correctness_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6795983Z test_schema_correctness_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6796219Z test_schema_correctness_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6796458Z test_schema_correctness_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6796693Z test_schema_correctness_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6796926Z test_schema_correctness_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6797159Z test_schema_correctness_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6797392Z test_schema_correctness_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6797623Z test_schema_correctness_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6797905Z test_schema_correctness_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6798206Z test_schema_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.6798475Z test_schema_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6798741Z test_schema_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6799004Z test_schema_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.6799264Z test_schema_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6799524Z test_schema_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6799785Z test_schema_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6800043Z test_schema_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6800298Z test_schema_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6800554Z test_schema_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6800810Z test_schema_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.6801041Z test_schema_correctness_deg2rad_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6801279Z test_schema_correctness_deg2rad_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6801522Z test_schema_correctness_deg2rad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6801766Z test_schema_correctness_deg2rad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6802008Z test_schema_correctness_deg2rad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6802243Z test_schema_correctness_deg2rad_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6802477Z test_schema_correctness_deg2rad_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6802712Z test_schema_correctness_deg2rad_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6802945Z test_schema_correctness_deg2rad_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6803179Z test_schema_correctness_deg2rad_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6803418Z test_schema_correctness_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6803648Z test_schema_correctness_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6803892Z test_schema_correctness_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6804130Z test_schema_correctness_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6804371Z test_schema_correctness_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6804606Z test_schema_correctness_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6804839Z test_schema_correctness_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6805073Z test_schema_correctness_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6805349Z test_schema_correctness_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6805613Z test_schema_correctness_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6805847Z test_schema_correctness_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6806074Z test_schema_correctness_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6806306Z test_schema_correctness_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6806554Z test_schema_correctness_diag_embed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6806781Z test_schema_correctness_diag_embed_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6807033Z test_schema_correctness_diag_embed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6807281Z test_schema_correctness_diag_embed_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6807533Z test_schema_correctness_diag_embed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6807779Z test_schema_correctness_diag_embed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6808025Z test_schema_correctness_diag_embed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6808266Z test_schema_correctness_diag_embed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6808506Z test_schema_correctness_diag_embed_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6808744Z test_schema_correctness_diag_embed_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6808982Z test_schema_correctness_diag_embed_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6809219Z test_schema_correctness_diag_embed_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6809459Z test_schema_correctness_diag_embed_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6809701Z test_schema_correctness_diagflat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6809942Z test_schema_correctness_diagflat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6810193Z test_schema_correctness_diagflat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6810439Z test_schema_correctness_diagflat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6810685Z test_schema_correctness_diagflat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6810929Z test_schema_correctness_diagflat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6811172Z test_schema_correctness_diagflat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6811412Z test_schema_correctness_diagflat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6811653Z test_schema_correctness_diagflat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6811890Z test_schema_correctness_diagflat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6812126Z test_schema_correctness_diagflat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6812365Z test_schema_correctness_diagflat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6812661Z test_schema_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6812895Z test_schema_correctness_diagonal_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6813186Z test_schema_correctness_diagonal_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6813439Z test_schema_correctness_diagonal_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6813689Z test_schema_correctness_diagonal_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6813936Z test_schema_correctness_diagonal_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6814191Z test_schema_correctness_diagonal_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6814439Z test_schema_correctness_diagonal_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6814688Z test_schema_correctness_diagonal_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6814934Z test_schema_correctness_diagonal_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6815182Z test_schema_correctness_diagonal_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6815427Z test_schema_correctness_diagonal_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6815672Z test_schema_correctness_diagonal_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6815915Z test_schema_correctness_diagonal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6816154Z test_schema_correctness_diagonal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6816407Z test_schema_correctness_diagonal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6816651Z test_schema_correctness_diagonal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6816900Z test_schema_correctness_diagonal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6817142Z test_schema_correctness_diagonal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6817383Z test_schema_correctness_diagonal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6817620Z test_schema_correctness_diagonal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6817857Z test_schema_correctness_diagonal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6818098Z test_schema_correctness_diagonal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6818337Z test_schema_correctness_diagonal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6818572Z test_schema_correctness_diagonal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6818812Z test_schema_correctness_diagonal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6819055Z test_schema_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6819304Z test_schema_correctness_diagonal_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6819565Z test_schema_correctness_diagonal_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6819822Z test_schema_correctness_diagonal_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6820132Z test_schema_correctness_diagonal_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6820385Z test_schema_correctness_diagonal_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6820674Z test_schema_correctness_diagonal_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6820924Z test_schema_correctness_diagonal_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6821170Z test_schema_correctness_diagonal_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6821416Z test_schema_correctness_diagonal_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6821665Z test_schema_correctness_diagonal_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6821917Z test_schema_correctness_diagonal_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6822153Z test_schema_correctness_diff_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.352s) 2023-01-11T21:17:43.6822390Z test_schema_correctness_diff_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2023-01-11T21:17:43.6822631Z test_schema_correctness_diff_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.375s) 2023-01-11T21:17:43.6822867Z test_schema_correctness_diff_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.377s) 2023-01-11T21:17:43.6823102Z test_schema_correctness_diff_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2023-01-11T21:17:43.6823337Z test_schema_correctness_diff_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.350s) 2023-01-11T21:17:43.6823573Z test_schema_correctness_diff_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.348s) 2023-01-11T21:17:43.6823863Z test_schema_correctness_diff_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2023-01-11T21:17:43.6824095Z test_schema_correctness_diff_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2023-01-11T21:17:43.6824326Z test_schema_correctness_diff_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2023-01-11T21:17:43.6824602Z test_schema_correctness_diff_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2023-01-11T21:17:43.6824876Z test_schema_correctness_diff_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2023-01-11T21:17:43.6825165Z test_schema_correctness_digamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6825440Z test_schema_correctness_digamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6825725Z test_schema_correctness_digamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6826015Z test_schema_correctness_digamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6826301Z test_schema_correctness_digamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6826586Z test_schema_correctness_digamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6826869Z test_schema_correctness_digamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6827153Z test_schema_correctness_digamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6827438Z test_schema_correctness_digamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6827717Z test_schema_correctness_dist_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.6828005Z test_schema_correctness_dist_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.6828366Z test_schema_correctness_dist_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.6828646Z test_schema_correctness_dist_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.6828973Z test_schema_correctness_dist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.6829260Z test_schema_correctness_dist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.6829564Z test_schema_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6829867Z test_schema_correctness_div_floor_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6830175Z test_schema_correctness_div_floor_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6830482Z test_schema_correctness_div_floor_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6830781Z test_schema_correctness_div_floor_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6831090Z test_schema_correctness_div_floor_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6831387Z test_schema_correctness_div_floor_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6831689Z test_schema_correctness_div_floor_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6831991Z test_schema_correctness_div_floor_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6832298Z test_schema_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6832596Z test_schema_correctness_div_no_rounding_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6832915Z test_schema_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6833217Z test_schema_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6833526Z test_schema_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6833836Z test_schema_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6834140Z test_schema_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6834444Z test_schema_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6834750Z test_schema_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6835053Z test_schema_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6835355Z test_schema_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6835655Z test_schema_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6835951Z test_schema_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6836260Z test_schema_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6836568Z test_schema_correctness_div_trunc_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6836874Z test_schema_correctness_div_trunc_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6837240Z test_schema_correctness_div_trunc_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6837583Z test_schema_correctness_div_trunc_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6837883Z test_schema_correctness_div_trunc_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6838183Z test_schema_correctness_div_trunc_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6838478Z test_schema_correctness_div_trunc_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6838780Z test_schema_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6839061Z test_schema_correctness_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6839374Z test_schema_correctness_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6839686Z test_schema_correctness_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6839966Z test_schema_correctness_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6840243Z test_schema_correctness_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6840522Z test_schema_correctness_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6840810Z test_schema_correctness_double_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6841086Z test_schema_correctness_double_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6841366Z test_schema_correctness_double_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6841666Z test_schema_correctness_double_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6841959Z test_schema_correctness_double_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6842245Z test_schema_correctness_double_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6842534Z test_schema_correctness_double_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6842814Z test_schema_correctness_double_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6843098Z test_schema_correctness_double_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6843386Z test_schema_correctness_double_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6843623Z test_schema_correctness_double_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6843854Z test_schema_correctness_double_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6844092Z test_schema_correctness_double_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6844331Z test_schema_correctness_dsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6844562Z test_schema_correctness_dsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6844807Z test_schema_correctness_dsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6845051Z test_schema_correctness_dsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6845292Z test_schema_correctness_dsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6845576Z test_schema_correctness_dsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6845815Z test_schema_correctness_dsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6846091Z test_schema_correctness_dsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6846325Z test_schema_correctness_dsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6846559Z test_schema_correctness_dsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6846793Z test_schema_correctness_dsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6847026Z test_schema_correctness_dsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6847261Z test_schema_correctness_dsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6847491Z test_schema_correctness_dstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6847724Z test_schema_correctness_dstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6847973Z test_schema_correctness_dstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6848216Z test_schema_correctness_dstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6848456Z test_schema_correctness_dstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6848692Z test_schema_correctness_dstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6848929Z test_schema_correctness_dstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6849169Z test_schema_correctness_dstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6849404Z test_schema_correctness_dstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6849639Z test_schema_correctness_dstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6849875Z test_schema_correctness_dstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6850107Z test_schema_correctness_dstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6850339Z test_schema_correctness_dstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6850578Z test_schema_correctness_einsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.6850822Z test_schema_correctness_einsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.6851064Z test_schema_correctness_einsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.6851303Z test_schema_correctness_einsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.6851544Z test_schema_correctness_einsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.6851778Z test_schema_correctness_einsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.6852015Z test_schema_correctness_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6852246Z test_schema_correctness_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6852488Z test_schema_correctness_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6852729Z test_schema_correctness_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6853014Z test_schema_correctness_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6853238Z test_schema_correctness_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6853512Z test_schema_correctness_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6853748Z test_schema_correctness_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6853979Z test_schema_correctness_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6854214Z test_schema_correctness_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6854446Z test_schema_correctness_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6854677Z test_schema_correctness_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6854911Z test_schema_correctness_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.6855155Z test_schema_correctness_empty_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6855395Z test_schema_correctness_empty_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6855643Z test_schema_correctness_empty_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6855890Z test_schema_correctness_empty_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6856139Z test_schema_correctness_empty_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6856381Z test_schema_correctness_empty_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6856622Z test_schema_correctness_empty_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6856867Z test_schema_correctness_empty_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.6857109Z test_schema_correctness_empty_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.6857350Z test_schema_correctness_empty_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.6857585Z test_schema_correctness_empty_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.6857820Z test_schema_correctness_empty_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.6858060Z test_schema_correctness_empty_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.6858293Z test_schema_correctness_eq_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6858520Z test_schema_correctness_eq_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6858755Z test_schema_correctness_eq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6858983Z test_schema_correctness_eq_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6859218Z test_schema_correctness_eq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6859447Z test_schema_correctness_eq_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6859676Z test_schema_correctness_eq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6859906Z test_schema_correctness_eq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6860132Z test_schema_correctness_eq_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6860406Z test_schema_correctness_eq_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6860630Z test_schema_correctness_eq_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6860892Z test_schema_correctness_eq_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6861118Z test_schema_correctness_eq_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6861356Z test_schema_correctness_equal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6861585Z test_schema_correctness_equal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6861827Z test_schema_correctness_equal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6862068Z test_schema_correctness_equal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6862306Z test_schema_correctness_equal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6862541Z test_schema_correctness_equal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6862779Z test_schema_correctness_equal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6863011Z test_schema_correctness_equal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6863240Z test_schema_correctness_equal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6863476Z test_schema_correctness_equal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6863832Z test_schema_correctness_equal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6864065Z test_schema_correctness_equal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6864304Z test_schema_correctness_erf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6864523Z test_schema_correctness_erf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6864756Z test_schema_correctness_erf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6864983Z test_schema_correctness_erf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6865215Z test_schema_correctness_erf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6865442Z test_schema_correctness_erf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6865665Z test_schema_correctness_erf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6865893Z test_schema_correctness_erf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6866124Z test_schema_correctness_erf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6866350Z test_schema_correctness_erf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6866588Z test_schema_correctness_erfc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6866817Z test_schema_correctness_erfc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6867055Z test_schema_correctness_erfc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6867287Z test_schema_correctness_erfc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6867521Z test_schema_correctness_erfc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6867749Z test_schema_correctness_erfc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6868043Z test_schema_correctness_erfc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6868272Z test_schema_correctness_erfc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6868543Z test_schema_correctness_erfc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6868774Z test_schema_correctness_erfc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6869012Z test_schema_correctness_erfinv_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6869250Z test_schema_correctness_erfinv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6869487Z test_schema_correctness_erfinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6869725Z test_schema_correctness_erfinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6869962Z test_schema_correctness_erfinv_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6870183Z test_schema_correctness_erfinv_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6870424Z test_schema_correctness_erfinv_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6870657Z test_schema_correctness_erfinv_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6870894Z test_schema_correctness_erfinv_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6871129Z test_schema_correctness_exp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6871362Z test_schema_correctness_exp2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6871595Z test_schema_correctness_exp2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6871830Z test_schema_correctness_exp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6872063Z test_schema_correctness_exp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6872294Z test_schema_correctness_exp2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6872524Z test_schema_correctness_exp2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6872751Z test_schema_correctness_exp2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6872983Z test_schema_correctness_exp2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6873210Z test_schema_correctness_exp2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6873444Z test_schema_correctness_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6873676Z test_schema_correctness_exp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6873915Z test_schema_correctness_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6874154Z test_schema_correctness_exp_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6874390Z test_schema_correctness_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6874623Z test_schema_correctness_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6874856Z test_schema_correctness_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6875088Z test_schema_correctness_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6875315Z test_schema_correctness_exp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6875574Z test_schema_correctness_exp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6875799Z test_schema_correctness_exp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6876079Z test_schema_correctness_exp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6876306Z test_schema_correctness_exp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6876551Z test_schema_correctness_expand_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6876792Z test_schema_correctness_expand_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6877046Z test_schema_correctness_expand_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6877297Z test_schema_correctness_expand_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6877544Z test_schema_correctness_expand_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6877790Z test_schema_correctness_expand_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6878032Z test_schema_correctness_expand_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6878270Z test_schema_correctness_expand_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6878507Z test_schema_correctness_expand_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6878745Z test_schema_correctness_expand_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6878986Z test_schema_correctness_expand_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6879224Z test_schema_correctness_expand_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6879460Z test_schema_correctness_expand_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6879695Z test_schema_correctness_expand_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6879941Z test_schema_correctness_expand_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6880185Z test_schema_correctness_expand_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6880425Z test_schema_correctness_expand_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6880663Z test_schema_correctness_expand_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6880902Z test_schema_correctness_expand_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6881141Z test_schema_correctness_expand_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6881364Z test_schema_correctness_expand_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6881601Z test_schema_correctness_expand_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6881833Z test_schema_correctness_expand_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6882067Z test_schema_correctness_expand_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6882305Z test_schema_correctness_expm1_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6882536Z test_schema_correctness_expm1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6882771Z test_schema_correctness_expm1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6883053Z test_schema_correctness_expm1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6883288Z test_schema_correctness_expm1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6883559Z test_schema_correctness_expm1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6883790Z test_schema_correctness_expm1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6884018Z test_schema_correctness_expm1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6884247Z test_schema_correctness_expm1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6884478Z test_schema_correctness_expm1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6884713Z test_schema_correctness_eye_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2023-01-11T21:17:43.6884945Z test_schema_correctness_eye_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2023-01-11T21:17:43.6885183Z test_schema_correctness_eye_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2023-01-11T21:17:43.6885421Z test_schema_correctness_eye_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2023-01-11T21:17:43.6885651Z test_schema_correctness_eye_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2023-01-11T21:17:43.6885880Z test_schema_correctness_eye_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2023-01-11T21:17:43.6886110Z test_schema_correctness_eye_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2023-01-11T21:17:43.6886336Z test_schema_correctness_eye_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.357s) 2023-01-11T21:17:43.6886562Z test_schema_correctness_eye_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2023-01-11T21:17:43.6886793Z test_schema_correctness_eye_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2023-01-11T21:17:43.6887009Z test_schema_correctness_eye_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2023-01-11T21:17:43.6887237Z test_schema_correctness_eye_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.357s) 2023-01-11T21:17:43.6887471Z test_schema_correctness_fft_fft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.6887714Z test_schema_correctness_fft_fft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6887957Z test_schema_correctness_fft_fft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6888196Z test_schema_correctness_fft_fft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6888434Z test_schema_correctness_fft_fft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6888669Z test_schema_correctness_fft_fft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6888907Z test_schema_correctness_fft_fft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6889138Z test_schema_correctness_fft_fft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6889374Z test_schema_correctness_fft_fft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6889606Z test_schema_correctness_fft_fft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6889837Z test_schema_correctness_fft_fft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.6890079Z test_schema_correctness_fft_fft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6890368Z test_schema_correctness_fft_fft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6890608Z test_schema_correctness_fft_fft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6890883Z test_schema_correctness_fft_fft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6891118Z test_schema_correctness_fft_fft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6891352Z test_schema_correctness_fft_fft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6891584Z test_schema_correctness_fft_fft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6891819Z test_schema_correctness_fft_fft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6892053Z test_schema_correctness_fft_fft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6892291Z test_schema_correctness_fft_fftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6892538Z test_schema_correctness_fft_fftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6892774Z test_schema_correctness_fft_fftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6893015Z test_schema_correctness_fft_fftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6893255Z test_schema_correctness_fft_fftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6893490Z test_schema_correctness_fft_fftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6893723Z test_schema_correctness_fft_fftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6893958Z test_schema_correctness_fft_fftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6894196Z test_schema_correctness_fft_fftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6894429Z test_schema_correctness_fft_fftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6894681Z test_schema_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6894925Z test_schema_correctness_fft_fftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6895176Z test_schema_correctness_fft_fftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6895429Z test_schema_correctness_fft_fftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6895677Z test_schema_correctness_fft_fftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6895926Z test_schema_correctness_fft_fftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6896170Z test_schema_correctness_fft_fftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6896423Z test_schema_correctness_fft_fftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6896664Z test_schema_correctness_fft_fftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6896905Z test_schema_correctness_fft_fftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6897144Z test_schema_correctness_fft_fftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6897385Z test_schema_correctness_fft_fftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6897624Z test_schema_correctness_fft_fftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6897933Z test_schema_correctness_fft_hfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6898236Z test_schema_correctness_fft_hfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6898501Z test_schema_correctness_fft_hfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6898760Z test_schema_correctness_fft_hfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6899019Z test_schema_correctness_fft_hfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6899264Z test_schema_correctness_fft_hfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6899519Z test_schema_correctness_fft_hfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6899777Z test_schema_correctness_fft_hfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6900032Z test_schema_correctness_fft_hfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6900289Z test_schema_correctness_fft_hfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6900526Z test_schema_correctness_fft_hfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.6904442Z test_schema_correctness_fft_hfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6904756Z test_schema_correctness_fft_hfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6905045Z test_schema_correctness_fft_hfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6905344Z test_schema_correctness_fft_hfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6905627Z test_schema_correctness_fft_hfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6905916Z test_schema_correctness_fft_hfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6906191Z test_schema_correctness_fft_hfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6906470Z test_schema_correctness_fft_hfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6906752Z test_schema_correctness_fft_hfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6907064Z test_schema_correctness_fft_hfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.6907384Z test_schema_correctness_fft_hfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6907701Z test_schema_correctness_fft_hfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6908018Z test_schema_correctness_fft_hfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6908326Z test_schema_correctness_fft_hfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6908631Z test_schema_correctness_fft_hfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6908942Z test_schema_correctness_fft_hfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6909248Z test_schema_correctness_fft_hfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6909551Z test_schema_correctness_fft_hfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6909943Z test_schema_correctness_fft_hfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.6910273Z test_schema_correctness_fft_ifft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6910573Z test_schema_correctness_fft_ifft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6910872Z test_schema_correctness_fft_ifft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6911157Z test_schema_correctness_fft_ifft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6911432Z test_schema_correctness_fft_ifft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6911714Z test_schema_correctness_fft_ifft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6912001Z test_schema_correctness_fft_ifft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6912286Z test_schema_correctness_fft_ifft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6912567Z test_schema_correctness_fft_ifft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6912846Z test_schema_correctness_fft_ifft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6913129Z test_schema_correctness_fft_ifft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6913425Z test_schema_correctness_fft_ifft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6913716Z test_schema_correctness_fft_ifft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6914005Z test_schema_correctness_fft_ifft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6914292Z test_schema_correctness_fft_ifft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6914573Z test_schema_correctness_fft_ifft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6914860Z test_schema_correctness_fft_ifft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6915138Z test_schema_correctness_fft_ifft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6915418Z test_schema_correctness_fft_ifft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6915699Z test_schema_correctness_fft_ifft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6915981Z test_schema_correctness_fft_ifftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6916281Z test_schema_correctness_fft_ifftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6916574Z test_schema_correctness_fft_ifftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6916868Z test_schema_correctness_fft_ifftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6917159Z test_schema_correctness_fft_ifftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6917444Z test_schema_correctness_fft_ifftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6917724Z test_schema_correctness_fft_ifftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6918005Z test_schema_correctness_fft_ifftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6918273Z test_schema_correctness_fft_ifftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6918612Z test_schema_correctness_fft_ifftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6918909Z test_schema_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6919241Z test_schema_correctness_fft_ifftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6919552Z test_schema_correctness_fft_ifftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6919854Z test_schema_correctness_fft_ifftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6920152Z test_schema_correctness_fft_ifftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.6920448Z test_schema_correctness_fft_ifftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6920753Z test_schema_correctness_fft_ifftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6921044Z test_schema_correctness_fft_ifftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6921337Z test_schema_correctness_fft_ifftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6921631Z test_schema_correctness_fft_ifftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6921920Z test_schema_correctness_fft_ifftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6922211Z test_schema_correctness_fft_ifftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6922504Z test_schema_correctness_fft_ifftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.6922792Z test_schema_correctness_fft_ihfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6923083Z test_schema_correctness_fft_ihfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6923372Z test_schema_correctness_fft_ihfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6923663Z test_schema_correctness_fft_ihfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6923953Z test_schema_correctness_fft_ihfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6924239Z test_schema_correctness_fft_ihfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6924519Z test_schema_correctness_fft_ihfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6924802Z test_schema_correctness_fft_ihfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6925086Z test_schema_correctness_fft_ihfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6925379Z test_schema_correctness_fft_ihfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6925673Z test_schema_correctness_fft_ihfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6925943Z test_schema_correctness_fft_ihfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6926225Z test_schema_correctness_fft_ihfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6926508Z test_schema_correctness_fft_ihfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6926790Z test_schema_correctness_fft_ihfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6927072Z test_schema_correctness_fft_ihfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6927422Z test_schema_correctness_fft_ihfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6927709Z test_schema_correctness_fft_ihfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6928048Z test_schema_correctness_fft_ihfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6928337Z test_schema_correctness_fft_ihfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6928623Z test_schema_correctness_fft_ihfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6928908Z test_schema_correctness_fft_ihfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6929195Z test_schema_correctness_fft_ihfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6929479Z test_schema_correctness_fft_ihfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6929767Z test_schema_correctness_fft_irfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6930064Z test_schema_correctness_fft_irfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6930365Z test_schema_correctness_fft_irfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6930655Z test_schema_correctness_fft_irfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6930946Z test_schema_correctness_fft_irfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6931232Z test_schema_correctness_fft_irfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6931517Z test_schema_correctness_fft_irfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6931801Z test_schema_correctness_fft_irfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6932084Z test_schema_correctness_fft_irfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6932374Z test_schema_correctness_fft_irfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6932660Z test_schema_correctness_fft_irfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6932951Z test_schema_correctness_fft_irfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6933241Z test_schema_correctness_fft_irfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6933523Z test_schema_correctness_fft_irfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6933806Z test_schema_correctness_fft_irfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6934087Z test_schema_correctness_fft_irfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6934366Z test_schema_correctness_fft_irfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6934645Z test_schema_correctness_fft_irfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6934922Z test_schema_correctness_fft_irfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6935196Z test_schema_correctness_fft_irfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6935474Z test_schema_correctness_fft_irfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6935766Z test_schema_correctness_fft_irfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6936055Z test_schema_correctness_fft_irfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6936391Z test_schema_correctness_fft_irfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6936716Z test_schema_correctness_fft_irfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.6936997Z test_schema_correctness_fft_irfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6937274Z test_schema_correctness_fft_irfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6937551Z test_schema_correctness_fft_irfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6937828Z test_schema_correctness_fft_irfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6938110Z test_schema_correctness_fft_irfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6938388Z test_schema_correctness_fft_rfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.6938669Z test_schema_correctness_fft_rfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6938952Z test_schema_correctness_fft_rfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6939229Z test_schema_correctness_fft_rfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6939508Z test_schema_correctness_fft_rfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6939783Z test_schema_correctness_fft_rfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6940045Z test_schema_correctness_fft_rfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6940323Z test_schema_correctness_fft_rfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6940604Z test_schema_correctness_fft_rfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6940892Z test_schema_correctness_fft_rfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6941175Z test_schema_correctness_fft_rfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6941458Z test_schema_correctness_fft_rfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6941731Z test_schema_correctness_fft_rfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6942004Z test_schema_correctness_fft_rfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6942277Z test_schema_correctness_fft_rfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6942552Z test_schema_correctness_fft_rfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.6942833Z test_schema_correctness_fft_rfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6943124Z test_schema_correctness_fft_rfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6943411Z test_schema_correctness_fft_rfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6943879Z test_schema_correctness_fft_rfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6944160Z test_schema_correctness_fft_rfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6944437Z test_schema_correctness_fft_rfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6944711Z test_schema_correctness_fft_rfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6945081Z test_schema_correctness_fft_rfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.6945361Z test_schema_correctness_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6945686Z test_schema_correctness_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6945972Z test_schema_correctness_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6946253Z test_schema_correctness_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6946532Z test_schema_correctness_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6946810Z test_schema_correctness_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6947072Z test_schema_correctness_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6947351Z test_schema_correctness_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6947623Z test_schema_correctness_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6947897Z test_schema_correctness_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6948166Z test_schema_correctness_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6948433Z test_schema_correctness_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6948706Z test_schema_correctness_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6948989Z test_schema_correctness_flatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6949277Z test_schema_correctness_flatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6949572Z test_schema_correctness_flatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6949874Z test_schema_correctness_flatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6950170Z test_schema_correctness_flatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6950458Z test_schema_correctness_flatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6950747Z test_schema_correctness_flatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6951031Z test_schema_correctness_flatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6951312Z test_schema_correctness_flatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6951593Z test_schema_correctness_flatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6951876Z test_schema_correctness_flatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6952158Z test_schema_correctness_flatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6952450Z test_schema_correctness_flatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.6952732Z test_schema_correctness_flip_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6953011Z test_schema_correctness_flip_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6953305Z test_schema_correctness_flip_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6953590Z test_schema_correctness_flip_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6953862Z test_schema_correctness_flip_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6954200Z test_schema_correctness_flip_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6954526Z test_schema_correctness_flip_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6954806Z test_schema_correctness_flip_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6955080Z test_schema_correctness_flip_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6955358Z test_schema_correctness_flip_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6955636Z test_schema_correctness_flip_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.6955913Z test_schema_correctness_flip_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.6956201Z test_schema_correctness_fliplr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6956490Z test_schema_correctness_fliplr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6956789Z test_schema_correctness_fliplr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6957090Z test_schema_correctness_fliplr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6957375Z test_schema_correctness_fliplr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6957660Z test_schema_correctness_fliplr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6957951Z test_schema_correctness_fliplr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6958235Z test_schema_correctness_fliplr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6958520Z test_schema_correctness_fliplr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6958807Z test_schema_correctness_fliplr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6959088Z test_schema_correctness_fliplr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6959374Z test_schema_correctness_fliplr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6959668Z test_schema_correctness_flipud_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6959948Z test_schema_correctness_flipud_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6960246Z test_schema_correctness_flipud_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6960540Z test_schema_correctness_flipud_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6960815Z test_schema_correctness_flipud_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6961103Z test_schema_correctness_flipud_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6961388Z test_schema_correctness_flipud_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6961671Z test_schema_correctness_flipud_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6961958Z test_schema_correctness_flipud_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6962238Z test_schema_correctness_flipud_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6962518Z test_schema_correctness_flipud_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6962797Z test_schema_correctness_flipud_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6963142Z test_schema_correctness_float_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6963417Z test_schema_correctness_float_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6963696Z test_schema_correctness_float_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6963941Z test_schema_correctness_float_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6964178Z test_schema_correctness_float_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6964413Z test_schema_correctness_float_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6964648Z test_schema_correctness_float_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.6964883Z test_schema_correctness_float_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6965118Z test_schema_correctness_float_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6965348Z test_schema_correctness_float_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6965580Z test_schema_correctness_float_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6965813Z test_schema_correctness_float_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6966044Z test_schema_correctness_float_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.6966292Z test_schema_correctness_float_power_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6966532Z test_schema_correctness_float_power_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6966781Z test_schema_correctness_float_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.6967022Z test_schema_correctness_float_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.6967267Z test_schema_correctness_float_power_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6967515Z test_schema_correctness_float_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6967759Z test_schema_correctness_float_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6968002Z test_schema_correctness_float_power_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6968242Z test_schema_correctness_float_power_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6968484Z test_schema_correctness_float_power_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6968726Z test_schema_correctness_float_power_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6968968Z test_schema_correctness_float_power_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.6969211Z test_schema_correctness_floor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6969445Z test_schema_correctness_floor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6969679Z test_schema_correctness_floor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6969914Z test_schema_correctness_floor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6970146Z test_schema_correctness_floor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6970380Z test_schema_correctness_floor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6970652Z test_schema_correctness_floor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6970880Z test_schema_correctness_floor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6971145Z test_schema_correctness_floor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6971395Z test_schema_correctness_floor_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6971642Z test_schema_correctness_floor_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6971889Z test_schema_correctness_floor_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6972135Z test_schema_correctness_floor_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6972382Z test_schema_correctness_floor_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6972625Z test_schema_correctness_floor_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6972868Z test_schema_correctness_floor_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6973098Z test_schema_correctness_floor_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6973337Z test_schema_correctness_floor_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6973572Z test_schema_correctness_fmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6973804Z test_schema_correctness_fmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6974039Z test_schema_correctness_fmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6974278Z test_schema_correctness_fmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6974511Z test_schema_correctness_fmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6974743Z test_schema_correctness_fmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6974970Z test_schema_correctness_fmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6975198Z test_schema_correctness_fmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6975426Z test_schema_correctness_fmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6975657Z test_schema_correctness_fmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6975894Z test_schema_correctness_fmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6976126Z test_schema_correctness_fmin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6976360Z test_schema_correctness_fmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6976596Z test_schema_correctness_fmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6976831Z test_schema_correctness_fmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6977061Z test_schema_correctness_fmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6977288Z test_schema_correctness_fmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6977517Z test_schema_correctness_fmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6977747Z test_schema_correctness_fmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6978028Z test_schema_correctness_fmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6978263Z test_schema_correctness_fmod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6978523Z test_schema_correctness_fmod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6978763Z test_schema_correctness_fmod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6979000Z test_schema_correctness_fmod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.6979229Z test_schema_correctness_fmod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6979458Z test_schema_correctness_fmod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6979685Z test_schema_correctness_fmod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6979919Z test_schema_correctness_fmod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6980148Z test_schema_correctness_fmod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6980387Z test_schema_correctness_frac_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6980623Z test_schema_correctness_frac_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6980859Z test_schema_correctness_frac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6981097Z test_schema_correctness_frac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6981332Z test_schema_correctness_frexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6981567Z test_schema_correctness_frexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6981805Z test_schema_correctness_frexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.6982038Z test_schema_correctness_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6982268Z test_schema_correctness_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6982509Z test_schema_correctness_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6982747Z test_schema_correctness_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.6982984Z test_schema_correctness_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6983218Z test_schema_correctness_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6983452Z test_schema_correctness_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6983780Z test_schema_correctness_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6984012Z test_schema_correctness_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6984233Z test_schema_correctness_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6984491Z test_schema_correctness_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.6984760Z test_schema_correctness_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6985035Z test_schema_correctness_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.6985330Z test_schema_correctness_full_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2023-01-11T21:17:43.6985609Z test_schema_correctness_full_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6985980Z test_schema_correctness_full_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6986322Z test_schema_correctness_full_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6986611Z test_schema_correctness_full_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6986909Z test_schema_correctness_full_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6987193Z test_schema_correctness_full_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6987473Z test_schema_correctness_full_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.6987754Z test_schema_correctness_full_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.6988046Z test_schema_correctness_full_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.6988323Z test_schema_correctness_full_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6988607Z test_schema_correctness_full_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.6988897Z test_schema_correctness_gather_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.6989178Z test_schema_correctness_gather_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6989473Z test_schema_correctness_gather_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6989766Z test_schema_correctness_gather_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6990053Z test_schema_correctness_gather_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6990344Z test_schema_correctness_gather_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6990630Z test_schema_correctness_gather_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6990913Z test_schema_correctness_gather_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6991184Z test_schema_correctness_gather_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6991467Z test_schema_correctness_gather_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6991751Z test_schema_correctness_gather_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6992029Z test_schema_correctness_gather_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.6992307Z test_schema_correctness_gcd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6992591Z test_schema_correctness_gcd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6992870Z test_schema_correctness_gcd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6993151Z test_schema_correctness_gcd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6993426Z test_schema_correctness_gcd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.6993710Z test_schema_correctness_ge_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6993985Z test_schema_correctness_ge_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6994259Z test_schema_correctness_ge_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6994536Z test_schema_correctness_ge_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6994874Z test_schema_correctness_ge_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6995147Z test_schema_correctness_ge_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6995467Z test_schema_correctness_ge_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6995740Z test_schema_correctness_ge_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6996012Z test_schema_correctness_ge_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6996282Z test_schema_correctness_ge_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.6996571Z test_schema_correctness_geqrf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.144s) 2023-01-11T21:17:43.6996867Z test_schema_correctness_geqrf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2023-01-11T21:17:43.6997159Z test_schema_correctness_geqrf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.395s) 2023-01-11T21:17:43.6997442Z test_schema_correctness_geqrf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2023-01-11T21:17:43.6997728Z test_schema_correctness_gradient_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.263s) 2023-01-11T21:17:43.6998031Z test_schema_correctness_gradient_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.277s) 2023-01-11T21:17:43.6998325Z test_schema_correctness_gradient_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.277s) 2023-01-11T21:17:43.6998616Z test_schema_correctness_gradient_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2023-01-11T21:17:43.6998911Z test_schema_correctness_gradient_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.255s) 2023-01-11T21:17:43.6999204Z test_schema_correctness_gradient_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.252s) 2023-01-11T21:17:43.6999486Z test_schema_correctness_gradient_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.248s) 2023-01-11T21:17:43.6999774Z test_schema_correctness_gradient_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.248s) 2023-01-11T21:17:43.7000061Z test_schema_correctness_gradient_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.248s) 2023-01-11T21:17:43.7000344Z test_schema_correctness_gradient_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.248s) 2023-01-11T21:17:43.7000649Z test_schema_correctness_grid_sampler_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7000950Z test_schema_correctness_grid_sampler_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7001247Z test_schema_correctness_grid_sampler_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7001530Z test_schema_correctness_gt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7001808Z test_schema_correctness_gt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7002087Z test_schema_correctness_gt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7002367Z test_schema_correctness_gt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7002644Z test_schema_correctness_gt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7002914Z test_schema_correctness_gt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7003199Z test_schema_correctness_gt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7003435Z test_schema_correctness_gt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7003710Z test_schema_correctness_gt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7003938Z test_schema_correctness_gt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7004225Z test_schema_correctness_half_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7004445Z test_schema_correctness_half_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7004688Z test_schema_correctness_half_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7004928Z test_schema_correctness_half_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7005163Z test_schema_correctness_half_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7005399Z test_schema_correctness_half_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7005640Z test_schema_correctness_half_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7005876Z test_schema_correctness_half_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7006117Z test_schema_correctness_half_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7006346Z test_schema_correctness_half_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7006575Z test_schema_correctness_half_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7006806Z test_schema_correctness_half_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7007049Z test_schema_correctness_heaviside_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7007289Z test_schema_correctness_heaviside_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7007540Z test_schema_correctness_heaviside_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7007784Z test_schema_correctness_heaviside_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7008032Z test_schema_correctness_heaviside_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7008270Z test_schema_correctness_heaviside_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7008512Z test_schema_correctness_heaviside_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7008746Z test_schema_correctness_heaviside_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7008985Z test_schema_correctness_heaviside_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7009222Z test_schema_correctness_heaviside_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7009461Z test_schema_correctness_histc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2023-01-11T21:17:43.7009701Z test_schema_correctness_histc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7009933Z test_schema_correctness_histc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7010152Z test_schema_correctness_histc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7010382Z test_schema_correctness_histc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.7010612Z test_schema_correctness_histc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7010852Z test_schema_correctness_hsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7011140Z test_schema_correctness_hsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7011385Z test_schema_correctness_hsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7011667Z test_schema_correctness_hsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7011913Z test_schema_correctness_hsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7012151Z test_schema_correctness_hsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7012391Z test_schema_correctness_hsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7012628Z test_schema_correctness_hsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7012863Z test_schema_correctness_hsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7013102Z test_schema_correctness_hsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7013338Z test_schema_correctness_hsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7013574Z test_schema_correctness_hsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7013810Z test_schema_correctness_hsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7014050Z test_schema_correctness_hstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7014283Z test_schema_correctness_hstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7014528Z test_schema_correctness_hstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7014772Z test_schema_correctness_hstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7015017Z test_schema_correctness_hstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7015256Z test_schema_correctness_hstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7015500Z test_schema_correctness_hstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7015736Z test_schema_correctness_hstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7015957Z test_schema_correctness_hstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7016191Z test_schema_correctness_hstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7016424Z test_schema_correctness_hstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7016655Z test_schema_correctness_hstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7016891Z test_schema_correctness_hstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7017128Z test_schema_correctness_hypot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7017372Z test_schema_correctness_hypot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7017608Z test_schema_correctness_hypot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7017843Z test_schema_correctness_hypot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7018074Z test_schema_correctness_i0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7018300Z test_schema_correctness_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7018530Z test_schema_correctness_i0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7018809Z test_schema_correctness_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7019038Z test_schema_correctness_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7019299Z test_schema_correctness_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7019527Z test_schema_correctness_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7019754Z test_schema_correctness_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7019978Z test_schema_correctness_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7020202Z test_schema_correctness_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7020440Z test_schema_correctness_igamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7020682Z test_schema_correctness_igamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7020924Z test_schema_correctness_igammac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7021165Z test_schema_correctness_igammac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7021404Z test_schema_correctness_imag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7021631Z test_schema_correctness_imag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7021871Z test_schema_correctness_imag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7022116Z test_schema_correctness_index_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7022356Z test_schema_correctness_index_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7022604Z test_schema_correctness_index_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7022853Z test_schema_correctness_index_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7023100Z test_schema_correctness_index_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7023345Z test_schema_correctness_index_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7023587Z test_schema_correctness_index_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7023982Z test_schema_correctness_index_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7024223Z test_schema_correctness_index_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7024467Z test_schema_correctness_index_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7024763Z test_schema_correctness_index_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7025055Z test_schema_correctness_index_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7025337Z test_schema_correctness_index_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7025633Z test_schema_correctness_index_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7025921Z test_schema_correctness_index_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7026221Z test_schema_correctness_index_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7026519Z test_schema_correctness_index_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7026900Z test_schema_correctness_index_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7027249Z test_schema_correctness_index_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7027548Z test_schema_correctness_index_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7027842Z test_schema_correctness_index_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7028129Z test_schema_correctness_index_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7028414Z test_schema_correctness_index_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7028687Z test_schema_correctness_index_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7028985Z test_schema_correctness_index_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7029277Z test_schema_correctness_index_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7029565Z test_schema_correctness_index_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7029867Z test_schema_correctness_index_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7030166Z test_schema_correctness_index_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7030456Z test_schema_correctness_index_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7030748Z test_schema_correctness_index_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7031043Z test_schema_correctness_index_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7031329Z test_schema_correctness_index_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7031612Z test_schema_correctness_index_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7031898Z test_schema_correctness_index_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7032182Z test_schema_correctness_index_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7032465Z test_schema_correctness_index_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7032758Z test_schema_correctness_index_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7033042Z test_schema_correctness_index_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7033344Z test_schema_correctness_index_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7033640Z test_schema_correctness_index_put_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7033938Z test_schema_correctness_index_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7034230Z test_schema_correctness_index_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7034518Z test_schema_correctness_index_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7034806Z test_schema_correctness_index_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7035090Z test_schema_correctness_index_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7035380Z test_schema_correctness_index_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7035728Z test_schema_correctness_index_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7036003Z test_schema_correctness_index_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7036328Z test_schema_correctness_index_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7037498Z test_schema_correctness_index_reduce_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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/hip/Indexing.hip:1049.) 2023-01-11T21:17:43.7037648Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7037758Z ok (0.039s) 2023-01-11T21:17:43.7038060Z test_schema_correctness_index_reduce_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7038364Z test_schema_correctness_index_reduce_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7038668Z test_schema_correctness_index_reduce_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7038961Z test_schema_correctness_index_reduce_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7039249Z test_schema_correctness_index_reduce_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7039537Z test_schema_correctness_index_reduce_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7039831Z test_schema_correctness_index_reduce_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7040122Z test_schema_correctness_index_reduce_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7040419Z test_schema_correctness_index_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7040711Z test_schema_correctness_index_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7041015Z test_schema_correctness_index_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7041317Z test_schema_correctness_index_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7041612Z test_schema_correctness_index_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7041906Z test_schema_correctness_index_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7042200Z test_schema_correctness_index_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7042495Z test_schema_correctness_index_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7042787Z test_schema_correctness_index_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7043076Z test_schema_correctness_index_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7043367Z test_schema_correctness_index_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7043606Z test_schema_correctness_index_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7043848Z test_schema_correctness_index_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7044073Z test_schema_correctness_inner_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7044313Z test_schema_correctness_inner_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7044681Z test_schema_correctness_inner_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7044916Z test_schema_correctness_inner_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7045191Z test_schema_correctness_inner_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7045426Z test_schema_correctness_inner_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7045663Z test_schema_correctness_int_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7045892Z test_schema_correctness_int_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7046133Z test_schema_correctness_int_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7046370Z test_schema_correctness_int_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7046606Z test_schema_correctness_int_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7046840Z test_schema_correctness_int_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7047074Z test_schema_correctness_int_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7047302Z test_schema_correctness_int_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7047530Z test_schema_correctness_int_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7047758Z test_schema_correctness_int_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7047986Z test_schema_correctness_int_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7048211Z test_schema_correctness_int_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7048456Z test_schema_correctness_isclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2023-01-11T21:17:43.7048694Z test_schema_correctness_isclose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2023-01-11T21:17:43.7048946Z test_schema_correctness_isclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2023-01-11T21:17:43.7049192Z test_schema_correctness_isclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.117s) 2023-01-11T21:17:43.7049436Z test_schema_correctness_isclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2023-01-11T21:17:43.7049675Z test_schema_correctness_isclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2023-01-11T21:17:43.7049900Z test_schema_correctness_isclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2023-01-11T21:17:43.7050137Z test_schema_correctness_isclose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7050374Z test_schema_correctness_isclose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2023-01-11T21:17:43.7050612Z test_schema_correctness_isclose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7050850Z test_schema_correctness_isclose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7051085Z test_schema_correctness_isclose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2023-01-11T21:17:43.7051324Z test_schema_correctness_isfinite_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7051561Z test_schema_correctness_isfinite_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7051812Z test_schema_correctness_isfinite_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7052058Z test_schema_correctness_isfinite_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7052353Z test_schema_correctness_isfinite_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7052634Z test_schema_correctness_isfinite_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7052878Z test_schema_correctness_isfinite_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7053115Z test_schema_correctness_isfinite_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7053354Z test_schema_correctness_isfinite_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7053590Z test_schema_correctness_isfinite_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7053825Z test_schema_correctness_isfinite_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7054064Z test_schema_correctness_isfinite_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7054302Z test_schema_correctness_isfinite_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7054540Z test_schema_correctness_isin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7054775Z test_schema_correctness_isin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7055009Z test_schema_correctness_isin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7055238Z test_schema_correctness_isin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7055468Z test_schema_correctness_isin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7055686Z test_schema_correctness_isin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7055917Z test_schema_correctness_isin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7056143Z test_schema_correctness_isin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7056387Z test_schema_correctness_isinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7056619Z test_schema_correctness_isinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7056862Z test_schema_correctness_isinf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7057101Z test_schema_correctness_isinf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7057341Z test_schema_correctness_isinf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7057579Z test_schema_correctness_isinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7057821Z test_schema_correctness_isinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7058055Z test_schema_correctness_isinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7058292Z test_schema_correctness_isinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7058526Z test_schema_correctness_isinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7058756Z test_schema_correctness_isinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7058988Z test_schema_correctness_isinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7059217Z test_schema_correctness_isinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7059453Z test_schema_correctness_isnan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7059733Z test_schema_correctness_isnan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7059974Z test_schema_correctness_isnan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7060249Z test_schema_correctness_isnan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7060487Z test_schema_correctness_isnan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7060723Z test_schema_correctness_isnan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7060958Z test_schema_correctness_isnan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7061189Z test_schema_correctness_isnan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7061405Z test_schema_correctness_isnan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7061640Z test_schema_correctness_isnan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7061872Z test_schema_correctness_isnan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7062105Z test_schema_correctness_isnan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7062347Z test_schema_correctness_isneginf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7062587Z test_schema_correctness_isneginf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7062834Z test_schema_correctness_isneginf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7063075Z test_schema_correctness_isneginf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7063315Z test_schema_correctness_isneginf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7063555Z test_schema_correctness_isneginf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7063869Z test_schema_correctness_isneginf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7064104Z test_schema_correctness_isneginf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7064339Z test_schema_correctness_isneginf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7064619Z test_schema_correctness_isneginf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7064913Z test_schema_correctness_isposinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7065195Z test_schema_correctness_isposinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7065486Z test_schema_correctness_isposinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7065775Z test_schema_correctness_isposinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7066069Z test_schema_correctness_isposinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7066354Z test_schema_correctness_isposinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7066635Z test_schema_correctness_isposinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7066914Z test_schema_correctness_isposinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7067196Z test_schema_correctness_isposinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7067482Z test_schema_correctness_isposinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7067852Z test_schema_correctness_isreal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7068132Z test_schema_correctness_isreal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7068474Z test_schema_correctness_isreal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7068771Z test_schema_correctness_isreal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7069061Z test_schema_correctness_isreal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7069341Z test_schema_correctness_isreal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7069625Z test_schema_correctness_isreal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7069909Z test_schema_correctness_isreal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7070197Z test_schema_correctness_isreal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7070476Z test_schema_correctness_isreal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7070758Z test_schema_correctness_isreal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7071038Z test_schema_correctness_isreal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7071325Z test_schema_correctness_isreal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7071618Z test_schema_correctness_istft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.346s) 2023-01-11T21:17:43.7071908Z test_schema_correctness_istft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2023-01-11T21:17:43.7072232Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7072552Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2023-01-11T21:17:43.7072877Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7073203Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.152s) 2023-01-11T21:17:43.7073522Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7073839Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7074156Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7074474Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7074788Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7075103Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7075416Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7075727Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7076046Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7076369Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7076762Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7077145Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7077484Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7077811Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7078143Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7078462Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7078796Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2023-01-11T21:17:43.7079111Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7079439Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7079756Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7080065Z test_schema_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7080361Z test_schema_correctness_jiterator_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7080672Z test_schema_correctness_jiterator_binary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7080989Z test_schema_correctness_jiterator_binary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7081294Z test_schema_correctness_jiterator_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7081599Z test_schema_correctness_jiterator_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7081902Z test_schema_correctness_jiterator_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7082196Z test_schema_correctness_jiterator_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7082490Z test_schema_correctness_jiterator_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7082789Z test_schema_correctness_jiterator_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7083079Z test_schema_correctness_jiterator_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7083388Z test_schema_correctness_jiterator_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7083689Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7083957Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7084231Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7084504Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7084771Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7085081Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7085346Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7085633Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7085901Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7086167Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7086430Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7086695Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7086950Z test_schema_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7087197Z test_schema_correctness_jiterator_unary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7087457Z test_schema_correctness_jiterator_unary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7087713Z test_schema_correctness_jiterator_unary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7087964Z test_schema_correctness_jiterator_unary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7088214Z test_schema_correctness_jiterator_unary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7088459Z test_schema_correctness_jiterator_unary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7088708Z test_schema_correctness_jiterator_unary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7088954Z test_schema_correctness_jiterator_unary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7089205Z test_schema_correctness_jiterator_unary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7089452Z test_schema_correctness_jiterator_unary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2023-01-11T21:17:43.7089697Z test_schema_correctness_jiterator_unary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7089934Z test_schema_correctness_kron_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7090163Z test_schema_correctness_kron_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7090405Z test_schema_correctness_kron_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7090646Z test_schema_correctness_kron_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7090884Z test_schema_correctness_kron_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7091128Z test_schema_correctness_kron_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7091364Z test_schema_correctness_kron_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7091608Z test_schema_correctness_kron_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7091884Z test_schema_correctness_kron_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7092159Z test_schema_correctness_kron_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7092476Z test_schema_correctness_kron_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7092749Z test_schema_correctness_kron_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7093088Z test_schema_correctness_kthvalue_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7093377Z test_schema_correctness_kthvalue_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7093664Z test_schema_correctness_kthvalue_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7093948Z test_schema_correctness_kthvalue_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7094233Z test_schema_correctness_kthvalue_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7094514Z test_schema_correctness_kthvalue_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7094801Z test_schema_correctness_kthvalue_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7095093Z test_schema_correctness_kthvalue_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7095368Z test_schema_correctness_lcm_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7095640Z test_schema_correctness_lcm_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7095911Z test_schema_correctness_lcm_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7096185Z test_schema_correctness_lcm_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7096458Z test_schema_correctness_lcm_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7096746Z test_schema_correctness_ldexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7097029Z test_schema_correctness_ldexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7097325Z test_schema_correctness_ldexp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7097616Z test_schema_correctness_ldexp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7097900Z test_schema_correctness_ldexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7098186Z test_schema_correctness_ldexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7098473Z test_schema_correctness_ldexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7098748Z test_schema_correctness_ldexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7099014Z test_schema_correctness_ldexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7099295Z test_schema_correctness_ldexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7099575Z test_schema_correctness_ldexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7099856Z test_schema_correctness_ldexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7100132Z test_schema_correctness_le_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7100404Z test_schema_correctness_le_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7100684Z test_schema_correctness_le_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7100962Z test_schema_correctness_le_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7101235Z test_schema_correctness_le_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7101563Z test_schema_correctness_le_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7101828Z test_schema_correctness_le_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7102142Z test_schema_correctness_le_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7102420Z test_schema_correctness_le_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7102691Z test_schema_correctness_le_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7102975Z test_schema_correctness_lerp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7103264Z test_schema_correctness_lerp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7103564Z test_schema_correctness_lerp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7104001Z test_schema_correctness_lerp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7104239Z test_schema_correctness_lerp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7104487Z test_schema_correctness_lerp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7104771Z test_schema_correctness_lgamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7105057Z test_schema_correctness_lgamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7105347Z test_schema_correctness_lgamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7105630Z test_schema_correctness_lgamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7105899Z test_schema_correctness_lgamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7106186Z test_schema_correctness_lgamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7106468Z test_schema_correctness_lgamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7106752Z test_schema_correctness_lgamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7107033Z test_schema_correctness_lgamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7107348Z test_schema_correctness_linalg_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7107653Z test_schema_correctness_linalg_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7107955Z test_schema_correctness_linalg_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7108263Z test_schema_correctness_linalg_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7108576Z test_schema_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7108892Z test_schema_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7109197Z test_schema_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7109503Z test_schema_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7109991Z test_schema_correctness_linalg_cond_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T21:17:43.7110105Z ok (0.016s) 2023-01-11T21:17:43.7110408Z test_schema_correctness_linalg_cond_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7110786Z test_schema_correctness_linalg_cond_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7111126Z test_schema_correctness_linalg_cond_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7111434Z test_schema_correctness_linalg_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7111735Z test_schema_correctness_linalg_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7112030Z test_schema_correctness_linalg_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7112333Z test_schema_correctness_linalg_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7112629Z test_schema_correctness_linalg_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7112928Z test_schema_correctness_linalg_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7113224Z test_schema_correctness_linalg_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7113516Z test_schema_correctness_linalg_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7113794Z test_schema_correctness_linalg_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7114086Z test_schema_correctness_linalg_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7114382Z test_schema_correctness_linalg_det_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7114678Z test_schema_correctness_linalg_det_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7114976Z test_schema_correctness_linalg_det_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7115263Z test_schema_correctness_linalg_det_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7115575Z test_schema_correctness_linalg_det_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7115897Z test_schema_correctness_linalg_det_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.7116206Z test_schema_correctness_linalg_det_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7116514Z test_schema_correctness_linalg_det_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7116815Z test_schema_correctness_linalg_eig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7117110Z test_schema_correctness_linalg_eig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7117402Z test_schema_correctness_linalg_eig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7117694Z test_schema_correctness_linalg_eig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7117996Z test_schema_correctness_linalg_eigh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7118293Z test_schema_correctness_linalg_eigh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7118588Z test_schema_correctness_linalg_eigh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7118882Z test_schema_correctness_linalg_eigh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.7119185Z test_schema_correctness_linalg_eigvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7119545Z test_schema_correctness_linalg_eigvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7119843Z test_schema_correctness_linalg_eigvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7120186Z test_schema_correctness_linalg_eigvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7120492Z test_schema_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7120803Z test_schema_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7121101Z test_schema_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7121399Z test_schema_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7121783Z test_schema_correctness_linalg_householder_product_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7122153Z test_schema_correctness_linalg_householder_product_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7122522Z test_schema_correctness_linalg_householder_product_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7122892Z test_schema_correctness_linalg_householder_product_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7123191Z test_schema_correctness_linalg_inv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7123496Z test_schema_correctness_linalg_inv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7123748Z test_schema_correctness_linalg_inv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7123989Z test_schema_correctness_linalg_inv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7124247Z test_schema_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7124495Z test_schema_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7124736Z test_schema_correctness_linalg_inv_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7124981Z test_schema_correctness_linalg_inv_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7125479Z test_schema_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7125952Z test_schema_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7126408Z test_schema_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7126861Z test_schema_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7127332Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7127795Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7128251Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7128778Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7129287Z test_schema_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7129746Z test_schema_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7130193Z test_schema_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7130641Z test_schema_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:17:43.7130896Z test_schema_correctness_linalg_lstsq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7131145Z test_schema_correctness_linalg_lstsq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7131395Z test_schema_correctness_linalg_lstsq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7131642Z test_schema_correctness_linalg_lstsq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7131912Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7132183Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7132447Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7132715Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7132962Z test_schema_correctness_linalg_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7133214Z test_schema_correctness_linalg_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.7133456Z test_schema_correctness_linalg_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.7133699Z test_schema_correctness_linalg_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7133954Z test_schema_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2023-01-11T21:17:43.7134211Z test_schema_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.382s) 2023-01-11T21:17:43.7134451Z test_schema_correctness_linalg_lu_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.377s) 2023-01-11T21:17:43.7134705Z test_schema_correctness_linalg_lu_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.411s) 2023-01-11T21:17:43.7134965Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7135222Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7135478Z test_schema_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7135734Z test_schema_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7135988Z test_schema_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.167s) 2023-01-11T21:17:43.7136290Z test_schema_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.140s) 2023-01-11T21:17:43.7136540Z test_schema_correctness_linalg_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.132s) 2023-01-11T21:17:43.7136824Z test_schema_correctness_linalg_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7137080Z test_schema_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7137343Z test_schema_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.195s) 2023-01-11T21:17:43.7137601Z test_schema_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.165s) 2023-01-11T21:17:43.7137856Z test_schema_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7138115Z test_schema_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7138365Z test_schema_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.155s) 2023-01-11T21:17:43.7138626Z test_schema_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7138886Z test_schema_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7139143Z test_schema_correctness_linalg_matrix_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.147s) 2023-01-11T21:17:43.7139398Z test_schema_correctness_linalg_matrix_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2023-01-11T21:17:43.7139655Z test_schema_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.247s) 2023-01-11T21:17:43.7139913Z test_schema_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.214s) 2023-01-11T21:17:43.7140165Z test_schema_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.235s) 2023-01-11T21:17:43.7140420Z test_schema_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.213s) 2023-01-11T21:17:43.7140695Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.411s) 2023-01-11T21:17:43.7140968Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.415s) 2023-01-11T21:17:43.7141235Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.411s) 2023-01-11T21:17:43.7141506Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.411s) 2023-01-11T21:17:43.7141761Z test_schema_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7142005Z test_schema_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7142263Z test_schema_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7142516Z test_schema_correctness_linalg_multi_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7142765Z test_schema_correctness_linalg_multi_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7143019Z test_schema_correctness_linalg_multi_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7143263Z test_schema_correctness_linalg_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2023-01-11T21:17:43.7143559Z test_schema_correctness_linalg_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.118s) 2023-01-11T21:17:43.7143897Z test_schema_correctness_linalg_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.148s) 2023-01-11T21:17:43.7144196Z test_schema_correctness_linalg_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2023-01-11T21:17:43.7144473Z test_schema_correctness_linalg_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2023-01-11T21:17:43.7144762Z test_schema_correctness_linalg_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2023-01-11T21:17:43.7145093Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7145425Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7145770Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7146100Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7146430Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2023-01-11T21:17:43.7146752Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2023-01-11T21:17:43.7147057Z test_schema_correctness_linalg_pinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2023-01-11T21:17:43.7147353Z test_schema_correctness_linalg_pinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.337s) 2023-01-11T21:17:43.7147644Z test_schema_correctness_linalg_pinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.325s) 2023-01-11T21:17:43.7147948Z test_schema_correctness_linalg_pinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2023-01-11T21:17:43.7148264Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7148583Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7148896Z test_schema_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7149205Z test_schema_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7149571Z test_schema_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7149930Z test_schema_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7150288Z test_schema_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7150642Z test_schema_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7150988Z test_schema_correctness_linalg_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7151337Z test_schema_correctness_linalg_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7151659Z test_schema_correctness_linalg_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7151999Z test_schema_correctness_linalg_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7152366Z test_schema_correctness_linalg_slogdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7152676Z test_schema_correctness_linalg_slogdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7153017Z test_schema_correctness_linalg_slogdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7153317Z test_schema_correctness_linalg_slogdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7153624Z test_schema_correctness_linalg_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.7153921Z test_schema_correctness_linalg_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.7154219Z test_schema_correctness_linalg_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7154516Z test_schema_correctness_linalg_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7154821Z test_schema_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7155136Z test_schema_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7155433Z test_schema_correctness_linalg_solve_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7155728Z test_schema_correctness_linalg_solve_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7156054Z test_schema_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2023-01-11T21:17:43.7156373Z test_schema_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2023-01-11T21:17:43.7156693Z test_schema_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7157005Z test_schema_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7157307Z test_schema_correctness_linalg_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.020s) 2023-01-11T21:17:43.7157607Z test_schema_correctness_linalg_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.063s) 2023-01-11T21:17:43.7157899Z test_schema_correctness_linalg_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.015s) 2023-01-11T21:17:43.7158188Z test_schema_correctness_linalg_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.048s) 2023-01-11T21:17:43.7158497Z test_schema_correctness_linalg_svdvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2023-01-11T21:17:43.7158800Z test_schema_correctness_linalg_svdvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7159101Z test_schema_correctness_linalg_svdvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2023-01-11T21:17:43.7159408Z test_schema_correctness_linalg_svdvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2023-01-11T21:17:43.7159715Z test_schema_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7160024Z test_schema_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7160310Z test_schema_correctness_linalg_tensorinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7160612Z test_schema_correctness_linalg_tensorinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7160930Z test_schema_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7161307Z test_schema_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7161618Z test_schema_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7161966Z test_schema_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7162279Z test_schema_correctness_linalg_vander_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7162577Z test_schema_correctness_linalg_vander_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7162872Z test_schema_correctness_linalg_vander_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7163173Z test_schema_correctness_linalg_vander_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7163473Z test_schema_correctness_linalg_vander_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7163762Z test_schema_correctness_linalg_vander_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7164008Z test_schema_correctness_linalg_vander_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7164252Z test_schema_correctness_linalg_vander_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7164496Z test_schema_correctness_linalg_vander_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7164749Z test_schema_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7165021Z test_schema_correctness_linalg_vecdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7165293Z test_schema_correctness_linalg_vecdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7165542Z test_schema_correctness_linalg_vecdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7165793Z test_schema_correctness_linalg_vecdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7166040Z test_schema_correctness_linalg_vecdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7166296Z test_schema_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.7166555Z test_schema_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.215s) 2023-01-11T21:17:43.7166814Z test_schema_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.212s) 2023-01-11T21:17:43.7167068Z test_schema_correctness_linalg_vector_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.7167323Z test_schema_correctness_linalg_vector_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.7167577Z test_schema_correctness_linalg_vector_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2023-01-11T21:17:43.7167823Z test_schema_correctness_linspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7168062Z test_schema_correctness_linspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7168308Z test_schema_correctness_linspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7168553Z test_schema_correctness_linspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7168799Z test_schema_correctness_linspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7169090Z test_schema_correctness_linspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7169328Z test_schema_correctness_linspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7169603Z test_schema_correctness_linspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7169849Z test_schema_correctness_linspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7170087Z test_schema_correctness_linspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.187s) 2023-01-11T21:17:43.7170324Z test_schema_correctness_linspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7170559Z test_schema_correctness_log10_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7170789Z test_schema_correctness_log10_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7171033Z test_schema_correctness_log10_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7171272Z test_schema_correctness_log10_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7171509Z test_schema_correctness_log10_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7171745Z test_schema_correctness_log10_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7171977Z test_schema_correctness_log10_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7172207Z test_schema_correctness_log10_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7172437Z test_schema_correctness_log10_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7172666Z test_schema_correctness_log10_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7172901Z test_schema_correctness_log10_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7173133Z test_schema_correctness_log10_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7173376Z test_schema_correctness_log1p_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7173612Z test_schema_correctness_log1p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7173843Z test_schema_correctness_log1p_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7174083Z test_schema_correctness_log1p_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7174317Z test_schema_correctness_log1p_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7174555Z test_schema_correctness_log1p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7174793Z test_schema_correctness_log1p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7175026Z test_schema_correctness_log1p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7175255Z test_schema_correctness_log1p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7175484Z test_schema_correctness_log1p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7175715Z test_schema_correctness_log1p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7175950Z test_schema_correctness_log1p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7176185Z test_schema_correctness_log2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7176467Z test_schema_correctness_log2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7176706Z test_schema_correctness_log2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7176980Z test_schema_correctness_log2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7177216Z test_schema_correctness_log2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7177449Z test_schema_correctness_log2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7177687Z test_schema_correctness_log2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7177917Z test_schema_correctness_log2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7178145Z test_schema_correctness_log2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7178378Z test_schema_correctness_log2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7178610Z test_schema_correctness_log2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7178842Z test_schema_correctness_log2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7179081Z test_schema_correctness_log_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7179297Z test_schema_correctness_log_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7179538Z test_schema_correctness_log_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7179777Z test_schema_correctness_log_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7180015Z test_schema_correctness_log_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7180251Z test_schema_correctness_log_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7180486Z test_schema_correctness_log_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7180717Z test_schema_correctness_log_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7180951Z test_schema_correctness_log_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7181176Z test_schema_correctness_log_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7181401Z test_schema_correctness_log_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7181630Z test_schema_correctness_log_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7181858Z test_schema_correctness_log_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7182109Z test_schema_correctness_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7182354Z test_schema_correctness_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7182601Z test_schema_correctness_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7182845Z test_schema_correctness_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7183106Z test_schema_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7183363Z test_schema_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7183625Z test_schema_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7184180Z test_schema_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7184444Z test_schema_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7184832Z test_schema_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7185143Z test_schema_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7185449Z test_schema_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7185757Z test_schema_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7186062Z test_schema_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7186359Z test_schema_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7186674Z test_schema_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7186981Z test_schema_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7187284Z test_schema_correctness_logaddexp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7187581Z test_schema_correctness_logaddexp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7187870Z test_schema_correctness_logaddexp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7188168Z test_schema_correctness_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7188470Z test_schema_correctness_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7188767Z test_schema_correctness_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7189075Z test_schema_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7189380Z test_schema_correctness_logcumsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7189679Z test_schema_correctness_logcumsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7189983Z test_schema_correctness_logcumsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7190273Z test_schema_correctness_logdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7190564Z test_schema_correctness_logdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7190852Z test_schema_correctness_logdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.107s) 2023-01-11T21:17:43.7191138Z test_schema_correctness_logdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.136s) 2023-01-11T21:17:43.7191435Z test_schema_correctness_logical_and_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7191725Z test_schema_correctness_logical_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7192029Z test_schema_correctness_logical_and_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7192326Z test_schema_correctness_logical_and_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7192620Z test_schema_correctness_logical_and_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7192920Z test_schema_correctness_logical_and_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7193287Z test_schema_correctness_logical_and_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7193620Z test_schema_correctness_logical_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7193921Z test_schema_correctness_logical_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7194199Z test_schema_correctness_logical_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7194493Z test_schema_correctness_logical_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7194780Z test_schema_correctness_logical_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7195074Z test_schema_correctness_logical_not_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7195371Z test_schema_correctness_logical_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7195671Z test_schema_correctness_logical_not_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7195972Z test_schema_correctness_logical_not_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7196277Z test_schema_correctness_logical_not_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7196562Z test_schema_correctness_logical_not_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7196856Z test_schema_correctness_logical_not_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7197148Z test_schema_correctness_logical_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7197430Z test_schema_correctness_logical_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7197718Z test_schema_correctness_logical_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7198009Z test_schema_correctness_logical_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7198297Z test_schema_correctness_logical_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7198589Z test_schema_correctness_logical_or_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7198879Z test_schema_correctness_logical_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7199184Z test_schema_correctness_logical_or_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7199479Z test_schema_correctness_logical_or_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7199772Z test_schema_correctness_logical_or_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7200067Z test_schema_correctness_logical_or_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7200361Z test_schema_correctness_logical_or_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7200651Z test_schema_correctness_logical_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7200939Z test_schema_correctness_logical_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7201229Z test_schema_correctness_logical_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7201500Z test_schema_correctness_logical_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7201786Z test_schema_correctness_logical_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7202141Z test_schema_correctness_logical_xor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7202426Z test_schema_correctness_logical_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7202775Z test_schema_correctness_logical_xor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7203071Z test_schema_correctness_logical_xor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7203362Z test_schema_correctness_logical_xor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7203660Z test_schema_correctness_logical_xor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7203923Z test_schema_correctness_logical_xor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7204166Z test_schema_correctness_logical_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7204407Z test_schema_correctness_logical_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7204648Z test_schema_correctness_logical_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7204888Z test_schema_correctness_logical_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7205128Z test_schema_correctness_logical_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7205365Z test_schema_correctness_logit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7205596Z test_schema_correctness_logit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7205831Z test_schema_correctness_logit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7206068Z test_schema_correctness_logit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7206308Z test_schema_correctness_logit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7206543Z test_schema_correctness_logit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7206772Z test_schema_correctness_logit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7207005Z test_schema_correctness_logit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7207234Z test_schema_correctness_logit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7207464Z test_schema_correctness_logit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7207709Z test_schema_correctness_logspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.637s) 2023-01-11T21:17:43.7207948Z test_schema_correctness_logspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.632s) 2023-01-11T21:17:43.7208196Z test_schema_correctness_logspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.633s) 2023-01-11T21:17:43.7208442Z test_schema_correctness_logspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.677s) 2023-01-11T21:17:43.7208685Z test_schema_correctness_logspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.632s) 2023-01-11T21:17:43.7208931Z test_schema_correctness_logspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.630s) 2023-01-11T21:17:43.7209167Z test_schema_correctness_logspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.579s) 2023-01-11T21:17:43.7209405Z test_schema_correctness_logspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.570s) 2023-01-11T21:17:43.7209684Z test_schema_correctness_logspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.553s) 2023-01-11T21:17:43.7209924Z test_schema_correctness_logspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.631s) 2023-01-11T21:17:43.7210199Z test_schema_correctness_logspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.492s) 2023-01-11T21:17:43.7210447Z test_schema_correctness_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7210689Z test_schema_correctness_logsumexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7210934Z test_schema_correctness_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7211179Z test_schema_correctness_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7211421Z test_schema_correctness_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7211664Z test_schema_correctness_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7211902Z test_schema_correctness_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7212149Z test_schema_correctness_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7212385Z test_schema_correctness_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7212628Z test_schema_correctness_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7212865Z test_schema_correctness_long_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7213097Z test_schema_correctness_long_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7213336Z test_schema_correctness_long_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7213576Z test_schema_correctness_long_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7213800Z test_schema_correctness_long_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7214037Z test_schema_correctness_long_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7214274Z test_schema_correctness_long_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7214509Z test_schema_correctness_long_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7214739Z test_schema_correctness_long_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7214968Z test_schema_correctness_long_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7215197Z test_schema_correctness_long_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7215429Z test_schema_correctness_long_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7215658Z test_schema_correctness_long_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7215894Z test_schema_correctness_lt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7216121Z test_schema_correctness_lt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7216351Z test_schema_correctness_lt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7216581Z test_schema_correctness_lt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7216809Z test_schema_correctness_lt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7217038Z test_schema_correctness_lt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7217310Z test_schema_correctness_lt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7217537Z test_schema_correctness_lt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7217801Z test_schema_correctness_lt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7218028Z test_schema_correctness_lt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7218808Z test_schema_correctness_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/functional.py:1728: 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. 2023-01-11T21:17:43.7218948Z LU, pivots = torch.lu(A, compute_pivots) 2023-01-11T21:17:43.7219061Z should be replaced with 2023-01-11T21:17:43.7219235Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2023-01-11T21:17:43.7219307Z and 2023-01-11T21:17:43.7219481Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2023-01-11T21:17:43.7219591Z should be replaced with 2023-01-11T21:17:43.7219922Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2019.) 2023-01-11T21:17:43.7220108Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2023-01-11T21:17:43.7220201Z ok (0.381s) 2023-01-11T21:17:43.7220439Z test_schema_correctness_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2023-01-11T21:17:43.7220670Z test_schema_correctness_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.353s) 2023-01-11T21:17:43.7220904Z test_schema_correctness_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.395s) 2023-01-11T21:17:43.7221639Z test_schema_correctness_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2023-01-11T21:17:43.7221819Z Note that torch.linalg.lu_solve has its arguments reversed. 2023-01-11T21:17:43.7221942Z X = torch.lu_solve(B, LU, pivots) 2023-01-11T21:17:43.7222053Z should be replaced with 2023-01-11T21:17:43.7222354Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2176.) 2023-01-11T21:17:43.7222474Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7222568Z ok (0.070s) 2023-01-11T21:17:43.7222816Z test_schema_correctness_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2023-01-11T21:17:43.7223055Z test_schema_correctness_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7223298Z test_schema_correctness_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.7223547Z test_schema_correctness_lu_unpack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7223867Z test_schema_correctness_lu_unpack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7224112Z test_schema_correctness_lu_unpack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7224354Z test_schema_correctness_lu_unpack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7224637Z test_schema_correctness_mH_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7224910Z test_schema_correctness_mH_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7225196Z test_schema_correctness_mH_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7225557Z test_schema_correctness_mH_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7225842Z test_schema_correctness_mH_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7226173Z test_schema_correctness_mH_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7226455Z test_schema_correctness_mH_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7226731Z test_schema_correctness_mH_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7227008Z test_schema_correctness_mH_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7227271Z test_schema_correctness_mH_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7227539Z test_schema_correctness_mH_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7227811Z test_schema_correctness_mH_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7228090Z test_schema_correctness_mH_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7228372Z test_schema_correctness_mT_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7228645Z test_schema_correctness_mT_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7228927Z test_schema_correctness_mT_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7229211Z test_schema_correctness_mT_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7229499Z test_schema_correctness_mT_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7229773Z test_schema_correctness_mT_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7230054Z test_schema_correctness_mT_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7230317Z test_schema_correctness_mT_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7230600Z test_schema_correctness_mT_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7230875Z test_schema_correctness_mT_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7231147Z test_schema_correctness_mT_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7231416Z test_schema_correctness_mT_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7231688Z test_schema_correctness_mT_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7231986Z test_schema_correctness_masked_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2023-01-11T21:17:43.7232287Z test_schema_correctness_masked_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2023-01-11T21:17:43.7232586Z test_schema_correctness_masked_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2023-01-11T21:17:43.7232887Z test_schema_correctness_masked_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2023-01-11T21:17:43.7233175Z test_schema_correctness_masked_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.7233465Z test_schema_correctness_masked_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.7233758Z test_schema_correctness_masked_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.199s) 2023-01-11T21:17:43.7234048Z test_schema_correctness_masked_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.7234392Z test_schema_correctness_masked_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.204s) 2023-01-11T21:17:43.7234692Z test_schema_correctness_masked_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2023-01-11T21:17:43.7235028Z test_schema_correctness_masked_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2023-01-11T21:17:43.7235326Z test_schema_correctness_masked_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.233s) 2023-01-11T21:17:43.7235617Z test_schema_correctness_masked_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.234s) 2023-01-11T21:17:43.7235904Z test_schema_correctness_masked_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.7236194Z test_schema_correctness_masked_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.198s) 2023-01-11T21:17:43.7236481Z test_schema_correctness_masked_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.209s) 2023-01-11T21:17:43.7236776Z test_schema_correctness_masked_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2023-01-11T21:17:43.7237064Z test_schema_correctness_masked_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.200s) 2023-01-11T21:17:43.7237375Z test_schema_correctness_masked_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.146s) 2023-01-11T21:17:43.7237660Z test_schema_correctness_masked_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.147s) 2023-01-11T21:17:43.7237957Z test_schema_correctness_masked_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2023-01-11T21:17:43.7238254Z test_schema_correctness_masked_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7238549Z test_schema_correctness_masked_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2023-01-11T21:17:43.7238844Z test_schema_correctness_masked_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.123s) 2023-01-11T21:17:43.7239140Z test_schema_correctness_masked_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2023-01-11T21:17:43.7239435Z test_schema_correctness_masked_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2023-01-11T21:17:43.7239726Z test_schema_correctness_masked_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2023-01-11T21:17:43.7240028Z test_schema_correctness_masked_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.152s) 2023-01-11T21:17:43.7240322Z test_schema_correctness_masked_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7240617Z test_schema_correctness_masked_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2023-01-11T21:17:43.7240919Z test_schema_correctness_masked_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2023-01-11T21:17:43.7241214Z test_schema_correctness_masked_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2023-01-11T21:17:43.7241506Z test_schema_correctness_masked_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.123s) 2023-01-11T21:17:43.7241805Z test_schema_correctness_masked_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2023-01-11T21:17:43.7242096Z test_schema_correctness_masked_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2023-01-11T21:17:43.7242386Z test_schema_correctness_masked_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2023-01-11T21:17:43.7242692Z test_schema_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7242999Z test_schema_correctness_masked_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7243367Z test_schema_correctness_masked_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7243668Z test_schema_correctness_masked_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7244008Z test_schema_correctness_masked_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7244259Z test_schema_correctness_masked_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7244510Z test_schema_correctness_masked_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7244760Z test_schema_correctness_masked_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7245013Z test_schema_correctness_masked_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7245245Z test_schema_correctness_masked_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7245498Z test_schema_correctness_masked_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7245753Z test_schema_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7246010Z test_schema_correctness_masked_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7246263Z test_schema_correctness_masked_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7246513Z test_schema_correctness_masked_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7246758Z test_schema_correctness_masked_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7247004Z test_schema_correctness_masked_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7247251Z test_schema_correctness_masked_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7247495Z test_schema_correctness_masked_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7247740Z test_schema_correctness_masked_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7247983Z test_schema_correctness_masked_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7248226Z test_schema_correctness_masked_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7248472Z test_schema_correctness_masked_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7248716Z test_schema_correctness_masked_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7248971Z test_schema_correctness_masked_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7249219Z test_schema_correctness_masked_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7249471Z test_schema_correctness_masked_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7249719Z test_schema_correctness_masked_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7249962Z test_schema_correctness_masked_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7250205Z test_schema_correctness_masked_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7250445Z test_schema_correctness_masked_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7250687Z test_schema_correctness_masked_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7250972Z test_schema_correctness_masked_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7251211Z test_schema_correctness_masked_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7251505Z test_schema_correctness_masked_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7251751Z test_schema_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7252010Z test_schema_correctness_masked_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7252265Z test_schema_correctness_masked_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7252522Z test_schema_correctness_masked_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7252778Z test_schema_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7253031Z test_schema_correctness_masked_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7253287Z test_schema_correctness_masked_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.7253538Z test_schema_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2023-01-11T21:17:43.7253787Z test_schema_correctness_masked_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2023-01-11T21:17:43.7254038Z test_schema_correctness_masked_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2023-01-11T21:17:43.7254296Z test_schema_correctness_masked_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.246s) 2023-01-11T21:17:43.7254549Z test_schema_correctness_masked_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.256s) 2023-01-11T21:17:43.7254799Z test_schema_correctness_masked_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2023-01-11T21:17:43.7255050Z test_schema_correctness_masked_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.259s) 2023-01-11T21:17:43.7255297Z test_schema_correctness_masked_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.256s) 2023-01-11T21:17:43.7255549Z test_schema_correctness_masked_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.255s) 2023-01-11T21:17:43.7255795Z test_schema_correctness_masked_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.983s) 2023-01-11T21:17:43.7256036Z test_schema_correctness_masked_mean_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.834s) 2023-01-11T21:17:43.7256289Z test_schema_correctness_masked_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.851s) 2023-01-11T21:17:43.7256542Z test_schema_correctness_masked_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.834s) 2023-01-11T21:17:43.7256787Z test_schema_correctness_masked_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.980s) 2023-01-11T21:17:43.7257032Z test_schema_correctness_masked_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.986s) 2023-01-11T21:17:43.7257276Z test_schema_correctness_masked_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.990s) 2023-01-11T21:17:43.7257516Z test_schema_correctness_masked_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.824s) 2023-01-11T21:17:43.7257758Z test_schema_correctness_masked_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.816s) 2023-01-11T21:17:43.7257995Z test_schema_correctness_masked_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.825s) 2023-01-11T21:17:43.7258289Z test_schema_correctness_masked_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.828s) 2023-01-11T21:17:43.7258516Z test_schema_correctness_masked_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.818s) 2023-01-11T21:17:43.7258810Z test_schema_correctness_masked_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7259061Z test_schema_correctness_masked_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7259308Z test_schema_correctness_masked_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7259556Z test_schema_correctness_masked_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.201s) 2023-01-11T21:17:43.7259803Z test_schema_correctness_masked_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.210s) 2023-01-11T21:17:43.7260047Z test_schema_correctness_masked_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.209s) 2023-01-11T21:17:43.7260295Z test_schema_correctness_masked_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.198s) 2023-01-11T21:17:43.7260554Z test_schema_correctness_masked_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.429s) 2023-01-11T21:17:43.7260810Z test_schema_correctness_masked_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.432s) 2023-01-11T21:17:43.7261070Z test_schema_correctness_masked_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.433s) 2023-01-11T21:17:43.7261325Z test_schema_correctness_masked_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.429s) 2023-01-11T21:17:43.7261577Z test_schema_correctness_masked_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2023-01-11T21:17:43.7261825Z test_schema_correctness_masked_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2023-01-11T21:17:43.7262074Z test_schema_correctness_masked_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2023-01-11T21:17:43.7262315Z test_schema_correctness_masked_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.242s) 2023-01-11T21:17:43.7262568Z test_schema_correctness_masked_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.221s) 2023-01-11T21:17:43.7262818Z test_schema_correctness_masked_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.212s) 2023-01-11T21:17:43.7263063Z test_schema_correctness_masked_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.226s) 2023-01-11T21:17:43.7263309Z test_schema_correctness_masked_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2023-01-11T21:17:43.7263553Z test_schema_correctness_masked_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2023-01-11T21:17:43.7263957Z test_schema_correctness_masked_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2023-01-11T21:17:43.7264199Z test_schema_correctness_masked_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.234s) 2023-01-11T21:17:43.7264441Z test_schema_correctness_masked_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.184s) 2023-01-11T21:17:43.7264739Z test_schema_correctness_masked_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2023-01-11T21:17:43.7265030Z test_schema_correctness_masked_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.234s) 2023-01-11T21:17:43.7265324Z test_schema_correctness_masked_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7265619Z test_schema_correctness_masked_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7265925Z test_schema_correctness_masked_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7266313Z test_schema_correctness_masked_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7266661Z test_schema_correctness_masked_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7266958Z test_schema_correctness_masked_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7267259Z test_schema_correctness_masked_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7267554Z test_schema_correctness_masked_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7267849Z test_schema_correctness_masked_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7268148Z test_schema_correctness_masked_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7268442Z test_schema_correctness_masked_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7268740Z test_schema_correctness_masked_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7269048Z test_schema_correctness_masked_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7269341Z test_schema_correctness_masked_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7269647Z test_schema_correctness_masked_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7269950Z test_schema_correctness_masked_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7270243Z test_schema_correctness_masked_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7270551Z test_schema_correctness_masked_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7270852Z test_schema_correctness_masked_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7271143Z test_schema_correctness_masked_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7271436Z test_schema_correctness_masked_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7271724Z test_schema_correctness_masked_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7272017Z test_schema_correctness_masked_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7272308Z test_schema_correctness_masked_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7272606Z test_schema_correctness_masked_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7272909Z test_schema_correctness_masked_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7273196Z test_schema_correctness_masked_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7273494Z test_schema_correctness_masked_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7273802Z test_schema_correctness_masked_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7274058Z test_schema_correctness_masked_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7274301Z test_schema_correctness_masked_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7274552Z test_schema_correctness_masked_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7274845Z test_schema_correctness_masked_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.028s) 2023-01-11T21:17:43.7275114Z test_schema_correctness_masked_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7275413Z test_schema_correctness_masked_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.7275659Z test_schema_correctness_masked_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.026s) 2023-01-11T21:17:43.7275901Z test_schema_correctness_masked_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.023s) 2023-01-11T21:17:43.7276144Z test_schema_correctness_masked_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.026s) 2023-01-11T21:17:43.7276388Z test_schema_correctness_masked_std_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.024s) 2023-01-11T21:17:43.7276628Z test_schema_correctness_masked_std_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.024s) 2023-01-11T21:17:43.7276870Z test_schema_correctness_masked_std_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.023s) 2023-01-11T21:17:43.7277109Z test_schema_correctness_masked_std_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.025s) 2023-01-11T21:17:43.7277351Z test_schema_correctness_masked_std_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.025s) 2023-01-11T21:17:43.7277598Z test_schema_correctness_masked_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.236s) 2023-01-11T21:17:43.7277841Z test_schema_correctness_masked_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2023-01-11T21:17:43.7278088Z test_schema_correctness_masked_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.220s) 2023-01-11T21:17:43.7278336Z test_schema_correctness_masked_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2023-01-11T21:17:43.7278583Z test_schema_correctness_masked_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.242s) 2023-01-11T21:17:43.7278825Z test_schema_correctness_masked_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.285s) 2023-01-11T21:17:43.7279069Z test_schema_correctness_masked_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2023-01-11T21:17:43.7279311Z test_schema_correctness_masked_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7279549Z test_schema_correctness_masked_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7279772Z test_schema_correctness_masked_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.218s) 2023-01-11T21:17:43.7280010Z test_schema_correctness_masked_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.250s) 2023-01-11T21:17:43.7280248Z test_schema_correctness_masked_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7280495Z test_schema_correctness_masked_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.083s) 2023-01-11T21:17:43.7280765Z test_schema_correctness_masked_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7281036Z test_schema_correctness_masked_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.7281278Z test_schema_correctness_masked_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.026s) 2023-01-11T21:17:43.7281519Z test_schema_correctness_masked_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.020s) 2023-01-11T21:17:43.7281760Z test_schema_correctness_masked_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.024s) 2023-01-11T21:17:43.7281998Z test_schema_correctness_masked_var_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.024s) 2023-01-11T21:17:43.7282283Z test_schema_correctness_masked_var_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.023s) 2023-01-11T21:17:43.7282519Z test_schema_correctness_masked_var_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.022s) 2023-01-11T21:17:43.7282800Z test_schema_correctness_masked_var_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.022s) 2023-01-11T21:17:43.7283040Z test_schema_correctness_masked_var_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.023s) 2023-01-11T21:17:43.7283277Z test_schema_correctness_matmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2023-01-11T21:17:43.7283522Z test_schema_correctness_matmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.107s) 2023-01-11T21:17:43.7283765Z test_schema_correctness_matmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.106s) 2023-01-11T21:17:43.7283999Z test_schema_correctness_matmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2023-01-11T21:17:43.7284245Z test_schema_correctness_matmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2023-01-11T21:17:43.7284482Z test_schema_correctness_matmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2023-01-11T21:17:43.7284728Z test_schema_correctness_matrix_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7284976Z test_schema_correctness_matrix_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7285220Z test_schema_correctness_matrix_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7285461Z test_schema_correctness_matrix_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7285709Z test_schema_correctness_matrix_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7285942Z test_schema_correctness_matrix_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7286184Z test_schema_correctness_max_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7286424Z test_schema_correctness_max_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7286664Z test_schema_correctness_max_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7286908Z test_schema_correctness_max_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7287147Z test_schema_correctness_max_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7287384Z test_schema_correctness_max_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7287621Z test_schema_correctness_max_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7287861Z test_schema_correctness_max_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7288100Z test_schema_correctness_max_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7288340Z test_schema_correctness_max_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7288617Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (16.758s) 2023-01-11T21:17:43.7288892Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (16.723s) 2023-01-11T21:17:43.7289164Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (17.505s) 2023-01-11T21:17:43.7289435Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (18.010s) 2023-01-11T21:17:43.7289744Z test_schema_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7290035Z test_schema_correctness_max_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7290296Z test_schema_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7290553Z test_schema_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7290812Z test_schema_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7291065Z test_schema_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7291319Z test_schema_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7291575Z test_schema_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7291830Z test_schema_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7292083Z test_schema_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7292344Z test_schema_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7292598Z test_schema_correctness_max_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7292855Z test_schema_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7293098Z test_schema_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7293359Z test_schema_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7293615Z test_schema_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7293872Z test_schema_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7294127Z test_schema_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7294382Z test_schema_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7294634Z test_schema_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7294877Z test_schema_correctness_maximum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7295117Z test_schema_correctness_maximum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7295358Z test_schema_correctness_maximum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7295597Z test_schema_correctness_maximum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7295834Z test_schema_correctness_maximum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7296074Z test_schema_correctness_maximum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7296312Z test_schema_correctness_maximum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7296544Z test_schema_correctness_maximum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7296783Z test_schema_correctness_maximum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7297074Z test_schema_correctness_maximum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7297311Z test_schema_correctness_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7297659Z test_schema_correctness_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7297901Z test_schema_correctness_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7298136Z test_schema_correctness_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7298378Z test_schema_correctness_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7298614Z test_schema_correctness_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7298857Z test_schema_correctness_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7299100Z test_schema_correctness_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7299328Z test_schema_correctness_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7299561Z test_schema_correctness_median_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7299795Z test_schema_correctness_median_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7300029Z test_schema_correctness_median_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7300262Z test_schema_correctness_median_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7300496Z test_schema_correctness_median_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7300766Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7301026Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7301297Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7301567Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7301830Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7302091Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7302350Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7302610Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7302870Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7303128Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7303382Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7303640Z test_schema_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7303980Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7304242Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7304572Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7304843Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7305151Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7305418Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7305686Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7305947Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7306205Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7306469Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7306732Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7306979Z test_schema_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7307224Z test_schema_correctness_min_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7307462Z test_schema_correctness_min_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7307707Z test_schema_correctness_min_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7307949Z test_schema_correctness_min_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7308192Z test_schema_correctness_min_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7308429Z test_schema_correctness_min_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7308670Z test_schema_correctness_min_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7308908Z test_schema_correctness_min_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7309146Z test_schema_correctness_min_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7309384Z test_schema_correctness_min_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7309646Z test_schema_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7309902Z test_schema_correctness_min_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7310162Z test_schema_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7310422Z test_schema_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7310676Z test_schema_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7310928Z test_schema_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7311178Z test_schema_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7311435Z test_schema_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7311686Z test_schema_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7311995Z test_schema_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7312296Z test_schema_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7312553Z test_schema_correctness_min_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7312811Z test_schema_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7313071Z test_schema_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7313325Z test_schema_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7313578Z test_schema_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7313837Z test_schema_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7314081Z test_schema_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7314336Z test_schema_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7314596Z test_schema_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7314838Z test_schema_correctness_minimum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7315072Z test_schema_correctness_minimum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7315309Z test_schema_correctness_minimum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7315553Z test_schema_correctness_minimum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7315788Z test_schema_correctness_minimum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7316024Z test_schema_correctness_minimum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7316260Z test_schema_correctness_minimum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7316496Z test_schema_correctness_minimum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7316730Z test_schema_correctness_minimum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7316967Z test_schema_correctness_minimum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7317200Z test_schema_correctness_mm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7317464Z test_schema_correctness_mm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7317725Z test_schema_correctness_mm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.7317954Z test_schema_correctness_mm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7318183Z test_schema_correctness_mm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7318412Z test_schema_correctness_mm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7318649Z test_schema_correctness_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7318878Z test_schema_correctness_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7319160Z test_schema_correctness_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7319394Z test_schema_correctness_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7319667Z test_schema_correctness_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7319887Z test_schema_correctness_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7320118Z test_schema_correctness_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7320346Z test_schema_correctness_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7320579Z test_schema_correctness_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7320810Z test_schema_correctness_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7321054Z test_schema_correctness_movedim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7321289Z test_schema_correctness_movedim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7321537Z test_schema_correctness_movedim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7321782Z test_schema_correctness_movedim_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7322024Z test_schema_correctness_movedim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7322264Z test_schema_correctness_movedim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7322502Z test_schema_correctness_movedim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7322738Z test_schema_correctness_movedim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7322974Z test_schema_correctness_movedim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7323209Z test_schema_correctness_movedim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7323443Z test_schema_correctness_movedim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7323681Z test_schema_correctness_movedim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7323915Z test_schema_correctness_movedim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7324155Z test_schema_correctness_msort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7324393Z test_schema_correctness_msort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7324630Z test_schema_correctness_msort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7324866Z test_schema_correctness_msort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7325096Z test_schema_correctness_msort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7325330Z test_schema_correctness_msort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7325549Z test_schema_correctness_msort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7325780Z test_schema_correctness_msort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7326008Z test_schema_correctness_msort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7326243Z test_schema_correctness_mul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7326471Z test_schema_correctness_mul_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7326757Z test_schema_correctness_mul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7326994Z test_schema_correctness_mul_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7327269Z test_schema_correctness_mul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7327501Z test_schema_correctness_mul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7327733Z test_schema_correctness_mul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7327966Z test_schema_correctness_mul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7328194Z test_schema_correctness_mul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7328422Z test_schema_correctness_mul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7328654Z test_schema_correctness_mul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7328882Z test_schema_correctness_mul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7329111Z test_schema_correctness_mul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7329359Z test_schema_correctness_multinomial_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7329607Z test_schema_correctness_multinomial_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7329853Z test_schema_correctness_multinomial_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7330084Z test_schema_correctness_mv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7330326Z test_schema_correctness_mv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7330563Z test_schema_correctness_mv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7330793Z test_schema_correctness_mv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7331023Z test_schema_correctness_mv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7331239Z test_schema_correctness_mv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7331502Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7331764Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7332022Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7332287Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7332542Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7332800Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7333054Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7333313Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7333570Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7333826Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7334133Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7334388Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7334679Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7334933Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7335187Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7335440Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7335695Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7335957Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7336215Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7336473Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7336727Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7336979Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7337232Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7337485Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7337731Z test_schema_correctness_nan_to_num_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7337968Z test_schema_correctness_nan_to_num_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7338213Z test_schema_correctness_nan_to_num_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7338439Z test_schema_correctness_nan_to_num_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7338680Z test_schema_correctness_nan_to_num_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7338920Z test_schema_correctness_nan_to_num_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7339159Z test_schema_correctness_nan_to_num_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7339395Z test_schema_correctness_nan_to_num_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7339633Z test_schema_correctness_nan_to_num_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7339870Z test_schema_correctness_nan_to_num_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7340114Z test_schema_correctness_nanmean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2023-01-11T21:17:43.7340352Z test_schema_correctness_nanmean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2023-01-11T21:17:43.7340588Z test_schema_correctness_nanmean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2023-01-11T21:17:43.7340826Z test_schema_correctness_nanmean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2023-01-11T21:17:43.7341072Z test_schema_correctness_nanmedian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7341362Z test_schema_correctness_nanmedian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7341605Z test_schema_correctness_nanmedian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7341887Z test_schema_correctness_nanmedian_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7342123Z test_schema_correctness_nanmedian_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7342358Z test_schema_correctness_nanmedian_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7342598Z test_schema_correctness_nanmedian_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7342839Z test_schema_correctness_nanmedian_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7343086Z test_schema_correctness_nanquantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.089s) 2023-01-11T21:17:43.7343335Z test_schema_correctness_nanquantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.082s) 2023-01-11T21:17:43.7343574Z test_schema_correctness_nansum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7343884Z test_schema_correctness_nansum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7344121Z test_schema_correctness_nansum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7344344Z test_schema_correctness_nansum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7344579Z test_schema_correctness_nansum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7344814Z test_schema_correctness_nansum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7345047Z test_schema_correctness_nansum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7345284Z test_schema_correctness_nansum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7345518Z test_schema_correctness_nansum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7345755Z test_schema_correctness_nansum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7346003Z test_schema_correctness_narrow_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7346245Z test_schema_correctness_narrow_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7346498Z test_schema_correctness_narrow_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7346751Z test_schema_correctness_narrow_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7347004Z test_schema_correctness_narrow_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7347249Z test_schema_correctness_narrow_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7347499Z test_schema_correctness_narrow_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7347745Z test_schema_correctness_narrow_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7347985Z test_schema_correctness_narrow_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7348224Z test_schema_correctness_narrow_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7348464Z test_schema_correctness_narrow_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7348707Z test_schema_correctness_narrow_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7349011Z test_schema_correctness_narrow_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7349250Z test_schema_correctness_narrow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7349525Z test_schema_correctness_narrow_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7349773Z test_schema_correctness_narrow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7350017Z test_schema_correctness_narrow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7350258Z test_schema_correctness_narrow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7350479Z test_schema_correctness_narrow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7350716Z test_schema_correctness_narrow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7350953Z test_schema_correctness_narrow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7351188Z test_schema_correctness_narrow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7351430Z test_schema_correctness_narrow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7351662Z test_schema_correctness_narrow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7351892Z test_schema_correctness_narrow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7352124Z test_schema_correctness_narrow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7352378Z test_schema_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7352632Z test_schema_correctness_native_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7352881Z test_schema_correctness_native_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7353131Z test_schema_correctness_native_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7353394Z test_schema_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7353658Z test_schema_correctness_native_dropout_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7353918Z test_schema_correctness_native_dropout_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7354185Z test_schema_correctness_native_dropout_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7354439Z test_schema_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7354690Z test_schema_correctness_native_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7354941Z test_schema_correctness_native_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7355193Z test_schema_correctness_native_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7355423Z test_schema_correctness_ne_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7355649Z test_schema_correctness_ne_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7355884Z test_schema_correctness_ne_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7356124Z test_schema_correctness_ne_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7356405Z test_schema_correctness_ne_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7356640Z test_schema_correctness_ne_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7356892Z test_schema_correctness_ne_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7357124Z test_schema_correctness_ne_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7357352Z test_schema_correctness_ne_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7357577Z test_schema_correctness_ne_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7357803Z test_schema_correctness_ne_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7358027Z test_schema_correctness_ne_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7358270Z test_schema_correctness_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7358511Z test_schema_correctness_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7358750Z test_schema_correctness_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7358986Z test_schema_correctness_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7359217Z test_schema_correctness_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7359451Z test_schema_correctness_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7359681Z test_schema_correctness_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7359909Z test_schema_correctness_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7360140Z test_schema_correctness_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7360364Z test_schema_correctness_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7360594Z test_schema_correctness_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7360822Z test_schema_correctness_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7361067Z test_schema_correctness_new_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7361307Z test_schema_correctness_new_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2023-01-11T21:17:43.7361556Z test_schema_correctness_new_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.7361806Z test_schema_correctness_new_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7362057Z test_schema_correctness_new_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7362287Z test_schema_correctness_new_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7362527Z test_schema_correctness_new_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7362763Z test_schema_correctness_new_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7362995Z test_schema_correctness_new_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7363232Z test_schema_correctness_new_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7363464Z test_schema_correctness_new_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7363747Z test_schema_correctness_new_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7363983Z test_schema_correctness_new_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7364291Z test_schema_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2023-01-11T21:17:43.7364546Z test_schema_correctness_new_empty_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7364806Z test_schema_correctness_new_empty_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2023-01-11T21:17:43.7365065Z test_schema_correctness_new_empty_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7365320Z test_schema_correctness_new_empty_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2023-01-11T21:17:43.7365574Z test_schema_correctness_new_empty_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7365829Z test_schema_correctness_new_empty_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7366083Z test_schema_correctness_new_empty_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7366332Z test_schema_correctness_new_empty_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7366578Z test_schema_correctness_new_empty_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2023-01-11T21:17:43.7366827Z test_schema_correctness_new_empty_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7367075Z test_schema_correctness_new_empty_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7367326Z test_schema_correctness_new_empty_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7367570Z test_schema_correctness_new_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7367804Z test_schema_correctness_new_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7368050Z test_schema_correctness_new_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7368296Z test_schema_correctness_new_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7368540Z test_schema_correctness_new_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7368783Z test_schema_correctness_new_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7369010Z test_schema_correctness_new_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7369251Z test_schema_correctness_new_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7369487Z test_schema_correctness_new_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.7369724Z test_schema_correctness_new_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7369957Z test_schema_correctness_new_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7370189Z test_schema_correctness_new_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7370424Z test_schema_correctness_new_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7370666Z test_schema_correctness_new_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7370898Z test_schema_correctness_new_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7371194Z test_schema_correctness_new_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7371434Z test_schema_correctness_new_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7371710Z test_schema_correctness_new_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7371950Z test_schema_correctness_new_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7372191Z test_schema_correctness_new_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7372432Z test_schema_correctness_new_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7372661Z test_schema_correctness_new_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7372892Z test_schema_correctness_new_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7373125Z test_schema_correctness_new_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7373357Z test_schema_correctness_new_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7373594Z test_schema_correctness_new_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7373837Z test_schema_correctness_new_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7374074Z test_schema_correctness_new_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7374323Z test_schema_correctness_new_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7374568Z test_schema_correctness_new_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7374804Z test_schema_correctness_new_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7375045Z test_schema_correctness_new_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7375286Z test_schema_correctness_new_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7375521Z test_schema_correctness_new_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7375755Z test_schema_correctness_new_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7375989Z test_schema_correctness_new_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7376223Z test_schema_correctness_new_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7376460Z test_schema_correctness_new_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7376701Z test_schema_correctness_new_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7376942Z test_schema_correctness_nextafter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7377192Z test_schema_correctness_nextafter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7377435Z test_schema_correctness_nextafter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7377729Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.330s) 2023-01-11T21:17:43.7378022Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.312s) 2023-01-11T21:17:43.7378312Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.314s) 2023-01-11T21:17:43.7378650Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.310s) 2023-01-11T21:17:43.7378966Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7379244Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7379516Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7379797Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7380072Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7380347Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7380618Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7380890Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7381163Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7381441Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7381716Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7381989Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7382269Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7382545Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7382820Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7383088Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7383348Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7383622Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7384043Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7384314Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7384589Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7384868Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7385141Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7385412Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7385682Z test_schema_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.117s) 2023-01-11T21:17:43.7386021Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2023-01-11T21:17:43.7386327Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2023-01-11T21:17:43.7386595Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.120s) 2023-01-11T21:17:43.7386863Z test_schema_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7387125Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7387386Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7387650Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7387913Z test_schema_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7388174Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7388433Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7388691Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7388950Z test_schema_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7389208Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7389468Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7389724Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7389988Z test_schema_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.7390249Z test_schema_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.7390505Z test_schema_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7390763Z test_schema_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2023-01-11T21:17:43.7391048Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2023-01-11T21:17:43.7391328Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.7391610Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2023-01-11T21:17:43.7391891Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2023-01-11T21:17:43.7392153Z test_schema_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7392401Z test_schema_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2023-01-11T21:17:43.7392663Z test_schema_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2023-01-11T21:17:43.7392919Z test_schema_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7393245Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7393555Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7393830Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7394105Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7394397Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7394692Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7394981Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7395269Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7395525Z test_schema_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7395778Z test_schema_correctness_nn_functional_celu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7396031Z test_schema_correctness_nn_functional_celu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7396285Z test_schema_correctness_nn_functional_celu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7396546Z test_schema_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2023-01-11T21:17:43.7396810Z test_schema_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2023-01-11T21:17:43.7397072Z test_schema_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7397331Z test_schema_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.159s) 2023-01-11T21:17:43.7397584Z test_schema_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7397845Z test_schema_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7398101Z test_schema_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7399122Z test_schema_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:996.) 2023-01-11T21:17:43.7399246Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7399339Z ok (0.068s) 2023-01-11T21:17:43.7399601Z test_schema_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.433s) 2023-01-11T21:17:43.7399864Z test_schema_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7400123Z test_schema_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.447s) 2023-01-11T21:17:43.7400378Z test_schema_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2023-01-11T21:17:43.7400688Z test_schema_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2023-01-11T21:17:43.7400980Z test_schema_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7401255Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7401531Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.137s) 2023-01-11T21:17:43.7401793Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7402065Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.137s) 2023-01-11T21:17:43.7402339Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7402606Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7402879Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7403151Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7403427Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.166s) 2023-01-11T21:17:43.7403700Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7403971Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.176s) 2023-01-11T21:17:43.7404246Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7404518Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7404785Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7405056Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7405332Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2023-01-11T21:17:43.7405609Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7405887Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2023-01-11T21:17:43.7406154Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7406424Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7406688Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7406968Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.258s) 2023-01-11T21:17:43.7407245Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.261s) 2023-01-11T21:17:43.7407523Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.256s) 2023-01-11T21:17:43.7407850Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.271s) 2023-01-11T21:17:43.7408163Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.260s) 2023-01-11T21:17:43.7408438Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.260s) 2023-01-11T21:17:43.7408709Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2023-01-11T21:17:43.7408975Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.260s) 2023-01-11T21:17:43.7409245Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2023-01-11T21:17:43.7409526Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.264s) 2023-01-11T21:17:43.7409801Z test_schema_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2023-01-11T21:17:43.7410075Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2023-01-11T21:17:43.7410344Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.119s) 2023-01-11T21:17:43.7410615Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2023-01-11T21:17:43.7410880Z test_schema_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.7411148Z test_schema_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.7411403Z test_schema_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7411671Z test_schema_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7411931Z test_schema_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2023-01-11T21:17:43.7412190Z test_schema_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7413491Z test_schema_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2023-01-11T21:17:43.7413823Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2023-01-11T21:17:43.7413904Z ok (0.048s) 2023-01-11T21:17:43.7414167Z test_schema_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7414428Z test_schema_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7414687Z test_schema_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7414950Z test_schema_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7415268Z test_schema_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7415532Z test_schema_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7415828Z test_schema_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7416093Z test_schema_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7416351Z test_schema_correctness_nn_functional_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7416608Z test_schema_correctness_nn_functional_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.7416868Z test_schema_correctness_nn_functional_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7417127Z test_schema_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7417379Z test_schema_correctness_nn_functional_elu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7417631Z test_schema_correctness_nn_functional_elu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7417880Z test_schema_correctness_nn_functional_elu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7418152Z test_schema_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.435s) 2023-01-11T21:17:43.7418420Z test_schema_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.437s) 2023-01-11T21:17:43.7418685Z test_schema_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.466s) 2023-01-11T21:17:43.7418951Z test_schema_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.441s) 2023-01-11T21:17:43.7419216Z test_schema_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7419479Z test_schema_correctness_nn_functional_embedding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7419740Z test_schema_correctness_nn_functional_embedding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7419999Z test_schema_correctness_nn_functional_embedding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7420292Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7420581Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7420870Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7421161Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7421455Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7421749Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7422052Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7422352Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7422693Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7423019Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7423319Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7423607Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7423980Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7424268Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7424561Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7424850Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7425126Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2023-01-11T21:17:43.7425408Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2023-01-11T21:17:43.7425683Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2023-01-11T21:17:43.7425962Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2023-01-11T21:17:43.7426244Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2023-01-11T21:17:43.7426523Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2023-01-11T21:17:43.7426795Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.992s) 2023-01-11T21:17:43.7427060Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.003s) 2023-01-11T21:17:43.7427328Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.983s) 2023-01-11T21:17:43.7427595Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.977s) 2023-01-11T21:17:43.7427855Z test_schema_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7428112Z test_schema_correctness_nn_functional_gelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7428372Z test_schema_correctness_nn_functional_gelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7428629Z test_schema_correctness_nn_functional_gelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7428882Z test_schema_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7429138Z test_schema_correctness_nn_functional_glu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7429388Z test_schema_correctness_nn_functional_glu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7429696Z test_schema_correctness_nn_functional_glu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7429960Z test_schema_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7430268Z test_schema_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7430534Z test_schema_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7430799Z test_schema_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7431067Z test_schema_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7431335Z test_schema_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7431601Z test_schema_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7431871Z test_schema_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7432123Z test_schema_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7432387Z test_schema_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7432647Z test_schema_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7432915Z test_schema_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7433181Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7433452Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7433717Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7433979Z test_schema_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7434240Z test_schema_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7434499Z test_schema_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7434759Z test_schema_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7435018Z test_schema_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7435280Z test_schema_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7435543Z test_schema_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7435801Z test_schema_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7436062Z test_schema_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7436319Z test_schema_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7436575Z test_schema_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7436831Z test_schema_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7437163Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2023-01-11T21:17:43.7437477Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2023-01-11T21:17:43.7437761Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2023-01-11T21:17:43.7438035Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.354s) 2023-01-11T21:17:43.7438302Z test_schema_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7438564Z test_schema_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7438826Z test_schema_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7439084Z test_schema_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7439354Z test_schema_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7439621Z test_schema_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2023-01-11T21:17:43.7439887Z test_schema_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.195s) 2023-01-11T21:17:43.7440154Z test_schema_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.189s) 2023-01-11T21:17:43.7440413Z test_schema_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7440687Z test_schema_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7440962Z test_schema_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7441229Z test_schema_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7441507Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7441781Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7442053Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7442334Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7442610Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7442893Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7443169Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7443441Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7443714Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7443987Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7444304Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7444614Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7444888Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7445166Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7445447Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7445722Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7446740Z test_schema_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:17:43.7446843Z warnings.warn( 2023-01-11T21:17:43.7446934Z ok (0.041s) 2023-01-11T21:17:43.7447192Z test_schema_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.7447452Z test_schema_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.7447710Z test_schema_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.7447971Z test_schema_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7448231Z test_schema_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7448492Z test_schema_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7448745Z test_schema_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7449004Z test_schema_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7449256Z test_schema_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7449515Z test_schema_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7449782Z test_schema_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7450043Z test_schema_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7450291Z test_schema_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7450552Z test_schema_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7450875Z test_schema_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7451184Z test_schema_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7451495Z test_schema_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7451865Z test_schema_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7452179Z test_schema_correctness_nn_functional_linear_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7452534Z test_schema_correctness_nn_functional_linear_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7452846Z test_schema_correctness_nn_functional_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7453155Z test_schema_correctness_nn_functional_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7453462Z test_schema_correctness_nn_functional_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7453799Z test_schema_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7454133Z test_schema_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7454469Z test_schema_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7454796Z test_schema_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7455110Z test_schema_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7455432Z test_schema_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7455742Z test_schema_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7456056Z test_schema_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7456388Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7456718Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7457045Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2023-01-11T21:17:43.7457371Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2023-01-11T21:17:43.7457690Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7458015Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2023-01-11T21:17:43.7458334Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2023-01-11T21:17:43.7458652Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2023-01-11T21:17:43.7458977Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2023-01-11T21:17:43.7459289Z test_schema_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.105s) 2023-01-11T21:17:43.7459601Z test_schema_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.023s) 2023-01-11T21:17:43.7459917Z test_schema_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.024s) 2023-01-11T21:17:43.7460225Z test_schema_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.029s) 2023-01-11T21:17:43.7460588Z test_schema_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (10.233s) 2023-01-11T21:17:43.7460940Z test_schema_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (10.105s) 2023-01-11T21:17:43.7461257Z test_schema_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (10.110s) 2023-01-11T21:17:43.7461566Z test_schema_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (10.224s) 2023-01-11T21:17:43.7461871Z test_schema_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.026s) 2023-01-11T21:17:43.7462177Z test_schema_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.040s) 2023-01-11T21:17:43.7462486Z test_schema_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.018s) 2023-01-11T21:17:43.7462796Z test_schema_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.191s) 2023-01-11T21:17:43.7463116Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.344s) 2023-01-11T21:17:43.7463429Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.339s) 2023-01-11T21:17:43.7463901Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2023-01-11T21:17:43.7464225Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7464546Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2023-01-11T21:17:43.7464869Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2023-01-11T21:17:43.7465181Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.308s) 2023-01-11T21:17:43.7465498Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.305s) 2023-01-11T21:17:43.7465807Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2023-01-11T21:17:43.7466127Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.107s) 2023-01-11T21:17:43.7466446Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.107s) 2023-01-11T21:17:43.7466760Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.106s) 2023-01-11T21:17:43.7467081Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2023-01-11T21:17:43.7467393Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2023-01-11T21:17:43.7467701Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.167s) 2023-01-11T21:17:43.7468023Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7468338Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7468653Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7468956Z test_schema_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7469335Z test_schema_correctness_nn_functional_mish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7469686Z test_schema_correctness_nn_functional_mish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7469987Z test_schema_correctness_nn_functional_mish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7470301Z test_schema_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7470604Z test_schema_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7470903Z test_schema_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7471205Z test_schema_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7471539Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7471859Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7472174Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7472493Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7472825Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7473154Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7473491Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7473822Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7474165Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7474502Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7474838Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7475168Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7475478Z test_schema_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2023-01-11T21:17:43.7475783Z test_schema_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7476089Z test_schema_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7476389Z test_schema_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.7476703Z test_schema_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7477017Z test_schema_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.7477335Z test_schema_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7477694Z test_schema_correctness_nn_functional_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7478003Z test_schema_correctness_nn_functional_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7478369Z test_schema_correctness_nn_functional_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7478667Z test_schema_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7478982Z test_schema_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2023-01-11T21:17:43.7479296Z test_schema_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7479615Z test_schema_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.134s) 2023-01-11T21:17:43.7479942Z test_schema_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2023-01-11T21:17:43.7480259Z test_schema_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2023-01-11T21:17:43.7480577Z test_schema_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2023-01-11T21:17:43.7480890Z test_schema_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.153s) 2023-01-11T21:17:43.7481196Z test_schema_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2023-01-11T21:17:43.7481508Z test_schema_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2023-01-11T21:17:43.7481821Z test_schema_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.134s) 2023-01-11T21:17:43.7482138Z test_schema_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2023-01-11T21:17:43.7482455Z test_schema_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.137s) 2023-01-11T21:17:43.7482775Z test_schema_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7483083Z test_schema_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7483407Z test_schema_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7483728Z test_schema_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7484049Z test_schema_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7484360Z test_schema_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7484683Z test_schema_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7484991Z test_schema_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7485303Z test_schema_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7485610Z test_schema_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7485917Z test_schema_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7486285Z test_schema_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7486597Z test_schema_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7486963Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7487291Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7487601Z test_schema_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7487909Z test_schema_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7488219Z test_schema_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7488543Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7488868Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7489183Z test_schema_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7489502Z test_schema_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7489817Z test_schema_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7490149Z test_schema_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7490476Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7490812Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7491137Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7491450Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7491765Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7492087Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7492404Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7492732Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7493050Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7493376Z test_schema_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7493675Z test_schema_correctness_nn_functional_pdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7493977Z test_schema_correctness_nn_functional_pdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7494293Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7494604Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7494985Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7495353Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7495666Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7495983Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7496294Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7496609Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7496919Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7497237Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7497547Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7497856Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7498177Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7498492Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7498821Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7499143Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7499461Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7499780Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7500098Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7500410Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7500727Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7501038Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7501356Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7501670Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7501980Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.353s) 2023-01-11T21:17:43.7502300Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2023-01-11T21:17:43.7502612Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.354s) 2023-01-11T21:17:43.7502927Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.352s) 2023-01-11T21:17:43.7503240Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2023-01-11T21:17:43.7503607Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2023-01-11T21:17:43.7504197Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.350s) 2023-01-11T21:17:43.7504683Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.367s) 2023-01-11T21:17:43.7504991Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.350s) 2023-01-11T21:17:43.7505288Z test_schema_correctness_nn_functional_prelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7505587Z test_schema_correctness_nn_functional_prelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7505887Z test_schema_correctness_nn_functional_prelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2023-01-11T21:17:43.7506184Z test_schema_correctness_nn_functional_prelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7506485Z test_schema_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7506781Z test_schema_correctness_nn_functional_relu6_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7507074Z test_schema_correctness_nn_functional_relu6_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7507365Z test_schema_correctness_nn_functional_relu6_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7507653Z test_schema_correctness_nn_functional_relu6_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7507942Z test_schema_correctness_nn_functional_relu6_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7508230Z test_schema_correctness_nn_functional_relu6_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7508523Z test_schema_correctness_nn_functional_relu6_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7508812Z test_schema_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7509106Z test_schema_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7509400Z test_schema_correctness_nn_functional_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7509695Z test_schema_correctness_nn_functional_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7509989Z test_schema_correctness_nn_functional_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7510282Z test_schema_correctness_nn_functional_relu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7510573Z test_schema_correctness_nn_functional_relu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7510860Z test_schema_correctness_nn_functional_relu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7511137Z test_schema_correctness_nn_functional_relu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7511424Z test_schema_correctness_nn_functional_relu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7511719Z test_schema_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2023-01-11T21:17:43.7512012Z test_schema_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.7512378Z test_schema_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2023-01-11T21:17:43.7512712Z test_schema_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2023-01-11T21:17:43.7513011Z test_schema_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7513303Z test_schema_correctness_nn_functional_selu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7513598Z test_schema_correctness_nn_functional_selu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7513889Z test_schema_correctness_nn_functional_selu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7514183Z test_schema_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7514479Z test_schema_correctness_nn_functional_silu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7514776Z test_schema_correctness_nn_functional_silu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7515066Z test_schema_correctness_nn_functional_silu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7515372Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7515677Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7515981Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7516293Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7516604Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7516913Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7517220Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7517521Z test_schema_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7517820Z test_schema_correctness_nn_functional_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7518118Z test_schema_correctness_nn_functional_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7518420Z test_schema_correctness_nn_functional_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7518735Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7519057Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2023-01-11T21:17:43.7519379Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7519697Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7520013Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7520326Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7520678Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2023-01-11T21:17:43.7521029Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7521337Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2023-01-11T21:17:43.7521646Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7521963Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2023-01-11T21:17:43.7522270Z test_schema_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7522575Z test_schema_correctness_nn_functional_softplus_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7522885Z test_schema_correctness_nn_functional_softplus_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7523191Z test_schema_correctness_nn_functional_softplus_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7523494Z test_schema_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7523798Z test_schema_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7524100Z test_schema_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7524400Z test_schema_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7524703Z test_schema_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7524998Z test_schema_correctness_nn_functional_softsign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7525308Z test_schema_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7525616Z test_schema_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7525915Z test_schema_correctness_nn_functional_softsign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7526214Z test_schema_correctness_nn_functional_softsign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7526512Z test_schema_correctness_nn_functional_softsign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7526812Z test_schema_correctness_nn_functional_softsign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7527107Z test_schema_correctness_nn_functional_softsign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7527408Z test_schema_correctness_nn_functional_softsign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7527701Z test_schema_correctness_nn_functional_softsign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7527999Z test_schema_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7528305Z test_schema_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7528617Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7528983Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7529287Z test_schema_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7529634Z test_schema_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7529933Z test_schema_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7530231Z test_schema_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7530535Z test_schema_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7530832Z test_schema_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7531135Z test_schema_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7531433Z test_schema_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7531742Z test_schema_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7532045Z test_schema_correctness_nn_functional_threshold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7532344Z test_schema_correctness_nn_functional_threshold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7532642Z test_schema_correctness_nn_functional_threshold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7532935Z test_schema_correctness_nn_functional_threshold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7533234Z test_schema_correctness_nn_functional_threshold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7533530Z test_schema_correctness_nn_functional_threshold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7533830Z test_schema_correctness_nn_functional_threshold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7534125Z test_schema_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7534446Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7534770Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7535096Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.7535417Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7535733Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7536047Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7536359Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7536668Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7536975Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7537334Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7537644Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7538027Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.7538373Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7538720Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7539058Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7539397Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7539732Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7540067Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7540407Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7540747Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7541082Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7541425Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2023-01-11T21:17:43.7541729Z test_schema_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.374s) 2023-01-11T21:17:43.7542043Z test_schema_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.391s) 2023-01-11T21:17:43.7542350Z test_schema_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.390s) 2023-01-11T21:17:43.7542657Z test_schema_correctness_nn_functional_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.373s) 2023-01-11T21:17:43.7542959Z test_schema_correctness_nn_functional_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.374s) 2023-01-11T21:17:43.7543260Z test_schema_correctness_nn_functional_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.373s) 2023-01-11T21:17:43.7544370Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4078: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2023-01-11T21:17:43.7544679Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T21:17:43.7544782Z ok (0.004s) 2023-01-11T21:17:43.7545120Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7545393Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7546106Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4022: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2023-01-11T21:17:43.7546516Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T21:17:43.7546605Z ok (0.009s) 2023-01-11T21:17:43.7546916Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7547182Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7547444Z test_schema_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7547686Z test_schema_correctness_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7547920Z test_schema_correctness_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7548164Z test_schema_correctness_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7548404Z test_schema_correctness_nonzero_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7548646Z test_schema_correctness_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7548881Z test_schema_correctness_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7549116Z test_schema_correctness_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7549351Z test_schema_correctness_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7549580Z test_schema_correctness_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7549810Z test_schema_correctness_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7550044Z test_schema_correctness_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7550268Z test_schema_correctness_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7550499Z test_schema_correctness_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7550734Z test_schema_correctness_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7550970Z test_schema_correctness_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7551209Z test_schema_correctness_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7551442Z test_schema_correctness_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7551727Z test_schema_correctness_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7552010Z test_schema_correctness_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7552292Z test_schema_correctness_norm_fro_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7552609Z test_schema_correctness_norm_fro_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7552926Z test_schema_correctness_norm_fro_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.7553209Z test_schema_correctness_norm_fro_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7553491Z test_schema_correctness_norm_fro_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7553774Z test_schema_correctness_norm_fro_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7554117Z test_schema_correctness_norm_inf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7554414Z test_schema_correctness_norm_inf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7554745Z test_schema_correctness_norm_inf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7555029Z test_schema_correctness_norm_inf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7555312Z test_schema_correctness_norm_inf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7555591Z test_schema_correctness_norm_inf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7555880Z test_schema_correctness_norm_nuc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7556169Z test_schema_correctness_norm_nuc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7556456Z test_schema_correctness_norm_nuc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7556734Z test_schema_correctness_norm_nuc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7557021Z test_schema_correctness_normal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7557298Z test_schema_correctness_normal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7557577Z test_schema_correctness_normal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7557853Z test_schema_correctness_normal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7558163Z test_schema_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7558474Z test_schema_correctness_normal_number_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7558778Z test_schema_correctness_normal_number_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7559087Z test_schema_correctness_normal_number_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7559367Z test_schema_correctness_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7559641Z test_schema_correctness_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7559929Z test_schema_correctness_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7560218Z test_schema_correctness_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7560501Z test_schema_correctness_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7560787Z test_schema_correctness_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7561071Z test_schema_correctness_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7561351Z test_schema_correctness_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7561629Z test_schema_correctness_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7561910Z test_schema_correctness_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7562184Z test_schema_correctness_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7562460Z test_schema_correctness_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7562738Z test_schema_correctness_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7563087Z test_schema_correctness_ones_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7563372Z test_schema_correctness_ones_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7563711Z test_schema_correctness_ones_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7564010Z test_schema_correctness_ones_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7564295Z test_schema_correctness_ones_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7564583Z test_schema_correctness_ones_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7564873Z test_schema_correctness_ones_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7565169Z test_schema_correctness_ones_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7565453Z test_schema_correctness_ones_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7565739Z test_schema_correctness_ones_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7566028Z test_schema_correctness_ones_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7566308Z test_schema_correctness_ones_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7566592Z test_schema_correctness_ones_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7566929Z test_schema_correctness_ormqr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7567271Z test_schema_correctness_ormqr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7567600Z test_schema_correctness_ormqr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7567935Z test_schema_correctness_ormqr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7568218Z test_schema_correctness_outer_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7568495Z test_schema_correctness_outer_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7568787Z test_schema_correctness_outer_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7569072Z test_schema_correctness_outer_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7569356Z test_schema_correctness_outer_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7569643Z test_schema_correctness_outer_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7569925Z test_schema_correctness_outer_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7570206Z test_schema_correctness_outer_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7570487Z test_schema_correctness_outer_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7570762Z test_schema_correctness_outer_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7571038Z test_schema_correctness_outer_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7571321Z test_schema_correctness_outer_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7571659Z test_schema_correctness_pca_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7572041Z test_schema_correctness_pca_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7572377Z test_schema_correctness_permute_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7572662Z test_schema_correctness_permute_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7572961Z test_schema_correctness_permute_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7573256Z test_schema_correctness_permute_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7573548Z test_schema_correctness_permute_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7573841Z test_schema_correctness_permute_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7574133Z test_schema_correctness_permute_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7574417Z test_schema_correctness_permute_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7574703Z test_schema_correctness_permute_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7574988Z test_schema_correctness_permute_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7575221Z test_schema_correctness_permute_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7575460Z test_schema_correctness_permute_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7575695Z test_schema_correctness_permute_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7575944Z test_schema_correctness_pinverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.511s) 2023-01-11T21:17:43.7576194Z test_schema_correctness_pinverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2023-01-11T21:17:43.7576435Z test_schema_correctness_pinverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.525s) 2023-01-11T21:17:43.7576677Z test_schema_correctness_pinverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.508s) 2023-01-11T21:17:43.7576913Z test_schema_correctness_polar_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7577148Z test_schema_correctness_polar_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7577409Z test_schema_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7577672Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7577937Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7578198Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7578458Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7578714Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7578958Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7579218Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7579475Z test_schema_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7579783Z test_schema_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7580043Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7580340Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7580600Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7580862Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7581174Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7581477Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7581791Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7582099Z test_schema_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7582410Z test_schema_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7582725Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7583035Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7583352Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7583657Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7584236Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7584546Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7584861Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7585173Z test_schema_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7585491Z test_schema_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7585802Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7586110Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7586425Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7586729Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7587039Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7587343Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7587654Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7587962Z test_schema_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7588255Z test_schema_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7588655Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7588967Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7589321Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7589630Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7589938Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7590247Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7590554Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7590871Z test_schema_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7591162Z test_schema_correctness_positive_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7591458Z test_schema_correctness_positive_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7591755Z test_schema_correctness_positive_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7592046Z test_schema_correctness_positive_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7592342Z test_schema_correctness_positive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7592629Z test_schema_correctness_positive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7592915Z test_schema_correctness_positive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7593207Z test_schema_correctness_positive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7593491Z test_schema_correctness_positive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7593774Z test_schema_correctness_positive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7594057Z test_schema_correctness_positive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7594339Z test_schema_correctness_positive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7594627Z test_schema_correctness_pow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7594909Z test_schema_correctness_pow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7595195Z test_schema_correctness_pow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7595482Z test_schema_correctness_pow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7595761Z test_schema_correctness_pow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7596027Z test_schema_correctness_pow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7596307Z test_schema_correctness_pow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7596579Z test_schema_correctness_pow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7596851Z test_schema_correctness_pow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7597124Z test_schema_correctness_pow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7597458Z test_schema_correctness_pow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7597733Z test_schema_correctness_pow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7598060Z test_schema_correctness_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7598342Z test_schema_correctness_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7598630Z test_schema_correctness_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7598916Z test_schema_correctness_prod_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7599202Z test_schema_correctness_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7599489Z test_schema_correctness_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7599772Z test_schema_correctness_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7600054Z test_schema_correctness_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7600333Z test_schema_correctness_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7600611Z test_schema_correctness_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7600886Z test_schema_correctness_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7601159Z test_schema_correctness_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7601433Z test_schema_correctness_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7601719Z test_schema_correctness_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7601995Z test_schema_correctness_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7602279Z test_schema_correctness_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7602560Z test_schema_correctness_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7602839Z test_schema_correctness_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7603117Z test_schema_correctness_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7603396Z test_schema_correctness_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7603664Z test_schema_correctness_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7603933Z test_schema_correctness_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7604201Z test_schema_correctness_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7604476Z test_schema_correctness_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7604758Z test_schema_correctness_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7605034Z test_schema_correctness_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7605304Z test_schema_correctness_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7605571Z test_schema_correctness_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7605841Z test_schema_correctness_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7606128Z test_schema_correctness_quantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.012s) 2023-01-11T21:17:43.7606367Z test_schema_correctness_quantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.050s) 2023-01-11T21:17:43.7606655Z test_schema_correctness_rad2deg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7606892Z test_schema_correctness_rad2deg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7607129Z test_schema_correctness_rad2deg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7607365Z test_schema_correctness_rad2deg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7607600Z test_schema_correctness_rad2deg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7607834Z test_schema_correctness_rad2deg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7608071Z test_schema_correctness_rad2deg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7608302Z test_schema_correctness_rad2deg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7608541Z test_schema_correctness_rad2deg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7608776Z test_schema_correctness_rad2deg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7609007Z test_schema_correctness_rand_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7609252Z test_schema_correctness_rand_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7609498Z test_schema_correctness_rand_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7609742Z test_schema_correctness_rand_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7609984Z test_schema_correctness_rand_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7610228Z test_schema_correctness_rand_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7610465Z test_schema_correctness_rand_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7610705Z test_schema_correctness_randint_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7610942Z test_schema_correctness_randint_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7611179Z test_schema_correctness_randint_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7611414Z test_schema_correctness_randint_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7611698Z test_schema_correctness_randint_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7611977Z test_schema_correctness_randint_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2023-01-11T21:17:43.7612260Z test_schema_correctness_randint_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2023-01-11T21:17:43.7612546Z test_schema_correctness_randint_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2023-01-11T21:17:43.7612826Z test_schema_correctness_randint_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7613122Z test_schema_correctness_randint_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2023-01-11T21:17:43.7613422Z test_schema_correctness_randint_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7613718Z test_schema_correctness_randint_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2023-01-11T21:17:43.7614071Z test_schema_correctness_randint_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2023-01-11T21:17:43.7614363Z test_schema_correctness_randint_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7614692Z test_schema_correctness_randint_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2023-01-11T21:17:43.7614987Z test_schema_correctness_randint_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7615274Z test_schema_correctness_randint_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7615560Z test_schema_correctness_randint_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7615833Z test_schema_correctness_randn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7616131Z test_schema_correctness_randn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7616417Z test_schema_correctness_randn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7616705Z test_schema_correctness_randn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7616988Z test_schema_correctness_randn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7617271Z test_schema_correctness_randn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7617550Z test_schema_correctness_randn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7617842Z test_schema_correctness_randn_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7618141Z test_schema_correctness_randn_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7618442Z test_schema_correctness_randn_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7618742Z test_schema_correctness_randn_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7619037Z test_schema_correctness_randn_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7619327Z test_schema_correctness_randn_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7619619Z test_schema_correctness_randn_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7619899Z test_schema_correctness_ravel_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7620177Z test_schema_correctness_ravel_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7620467Z test_schema_correctness_ravel_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7620760Z test_schema_correctness_ravel_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7621042Z test_schema_correctness_ravel_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7621324Z test_schema_correctness_ravel_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7621606Z test_schema_correctness_ravel_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7621884Z test_schema_correctness_ravel_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7622157Z test_schema_correctness_ravel_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7622435Z test_schema_correctness_ravel_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7622708Z test_schema_correctness_ravel_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7623023Z test_schema_correctness_ravel_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7623347Z test_schema_correctness_ravel_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7623630Z test_schema_correctness_real_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7624074Z test_schema_correctness_real_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7624368Z test_schema_correctness_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7624652Z test_schema_correctness_real_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7624936Z test_schema_correctness_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7625226Z test_schema_correctness_real_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7625511Z test_schema_correctness_real_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7625792Z test_schema_correctness_real_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7626066Z test_schema_correctness_real_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7626346Z test_schema_correctness_real_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7626617Z test_schema_correctness_real_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7626891Z test_schema_correctness_real_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7627164Z test_schema_correctness_real_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7627471Z test_schema_correctness_reciprocal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7627760Z test_schema_correctness_reciprocal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7628069Z test_schema_correctness_reciprocal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7628373Z test_schema_correctness_reciprocal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7628669Z test_schema_correctness_reciprocal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7628965Z test_schema_correctness_reciprocal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7629261Z test_schema_correctness_reciprocal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7629549Z test_schema_correctness_reciprocal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7629843Z test_schema_correctness_reciprocal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7630119Z test_schema_correctness_reciprocal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7630413Z test_schema_correctness_reciprocal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7630705Z test_schema_correctness_reciprocal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7631001Z test_schema_correctness_remainder_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7631290Z test_schema_correctness_remainder_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7631583Z test_schema_correctness_remainder_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7631962Z test_schema_correctness_remainder_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7632250Z test_schema_correctness_remainder_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7632583Z test_schema_correctness_remainder_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7632873Z test_schema_correctness_remainder_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7633157Z test_schema_correctness_remainder_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7633437Z test_schema_correctness_remainder_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7633725Z test_schema_correctness_renorm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7634013Z test_schema_correctness_renorm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7634305Z test_schema_correctness_renorm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7634587Z test_schema_correctness_renorm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7634880Z test_schema_correctness_renorm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7635120Z test_schema_correctness_renorm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7635357Z test_schema_correctness_repeat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7635588Z test_schema_correctness_repeat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7635833Z test_schema_correctness_repeat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7636074Z test_schema_correctness_repeat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7636315Z test_schema_correctness_repeat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7636549Z test_schema_correctness_repeat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7636774Z test_schema_correctness_repeat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7637007Z test_schema_correctness_repeat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7637242Z test_schema_correctness_repeat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7637475Z test_schema_correctness_repeat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7637709Z test_schema_correctness_repeat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7637943Z test_schema_correctness_repeat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7638201Z test_schema_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7638456Z test_schema_correctness_repeat_interleave_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7638717Z test_schema_correctness_repeat_interleave_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7638978Z test_schema_correctness_repeat_interleave_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7639237Z test_schema_correctness_repeat_interleave_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7639494Z test_schema_correctness_repeat_interleave_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7639745Z test_schema_correctness_repeat_interleave_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7640042Z test_schema_correctness_repeat_interleave_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7640291Z test_schema_correctness_repeat_interleave_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7640575Z test_schema_correctness_repeat_interleave_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7640823Z test_schema_correctness_repeat_interleave_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7641071Z test_schema_correctness_repeat_interleave_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7641317Z test_schema_correctness_repeat_interleave_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7641567Z test_schema_correctness_reshape_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7641810Z test_schema_correctness_reshape_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7642057Z test_schema_correctness_reshape_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7642306Z test_schema_correctness_reshape_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7642603Z test_schema_correctness_reshape_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7642892Z test_schema_correctness_reshape_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7643185Z test_schema_correctness_reshape_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7643465Z test_schema_correctness_reshape_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7643750Z test_schema_correctness_reshape_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7644038Z test_schema_correctness_reshape_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7644326Z test_schema_correctness_reshape_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7644610Z test_schema_correctness_reshape_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7644889Z test_schema_correctness_reshape_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7645173Z test_schema_correctness_reshape_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7645463Z test_schema_correctness_reshape_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7645754Z test_schema_correctness_reshape_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7646048Z test_schema_correctness_reshape_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7646344Z test_schema_correctness_reshape_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7646632Z test_schema_correctness_reshape_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7646916Z test_schema_correctness_reshape_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7647208Z test_schema_correctness_reshape_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7647487Z test_schema_correctness_reshape_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7647766Z test_schema_correctness_reshape_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7648048Z test_schema_correctness_reshape_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7648388Z test_schema_correctness_reshape_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7648669Z test_schema_correctness_reshape_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7649001Z test_schema_correctness_resize__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7649285Z test_schema_correctness_resize__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7649576Z test_schema_correctness_resize__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7649868Z test_schema_correctness_resize__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7650150Z test_schema_correctness_resize__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7650430Z test_schema_correctness_resize__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7650709Z test_schema_correctness_resize__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7650985Z test_schema_correctness_resize__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7651268Z test_schema_correctness_resize__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7651545Z test_schema_correctness_resize__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7651825Z test_schema_correctness_resize__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7652105Z test_schema_correctness_resize__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7652399Z test_schema_correctness_resize_as__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7652685Z test_schema_correctness_resize_as__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7652984Z test_schema_correctness_resize_as__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7653288Z test_schema_correctness_resize_as__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7653576Z test_schema_correctness_resize_as__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7653869Z test_schema_correctness_resize_as__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7654160Z test_schema_correctness_resize_as__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7654441Z test_schema_correctness_resize_as__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7654724Z test_schema_correctness_resize_as__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7655018Z test_schema_correctness_resize_as__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7655298Z test_schema_correctness_resize_as__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7655583Z test_schema_correctness_resize_as__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7655883Z test_schema_correctness_resolve_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7656173Z test_schema_correctness_resolve_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7656472Z test_schema_correctness_resolve_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7656771Z test_schema_correctness_resolve_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7657062Z test_schema_correctness_resolve_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7657412Z test_schema_correctness_resolve_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7657751Z test_schema_correctness_resolve_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7658034Z test_schema_correctness_resolve_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7658322Z test_schema_correctness_resolve_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7658609Z test_schema_correctness_resolve_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7658897Z test_schema_correctness_resolve_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7659179Z test_schema_correctness_resolve_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7659480Z test_schema_correctness_resolve_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7659771Z test_schema_correctness_resolve_neg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7660072Z test_schema_correctness_resolve_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7660373Z test_schema_correctness_resolve_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7660669Z test_schema_correctness_resolve_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7660963Z test_schema_correctness_resolve_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7661256Z test_schema_correctness_resolve_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7661546Z test_schema_correctness_resolve_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7661837Z test_schema_correctness_resolve_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7662125Z test_schema_correctness_resolve_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7662409Z test_schema_correctness_resolve_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7662701Z test_schema_correctness_resolve_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7662989Z test_schema_correctness_resolve_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7663269Z test_schema_correctness_roll_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7663545Z test_schema_correctness_roll_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7663976Z test_schema_correctness_roll_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7664476Z test_schema_correctness_roll_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7664772Z test_schema_correctness_roll_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7665044Z test_schema_correctness_roll_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7665277Z test_schema_correctness_roll_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7665498Z test_schema_correctness_roll_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7665742Z test_schema_correctness_roll_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7666023Z test_schema_correctness_roll_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7666396Z test_schema_correctness_roll_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7666668Z test_schema_correctness_roll_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7667000Z test_schema_correctness_roll_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7667282Z test_schema_correctness_rot90_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7667563Z test_schema_correctness_rot90_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7667846Z test_schema_correctness_rot90_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7668130Z test_schema_correctness_rot90_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7668413Z test_schema_correctness_rot90_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7668695Z test_schema_correctness_rot90_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7668971Z test_schema_correctness_rot90_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7669250Z test_schema_correctness_rot90_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7669525Z test_schema_correctness_rot90_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7669797Z test_schema_correctness_rot90_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7670069Z test_schema_correctness_rot90_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7670343Z test_schema_correctness_rot90_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7670629Z test_schema_correctness_round_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7670911Z test_schema_correctness_round_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7671194Z test_schema_correctness_round_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7671478Z test_schema_correctness_round_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7671753Z test_schema_correctness_round_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7672017Z test_schema_correctness_round_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7672291Z test_schema_correctness_round_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7672564Z test_schema_correctness_round_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7672840Z test_schema_correctness_round_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7673151Z test_schema_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7673453Z test_schema_correctness_round_decimals_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7673748Z test_schema_correctness_round_decimals_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7674041Z test_schema_correctness_round_decimals_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7674344Z test_schema_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7674636Z test_schema_correctness_round_decimals_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7674928Z test_schema_correctness_round_decimals_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7675293Z test_schema_correctness_round_decimals_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7675599Z test_schema_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7675952Z test_schema_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7676264Z test_schema_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7676567Z test_schema_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7676848Z test_schema_correctness_rsqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7677120Z test_schema_correctness_rsqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7677406Z test_schema_correctness_rsqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7677689Z test_schema_correctness_rsqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7677981Z test_schema_correctness_rsqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7678255Z test_schema_correctness_rsqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7678532Z test_schema_correctness_rsqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7678814Z test_schema_correctness_rsqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7679085Z test_schema_correctness_rsqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7679355Z test_schema_correctness_rsqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7679621Z test_schema_correctness_rsqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7679896Z test_schema_correctness_rsqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7680169Z test_schema_correctness_rsqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7680445Z test_schema_correctness_rsub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7680734Z test_schema_correctness_rsub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7681015Z test_schema_correctness_rsub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7681295Z test_schema_correctness_rsub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7681578Z test_schema_correctness_rsub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7681858Z test_schema_correctness_rsub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7682129Z test_schema_correctness_rsub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7682407Z test_schema_correctness_rsub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7682678Z test_schema_correctness_rsub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7682951Z test_schema_correctness_rsub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7683223Z test_schema_correctness_rsub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7683521Z test_schema_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7683812Z test_schema_correctness_scalar_tensor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7684171Z test_schema_correctness_scalar_tensor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7684524Z test_schema_correctness_scalar_tensor_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7684778Z test_schema_correctness_scalar_tensor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7685024Z test_schema_correctness_scalar_tensor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7685269Z test_schema_correctness_scalar_tensor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7685548Z test_schema_correctness_scalar_tensor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7685834Z test_schema_correctness_scalar_tensor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7686132Z test_schema_correctness_scalar_tensor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7686418Z test_schema_correctness_scalar_tensor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7686700Z test_schema_correctness_scalar_tensor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7686995Z test_schema_correctness_scalar_tensor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7687289Z test_schema_correctness_scatter_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7687580Z test_schema_correctness_scatter_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7687882Z test_schema_correctness_scatter_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7688176Z test_schema_correctness_scatter_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7688472Z test_schema_correctness_scatter_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7688771Z test_schema_correctness_scatter_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7689063Z test_schema_correctness_scatter_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7689353Z test_schema_correctness_scatter_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7689645Z test_schema_correctness_scatter_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7689930Z test_schema_correctness_scatter_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7690216Z test_schema_correctness_scatter_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7690510Z test_schema_correctness_scatter_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7690796Z test_schema_correctness_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7691080Z test_schema_correctness_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7691380Z test_schema_correctness_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7691668Z test_schema_correctness_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7691950Z test_schema_correctness_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7692238Z test_schema_correctness_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7692518Z test_schema_correctness_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7692852Z test_schema_correctness_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7693136Z test_schema_correctness_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7693457Z test_schema_correctness_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7693744Z test_schema_correctness_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7694015Z test_schema_correctness_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.7695135Z test_schema_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1739.) 2023-01-11T21:17:43.7695283Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7695390Z ok (0.028s) 2023-01-11T21:17:43.7695706Z test_schema_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7696018Z test_schema_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7696324Z test_schema_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7696630Z test_schema_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7696929Z test_schema_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7697228Z test_schema_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7697530Z test_schema_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7697828Z test_schema_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7698142Z test_schema_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7698448Z test_schema_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7698760Z test_schema_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7699063Z test_schema_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7699363Z test_schema_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7699666Z test_schema_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7699963Z test_schema_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7700270Z test_schema_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7700567Z test_schema_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7700879Z test_schema_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7701184Z test_schema_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.7701491Z test_schema_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7701862Z test_schema_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7702164Z test_schema_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7702504Z test_schema_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7702804Z test_schema_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7703091Z test_schema_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7703392Z test_schema_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7703782Z test_schema_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7704100Z test_schema_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2023-01-11T21:17:43.7704407Z test_schema_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7704717Z test_schema_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7705015Z test_schema_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7705313Z test_schema_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7705614Z test_schema_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7705918Z test_schema_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2023-01-11T21:17:43.7706225Z test_schema_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7706529Z test_schema_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2023-01-11T21:17:43.7706831Z test_schema_correctness_scatter_reduce_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7707134Z test_schema_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7707438Z test_schema_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7707741Z test_schema_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.7708042Z test_schema_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7708344Z test_schema_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7708643Z test_schema_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7708941Z test_schema_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2023-01-11T21:17:43.7709240Z test_schema_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7710780Z test_schema_correctness_searchsorted_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2023-01-11T21:17:43.7711001Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7712323Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2023-01-11T21:17:43.7712474Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7712580Z ok (0.236s) 2023-01-11T21:17:43.7712886Z test_schema_correctness_searchsorted_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.239s) 2023-01-11T21:17:43.7713187Z test_schema_correctness_searchsorted_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.225s) 2023-01-11T21:17:43.7713492Z test_schema_correctness_searchsorted_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.200s) 2023-01-11T21:17:43.7713784Z test_schema_correctness_searchsorted_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2023-01-11T21:17:43.7714082Z test_schema_correctness_searchsorted_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7714373Z test_schema_correctness_searchsorted_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7714675Z test_schema_correctness_searchsorted_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2023-01-11T21:17:43.7714969Z test_schema_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2023-01-11T21:17:43.7715232Z test_schema_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2023-01-11T21:17:43.7715481Z test_schema_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2023-01-11T21:17:43.7715741Z test_schema_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.164s) 2023-01-11T21:17:43.7716008Z test_schema_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2023-01-11T21:17:43.7716265Z test_schema_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2023-01-11T21:17:43.7716523Z test_schema_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2023-01-11T21:17:43.7716842Z test_schema_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2023-01-11T21:17:43.7717130Z test_schema_correctness_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7717417Z test_schema_correctness_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7717711Z test_schema_correctness_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7718005Z test_schema_correctness_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7718305Z test_schema_correctness_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7718588Z test_schema_correctness_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7718873Z test_schema_correctness_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7719160Z test_schema_correctness_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7719441Z test_schema_correctness_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7719775Z test_schema_correctness_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7720058Z test_schema_correctness_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7720378Z test_schema_correctness_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7720668Z test_schema_correctness_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7720969Z test_schema_correctness_select_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7721262Z test_schema_correctness_select_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7721562Z test_schema_correctness_select_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7721856Z test_schema_correctness_select_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7722155Z test_schema_correctness_select_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7722453Z test_schema_correctness_select_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7722752Z test_schema_correctness_select_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7723036Z test_schema_correctness_select_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7723332Z test_schema_correctness_select_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7723627Z test_schema_correctness_select_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7723911Z test_schema_correctness_sgn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7724192Z test_schema_correctness_sgn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7724475Z test_schema_correctness_sgn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7724763Z test_schema_correctness_sgn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7725050Z test_schema_correctness_sgn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7725325Z test_schema_correctness_sgn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7725601Z test_schema_correctness_sgn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7725885Z test_schema_correctness_sgn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7726158Z test_schema_correctness_sgn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7726430Z test_schema_correctness_sgn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7726701Z test_schema_correctness_sgn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7726982Z test_schema_correctness_sgn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7727251Z test_schema_correctness_sgn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7727533Z test_schema_correctness_short_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.7727815Z test_schema_correctness_short_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7728109Z test_schema_correctness_short_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7728396Z test_schema_correctness_short_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7728729Z test_schema_correctness_short_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2023-01-11T21:17:43.7729006Z test_schema_correctness_short_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.7729332Z test_schema_correctness_short_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7729611Z test_schema_correctness_short_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7729876Z test_schema_correctness_short_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7730148Z test_schema_correctness_short_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7730428Z test_schema_correctness_short_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2023-01-11T21:17:43.7730704Z test_schema_correctness_short_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7731003Z test_schema_correctness_sigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7731291Z test_schema_correctness_sigmoid_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7731588Z test_schema_correctness_sigmoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7731882Z test_schema_correctness_sigmoid_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7732176Z test_schema_correctness_sigmoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7732462Z test_schema_correctness_sigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7732747Z test_schema_correctness_sigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7733031Z test_schema_correctness_sigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7733315Z test_schema_correctness_sigmoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7733596Z test_schema_correctness_sigmoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7733882Z test_schema_correctness_sigmoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7734162Z test_schema_correctness_sigmoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7734443Z test_schema_correctness_sigmoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7734725Z test_schema_correctness_sign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7735002Z test_schema_correctness_sign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7735285Z test_schema_correctness_sign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7735569Z test_schema_correctness_sign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7735850Z test_schema_correctness_sign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7736128Z test_schema_correctness_sign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7736403Z test_schema_correctness_sign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7736670Z test_schema_correctness_sign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7736943Z test_schema_correctness_sign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7737217Z test_schema_correctness_sign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7737535Z test_schema_correctness_signal_windows_bartlett_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2023-01-11T21:17:43.7737905Z test_schema_correctness_signal_windows_bartlett_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2023-01-11T21:17:43.7738276Z test_schema_correctness_signal_windows_blackman_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2023-01-11T21:17:43.7738592Z test_schema_correctness_signal_windows_blackman_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2023-01-11T21:17:43.7738905Z test_schema_correctness_signal_windows_cosine_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2023-01-11T21:17:43.7739213Z test_schema_correctness_signal_windows_cosine_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2023-01-11T21:17:43.7739544Z test_schema_correctness_signal_windows_exponential_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2023-01-11T21:17:43.7739865Z test_schema_correctness_signal_windows_exponential_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7740188Z test_schema_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7740505Z test_schema_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2023-01-11T21:17:43.7740833Z test_schema_correctness_signal_windows_general_cosine_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.132s) 2023-01-11T21:17:43.7741153Z test_schema_correctness_signal_windows_general_cosine_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.139s) 2023-01-11T21:17:43.7741484Z test_schema_correctness_signal_windows_general_hamming_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.143s) 2023-01-11T21:17:43.7741806Z test_schema_correctness_signal_windows_general_hamming_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2023-01-11T21:17:43.7742125Z test_schema_correctness_signal_windows_hamming_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2023-01-11T21:17:43.7742441Z test_schema_correctness_signal_windows_hamming_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7742753Z test_schema_correctness_signal_windows_hann_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7743059Z test_schema_correctness_signal_windows_hann_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7743369Z test_schema_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7743850Z test_schema_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2023-01-11T21:17:43.7744369Z test_schema_correctness_signal_windows_nuttall_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7744688Z test_schema_correctness_signal_windows_nuttall_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2023-01-11T21:17:43.7744973Z test_schema_correctness_signbit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7745214Z test_schema_correctness_signbit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7745455Z test_schema_correctness_signbit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7745683Z test_schema_correctness_signbit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7745920Z test_schema_correctness_signbit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7746154Z test_schema_correctness_signbit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7746388Z test_schema_correctness_signbit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7746755Z test_schema_correctness_signbit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7747035Z test_schema_correctness_signbit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7747368Z test_schema_correctness_signbit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7747656Z test_schema_correctness_sin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7747928Z test_schema_correctness_sin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7748213Z test_schema_correctness_sin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7748498Z test_schema_correctness_sin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7748787Z test_schema_correctness_sin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7749068Z test_schema_correctness_sin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7749344Z test_schema_correctness_sin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7749633Z test_schema_correctness_sin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7749904Z test_schema_correctness_sin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7750173Z test_schema_correctness_sin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7750441Z test_schema_correctness_sin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7750715Z test_schema_correctness_sin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7750986Z test_schema_correctness_sin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7751273Z test_schema_correctness_sinc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7751551Z test_schema_correctness_sinc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7751840Z test_schema_correctness_sinc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7752132Z test_schema_correctness_sinc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7752402Z test_schema_correctness_sinc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7752682Z test_schema_correctness_sinc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7752963Z test_schema_correctness_sinc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7753246Z test_schema_correctness_sinc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7753522Z test_schema_correctness_sinc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7753799Z test_schema_correctness_sinc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7754073Z test_schema_correctness_sinc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7754358Z test_schema_correctness_sinc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7754637Z test_schema_correctness_sinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7754910Z test_schema_correctness_sinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7755196Z test_schema_correctness_sinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7755536Z test_schema_correctness_sinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7755819Z test_schema_correctness_sinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7756148Z test_schema_correctness_sinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7756429Z test_schema_correctness_sinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7756707Z test_schema_correctness_sinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7756982Z test_schema_correctness_sinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7757257Z test_schema_correctness_sinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7757530Z test_schema_correctness_sinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7757808Z test_schema_correctness_sinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7758083Z test_schema_correctness_sinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7758377Z test_schema_correctness_slice_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7758651Z test_schema_correctness_slice_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7758929Z test_schema_correctness_slice_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7759224Z test_schema_correctness_slice_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7759508Z test_schema_correctness_slice_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7759789Z test_schema_correctness_slice_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7760076Z test_schema_correctness_slice_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7760359Z test_schema_correctness_slice_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7760635Z test_schema_correctness_slice_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7760921Z test_schema_correctness_slice_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7761199Z test_schema_correctness_slice_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7761475Z test_schema_correctness_slice_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7761750Z test_schema_correctness_slice_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7762052Z test_schema_correctness_slice_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7762349Z test_schema_correctness_slice_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7762647Z test_schema_correctness_slice_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7762953Z test_schema_correctness_slice_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7763251Z test_schema_correctness_slice_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7763542Z test_schema_correctness_slice_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7763838Z test_schema_correctness_slice_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7764129Z test_schema_correctness_slice_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7764479Z test_schema_correctness_slice_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7764769Z test_schema_correctness_slice_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7765098Z test_schema_correctness_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7765390Z test_schema_correctness_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7765673Z test_schema_correctness_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7765956Z test_schema_correctness_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7766252Z test_schema_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7766552Z test_schema_correctness_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7766869Z test_schema_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7767177Z test_schema_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7767492Z test_schema_correctness_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7767800Z test_schema_correctness_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2023-01-11T21:17:43.7768101Z test_schema_correctness_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7768407Z test_schema_correctness_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7768699Z test_schema_correctness_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2023-01-11T21:17:43.7768999Z test_schema_correctness_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2023-01-11T21:17:43.7769300Z test_schema_correctness_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2023-01-11T21:17:43.7769603Z test_schema_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2023-01-11T21:17:43.7769889Z test_schema_correctness_sort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7770170Z test_schema_correctness_sort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7770450Z test_schema_correctness_sort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7770730Z test_schema_correctness_sort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7771009Z test_schema_correctness_sort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7771285Z test_schema_correctness_sort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7771561Z test_schema_correctness_sort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7771840Z test_schema_correctness_sort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7772118Z test_schema_correctness_sort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2023-01-11T21:17:43.7773532Z test_schema_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:976: 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:54.) 2023-01-11T21:17:43.7773772Z torch.eye(m, n, device=device, dtype=dtype) 2023-01-11T21:17:43.7773883Z ok (0.050s) 2023-01-11T21:17:43.7774241Z test_schema_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7774561Z test_schema_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7774882Z test_schema_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7775127Z test_schema_correctness_special_airy_ai_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7775377Z test_schema_correctness_special_airy_ai_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7775613Z test_schema_correctness_special_airy_ai_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7775905Z test_schema_correctness_special_airy_ai_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7776199Z test_schema_correctness_special_airy_ai_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7776498Z test_schema_correctness_special_airy_ai_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7776795Z test_schema_correctness_special_airy_ai_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7777095Z test_schema_correctness_special_airy_ai_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7777393Z test_schema_correctness_special_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7777698Z test_schema_correctness_special_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7777999Z test_schema_correctness_special_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7778293Z test_schema_correctness_special_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7778592Z test_schema_correctness_special_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7778886Z test_schema_correctness_special_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7779183Z test_schema_correctness_special_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7779476Z test_schema_correctness_special_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7779771Z test_schema_correctness_special_bessel_j1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7780067Z test_schema_correctness_special_bessel_j1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7780371Z test_schema_correctness_special_bessel_j1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7780673Z test_schema_correctness_special_bessel_j1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7780967Z test_schema_correctness_special_bessel_j1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7781260Z test_schema_correctness_special_bessel_j1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7781553Z test_schema_correctness_special_bessel_j1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7781848Z test_schema_correctness_special_bessel_j1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7782144Z test_schema_correctness_special_bessel_y0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7782503Z test_schema_correctness_special_bessel_y0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7782858Z test_schema_correctness_special_bessel_y0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7783153Z test_schema_correctness_special_bessel_y0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7783447Z test_schema_correctness_special_bessel_y0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7783814Z test_schema_correctness_special_bessel_y0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7784111Z test_schema_correctness_special_bessel_y0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7784406Z test_schema_correctness_special_bessel_y0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7784711Z test_schema_correctness_special_bessel_y1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7785010Z test_schema_correctness_special_bessel_y1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7785314Z test_schema_correctness_special_bessel_y1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7785607Z test_schema_correctness_special_bessel_y1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7785898Z test_schema_correctness_special_bessel_y1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7786192Z test_schema_correctness_special_bessel_y1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7786490Z test_schema_correctness_special_bessel_y1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7786789Z test_schema_correctness_special_bessel_y1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7787115Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7787448Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7787784Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7788108Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7788440Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7788763Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7789090Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7789416Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7789744Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.7790074Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7790400Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7790723Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7791046Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7791444Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7791819Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7792144Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7792779Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7793400Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7794015Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7794635Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7795240Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7795847Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7796455Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7797062Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7797673Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7798283Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7798901Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7799504Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7800114Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7800717Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7801319Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7801918Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7802224Z test_schema_correctness_special_entr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7802591Z test_schema_correctness_special_entr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7802894Z test_schema_correctness_special_entr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7803231Z test_schema_correctness_special_entr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7803531Z test_schema_correctness_special_entr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7803826Z test_schema_correctness_special_entr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7804120Z test_schema_correctness_special_entr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7804408Z test_schema_correctness_special_entr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7804707Z test_schema_correctness_special_entr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7804993Z test_schema_correctness_special_entr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7805286Z test_schema_correctness_special_erfcx_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7805590Z test_schema_correctness_special_erfcx_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7805871Z test_schema_correctness_special_erfcx_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7806117Z test_schema_correctness_special_erfcx_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7806360Z test_schema_correctness_special_erfcx_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7806604Z test_schema_correctness_special_erfcx_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7806884Z test_schema_correctness_special_erfcx_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7807177Z test_schema_correctness_special_erfcx_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7807503Z test_schema_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7807837Z test_schema_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7808161Z test_schema_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7808485Z test_schema_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7808804Z test_schema_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7809130Z test_schema_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7809454Z test_schema_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7809776Z test_schema_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7810092Z test_schema_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7810418Z test_schema_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7810742Z test_schema_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7811070Z test_schema_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7811459Z test_schema_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7811813Z test_schema_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7812140Z test_schema_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7812461Z test_schema_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7812764Z test_schema_correctness_special_i0e_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7813055Z test_schema_correctness_special_i0e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7813351Z test_schema_correctness_special_i0e_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7813647Z test_schema_correctness_special_i0e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7813942Z test_schema_correctness_special_i0e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7814234Z test_schema_correctness_special_i0e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7814521Z test_schema_correctness_special_i0e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7814810Z test_schema_correctness_special_i0e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7815103Z test_schema_correctness_special_i0e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7815387Z test_schema_correctness_special_i0e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7815676Z test_schema_correctness_special_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7815969Z test_schema_correctness_special_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7816264Z test_schema_correctness_special_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7816552Z test_schema_correctness_special_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7816840Z test_schema_correctness_special_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7817127Z test_schema_correctness_special_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7817419Z test_schema_correctness_special_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7817706Z test_schema_correctness_special_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7817994Z test_schema_correctness_special_i1e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7818292Z test_schema_correctness_special_i1e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7818584Z test_schema_correctness_special_i1e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7818873Z test_schema_correctness_special_i1e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7819166Z test_schema_correctness_special_i1e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7819440Z test_schema_correctness_special_i1e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7819733Z test_schema_correctness_special_i1e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7820078Z test_schema_correctness_special_i1e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7820402Z test_schema_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7820841Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7821172Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7821494Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7821819Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7822138Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7822468Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7822792Z test_schema_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7823428Z test_schema_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7824278Z test_schema_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7824907Z test_schema_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7825521Z test_schema_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7826130Z test_schema_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7826733Z test_schema_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7827337Z test_schema_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7827938Z test_schema_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7828239Z test_schema_correctness_special_log_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7828550Z test_schema_correctness_special_log_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7828855Z test_schema_correctness_special_log_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7829153Z test_schema_correctness_special_log_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7829449Z test_schema_correctness_special_log_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7829745Z test_schema_correctness_special_log_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7830043Z test_schema_correctness_special_log_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7830444Z test_schema_correctness_special_log_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7830755Z test_schema_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7831125Z test_schema_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7831452Z test_schema_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7831768Z test_schema_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7832081Z test_schema_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7832391Z test_schema_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7832709Z test_schema_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7833018Z test_schema_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7833337Z test_schema_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7833652Z test_schema_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7833957Z test_schema_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7834272Z test_schema_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7834589Z test_schema_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7834905Z test_schema_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7835218Z test_schema_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7835481Z test_schema_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7835738Z test_schema_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7836001Z test_schema_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7836265Z test_schema_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7836527Z test_schema_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7836823Z test_schema_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7837133Z test_schema_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7837451Z test_schema_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7837762Z test_schema_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7838077Z test_schema_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7838395Z test_schema_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7838715Z test_schema_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7839083Z test_schema_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7839437Z test_schema_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7839751Z test_schema_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7840063Z test_schema_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7840373Z test_schema_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7840675Z test_schema_correctness_special_ndtr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7840968Z test_schema_correctness_special_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7841276Z test_schema_correctness_special_ndtr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7841574Z test_schema_correctness_special_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7841872Z test_schema_correctness_special_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7842168Z test_schema_correctness_special_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7842457Z test_schema_correctness_special_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7842735Z test_schema_correctness_special_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7843028Z test_schema_correctness_special_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7843319Z test_schema_correctness_special_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7843615Z test_schema_correctness_special_ndtri_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7843920Z test_schema_correctness_special_ndtri_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7844220Z test_schema_correctness_special_ndtri_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7844517Z test_schema_correctness_special_ndtri_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7844808Z test_schema_correctness_special_ndtri_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7845104Z test_schema_correctness_special_ndtri_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7845392Z test_schema_correctness_special_ndtri_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7845688Z test_schema_correctness_special_ndtri_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7846032Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7846379Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7846720Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7847063Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7847400Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7847790Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7848306Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7848773Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7849194Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7849528Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7849857Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7850190Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7850520Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7850847Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7851169Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7851491Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7851815Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7852137Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7852471Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7852797Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7853120Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7853426Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7853746Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7854065Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7854385Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7855050Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7855689Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7856327Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7856950Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7857665Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7858342Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7858976Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7859602Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7860219Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7860846Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7861483Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7862109Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7862731Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7863351Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7864136Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7864769Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7865394Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7866023Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7866649Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7867267Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7867890Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7868509Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7869122Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7869888Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7870508Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7871132Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7871766Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7872393Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2023-01-11T21:17:43.7873013Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7873625Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7874248Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7874865Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2023-01-11T21:17:43.7875191Z test_schema_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7875526Z test_schema_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7875848Z test_schema_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7876172Z test_schema_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7876488Z test_schema_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7876807Z test_schema_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7877127Z test_schema_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7877442Z test_schema_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7877754Z test_schema_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7878052Z test_schema_correctness_special_xlog1py_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7878359Z test_schema_correctness_special_xlog1py_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7878655Z test_schema_correctness_special_xlog1py_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7878952Z test_schema_correctness_special_xlog1py_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7879312Z test_schema_correctness_special_xlog1py_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7879610Z test_schema_correctness_special_xlog1py_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7879971Z test_schema_correctness_special_xlog1py_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7880272Z test_schema_correctness_special_xlog1py_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7880578Z test_schema_correctness_special_xlog1py_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7880871Z test_schema_correctness_special_zeta_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7881170Z test_schema_correctness_special_zeta_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7881469Z test_schema_correctness_special_zeta_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7881766Z test_schema_correctness_special_zeta_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7882064Z test_schema_correctness_special_zeta_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7882356Z test_schema_correctness_special_zeta_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7882646Z test_schema_correctness_special_zeta_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7882945Z test_schema_correctness_special_zeta_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7883229Z test_schema_correctness_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7883497Z test_schema_correctness_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7883797Z test_schema_correctness_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7884086Z test_schema_correctness_split_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7884378Z test_schema_correctness_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7884664Z test_schema_correctness_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7884944Z test_schema_correctness_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7885229Z test_schema_correctness_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7885509Z test_schema_correctness_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7885788Z test_schema_correctness_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7886068Z test_schema_correctness_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7886349Z test_schema_correctness_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7886629Z test_schema_correctness_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7886934Z test_schema_correctness_split_list_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7887230Z test_schema_correctness_split_list_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7887534Z test_schema_correctness_split_list_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7887835Z test_schema_correctness_split_list_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7888133Z test_schema_correctness_split_list_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7888485Z test_schema_correctness_split_list_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7888819Z test_schema_correctness_split_list_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7889117Z test_schema_correctness_split_list_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7889414Z test_schema_correctness_split_list_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7889711Z test_schema_correctness_split_list_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7890002Z test_schema_correctness_split_list_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7890296Z test_schema_correctness_split_list_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7890605Z test_schema_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7890898Z test_schema_correctness_split_with_sizes_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7891201Z test_schema_correctness_split_with_sizes_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7891508Z test_schema_correctness_split_with_sizes_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7891818Z test_schema_correctness_split_with_sizes_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7892117Z test_schema_correctness_split_with_sizes_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7892411Z test_schema_correctness_split_with_sizes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7892710Z test_schema_correctness_split_with_sizes_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7893001Z test_schema_correctness_split_with_sizes_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7893298Z test_schema_correctness_split_with_sizes_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7893584Z test_schema_correctness_split_with_sizes_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7893878Z test_schema_correctness_split_with_sizes_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7894179Z test_schema_correctness_split_with_sizes_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7894459Z test_schema_correctness_sqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7894734Z test_schema_correctness_sqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7895029Z test_schema_correctness_sqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7895328Z test_schema_correctness_sqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7895566Z test_schema_correctness_sqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7895800Z test_schema_correctness_sqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7896033Z test_schema_correctness_sqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7896267Z test_schema_correctness_sqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7896495Z test_schema_correctness_sqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7896771Z test_schema_correctness_sqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7897004Z test_schema_correctness_sqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7897320Z test_schema_correctness_sqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7897596Z test_schema_correctness_sqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7897883Z test_schema_correctness_square_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7898151Z test_schema_correctness_square_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7898444Z test_schema_correctness_square_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7898740Z test_schema_correctness_square_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7899028Z test_schema_correctness_square_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7899312Z test_schema_correctness_square_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7899605Z test_schema_correctness_square_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7899883Z test_schema_correctness_square_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7900166Z test_schema_correctness_square_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7900451Z test_schema_correctness_square_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7900725Z test_schema_correctness_square_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7901008Z test_schema_correctness_square_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7901304Z test_schema_correctness_squeeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7901585Z test_schema_correctness_squeeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7901882Z test_schema_correctness_squeeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7902179Z test_schema_correctness_squeeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7902470Z test_schema_correctness_squeeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7902754Z test_schema_correctness_squeeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7903049Z test_schema_correctness_squeeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7903332Z test_schema_correctness_squeeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7903612Z test_schema_correctness_squeeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7904118Z test_schema_correctness_squeeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7904464Z test_schema_correctness_squeeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7904747Z test_schema_correctness_squeeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7905032Z test_schema_correctness_squeeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.7905306Z test_schema_correctness_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7905582Z test_schema_correctness_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7905875Z test_schema_correctness_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7906248Z test_schema_correctness_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7906584Z test_schema_correctness_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7906867Z test_schema_correctness_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7907150Z test_schema_correctness_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7907431Z test_schema_correctness_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7907706Z test_schema_correctness_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7907981Z test_schema_correctness_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7908266Z test_schema_correctness_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7908542Z test_schema_correctness_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7908823Z test_schema_correctness_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7909105Z test_schema_correctness_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7909391Z test_schema_correctness_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7909672Z test_schema_correctness_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7909946Z test_schema_correctness_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7910221Z test_schema_correctness_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7910499Z test_schema_correctness_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7910790Z test_schema_correctness_std_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7911088Z test_schema_correctness_std_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7911377Z test_schema_correctness_std_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7911665Z test_schema_correctness_std_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7911955Z test_schema_correctness_std_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7912227Z test_schema_correctness_std_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7912530Z test_schema_correctness_std_mean_unbiased_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7912846Z test_schema_correctness_std_mean_unbiased_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7913155Z test_schema_correctness_std_mean_unbiased_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7913465Z test_schema_correctness_std_mean_unbiased_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7913760Z test_schema_correctness_std_mean_unbiased_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7914057Z test_schema_correctness_std_mean_unbiased_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7914355Z test_schema_correctness_std_unbiased_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7914652Z test_schema_correctness_std_unbiased_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7915009Z test_schema_correctness_std_unbiased_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7915302Z test_schema_correctness_std_unbiased_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7915641Z test_schema_correctness_std_unbiased_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7915940Z test_schema_correctness_std_unbiased_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7916945Z test_schema_correctness_stft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2023-01-11T21:17:43.7917372Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:856.) 2023-01-11T21:17:43.7917735Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2023-01-11T21:17:43.7917841Z ok (0.050s) 2023-01-11T21:17:43.7918137Z test_schema_correctness_stft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2023-01-11T21:17:43.7918418Z test_schema_correctness_stft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2023-01-11T21:17:43.7918697Z test_schema_correctness_stft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2023-01-11T21:17:43.7918979Z test_schema_correctness_sub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7919269Z test_schema_correctness_sub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7919554Z test_schema_correctness_sub_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7919841Z test_schema_correctness_sub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7920117Z test_schema_correctness_sub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.7920398Z test_schema_correctness_sub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7920681Z test_schema_correctness_sub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7920950Z test_schema_correctness_sub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7921206Z test_schema_correctness_sub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7921477Z test_schema_correctness_sub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7921752Z test_schema_correctness_sub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7922021Z test_schema_correctness_sub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7922300Z test_schema_correctness_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2023-01-11T21:17:43.7922582Z test_schema_correctness_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7922863Z test_schema_correctness_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7923144Z test_schema_correctness_sum_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7923431Z test_schema_correctness_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7923711Z test_schema_correctness_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7923984Z test_schema_correctness_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7924327Z test_schema_correctness_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7924597Z test_schema_correctness_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7924912Z test_schema_correctness_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7925184Z test_schema_correctness_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7925463Z test_schema_correctness_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7925687Z test_schema_correctness_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2023-01-11T21:17:43.7925932Z test_schema_correctness_sum_to_size_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7926170Z test_schema_correctness_sum_to_size_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7926419Z test_schema_correctness_sum_to_size_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7926666Z test_schema_correctness_sum_to_size_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7926911Z test_schema_correctness_sum_to_size_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7927155Z test_schema_correctness_sum_to_size_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7927395Z test_schema_correctness_sum_to_size_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7927622Z test_schema_correctness_sum_to_size_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7927859Z test_schema_correctness_sum_to_size_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7928099Z test_schema_correctness_sum_to_size_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7928337Z test_schema_correctness_sum_to_size_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7928578Z test_schema_correctness_sum_to_size_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7928837Z test_schema_correctness_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7929133Z test_schema_correctness_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.7929409Z test_schema_correctness_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.155s) 2023-01-11T21:17:43.7929688Z test_schema_correctness_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.237s) 2023-01-11T21:17:43.7930024Z test_schema_correctness_svd_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7930365Z test_schema_correctness_svd_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T21:17:43.7931278Z test_schema_correctness_symeig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2023-01-11T21:17:43.7931620Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2023-01-11T21:17:43.7931765Z L, _ = torch.symeig(A, upper=upper) 2023-01-11T21:17:43.7931902Z should be replaced with 2023-01-11T21:17:43.7932179Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2023-01-11T21:17:43.7932282Z and 2023-01-11T21:17:43.7932512Z L, V = torch.symeig(A, eigenvectors=True) 2023-01-11T21:17:43.7932645Z should be replaced with 2023-01-11T21:17:43.7933197Z 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:2898.) 2023-01-11T21:17:43.7933388Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7933497Z ok (0.020s) 2023-01-11T21:17:43.7933783Z test_schema_correctness_symeig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2023-01-11T21:17:43.7934068Z test_schema_correctness_symeig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7934352Z test_schema_correctness_symeig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7934630Z test_schema_correctness_t_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7934902Z test_schema_correctness_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7935188Z test_schema_correctness_t_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7935467Z test_schema_correctness_t_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7935753Z test_schema_correctness_t_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7936025Z test_schema_correctness_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7936294Z test_schema_correctness_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7936564Z test_schema_correctness_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7936836Z test_schema_correctness_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7937103Z test_schema_correctness_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7937371Z test_schema_correctness_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7937641Z test_schema_correctness_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7937949Z test_schema_correctness_take_along_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7938240Z test_schema_correctness_take_along_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7938544Z test_schema_correctness_take_along_dim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7938848Z test_schema_correctness_take_along_dim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2023-01-11T21:17:43.7939142Z test_schema_correctness_take_along_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7939439Z test_schema_correctness_take_along_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7939734Z test_schema_correctness_take_along_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2023-01-11T21:17:43.7940025Z test_schema_correctness_take_along_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.7940326Z test_schema_correctness_take_along_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.7940605Z test_schema_correctness_take_along_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7940895Z test_schema_correctness_take_along_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7941190Z test_schema_correctness_take_along_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2023-01-11T21:17:43.7941470Z test_schema_correctness_take_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7941799Z test_schema_correctness_take_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7942090Z test_schema_correctness_take_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7942420Z test_schema_correctness_take_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7942710Z test_schema_correctness_take_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7942989Z test_schema_correctness_take_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7943266Z test_schema_correctness_take_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.7943553Z test_schema_correctness_take_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7943895Z test_schema_correctness_take_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7944178Z test_schema_correctness_take_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7944451Z test_schema_correctness_take_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7944728Z test_schema_correctness_take_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.7945012Z test_schema_correctness_tan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7945289Z test_schema_correctness_tan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7945570Z test_schema_correctness_tan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7945854Z test_schema_correctness_tan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7946141Z test_schema_correctness_tan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7946421Z test_schema_correctness_tan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7946698Z test_schema_correctness_tan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7946978Z test_schema_correctness_tan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7947238Z test_schema_correctness_tan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7947506Z test_schema_correctness_tan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7947775Z test_schema_correctness_tan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7948053Z test_schema_correctness_tan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7948321Z test_schema_correctness_tan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7948604Z test_schema_correctness_tanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7948879Z test_schema_correctness_tanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7949164Z test_schema_correctness_tanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7949450Z test_schema_correctness_tanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7949735Z test_schema_correctness_tanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7950013Z test_schema_correctness_tanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7950295Z test_schema_correctness_tanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7950577Z test_schema_correctness_tanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7950936Z test_schema_correctness_tanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7951213Z test_schema_correctness_tanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7951538Z test_schema_correctness_tanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7951812Z test_schema_correctness_tanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7952091Z test_schema_correctness_tanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.7952389Z test_schema_correctness_tensor_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7952681Z test_schema_correctness_tensor_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7952987Z test_schema_correctness_tensor_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7953292Z test_schema_correctness_tensor_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7953592Z test_schema_correctness_tensor_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7953885Z test_schema_correctness_tensor_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2023-01-11T21:17:43.7954170Z test_schema_correctness_tensor_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2023-01-11T21:17:43.7954459Z test_schema_correctness_tensor_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7954756Z test_schema_correctness_tensor_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7955044Z test_schema_correctness_tensor_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7955348Z test_schema_correctness_tensor_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7955604Z test_schema_correctness_tensor_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7955849Z test_schema_correctness_tensordot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7956098Z test_schema_correctness_tensordot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7956346Z test_schema_correctness_tensordot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7956592Z test_schema_correctness_tensordot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2023-01-11T21:17:43.7956833Z test_schema_correctness_tensordot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2023-01-11T21:17:43.7957073Z test_schema_correctness_tensordot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2023-01-11T21:17:43.7957312Z test_schema_correctness_tile_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2023-01-11T21:17:43.7957543Z test_schema_correctness_tile_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7957781Z test_schema_correctness_tile_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2023-01-11T21:17:43.7958017Z test_schema_correctness_tile_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2023-01-11T21:17:43.7958249Z test_schema_correctness_tile_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2023-01-11T21:17:43.7958484Z test_schema_correctness_tile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7958716Z test_schema_correctness_tile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2023-01-11T21:17:43.7959019Z test_schema_correctness_tile_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7959291Z test_schema_correctness_tile_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7959612Z test_schema_correctness_tile_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2023-01-11T21:17:43.7959890Z test_schema_correctness_tile_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2023-01-11T21:17:43.7960163Z test_schema_correctness_tile_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2023-01-11T21:17:43.7960442Z test_schema_correctness_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.527s) 2023-01-11T21:17:43.7960705Z test_schema_correctness_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.462s) 2023-01-11T21:17:43.7960991Z test_schema_correctness_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.461s) 2023-01-11T21:17:43.7961277Z test_schema_correctness_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.509s) 2023-01-11T21:17:43.7961553Z test_schema_correctness_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.481s) 2023-01-11T21:17:43.7961834Z test_schema_correctness_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.594s) 2023-01-11T21:17:43.7962109Z test_schema_correctness_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.340s) 2023-01-11T21:17:43.7962384Z test_schema_correctness_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.451s) 2023-01-11T21:17:43.7962662Z test_schema_correctness_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.451s) 2023-01-11T21:17:43.7962933Z test_schema_correctness_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.451s) 2023-01-11T21:17:43.7963204Z test_schema_correctness_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.451s) 2023-01-11T21:17:43.7963479Z test_schema_correctness_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.452s) 2023-01-11T21:17:43.7963776Z test_schema_correctness_to_sparse_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.7964065Z test_schema_correctness_to_sparse_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7964363Z test_schema_correctness_to_sparse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7964660Z test_schema_correctness_to_sparse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7964948Z test_schema_correctness_to_sparse_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7965235Z test_schema_correctness_to_sparse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7965522Z test_schema_correctness_to_sparse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7965809Z test_schema_correctness_to_sparse_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7966091Z test_schema_correctness_to_sparse_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7966377Z test_schema_correctness_to_sparse_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7966657Z test_schema_correctness_to_sparse_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7966942Z test_schema_correctness_to_sparse_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.7967229Z test_schema_correctness_topk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7967498Z test_schema_correctness_topk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7967779Z test_schema_correctness_topk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7968128Z test_schema_correctness_topk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7968403Z test_schema_correctness_topk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7968725Z test_schema_correctness_topk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7969004Z test_schema_correctness_topk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7969283Z test_schema_correctness_topk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7969562Z test_schema_correctness_topk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7969849Z test_schema_correctness_trace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7970125Z test_schema_correctness_trace_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7970421Z test_schema_correctness_trace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7970713Z test_schema_correctness_trace_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7971000Z test_schema_correctness_trace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7971285Z test_schema_correctness_trace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7971567Z test_schema_correctness_trace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7971848Z test_schema_correctness_trace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7972126Z test_schema_correctness_trace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7972401Z test_schema_correctness_trace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7972683Z test_schema_correctness_trace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7972961Z test_schema_correctness_trace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7973242Z test_schema_correctness_trace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7973533Z test_schema_correctness_transpose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7973819Z test_schema_correctness_transpose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7974112Z test_schema_correctness_transpose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.7974406Z test_schema_correctness_transpose_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7974705Z test_schema_correctness_transpose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7974998Z test_schema_correctness_transpose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7975292Z test_schema_correctness_transpose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7975581Z test_schema_correctness_transpose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7975870Z test_schema_correctness_transpose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7976153Z test_schema_correctness_transpose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7976436Z test_schema_correctness_transpose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7976722Z test_schema_correctness_transpose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7977068Z test_schema_correctness_transpose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7977360Z test_schema_correctness_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7977711Z test_schema_correctness_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7978008Z test_schema_correctness_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7978302Z test_schema_correctness_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7978596Z test_schema_correctness_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7978883Z test_schema_correctness_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7979170Z test_schema_correctness_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7979455Z test_schema_correctness_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7979742Z test_schema_correctness_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2023-01-11T21:17:43.7980028Z test_schema_correctness_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7980315Z test_schema_correctness_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7980602Z test_schema_correctness_trapz_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2023-01-11T21:17:43.7980890Z test_schema_correctness_trapz_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7981177Z test_schema_correctness_trapz_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2023-01-11T21:17:43.7981456Z test_schema_correctness_trapz_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7981737Z test_schema_correctness_trapz_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7982023Z test_schema_correctness_trapz_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7982309Z test_schema_correctness_trapz_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7982583Z test_schema_correctness_trapz_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7982857Z test_schema_correctness_trapz_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7983137Z test_schema_correctness_trapz_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7983409Z test_schema_correctness_trapz_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2023-01-11T21:17:43.7984745Z test_schema_correctness_triangular_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2023-01-11T21:17:43.7985068Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2023-01-11T21:17:43.7985231Z X = torch.triangular_solve(B, A).solution 2023-01-11T21:17:43.7985363Z should be replaced with 2023-01-11T21:17:43.7985732Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2219.) 2023-01-11T21:17:43.7985871Z return self.op(*args, **kwargs) 2023-01-11T21:17:43.7985980Z ok (0.021s) 2023-01-11T21:17:43.7986290Z test_schema_correctness_triangular_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2023-01-11T21:17:43.7986714Z test_schema_correctness_triangular_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7987023Z test_schema_correctness_triangular_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.7987348Z test_schema_correctness_tril_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7987644Z test_schema_correctness_tril_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7987929Z test_schema_correctness_tril_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7988216Z test_schema_correctness_tril_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7988498Z test_schema_correctness_tril_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7988777Z test_schema_correctness_tril_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7989049Z test_schema_correctness_tril_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7989324Z test_schema_correctness_tril_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7989599Z test_schema_correctness_tril_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7989871Z test_schema_correctness_tril_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7990146Z test_schema_correctness_tril_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7990422Z test_schema_correctness_tril_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7990712Z test_schema_correctness_tril_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2023-01-11T21:17:43.7991000Z test_schema_correctness_tril_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7991279Z test_schema_correctness_triu_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7991571Z test_schema_correctness_triu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7991855Z test_schema_correctness_triu_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7992137Z test_schema_correctness_triu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7992420Z test_schema_correctness_triu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7992699Z test_schema_correctness_triu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7992977Z test_schema_correctness_triu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7993258Z test_schema_correctness_triu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7993531Z test_schema_correctness_triu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7993806Z test_schema_correctness_triu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7994079Z test_schema_correctness_triu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7994360Z test_schema_correctness_triu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.7994647Z test_schema_correctness_triu_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7994937Z test_schema_correctness_triu_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2023-01-11T21:17:43.7995234Z test_schema_correctness_true_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7995583Z test_schema_correctness_true_divide_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7995875Z test_schema_correctness_true_divide_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7996218Z test_schema_correctness_true_divide_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7996523Z test_schema_correctness_true_divide_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2023-01-11T21:17:43.7996819Z test_schema_correctness_true_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2023-01-11T21:17:43.7997109Z test_schema_correctness_true_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7997401Z test_schema_correctness_true_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7997693Z test_schema_correctness_true_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7997982Z test_schema_correctness_true_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7998272Z test_schema_correctness_true_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7998559Z test_schema_correctness_true_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7998845Z test_schema_correctness_true_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.7999129Z test_schema_correctness_trunc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7999411Z test_schema_correctness_trunc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7999692Z test_schema_correctness_trunc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.7999979Z test_schema_correctness_trunc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8000256Z test_schema_correctness_trunc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8000531Z test_schema_correctness_trunc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8000807Z test_schema_correctness_trunc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8001089Z test_schema_correctness_trunc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8001363Z test_schema_correctness_trunc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8001648Z test_schema_correctness_unbind_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8001932Z test_schema_correctness_unbind_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8002237Z test_schema_correctness_unbind_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8002526Z test_schema_correctness_unbind_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8002823Z test_schema_correctness_unbind_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8003094Z test_schema_correctness_unbind_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8003376Z test_schema_correctness_unbind_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8003657Z test_schema_correctness_unbind_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8003937Z test_schema_correctness_unbind_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8004213Z test_schema_correctness_unbind_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8004556Z test_schema_correctness_unbind_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8004833Z test_schema_correctness_unbind_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8005159Z test_schema_correctness_unbind_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8005452Z test_schema_correctness_unflatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8005739Z test_schema_correctness_unflatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8006043Z test_schema_correctness_unflatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8006337Z test_schema_correctness_unflatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8006632Z test_schema_correctness_unflatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8006928Z test_schema_correctness_unflatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8007220Z test_schema_correctness_unflatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8007510Z test_schema_correctness_unflatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8007791Z test_schema_correctness_unflatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8008072Z test_schema_correctness_unflatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8008358Z test_schema_correctness_unflatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8008641Z test_schema_correctness_unflatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8008925Z test_schema_correctness_unflatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8009224Z test_schema_correctness_unfold_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8009518Z test_schema_correctness_unfold_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8009818Z test_schema_correctness_unfold_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8010109Z test_schema_correctness_unfold_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8010406Z test_schema_correctness_unfold_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8010705Z test_schema_correctness_unfold_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8010999Z test_schema_correctness_unfold_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8011296Z test_schema_correctness_unfold_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8011590Z test_schema_correctness_unfold_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8011874Z test_schema_correctness_unfold_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8012160Z test_schema_correctness_unfold_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8012455Z test_schema_correctness_unfold_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8012741Z test_schema_correctness_unfold_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8013027Z test_schema_correctness_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8013358Z test_schema_correctness_unfold_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8013650Z test_schema_correctness_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8014003Z test_schema_correctness_unfold_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8014297Z test_schema_correctness_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8014585Z test_schema_correctness_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8014866Z test_schema_correctness_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8015151Z test_schema_correctness_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8015436Z test_schema_correctness_unfold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8015695Z test_schema_correctness_unfold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2023-01-11T21:17:43.8015929Z test_schema_correctness_unfold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8016164Z test_schema_correctness_unfold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8016397Z test_schema_correctness_unfold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2023-01-11T21:17:43.8016639Z test_schema_correctness_uniform_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8016885Z test_schema_correctness_uniform_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8017117Z test_schema_correctness_uniform_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8017355Z test_schema_correctness_uniform_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8017594Z test_schema_correctness_uniform_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8017832Z test_schema_correctness_uniform_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8018083Z test_schema_correctness_unique_consecutive_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.200s) 2023-01-11T21:17:43.8018340Z test_schema_correctness_unique_consecutive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.8018595Z test_schema_correctness_unique_consecutive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2023-01-11T21:17:43.8018882Z test_schema_correctness_unique_consecutive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2023-01-11T21:17:43.8019180Z test_schema_correctness_unique_consecutive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.8019483Z test_schema_correctness_unique_consecutive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.8019784Z test_schema_correctness_unique_consecutive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.8020086Z test_schema_correctness_unique_consecutive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2023-01-11T21:17:43.8020387Z test_schema_correctness_unique_consecutive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2023-01-11T21:17:43.8020667Z test_schema_correctness_unique_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.476s) 2023-01-11T21:17:43.8020952Z test_schema_correctness_unique_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.524s) 2023-01-11T21:17:43.8021235Z test_schema_correctness_unique_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.490s) 2023-01-11T21:17:43.8021518Z test_schema_correctness_unique_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.496s) 2023-01-11T21:17:43.8021852Z test_schema_correctness_unique_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.481s) 2023-01-11T21:17:43.8022177Z test_schema_correctness_unique_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.501s) 2023-01-11T21:17:43.8022458Z test_schema_correctness_unique_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.499s) 2023-01-11T21:17:43.8022735Z test_schema_correctness_unique_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.481s) 2023-01-11T21:17:43.8023022Z test_schema_correctness_unique_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.479s) 2023-01-11T21:17:43.8023313Z test_schema_correctness_unsqueeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.8023599Z test_schema_correctness_unsqueeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8023988Z test_schema_correctness_unsqueeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.8024271Z test_schema_correctness_unsqueeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8024573Z test_schema_correctness_unsqueeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2023-01-11T21:17:43.8024862Z test_schema_correctness_unsqueeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8025149Z test_schema_correctness_unsqueeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8025439Z test_schema_correctness_unsqueeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8025724Z test_schema_correctness_unsqueeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8026006Z test_schema_correctness_unsqueeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8026298Z test_schema_correctness_unsqueeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8026583Z test_schema_correctness_unsqueeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8026869Z test_schema_correctness_unsqueeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8027149Z test_schema_correctness_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8027438Z test_schema_correctness_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8027722Z test_schema_correctness_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8027996Z test_schema_correctness_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8028279Z test_schema_correctness_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8028558Z test_schema_correctness_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8028848Z test_schema_correctness_var_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8029150Z test_schema_correctness_var_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.8029443Z test_schema_correctness_var_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.8029731Z test_schema_correctness_var_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8030015Z test_schema_correctness_var_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8030300Z test_schema_correctness_var_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8030679Z test_schema_correctness_var_mean_unbiased_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8030991Z test_schema_correctness_var_mean_unbiased_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8031356Z test_schema_correctness_var_mean_unbiased_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8031648Z test_schema_correctness_var_mean_unbiased_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8031954Z test_schema_correctness_var_mean_unbiased_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8032251Z test_schema_correctness_var_mean_unbiased_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8032547Z test_schema_correctness_var_unbiased_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8032853Z test_schema_correctness_var_unbiased_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8033154Z test_schema_correctness_var_unbiased_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8033457Z test_schema_correctness_var_unbiased_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8033748Z test_schema_correctness_var_unbiased_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8034042Z test_schema_correctness_var_unbiased_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8034333Z test_schema_correctness_vdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8034644Z test_schema_correctness_vdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T21:17:43.8034959Z test_schema_correctness_vdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2023-01-11T21:17:43.8035245Z test_schema_correctness_vdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8035524Z test_schema_correctness_vdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8035808Z test_schema_correctness_vdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2023-01-11T21:17:43.8036106Z test_schema_correctness_view_as_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8036405Z test_schema_correctness_view_as_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8036698Z test_schema_correctness_view_as_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8036982Z test_schema_correctness_view_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8037261Z test_schema_correctness_view_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8037552Z test_schema_correctness_view_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8037851Z test_schema_correctness_view_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8038137Z test_schema_correctness_view_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8038418Z test_schema_correctness_view_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8038698Z test_schema_correctness_view_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8038988Z test_schema_correctness_view_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8039253Z test_schema_correctness_view_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8039580Z test_schema_correctness_view_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8039861Z test_schema_correctness_view_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8040181Z test_schema_correctness_view_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8040463Z test_schema_correctness_view_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8040766Z test_schema_correctness_view_as_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8041065Z test_schema_correctness_view_as_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8041353Z test_schema_correctness_view_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2023-01-11T21:17:43.8041640Z test_schema_correctness_view_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.8041932Z test_schema_correctness_view_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.8042220Z test_schema_correctness_view_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2023-01-11T21:17:43.8042510Z test_schema_correctness_view_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8042793Z test_schema_correctness_view_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8043075Z test_schema_correctness_view_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8043362Z test_schema_correctness_view_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8043642Z test_schema_correctness_view_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8043932Z test_schema_correctness_view_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2023-01-11T21:17:43.8044212Z test_schema_correctness_view_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8044487Z test_schema_correctness_view_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8044773Z test_schema_correctness_view_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.8045059Z test_schema_correctness_view_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8045342Z test_schema_correctness_view_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2023-01-11T21:17:43.8045620Z test_schema_correctness_view_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8045909Z test_schema_correctness_view_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8046143Z test_schema_correctness_view_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8046370Z test_schema_correctness_view_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8046601Z test_schema_correctness_view_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8046830Z test_schema_correctness_view_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8047060Z test_schema_correctness_view_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8047286Z test_schema_correctness_view_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2023-01-11T21:17:43.8047524Z test_schema_correctness_vsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8047761Z test_schema_correctness_vsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8048128Z test_schema_correctness_vsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8048376Z test_schema_correctness_vsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8048655Z test_schema_correctness_vsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8048898Z test_schema_correctness_vsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8049193Z test_schema_correctness_vsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8049476Z test_schema_correctness_vsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8049754Z test_schema_correctness_vsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8050039Z test_schema_correctness_vsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8050323Z test_schema_correctness_vsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8050600Z test_schema_correctness_vsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8050889Z test_schema_correctness_vsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8051181Z test_schema_correctness_vstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8051461Z test_schema_correctness_vstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8051750Z test_schema_correctness_vstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8052046Z test_schema_correctness_vstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8052334Z test_schema_correctness_vstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8052609Z test_schema_correctness_vstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8052895Z test_schema_correctness_vstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8053182Z test_schema_correctness_vstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8053464Z test_schema_correctness_vstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8053750Z test_schema_correctness_vstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8054030Z test_schema_correctness_vstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8054304Z test_schema_correctness_vstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8054585Z test_schema_correctness_vstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2023-01-11T21:17:43.8054879Z test_schema_correctness_where_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8055154Z test_schema_correctness_where_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8055443Z test_schema_correctness_where_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.8055735Z test_schema_correctness_where_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8056017Z test_schema_correctness_where_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.8056299Z test_schema_correctness_where_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2023-01-11T21:17:43.8056578Z test_schema_correctness_where_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8056913Z test_schema_correctness_where_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8057189Z test_schema_correctness_where_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8057507Z test_schema_correctness_where_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8057788Z test_schema_correctness_where_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8058062Z test_schema_correctness_where_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8058340Z test_schema_correctness_where_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8058623Z test_schema_correctness_xlogy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8058897Z test_schema_correctness_xlogy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8059185Z test_schema_correctness_xlogy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8059456Z test_schema_correctness_xlogy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8059741Z test_schema_correctness_xlogy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8060016Z test_schema_correctness_xlogy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8060296Z test_schema_correctness_xlogy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8060569Z test_schema_correctness_xlogy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8060844Z test_schema_correctness_xlogy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8061122Z test_schema_correctness_xlogy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2023-01-11T21:17:43.8061410Z test_schema_correctness_zero__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8061682Z test_schema_correctness_zero__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8061974Z test_schema_correctness_zero__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8062265Z test_schema_correctness_zero__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8062544Z test_schema_correctness_zero__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8062824Z test_schema_correctness_zero__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8063105Z test_schema_correctness_zero__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2023-01-11T21:17:43.8063379Z test_schema_correctness_zero__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8063662Z test_schema_correctness_zero__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8064349Z test_schema_correctness_zero__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8064638Z test_schema_correctness_zero__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8064912Z test_schema_correctness_zero__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2023-01-11T21:17:43.8065201Z test_schema_correctness_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8065474Z test_schema_correctness_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8065764Z test_schema_correctness_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8066056Z test_schema_correctness_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8066423Z test_schema_correctness_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8066712Z test_schema_correctness_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8067038Z test_schema_correctness_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8067328Z test_schema_correctness_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8067602Z test_schema_correctness_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8067878Z test_schema_correctness_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8068151Z test_schema_correctness_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8068430Z test_schema_correctness_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8068709Z test_schema_correctness_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2023-01-11T21:17:43.8069002Z test_schema_correctness_zeros_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8069290Z test_schema_correctness_zeros_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8069585Z test_schema_correctness_zeros_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8069880Z test_schema_correctness_zeros_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2023-01-11T21:17:43.8070178Z test_schema_correctness_zeros_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8070470Z test_schema_correctness_zeros_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8070768Z test_schema_correctness_zeros_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8071056Z test_schema_correctness_zeros_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8071342Z test_schema_correctness_zeros_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8071630Z test_schema_correctness_zeros_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8071912Z test_schema_correctness_zeros_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2023-01-11T21:17:43.8072191Z test_schema_correctness_zeros_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8072477Z test_schema_correctness_zeros_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2023-01-11T21:17:43.8072490Z 2023-01-11T21:17:43.8072908Z ---------------------------------------------------------------------- 2023-01-11T21:17:43.8073045Z Ran 5432 tests in 412.360s 2023-01-11T21:17:43.8073053Z 2023-01-11T21:17:43.8073178Z OK (skipped=140) 2023-01-11T21:17:43.8073186Z 2023-01-11T21:17:43.8073314Z Generating XML reports... 2023-01-11T21:17:43.8073772Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20230111211046.xml 2023-01-11T21:17:43.8074285Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCUDA-20230111211046.xml 2023-01-11T21:17:43.8074293Z 2023-01-11T21:17:43.8074794Z ##[endgroup] 2023-01-11T21:17:43.8075239Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/pytorch/test/test-reports/test_schema_check_tgv19ayy) 2023-01-11T21:17:43.8075246Z 2023-01-11T21:17:49.2684601Z Ignoring disabled issues: [] 2023-01-11T21:17:49.2876323Z Running test_jiterator ... [2023-01-11 21:17:49.287039] 2023-01-11T21:17:49.2878080Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:17:49.287281] 2023-01-11T21:17:59.8436044Z 2023-01-11T21:17:59.8437093Z Expand the folded group to see the log file of test_fx_experimental 2023-01-11T21:17:59.8439922Z ##[group]PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/pytorch/test/test-reports/test_fx_experimental_67ukb1vn) 2023-01-11T21:17:59.8441884Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2023-01-11T21:17:59.8442549Z 2023-01-11T21:17:59.8442798Z Running tests... 2023-01-11T21:17:59.8443910Z ---------------------------------------------------------------------- 2023-01-11T21:17:59.8444987Z test_annotate_getitem_node (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8448608Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... /opt/conda/lib/python3.8/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`. 2023-01-11T21:17:59.8451140Z warnings.warn("The TorchScript type system doesn't support " 2023-01-11T21:17:59.8451938Z ok (1.531s) 2023-01-11T21:17:59.8452794Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.008s) 2023-01-11T21:17:59.8453847Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2023-01-11T21:17:59.8455046Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2023-01-11T21:17:59.8456533Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.004s) 2023-01-11T21:17:59.8458088Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2023-01-11T21:17:59.8459540Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.907s) 2023-01-11T21:17:59.8460935Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.012s) 2023-01-11T21:17:59.8462383Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.015s) 2023-01-11T21:17:59.8463661Z test_fetch (__main__.TestFXExperimental) ... ok (0.006s) 2023-01-11T21:17:59.8465384Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8466886Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.004s) 2023-01-11T21:17:59.8468423Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8469694Z test_merge_matmuls (__main__.TestFXExperimental) 2023-01-11T21:17:59.8471053Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.038s) 2023-01-11T21:17:59.8472506Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.024s) 2023-01-11T21:17:59.8475036Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.594s) 2023-01-11T21:17:59.8477830Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... /opt/conda/lib/python3.8/site-packages/torch/fx/operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2023-01-11T21:17:59.8479777Z warnings.warn( 2023-01-11T21:17:59.8480584Z ok (0.006s) 2023-01-11T21:17:59.8481661Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8483039Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.058s) 2023-01-11T21:17:59.8484282Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2023-01-11T21:17:59.8487156Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:996.) 2023-01-11T21:17:59.8489131Z return F.conv1d(input, weight, bias, self.stride, 2023-01-11T21:17:59.8490177Z ok (2.198s) 2023-01-11T21:17:59.8491033Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.333s) 2023-01-11T21:17:59.8492159Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (9.609s) 2023-01-11T21:17:59.8493453Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2023-01-11T21:17:59.8494537Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.008s) 2023-01-11T21:17:59.8495617Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8496777Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2023-01-11T21:17:59.8497856Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2023-01-11T21:17:59.8498635Z [1, 2] 2023-01-11T21:17:59.8499198Z ok (0.007s) 2023-01-11T21:17:59.8500057Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2023-01-11T21:17:59.8501169Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.144s) 2023-01-11T21:17:59.8502299Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.009s) 2023-01-11T21:17:59.8503462Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.005s) 2023-01-11T21:17:59.8504825Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.007s) 2023-01-11T21:17:59.8505924Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.009s) 2023-01-11T21:17:59.8507040Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.199s) 2023-01-11T21:17:59.8508163Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.007s) 2023-01-11T21:17:59.8510653Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph_module.py:476: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2023-01-11T21:17:59.8512835Z warnings.warn("Was not able to save the following children modules as reprs -" 2023-01-11T21:17:59.8514019Z ok (0.011s) 2023-01-11T21:17:59.8515006Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2023-01-11T21:17:59.8516169Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2023-01-11T21:17:59.8517337Z test_normalize_args_op_overload_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.111s) 2023-01-11T21:17:59.8518774Z test_normalize_operator_exhaustive_H_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8520313Z test_normalize_operator_exhaustive_T_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8521879Z test_normalize_operator_exhaustive___getitem___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8523461Z test_normalize_operator_exhaustive___radd___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8525031Z test_normalize_operator_exhaustive___rdiv___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8526606Z test_normalize_operator_exhaustive___rmatmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8528175Z test_normalize_operator_exhaustive___rmod___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8529725Z test_normalize_operator_exhaustive___rmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8531274Z test_normalize_operator_exhaustive___rpow___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8532820Z test_normalize_operator_exhaustive___rsub___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8534432Z test_normalize_operator_exhaustive__native_batch_norm_legit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8536352Z test_normalize_operator_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8538076Z test_normalize_operator_exhaustive_abs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8539623Z test_normalize_operator_exhaustive_acos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8541179Z test_normalize_operator_exhaustive_acosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8542705Z test_normalize_operator_exhaustive_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8544890Z test_normalize_operator_exhaustive_addbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8546598Z test_normalize_operator_exhaustive_addcdiv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8548162Z test_normalize_operator_exhaustive_addcmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8549723Z test_normalize_operator_exhaustive_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8551322Z test_normalize_operator_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8552911Z test_normalize_operator_exhaustive_addmv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8554440Z test_normalize_operator_exhaustive_addr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8555979Z test_normalize_operator_exhaustive_all_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8557146Z test_normalize_operator_exhaustive_allclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8557772Z test_normalize_operator_exhaustive_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8558308Z test_normalize_operator_exhaustive_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8558856Z test_normalize_operator_exhaustive_aminmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8559406Z test_normalize_operator_exhaustive_angle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8559952Z test_normalize_operator_exhaustive_any_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8560500Z test_normalize_operator_exhaustive_arange_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8561051Z test_normalize_operator_exhaustive_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8561606Z test_normalize_operator_exhaustive_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8562158Z test_normalize_operator_exhaustive_argsort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8562712Z test_normalize_operator_exhaustive_argwhere_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8563263Z test_normalize_operator_exhaustive_as_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8563918Z test_normalize_operator_exhaustive_as_strided_partial_views_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8564548Z test_normalize_operator_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8565114Z test_normalize_operator_exhaustive_asin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8565661Z test_normalize_operator_exhaustive_asinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8566203Z test_normalize_operator_exhaustive_atan2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8566751Z test_normalize_operator_exhaustive_atan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8567298Z test_normalize_operator_exhaustive_atanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8567853Z test_normalize_operator_exhaustive_atleast_1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8568417Z test_normalize_operator_exhaustive_atleast_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8568967Z test_normalize_operator_exhaustive_atleast_3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8569527Z test_normalize_operator_exhaustive_baddbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8570085Z test_normalize_operator_exhaustive_bernoulli_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8570643Z test_normalize_operator_exhaustive_bfloat16_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8571202Z test_normalize_operator_exhaustive_block_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8571753Z test_normalize_operator_exhaustive_bmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8572297Z test_normalize_operator_exhaustive_bool_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8572859Z test_normalize_operator_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8573444Z test_normalize_operator_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8574013Z test_normalize_operator_exhaustive_broadcast_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8574582Z test_normalize_operator_exhaustive_bucketize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8575146Z test_normalize_operator_exhaustive_byte_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8575708Z test_normalize_operator_exhaustive_cartesian_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8576266Z test_normalize_operator_exhaustive_cat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8576815Z test_normalize_operator_exhaustive_cdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8577371Z test_normalize_operator_exhaustive_cdouble_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8577976Z test_normalize_operator_exhaustive_ceil_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8578523Z test_normalize_operator_exhaustive_cfloat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8579110Z test_normalize_operator_exhaustive_chalf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8579656Z test_normalize_operator_exhaustive_char_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8580208Z test_normalize_operator_exhaustive_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8580779Z test_normalize_operator_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8581353Z test_normalize_operator_exhaustive_cholesky_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8581917Z test_normalize_operator_exhaustive_chunk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8582463Z test_normalize_operator_exhaustive_clamp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8583017Z test_normalize_operator_exhaustive_clamp_max_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8583572Z test_normalize_operator_exhaustive_clamp_min_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8584217Z test_normalize_operator_exhaustive_clone_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8584831Z test_normalize_operator_exhaustive_column_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8585520Z test_normalize_operator_exhaustive_combinations_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8586203Z test_normalize_operator_exhaustive_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8586868Z test_normalize_operator_exhaustive_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8587543Z test_normalize_operator_exhaustive_conj_physical_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8588234Z test_normalize_operator_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8588920Z test_normalize_operator_exhaustive_contiguous_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8589765Z test_normalize_operator_exhaustive_copysign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8590740Z test_normalize_operator_exhaustive_corrcoef_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8591681Z test_normalize_operator_exhaustive_cos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8592588Z test_normalize_operator_exhaustive_cosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8593521Z test_normalize_operator_exhaustive_count_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8594501Z test_normalize_operator_exhaustive_cov_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8595685Z test_normalize_operator_exhaustive_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8596719Z test_normalize_operator_exhaustive_cummax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8597544Z test_normalize_operator_exhaustive_cummin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8598174Z test_normalize_operator_exhaustive_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8598729Z test_normalize_operator_exhaustive_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8599306Z test_normalize_operator_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8599878Z test_normalize_operator_exhaustive_deg2rad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8600438Z test_normalize_operator_exhaustive_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8601003Z test_normalize_operator_exhaustive_diag_embed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8601569Z test_normalize_operator_exhaustive_diagflat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8602140Z test_normalize_operator_exhaustive_diagonal_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8602712Z test_normalize_operator_exhaustive_diagonal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8603283Z test_normalize_operator_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8603855Z test_normalize_operator_exhaustive_diff_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8604410Z test_normalize_operator_exhaustive_digamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8604953Z test_normalize_operator_exhaustive_dist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8605519Z test_normalize_operator_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8606099Z test_normalize_operator_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8606685Z test_normalize_operator_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8607253Z test_normalize_operator_exhaustive_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8607805Z test_normalize_operator_exhaustive_double_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8608368Z test_normalize_operator_exhaustive_dsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8608921Z test_normalize_operator_exhaustive_dstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8609473Z test_normalize_operator_exhaustive_einsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8610024Z test_normalize_operator_exhaustive_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8610568Z test_normalize_operator_exhaustive_empty_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8611179Z test_normalize_operator_exhaustive_eq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8611763Z test_normalize_operator_exhaustive_equal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8612313Z test_normalize_operator_exhaustive_erf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8612857Z test_normalize_operator_exhaustive_erfc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8613404Z test_normalize_operator_exhaustive_erfinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8613959Z test_normalize_operator_exhaustive_exp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8614509Z test_normalize_operator_exhaustive_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8615068Z test_normalize_operator_exhaustive_expand_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8615619Z test_normalize_operator_exhaustive_expand_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8616174Z test_normalize_operator_exhaustive_expm1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8616718Z test_normalize_operator_exhaustive_eye_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8617270Z test_normalize_operator_exhaustive_fft_fft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8617823Z test_normalize_operator_exhaustive_fft_fft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8618377Z test_normalize_operator_exhaustive_fft_fftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8618935Z test_normalize_operator_exhaustive_fft_fftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8619494Z test_normalize_operator_exhaustive_fft_hfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8620053Z test_normalize_operator_exhaustive_fft_hfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8620599Z test_normalize_operator_exhaustive_fft_hfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8621156Z test_normalize_operator_exhaustive_fft_ifft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8621709Z test_normalize_operator_exhaustive_fft_ifft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8622268Z test_normalize_operator_exhaustive_fft_ifftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8622828Z test_normalize_operator_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8623394Z test_normalize_operator_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8624058Z test_normalize_operator_exhaustive_fft_ihfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8624795Z test_normalize_operator_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8625600Z test_normalize_operator_exhaustive_fft_irfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8626506Z test_normalize_operator_exhaustive_fft_irfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8627183Z test_normalize_operator_exhaustive_fft_irfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8627852Z test_normalize_operator_exhaustive_fft_rfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8628521Z test_normalize_operator_exhaustive_fft_rfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8629194Z test_normalize_operator_exhaustive_fft_rfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8629866Z test_normalize_operator_exhaustive_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8630539Z test_normalize_operator_exhaustive_flatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8631217Z test_normalize_operator_exhaustive_flip_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8631873Z test_normalize_operator_exhaustive_fliplr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8632538Z test_normalize_operator_exhaustive_flipud_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8633188Z test_normalize_operator_exhaustive_float_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8633854Z test_normalize_operator_exhaustive_float_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8634524Z test_normalize_operator_exhaustive_floor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8635197Z test_normalize_operator_exhaustive_floor_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8635870Z test_normalize_operator_exhaustive_fmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8636521Z test_normalize_operator_exhaustive_fmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8637138Z test_normalize_operator_exhaustive_fmod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8637683Z test_normalize_operator_exhaustive_frac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8638231Z test_normalize_operator_exhaustive_frexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8638768Z test_normalize_operator_exhaustive_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8639320Z test_normalize_operator_exhaustive_full_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8639881Z test_normalize_operator_exhaustive_gather_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8640431Z test_normalize_operator_exhaustive_ge_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8640978Z test_normalize_operator_exhaustive_geqrf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8641547Z test_normalize_operator_exhaustive_gradient_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8642182Z test_normalize_operator_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8642777Z test_normalize_operator_exhaustive_gt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8643324Z test_normalize_operator_exhaustive_half_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8643874Z test_normalize_operator_exhaustive_heaviside_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8644436Z test_normalize_operator_exhaustive_histc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8644994Z test_normalize_operator_exhaustive_hsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8645552Z test_normalize_operator_exhaustive_hstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8646126Z test_normalize_operator_exhaustive_hypot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8646679Z test_normalize_operator_exhaustive_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8647235Z test_normalize_operator_exhaustive_igamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8647790Z test_normalize_operator_exhaustive_igammac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8648353Z test_normalize_operator_exhaustive_index_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8648925Z test_normalize_operator_exhaustive_index_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8649490Z test_normalize_operator_exhaustive_index_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8650058Z test_normalize_operator_exhaustive_index_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8650628Z test_normalize_operator_exhaustive_index_reduce_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8651197Z test_normalize_operator_exhaustive_index_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8651757Z test_normalize_operator_exhaustive_inner_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8652318Z test_normalize_operator_exhaustive_int_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8652883Z test_normalize_operator_exhaustive_isclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8653460Z test_normalize_operator_exhaustive_isfinite_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8654017Z test_normalize_operator_exhaustive_isin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8654553Z test_normalize_operator_exhaustive_isinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8655102Z test_normalize_operator_exhaustive_isnan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8655668Z test_normalize_operator_exhaustive_isneginf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8656309Z test_normalize_operator_exhaustive_isposinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8656914Z test_normalize_operator_exhaustive_isreal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8657495Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8658106Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8658716Z test_normalize_operator_exhaustive_jiterator_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8659316Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8659926Z test_normalize_operator_exhaustive_jiterator_unary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8660494Z test_normalize_operator_exhaustive_kron_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8661054Z test_normalize_operator_exhaustive_kthvalue_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8661608Z test_normalize_operator_exhaustive_ldexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8662155Z test_normalize_operator_exhaustive_le_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8662708Z test_normalize_operator_exhaustive_lerp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8663264Z test_normalize_operator_exhaustive_lgamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8664009Z test_normalize_operator_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8664656Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8665483Z test_normalize_operator_exhaustive_linalg_cond_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T21:17:59.8666121Z skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8666621Z test_normalize_operator_exhaustive_linalg_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8667289Z test_normalize_operator_exhaustive_linalg_det_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8667975Z test_normalize_operator_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8668670Z test_normalize_operator_exhaustive_linalg_eig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8669353Z test_normalize_operator_exhaustive_linalg_eigh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8670034Z test_normalize_operator_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8670725Z test_normalize_operator_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8671457Z test_normalize_operator_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8672278Z test_normalize_operator_exhaustive_linalg_inv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8673003Z test_normalize_operator_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8674044Z test_normalize_operator_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:17:59.8675006Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:17:59.8675959Z test_normalize_operator_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:17:59.8676698Z test_normalize_operator_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8677412Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8678104Z test_normalize_operator_exhaustive_linalg_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8678787Z test_normalize_operator_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8679479Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8680177Z test_normalize_operator_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8680863Z test_normalize_operator_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8681572Z test_normalize_operator_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8682271Z test_normalize_operator_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8682989Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8683705Z test_normalize_operator_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8684390Z test_normalize_operator_exhaustive_linalg_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8685113Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8685826Z test_normalize_operator_exhaustive_linalg_pinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8686518Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8687245Z test_normalize_operator_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8687844Z test_normalize_operator_exhaustive_linalg_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8688411Z test_normalize_operator_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8689040Z test_normalize_operator_exhaustive_linalg_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8689646Z test_normalize_operator_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8690240Z test_normalize_operator_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8690817Z test_normalize_operator_exhaustive_linalg_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8691383Z test_normalize_operator_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8691956Z test_normalize_operator_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8692543Z test_normalize_operator_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8693120Z test_normalize_operator_exhaustive_linalg_vander_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8693681Z test_normalize_operator_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8694255Z test_normalize_operator_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8694823Z test_normalize_operator_exhaustive_linspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8695376Z test_normalize_operator_exhaustive_log10_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8695923Z test_normalize_operator_exhaustive_log1p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8696477Z test_normalize_operator_exhaustive_log2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8697019Z test_normalize_operator_exhaustive_log_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8697570Z test_normalize_operator_exhaustive_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8698151Z test_normalize_operator_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8698727Z test_normalize_operator_exhaustive_logaddexp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8699284Z test_normalize_operator_exhaustive_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8699857Z test_normalize_operator_exhaustive_logcumsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8700422Z test_normalize_operator_exhaustive_logdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8700982Z test_normalize_operator_exhaustive_logical_and_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8701541Z test_normalize_operator_exhaustive_logical_not_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8702108Z test_normalize_operator_exhaustive_logical_or_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8702672Z test_normalize_operator_exhaustive_logical_xor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8713563Z test_normalize_operator_exhaustive_logit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8714331Z test_normalize_operator_exhaustive_logspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8715001Z test_normalize_operator_exhaustive_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8715678Z test_normalize_operator_exhaustive_long_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8716333Z test_normalize_operator_exhaustive_lt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8716967Z test_normalize_operator_exhaustive_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8717522Z test_normalize_operator_exhaustive_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8718083Z test_normalize_operator_exhaustive_lu_unpack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8718630Z test_normalize_operator_exhaustive_mH_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8719161Z test_normalize_operator_exhaustive_mT_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8719715Z test_normalize_operator_exhaustive_masked_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8720276Z test_normalize_operator_exhaustive_masked_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8720835Z test_normalize_operator_exhaustive_masked_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8721402Z test_normalize_operator_exhaustive_masked_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8721975Z test_normalize_operator_exhaustive_masked_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8722548Z test_normalize_operator_exhaustive_masked_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8723113Z test_normalize_operator_exhaustive_masked_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8723682Z test_normalize_operator_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8724262Z test_normalize_operator_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8724846Z test_normalize_operator_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8725419Z test_normalize_operator_exhaustive_masked_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8725972Z test_normalize_operator_exhaustive_masked_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8726534Z test_normalize_operator_exhaustive_masked_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8727106Z test_normalize_operator_exhaustive_masked_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8727677Z test_normalize_operator_exhaustive_masked_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8728300Z test_normalize_operator_exhaustive_masked_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8729022Z test_normalize_operator_exhaustive_masked_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8729596Z test_normalize_operator_exhaustive_masked_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8730166Z test_normalize_operator_exhaustive_masked_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8730730Z test_normalize_operator_exhaustive_masked_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8731288Z test_normalize_operator_exhaustive_masked_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8731844Z test_normalize_operator_exhaustive_masked_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8732399Z test_normalize_operator_exhaustive_matmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8732951Z test_normalize_operator_exhaustive_matrix_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8733510Z test_normalize_operator_exhaustive_max_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8734097Z test_normalize_operator_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8734696Z test_normalize_operator_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8735284Z test_normalize_operator_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8735857Z test_normalize_operator_exhaustive_maximum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8736407Z test_normalize_operator_exhaustive_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8736959Z test_normalize_operator_exhaustive_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8737524Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8738119Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8738701Z test_normalize_operator_exhaustive_min_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8739273Z test_normalize_operator_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8739860Z test_normalize_operator_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8740431Z test_normalize_operator_exhaustive_minimum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8740980Z test_normalize_operator_exhaustive_mm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8741524Z test_normalize_operator_exhaustive_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8742132Z test_normalize_operator_exhaustive_movedim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8742671Z test_normalize_operator_exhaustive_msort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8743257Z test_normalize_operator_exhaustive_mul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8743916Z test_normalize_operator_exhaustive_multinomial_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8744490Z test_normalize_operator_exhaustive_mv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8745259Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8745952Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8746754Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8747447Z test_normalize_operator_exhaustive_nan_to_num_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8748116Z test_normalize_operator_exhaustive_nanmean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8748799Z test_normalize_operator_exhaustive_nanmedian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8749472Z test_normalize_operator_exhaustive_nanquantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8750143Z test_normalize_operator_exhaustive_nansum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8750827Z test_normalize_operator_exhaustive_narrow_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8751501Z test_normalize_operator_exhaustive_narrow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8752187Z test_normalize_operator_exhaustive_native_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8752894Z test_normalize_operator_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8753604Z test_normalize_operator_exhaustive_native_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8754278Z test_normalize_operator_exhaustive_ne_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8754942Z test_normalize_operator_exhaustive_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8755601Z test_normalize_operator_exhaustive_new_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8756287Z test_normalize_operator_exhaustive_new_empty_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8756978Z test_normalize_operator_exhaustive_new_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8757567Z test_normalize_operator_exhaustive_new_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8758123Z test_normalize_operator_exhaustive_new_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8758780Z test_normalize_operator_exhaustive_nextafter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8759424Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8760059Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8760682Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8761307Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8761925Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8762546Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8763166Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8763779Z test_normalize_operator_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8764381Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8764984Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8765586Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8766186Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8766805Z test_normalize_operator_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8767417Z test_normalize_operator_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8768023Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8768659Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8769267Z test_normalize_operator_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8769856Z test_normalize_operator_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8770448Z test_normalize_operator_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8771047Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8771662Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8772276Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8772956Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8773614Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8774225Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8774824Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8775409Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8776009Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8776603Z test_normalize_operator_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8777189Z test_normalize_operator_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8777782Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8778385Z test_normalize_operator_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8779012Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8779676Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8780326Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8780968Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8781593Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8782190Z test_normalize_operator_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8782789Z test_normalize_operator_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8783393Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8784168Z test_normalize_operator_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8784837Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8785558Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8786279Z test_normalize_operator_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8787106Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8787934Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8788680Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8789414Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8790166Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8790940Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8791708Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8792466Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8793218Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8793993Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8794731Z test_normalize_operator_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8795440Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8796161Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8796889Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8797564Z test_normalize_operator_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8798166Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8798784Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8799398Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8800014Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8800609Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8801205Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8801806Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8802415Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8803103Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8803759Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8804369Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8804983Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8805590Z test_normalize_operator_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8806184Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8806789Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8807415Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8808057Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8808672Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8809266Z test_normalize_operator_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8809870Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8810476Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8811072Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8811683Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8812307Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8812919Z test_normalize_operator_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8813515Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8814132Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8814742Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8815343Z test_normalize_operator_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8815929Z test_normalize_operator_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8816585Z test_normalize_operator_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8817174Z test_normalize_operator_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8817793Z test_normalize_operator_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8818377Z test_normalize_operator_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8818970Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8819580Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8820183Z test_normalize_operator_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8820792Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8821400Z test_normalize_operator_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8822000Z test_normalize_operator_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8822602Z test_normalize_operator_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8823200Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8823898Z test_normalize_operator_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8824519Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8825164Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8825787Z test_normalize_operator_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8826390Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8827005Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8827592Z test_normalize_operator_exhaustive_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8828145Z test_normalize_operator_exhaustive_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8828696Z test_normalize_operator_exhaustive_norm_fro_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8829251Z test_normalize_operator_exhaustive_norm_inf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8829807Z test_normalize_operator_exhaustive_norm_nuc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8830357Z test_normalize_operator_exhaustive_normal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8831003Z test_normalize_operator_exhaustive_normal_number_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8831611Z test_normalize_operator_exhaustive_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8832170Z test_normalize_operator_exhaustive_ones_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8832742Z test_normalize_operator_exhaustive_ormqr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8833307Z test_normalize_operator_exhaustive_outer_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8833882Z test_normalize_operator_exhaustive_pca_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8834464Z test_normalize_operator_exhaustive_permute_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8835033Z test_normalize_operator_exhaustive_pinverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8835587Z test_normalize_operator_exhaustive_polar_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8836170Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8836760Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8837346Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8837940Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8838519Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8839088Z test_normalize_operator_exhaustive_positive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8839640Z test_normalize_operator_exhaustive_pow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8840189Z test_normalize_operator_exhaustive_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8840737Z test_normalize_operator_exhaustive_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8841289Z test_normalize_operator_exhaustive_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8841857Z test_normalize_operator_exhaustive_quantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8842414Z test_normalize_operator_exhaustive_rad2deg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8842970Z test_normalize_operator_exhaustive_rand_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8843523Z test_normalize_operator_exhaustive_randint_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8844089Z test_normalize_operator_exhaustive_randint_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8844647Z test_normalize_operator_exhaustive_randn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8845266Z test_normalize_operator_exhaustive_randn_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8845863Z test_normalize_operator_exhaustive_ravel_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8846408Z test_normalize_operator_exhaustive_real_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8846970Z test_normalize_operator_exhaustive_reciprocal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8847734Z test_normalize_operator_exhaustive_remainder_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8848292Z test_normalize_operator_exhaustive_renorm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8848849Z test_normalize_operator_exhaustive_repeat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8849416Z test_normalize_operator_exhaustive_repeat_interleave_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8849993Z test_normalize_operator_exhaustive_reshape_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8850555Z test_normalize_operator_exhaustive_reshape_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8851108Z test_normalize_operator_exhaustive_resize__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8851665Z test_normalize_operator_exhaustive_resize_as__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8852237Z test_normalize_operator_exhaustive_resolve_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8852806Z test_normalize_operator_exhaustive_resolve_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8853364Z test_normalize_operator_exhaustive_roll_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8853908Z test_normalize_operator_exhaustive_rot90_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8854441Z test_normalize_operator_exhaustive_round_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8855011Z test_normalize_operator_exhaustive_round_decimals_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8855587Z test_normalize_operator_exhaustive_round_decimals_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8856169Z test_normalize_operator_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8856736Z test_normalize_operator_exhaustive_rsqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8857290Z test_normalize_operator_exhaustive_rsub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8857894Z test_normalize_operator_exhaustive_scalar_tensor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8858568Z test_normalize_operator_exhaustive_scatter_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8859230Z test_normalize_operator_exhaustive_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8859974Z test_normalize_operator_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8860715Z test_normalize_operator_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8861413Z test_normalize_operator_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8862115Z test_normalize_operator_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8862821Z test_normalize_operator_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8863522Z test_normalize_operator_exhaustive_searchsorted_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8864660Z test_normalize_operator_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8865387Z test_normalize_operator_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8866074Z test_normalize_operator_exhaustive_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8866752Z test_normalize_operator_exhaustive_select_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8867430Z test_normalize_operator_exhaustive_sgn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8868077Z test_normalize_operator_exhaustive_short_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8868746Z test_normalize_operator_exhaustive_sigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8869409Z test_normalize_operator_exhaustive_sign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8870094Z test_normalize_operator_exhaustive_signal_windows_bartlett_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8870811Z test_normalize_operator_exhaustive_signal_windows_blackman_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8871524Z test_normalize_operator_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8872244Z test_normalize_operator_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8872964Z test_normalize_operator_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8873690Z test_normalize_operator_exhaustive_signal_windows_general_cosine_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8874434Z test_normalize_operator_exhaustive_signal_windows_general_hamming_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8875145Z test_normalize_operator_exhaustive_signal_windows_hamming_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8875855Z test_normalize_operator_exhaustive_signal_windows_hann_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8876561Z test_normalize_operator_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8877369Z test_normalize_operator_exhaustive_signal_windows_nuttall_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8878001Z test_normalize_operator_exhaustive_signbit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8878550Z test_normalize_operator_exhaustive_sin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8879093Z test_normalize_operator_exhaustive_sinc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8879638Z test_normalize_operator_exhaustive_sinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8880187Z test_normalize_operator_exhaustive_slice_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8880755Z test_normalize_operator_exhaustive_slice_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8881312Z test_normalize_operator_exhaustive_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8881883Z test_normalize_operator_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8882448Z test_normalize_operator_exhaustive_sort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8883015Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8883595Z test_normalize_operator_exhaustive_special_airy_ai_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8884173Z test_normalize_operator_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8884752Z test_normalize_operator_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8885329Z test_normalize_operator_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8885904Z test_normalize_operator_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8886492Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8887111Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8888090Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8888984Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8889633Z test_normalize_operator_exhaustive_special_entr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8890206Z test_normalize_operator_exhaustive_special_erfcx_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8890808Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8891482Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8892076Z test_normalize_operator_exhaustive_special_i0e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8892681Z test_normalize_operator_exhaustive_special_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2023-01-11T21:17:59.8893247Z test_normalize_operator_exhaustive_special_i1e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8893829Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8894668Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8895323Z test_normalize_operator_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8895919Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8896516Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8897117Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8897712Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8898295Z test_normalize_operator_exhaustive_special_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8898867Z test_normalize_operator_exhaustive_special_ndtri_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8899475Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8900106Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8900712Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8901572Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8902485Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8903396Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8904385Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2023-01-11T21:17:59.8905056Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8905649Z test_normalize_operator_exhaustive_special_xlog1py_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8906301Z test_normalize_operator_exhaustive_special_zeta_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8906904Z test_normalize_operator_exhaustive_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8907469Z test_normalize_operator_exhaustive_split_list_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8908043Z test_normalize_operator_exhaustive_split_with_sizes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8908603Z test_normalize_operator_exhaustive_sqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8909144Z test_normalize_operator_exhaustive_square_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8909699Z test_normalize_operator_exhaustive_squeeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8910250Z test_normalize_operator_exhaustive_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8910797Z test_normalize_operator_exhaustive_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8911353Z test_normalize_operator_exhaustive_std_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8911919Z test_normalize_operator_exhaustive_std_mean_unbiased_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8912488Z test_normalize_operator_exhaustive_std_unbiased_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8913046Z test_normalize_operator_exhaustive_stft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8913592Z test_normalize_operator_exhaustive_sub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8914123Z test_normalize_operator_exhaustive_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8914670Z test_normalize_operator_exhaustive_sum_to_size_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8915219Z test_normalize_operator_exhaustive_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8915780Z test_normalize_operator_exhaustive_svd_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T21:17:59.8916355Z test_normalize_operator_exhaustive_symeig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8916905Z test_normalize_operator_exhaustive_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8917462Z test_normalize_operator_exhaustive_take_along_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8918021Z test_normalize_operator_exhaustive_take_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8918564Z test_normalize_operator_exhaustive_tan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8919104Z test_normalize_operator_exhaustive_tanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8919652Z test_normalize_operator_exhaustive_tensor_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8920271Z test_normalize_operator_exhaustive_tensordot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8920825Z test_normalize_operator_exhaustive_tile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8921401Z test_normalize_operator_exhaustive_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2023-01-11T21:17:59.8921952Z test_normalize_operator_exhaustive_to_sparse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8922505Z test_normalize_operator_exhaustive_topk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8923052Z test_normalize_operator_exhaustive_trace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8923610Z test_normalize_operator_exhaustive_transpose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8924171Z test_normalize_operator_exhaustive_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8924716Z test_normalize_operator_exhaustive_trapz_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8925297Z test_normalize_operator_exhaustive_triangular_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8925868Z test_normalize_operator_exhaustive_tril_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8926406Z test_normalize_operator_exhaustive_triu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8926958Z test_normalize_operator_exhaustive_true_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8927512Z test_normalize_operator_exhaustive_trunc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8928062Z test_normalize_operator_exhaustive_unbind_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8928622Z test_normalize_operator_exhaustive_unflatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8929177Z test_normalize_operator_exhaustive_unfold_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8929728Z test_normalize_operator_exhaustive_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8930277Z test_normalize_operator_exhaustive_uniform_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8930845Z test_normalize_operator_exhaustive_unique_consecutive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2023-01-11T21:17:59.8931406Z test_normalize_operator_exhaustive_unique_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8931965Z test_normalize_operator_exhaustive_unsqueeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8932513Z test_normalize_operator_exhaustive_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8933062Z test_normalize_operator_exhaustive_var_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8933625Z test_normalize_operator_exhaustive_var_mean_unbiased_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8934194Z test_normalize_operator_exhaustive_var_unbiased_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8934794Z test_normalize_operator_exhaustive_vdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8935393Z test_normalize_operator_exhaustive_view_as_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8935955Z test_normalize_operator_exhaustive_view_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8936506Z test_normalize_operator_exhaustive_view_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8937057Z test_normalize_operator_exhaustive_view_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8937610Z test_normalize_operator_exhaustive_vsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8938163Z test_normalize_operator_exhaustive_vstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8938713Z test_normalize_operator_exhaustive_where_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8939264Z test_normalize_operator_exhaustive_xlogy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8939796Z test_normalize_operator_exhaustive_zero__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8940342Z test_normalize_operator_exhaustive_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:17:59.8940891Z test_normalize_operator_exhaustive_zeros_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:17:59.8941394Z test_normalize_quantized_eb_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.002s) 2023-01-11T21:17:59.8941642Z 2023-01-11T21:17:59.8941918Z ---------------------------------------------------------------------- 2023-01-11T21:17:59.8942236Z Ran 671 tests in 18.140s 2023-01-11T21:17:59.8942388Z 2023-01-11T21:17:59.8942491Z OK (skipped=630) 2023-01-11T21:17:59.8942639Z 2023-01-11T21:17:59.8942752Z Generating XML reports... 2023-01-11T21:17:59.8943293Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20230111211738.xml 2023-01-11T21:17:59.8944126Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCUDA-20230111211738.xml 2023-01-11T21:17:59.8944461Z 2023-01-11T21:17:59.8944918Z ##[endgroup] 2023-01-11T21:17:59.8945439Z FINISHED PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/pytorch/test/test-reports/test_fx_experimental_67ukb1vn) 2023-01-11T21:17:59.8945738Z 2023-01-11T21:18:05.3589821Z Ignoring disabled issues: [] 2023-01-11T21:18:05.3789247Z Running test_expanded_weights ... [2023-01-11 21:18:05.377871] 2023-01-11T21:18:05.3791044Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:18:05.378115] 2023-01-11T21:18:10.8762718Z 2023-01-11T21:18:10.8764294Z Expand the folded group to see the log file of test_jiterator 2023-01-11T21:18:10.8767122Z ##[group]PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/pytorch/test/test-reports/test_jiterator_efp7vels) 2023-01-11T21:18:10.8769924Z Test results will be stored in test-reports/python-unittest/test_jiterator 2023-01-11T21:18:10.8770847Z 2023-01-11T21:18:10.8771195Z Running tests... 2023-01-11T21:18:10.8772591Z ---------------------------------------------------------------------- 2023-01-11T21:18:10.8774196Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.584s) 2023-01-11T21:18:10.8777174Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.618s) 2023-01-11T21:18:10.8779522Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.601s) 2023-01-11T21:18:10.8781448Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.427s) 2023-01-11T21:18:10.8783219Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8785038Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.422s) 2023-01-11T21:18:10.8786478Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.517s) 2023-01-11T21:18:10.8787918Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8789332Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8790747Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8792156Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8793594Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8795046Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.520s) 2023-01-11T21:18:10.8796521Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8797967Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8799393Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8800807Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8802237Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8803653Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8805067Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8806485Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8807903Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8809320Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8810762Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8812438Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.492s) 2023-01-11T21:18:10.8814000Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2023-01-11T21:18:10.8815424Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8816848Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8818269Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8819681Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8821082Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8822495Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8824017Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8825434Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8826862Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8828288Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8829713Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.336s) 2023-01-11T21:18:10.8831108Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8832504Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8833890Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.427s) 2023-01-11T21:18:10.8835274Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8836668Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8838058Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8839441Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8840837Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8842239Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8843819Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8845215Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8846714Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.331s) 2023-01-11T21:18:10.8848109Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8849490Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8850887Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8852277Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8853678Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8855065Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8856471Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8857888Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8859320Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8860727Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8862136Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8863529Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.326s) 2023-01-11T21:18:10.8865297Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8866694Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8868081Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8869472Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8870869Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8872256Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8873659Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8875060Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8876445Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8877116Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8877641Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8878160Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.330s) 2023-01-11T21:18:10.8878674Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.417s) 2023-01-11T21:18:10.8879190Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.430s) 2023-01-11T21:18:10.8879702Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.428s) 2023-01-11T21:18:10.8880219Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8880737Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8881264Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8881782Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8882311Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8882834Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8883357Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8883876Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8884387Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.329s) 2023-01-11T21:18:10.8884900Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8885412Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8885932Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8886455Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8886981Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8887497Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8888024Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8888596Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8889117Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8889690Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8890206Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8890719Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.340s) 2023-01-11T21:18:10.8891232Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8891748Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8892272Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8892785Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8893312Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8893835Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8894357Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8894881Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8895643Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8896146Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8896656Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8897170Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.328s) 2023-01-11T21:18:10.8897690Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8898212Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8898742Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8899273Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8899801Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8900323Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8900847Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8901406Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8901960Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8902480Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8902997Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.8903512Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.326s) 2023-01-11T21:18:10.8904414Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:18:10.8905446Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8906459Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8907469Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8908475Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8909481Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8910477Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8911471Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8912460Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8913466Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8914449Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8915458Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8916494Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8917351Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8918322Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8919177Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8920013Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8920844Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8921677Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8922513Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8923338Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8924172Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8925005Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8925859Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8926707Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8927550Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8928380Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8929216Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8930039Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8930851Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8931672Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8932579Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8933549Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8934385Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8935220Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8936056Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8936890Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8937712Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8938532Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8939349Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8940176Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8940990Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8941803Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8942617Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8943445Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8944336Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8945327Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8946315Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8947311Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8948457Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8949458Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:18:10.8950447Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8951438Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8952436Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8953425Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8954415Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8955428Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8956442Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8957276Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8958103Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8958921Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8959733Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8960552Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8961369Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8962184Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8962989Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8963873Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8964749Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8965585Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8966403Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8967212Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8968032Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8968838Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8969638Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8970440Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8971246Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8972055Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8972867Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8973687Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8974511Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8975334Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8976147Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8976948Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8977752Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8978620Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8979467Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8980272Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8981074Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8981878Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8982710Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8983531Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8984509Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8985324Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8986139Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8986949Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8987749Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8988542Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8989348Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8990155Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8990963Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8991774Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8992592Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8993486Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8994344Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8995163Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8995973Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8996775Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8997581Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8998383Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8999186Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.8999994Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9000820Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9001650Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9002462Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9003276Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9004090Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9004901Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9005691Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9006492Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9007294Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9008165Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:18:10.9008756Z test_bool_extra_args_is_train_False_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.322s) 2023-01-11T21:18:10.9009216Z test_bool_extra_args_is_train_True_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9009790Z test_extra_args_alpha_-1_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.365s) 2023-01-11T21:18:10.9010363Z test_extra_args_alpha_-1_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.336s) 2023-01-11T21:18:10.9010937Z test_extra_args_alpha_-1_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.323s) 2023-01-11T21:18:10.9011505Z test_extra_args_alpha_-1_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.326s) 2023-01-11T21:18:10.9012063Z test_extra_args_alpha_-1_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9012615Z test_extra_args_alpha_-1_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9013173Z test_extra_args_alpha_-1_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9013722Z test_extra_args_alpha_-1_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9014290Z test_extra_args_alpha_-1_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9014858Z test_extra_args_alpha_-1_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9015426Z test_extra_args_alpha_-1_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9015988Z test_extra_args_alpha_-1_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9016554Z test_extra_args_alpha_2_0_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.360s) 2023-01-11T21:18:10.9017117Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.334s) 2023-01-11T21:18:10.9017681Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.324s) 2023-01-11T21:18:10.9018235Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.366s) 2023-01-11T21:18:10.9018701Z test_extra_args_alpha_2_0_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.358s) 2023-01-11T21:18:10.9019161Z test_extra_args_alpha_2_0_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.346s) 2023-01-11T21:18:10.9019618Z test_extra_args_alpha_2_0_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.324s) 2023-01-11T21:18:10.9020067Z test_extra_args_alpha_2_0_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.326s) 2023-01-11T21:18:10.9020537Z test_extra_args_alpha_2_0_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9021006Z test_extra_args_alpha_2_0_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9021470Z test_extra_args_alpha_2_0_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9021931Z test_extra_args_alpha_2_0_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9022501Z test_extra_args_alpha_None_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9023076Z test_extra_args_alpha_None_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9023642Z test_extra_args_alpha_None_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9024367Z test_extra_args_alpha_None_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9024840Z test_extra_args_alpha_None_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9025375Z test_extra_args_alpha_None_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9025845Z test_extra_args_alpha_None_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9026306Z test_extra_args_alpha_None_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9026784Z test_extra_args_alpha_None_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9027259Z test_extra_args_alpha_None_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9027729Z test_extra_args_alpha_None_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9028191Z test_extra_args_alpha_None_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2023-01-11T21:18:10.9028725Z test_invalid_function_name_code_string_template T my _kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2023-01-11T21:18:10.9029314Z test_invalid_function_name_code_string_template Tmy_kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2023-01-11T21:18:10.9029821Z test_multiple_functors_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.327s) 2023-01-11T21:18:10.9030260Z test_various_num_inputs_num_inputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.322s) 2023-01-11T21:18:10.9030709Z test_various_num_inputs_num_inputs_5_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.376s) 2023-01-11T21:18:10.9031157Z test_various_num_inputs_num_inputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.345s) 2023-01-11T21:18:10.9031615Z test_various_num_outputs_num_outputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.318s) 2023-01-11T21:18:10.9032071Z test_various_num_outputs_num_outputs_4_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.329s) 2023-01-11T21:18:10.9032528Z test_various_num_outputs_num_outputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.344s) 2023-01-11T21:18:10.9032781Z 2023-01-11T21:18:10.9033043Z ---------------------------------------------------------------------- 2023-01-11T21:18:10.9033364Z Ran 289 tests in 15.699s 2023-01-11T21:18:10.9033517Z 2023-01-11T21:18:10.9033616Z OK (skipped=121) 2023-01-11T21:18:10.9033762Z 2023-01-11T21:18:10.9033878Z Generating XML reports... 2023-01-11T21:18:10.9034437Z Generated XML report: test-reports/python-unittest/test_jiterator/TEST-TestPythonJiteratorCUDA-20230111211752.xml 2023-01-11T21:18:10.9034756Z 2023-01-11T21:18:10.9035115Z ##[endgroup] 2023-01-11T21:18:10.9035604Z FINISHED PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/pytorch/test/test-reports/test_jiterator_efp7vels) 2023-01-11T21:18:10.9035894Z 2023-01-11T21:18:16.8584645Z Ignoring disabled issues: [] 2023-01-11T21:18:16.8782696Z Running nn/test_embedding ... [2023-01-11 21:18:16.877388] 2023-01-11T21:18:16.8784634Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:18:16.877712] 2023-01-11T21:18:20.2303327Z 2023-01-11T21:18:20.2305073Z Expand the folded group to see the log file of test_expanded_weights 2023-01-11T21:18:20.2308064Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/pytorch/test/test-reports/test_expanded_weights_1lxatzqd) 2023-01-11T21:18:20.2310948Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2023-01-11T21:18:20.2311915Z 2023-01-11T21:18:20.2312307Z Running tests... 2023-01-11T21:18:20.2313783Z ---------------------------------------------------------------------- 2023-01-11T21:18:20.2315366Z test_cnn_model_mean_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (2.144s) 2023-01-11T21:18:20.2317544Z test_cnn_model_sum_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.119s) 2023-01-11T21:18:20.2318835Z test_embedding_model_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.154s) 2023-01-11T21:18:20.2320329Z test_expanded_weight_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2023-01-11T21:18:20.2321819Z test_expanded_weight_forward_nn_functional_conv1d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.034s) 2023-01-11T21:18:20.2323414Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.175s) 2023-01-11T21:18:20.2326761Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_creation.py:167: 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:31.) 2023-01-11T21:18:20.2328929Z result = torch.empty(shape, device=device, dtype=dtype) 2023-01-11T21:18:20.2329720Z ok (0.063s) 2023-01-11T21:18:20.2330831Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2023-01-11T21:18:20.2332420Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2023-01-11T21:18:20.2333993Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2023-01-11T21:18:20.2335545Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2023-01-11T21:18:20.2339154Z test_expanded_weight_forward_nn_functional_conv2d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:996.) 2023-01-11T21:18:20.2341350Z return self.op(*args, **kwargs) 2023-01-11T21:18:20.2342013Z ok (0.021s) 2023-01-11T21:18:20.2343139Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.050s) 2023-01-11T21:18:20.2344844Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.042s) 2023-01-11T21:18:20.2346420Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2023-01-11T21:18:20.2347971Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.019s) 2023-01-11T21:18:20.2349519Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.019s) 2023-01-11T21:18:20.2351081Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.018s) 2023-01-11T21:18:20.2353381Z test_expanded_weight_forward_nn_functional_embedding_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.038s) 2023-01-11T21:18:20.2355903Z test_expanded_weight_forward_nn_functional_embedding_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2023-01-11T21:18:20.2358381Z test_expanded_weight_forward_nn_functional_embedding_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.009s) 2023-01-11T21:18:20.2360850Z test_expanded_weight_forward_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.008s) 2023-01-11T21:18:20.2376978Z test_expanded_weight_forward_nn_functional_group_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.031s) 2023-01-11T21:18:20.2378728Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2023-01-11T21:18:20.2380245Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2023-01-11T21:18:20.2381745Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2023-01-11T21:18:20.2383263Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.025s) 2023-01-11T21:18:20.2385040Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2023-01-11T21:18:20.2386343Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.018s) 2023-01-11T21:18:20.2387628Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2023-01-11T21:18:20.2388901Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2023-01-11T21:18:20.2390171Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2023-01-11T21:18:20.2391431Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2392392Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2393071Z test_expanded_weight_forward_nn_functional_linear_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.018s) 2023-01-11T21:18:20.2393753Z test_expanded_weight_forward_nn_functional_linear_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2023-01-11T21:18:20.2394442Z test_expanded_weight_forward_nn_functional_linear_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2023-01-11T21:18:20.2395120Z test_expanded_weight_forward_nn_functional_linear_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2023-01-11T21:18:20.2395790Z test_expanded_weight_forward_nn_functional_linear_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2023-01-11T21:18:20.2396449Z test_expanded_weight_forward_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.018s) 2023-01-11T21:18:20.2397136Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.240s) 2023-01-11T21:18:20.2397857Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.061s) 2023-01-11T21:18:20.2398581Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2023-01-11T21:18:20.2399310Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2023-01-11T21:18:20.2400036Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.069s) 2023-01-11T21:18:20.2400766Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.009s) 2023-01-11T21:18:20.2401480Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2023-01-11T21:18:20.2402421Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.023s) 2023-01-11T21:18:20.2403187Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.063s) 2023-01-11T21:18:20.2403891Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2023-01-11T21:18:20.2404618Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2023-01-11T21:18:20.2405332Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.045s) 2023-01-11T21:18:20.2406059Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2023-01-11T21:18:20.2406771Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.042s) 2023-01-11T21:18:20.2407507Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2023-01-11T21:18:20.2408245Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.046s) 2023-01-11T21:18:20.2408996Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2023-01-11T21:18:20.2409746Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2023-01-11T21:18:20.2410503Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.031s) 2023-01-11T21:18:20.2411245Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2023-01-11T21:18:20.2411996Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.029s) 2023-01-11T21:18:20.2412636Z test_group_norm_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2023-01-11T21:18:20.2413207Z test_group_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.203s) 2023-01-11T21:18:20.2413782Z test_group_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.199s) 2023-01-11T21:18:20.2414379Z test_group_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.321s) 2023-01-11T21:18:20.2414867Z test_instance_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.427s) 2023-01-11T21:18:20.2415362Z test_instance_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.367s) 2023-01-11T21:18:20.2415836Z test_instance_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.405s) 2023-01-11T21:18:20.2416320Z test_layer_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.047s) 2023-01-11T21:18:20.2416802Z test_layer_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.047s) 2023-01-11T21:18:20.2417281Z test_layer_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.053s) 2023-01-11T21:18:20.2417806Z test_unsupported_expand_weights_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2418377Z test_unsupported_expand_weights_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2023-01-11T21:18:20.2419012Z test_unsupported_expand_weights_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2023-01-11T21:18:20.2419595Z test_unsupported_expand_weights_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2420217Z test_unsupported_expand_weights_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2023-01-11T21:18:20.2420803Z test_unsupported_expand_weights_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2023-01-11T21:18:20.2421374Z test_unsupported_expand_weights_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2421927Z test_forward_helper_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2023-01-11T21:18:20.2422523Z test_forward_helper_failure_args_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.003s) 2023-01-11T21:18:20.2423145Z test_set_grad_sample_if_exists_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2023-01-11T21:18:20.2423834Z test_set_grad_sample_if_exists_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2023-01-11T21:18:20.2424477Z test_sum_over_all_but_batch_and_last_n_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2023-01-11T21:18:20.2425116Z test_unpack_expanded_weight_or_tensor_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2023-01-11T21:18:20.2425769Z test_unpack_expanded_weight_or_tensor_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2023-01-11T21:18:20.2426455Z test_unpack_expanded_weight_or_tensor_with_custom_function_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2023-01-11T21:18:20.2427031Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.024s) 2023-01-11T21:18:20.2427524Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.019s) 2023-01-11T21:18:20.2428082Z test_Conv1d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2428665Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.030s) 2023-01-11T21:18:20.2429205Z test_Conv1d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2023-01-11T21:18:20.2429693Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.015s) 2023-01-11T21:18:20.2430191Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2430685Z test_Conv1d_pad1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2431210Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2023-01-11T21:18:20.2431721Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2023-01-11T21:18:20.2432235Z test_Conv1d_pad1size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2023-01-11T21:18:20.2432777Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2433269Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2023-01-11T21:18:20.2433765Z test_Conv1d_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2434309Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2023-01-11T21:18:20.2434740Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2435165Z test_Conv1d_pad2size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2435611Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2436054Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2436505Z test_Conv1d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2023-01-11T21:18:20.2437048Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2023-01-11T21:18:20.2437510Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2438023Z test_Conv1d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2023-01-11T21:18:20.2438516Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.133s) 2023-01-11T21:18:20.2438959Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.040s) 2023-01-11T21:18:20.2439377Z test_Conv1d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2439806Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.034s) 2023-01-11T21:18:20.2440582Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2441333Z test_Conv1d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2442094Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2442626Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.032s) 2023-01-11T21:18:20.2443267Z test_Conv1d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.015s) 2023-01-11T21:18:20.2443742Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.033s) 2023-01-11T21:18:20.2444168Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.043s) 2023-01-11T21:18:20.2444586Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.032s) 2023-01-11T21:18:20.2445048Z test_Conv2d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2023-01-11T21:18:20.2445533Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.064s) 2023-01-11T21:18:20.2445985Z test_Conv2d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2446395Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.037s) 2023-01-11T21:18:20.2446803Z test_Conv2d_dilated_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2447244Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.039s) 2023-01-11T21:18:20.2447676Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.034s) 2023-01-11T21:18:20.2448089Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.035s) 2023-01-11T21:18:20.2448588Z test_Conv2d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2449111Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.044s) 2023-01-11T21:18:20.2449617Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.045s) 2023-01-11T21:18:20.2450116Z test_Conv2d_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2450644Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.040s) 2023-01-11T21:18:20.2451170Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.055s) 2023-01-11T21:18:20.2451719Z test_Conv2d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2452291Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.055s) 2023-01-11T21:18:20.2452847Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.051s) 2023-01-11T21:18:20.2453405Z test_Conv2d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2454060Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.060s) 2023-01-11T21:18:20.2454595Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.034s) 2023-01-11T21:18:20.2455152Z test_Conv2d_strided_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2455684Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.034s) 2023-01-11T21:18:20.2456477Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2457369Z test_Conv2d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2458281Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2458916Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.039s) 2023-01-11T21:18:20.2459445Z test_Conv2d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2460014Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2023-01-11T21:18:20.2460526Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2461003Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2461509Z test_Conv3d_1x1x1_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2462051Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2023-01-11T21:18:20.2462593Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2023-01-11T21:18:20.2463141Z test_Conv3d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.016s) 2023-01-11T21:18:20.2463809Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.017s) 2023-01-11T21:18:20.2464353Z test_Conv3d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2464829Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2023-01-11T21:18:20.2465244Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2465748Z test_Conv3d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2466263Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2023-01-11T21:18:20.2466777Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2467333Z test_Conv3d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2467910Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.015s) 2023-01-11T21:18:20.2468439Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2468942Z test_Conv3d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2469462Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2023-01-11T21:18:20.2469986Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2470515Z test_Conv3d_stride_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2023-01-11T21:18:20.2471064Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2023-01-11T21:18:20.2471864Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2023-01-11T21:18:20.2472839Z test_Conv3d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2023-01-11T21:18:20.2473805Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2474459Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2023-01-11T21:18:20.2474914Z test_Conv3d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2023-01-11T21:18:20.2475384Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2475819Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2476221Z test_Embedding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2476657Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2477120Z test_Embedding_discontiguous_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2477601Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2478067Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2478508Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2478928Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2479361Z test_GroupNorm_1d_affine_GN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2479826Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2480284Z test_GroupNorm_1d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2480758Z test_GroupNorm_1d_affine_large_batch_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.081s) 2023-01-11T21:18:20.2481234Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2481684Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2482133Z test_GroupNorm_1d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2482594Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2483048Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2483498Z test_GroupNorm_1d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2483970Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2484416Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2484854Z test_GroupNorm_2d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2485326Z test_GroupNorm_2d_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2485805Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2486239Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2486687Z test_GroupNorm_2d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2487158Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2487606Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2488138Z test_GroupNorm_2d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2488788Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2489363Z test_GroupNorm_2d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2489958Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2490516Z test_LayerNorm_1d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2491104Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2491973Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2492925Z test_LayerNorm_1d_empty_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2493925Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2023-01-11T21:18:20.2494607Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2495182Z test_LayerNorm_1d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2495779Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2496334Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2496899Z test_LayerNorm_3d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2497484Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2498058Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.025s) 2023-01-11T21:18:20.2498621Z test_LayerNorm_3d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2023-01-11T21:18:20.2499223Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2023-01-11T21:18:20.2499790Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2500374Z test_LayerNorm_3d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2500967Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2501498Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2501980Z test_Linear_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2023-01-11T21:18:20.2502491Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2503250Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2023-01-11T21:18:20.2504307Z test_Linear_no_batch_dim_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2023-01-11T21:18:20.2505177Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2023-01-11T21:18:20.2505772Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2506272Z test_Linear_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2506809Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2023-01-11T21:18:20.2507361Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.003s) 2023-01-11T21:18:20.2508051Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2508605Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.004s) 2023-01-11T21:18:20.2508948Z 2023-01-11T21:18:20.2509270Z ---------------------------------------------------------------------- 2023-01-11T21:18:20.2509657Z Ran 236 tests in 8.210s 2023-01-11T21:18:20.2509836Z 2023-01-11T21:18:20.2509943Z OK (skipped=19) 2023-01-11T21:18:20.2510115Z 2023-01-11T21:18:20.2510254Z Generating XML reports... 2023-01-11T21:18:20.2510995Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCUDA-20230111211808.xml 2023-01-11T21:18:20.2511973Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCUDA-20230111211808.xml 2023-01-11T21:18:20.2512913Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20230111211808.xml 2023-01-11T21:18:20.2513315Z 2023-01-11T21:18:20.2513814Z ##[endgroup] 2023-01-11T21:18:20.2514440Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/pytorch/test/test-reports/test_expanded_weights_1lxatzqd) 2023-01-11T21:18:20.2514811Z 2023-01-11T21:18:25.7106043Z Ignoring disabled issues: [] 2023-01-11T21:18:25.7299756Z Running test_mkldnn_verbose ... [2023-01-11 21:18:25.729068] 2023-01-11T21:18:25.7301453Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:18:25.729313] 2023-01-11T21:18:34.5002914Z 2023-01-11T21:18:34.5004409Z Expand the folded group to see the log file of nn/test_embedding 2023-01-11T21:18:34.5006938Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/pytorch/test/test-reports/nn-test_embedding_cj5_y7gt) 2023-01-11T21:18:34.5009186Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2023-01-11T21:18:34.5010176Z 2023-01-11T21:18:34.5010515Z Running tests... 2023-01-11T21:18:34.5012013Z ---------------------------------------------------------------------- 2023-01-11T21:18:34.5013403Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.004s) 2023-01-11T21:18:34.5014826Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5016218Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2023-01-11T21:18:34.5017571Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.017s) 2023-01-11T21:18:34.5018679Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5019773Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5021536Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... nn/test_embedding.py:84: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2023-01-11T21:18:34.5023161Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2023-01-11T21:18:34.5024033Z ok (0.001s) 2023-01-11T21:18:34.5024879Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5025960Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5027045Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5028144Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5029255Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5030373Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5031408Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5033191Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5034280Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... ok (0.164s) 2023-01-11T21:18:34.5035535Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5036528Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5037423Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.001s) 2023-01-11T21:18:34.5038359Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5039305Z test_embeddingbag_include_last_offset (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5040211Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2023-01-11T21:18:34.5041317Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.188s) 2023-01-11T21:18:34.5042639Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T21:18:34.5043944Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T21:18:34.5045243Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5046513Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:18:34.5047797Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5049091Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5050386Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5051674Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5052964Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5054240Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5055517Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5056796Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.122s) 2023-01-11T21:18:34.5058102Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.044s) 2023-01-11T21:18:34.5059372Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T21:18:34.5060651Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T21:18:34.5061931Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.056s) 2023-01-11T21:18:34.5063198Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2023-01-11T21:18:34.5064635Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.052s) 2023-01-11T21:18:34.5066437Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.053s) 2023-01-11T21:18:34.5068066Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.054s) 2023-01-11T21:18:34.5069566Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T21:18:34.5071252Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.054s) 2023-01-11T21:18:34.5072762Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T21:18:34.5074386Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5076124Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5077827Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5079552Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5081264Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5082955Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2023-01-11T21:18:34.5084570Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5086071Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5087575Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5089071Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5090563Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5092051Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5093538Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5095023Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5096512Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5098010Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5099504Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5100993Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:18:34.5102455Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.016s) 2023-01-11T21:18:34.5104622Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:18:34.5106062Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:18:34.5107683Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:18:34.5109017Z test_embedding_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:18:34.5110264Z test_embedding_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:18:34.5111562Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (2.854s) 2023-01-11T21:18:34.5112883Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (3.530s) 2023-01-11T21:18:34.5114214Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.104s) 2023-01-11T21:18:34.5115533Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.149s) 2023-01-11T21:18:34.5116404Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.120s) 2023-01-11T21:18:34.5116967Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.096s) 2023-01-11T21:18:34.5117537Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.101s) 2023-01-11T21:18:34.5118106Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.095s) 2023-01-11T21:18:34.5118687Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.197s) 2023-01-11T21:18:34.5119278Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.280s) 2023-01-11T21:18:34.5119872Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.262s) 2023-01-11T21:18:34.5120459Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.218s) 2023-01-11T21:18:34.5121051Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.285s) 2023-01-11T21:18:34.5121628Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.269s) 2023-01-11T21:18:34.5122214Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.247s) 2023-01-11T21:18:34.5122804Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.290s) 2023-01-11T21:18:34.5123389Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.224s) 2023-01-11T21:18:34.5123979Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.196s) 2023-01-11T21:18:34.5124561Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.235s) 2023-01-11T21:18:34.5125153Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.280s) 2023-01-11T21:18:34.5125730Z test_embedding_bag_dimension_errors_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T21:18:34.5126310Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:18:34.5126886Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:18:34.5127470Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:18:34.5128056Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:18:34.5128778Z test_embedding_bag_half_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.070s) 2023-01-11T21:18:34.5129337Z test_embedding_bag_half_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.056s) 2023-01-11T21:18:34.5139614Z test_embedding_bag_half_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.055s) 2023-01-11T21:18:34.5140291Z test_embedding_bag_half_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.054s) 2023-01-11T21:18:34.5140895Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5141539Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5142174Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5142814Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5143445Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5144196Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5144827Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5145454Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5146082Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5146699Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5147333Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5147967Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5149114Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5150104Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5151073Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5152054Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5153045Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5154019Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5154997Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5155972Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5157360Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5158407Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5159372Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5160352Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5161351Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5162363Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5163372Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5164388Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5165400Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5166413Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5167431Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5168442Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5169449Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5170454Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5171623Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5172638Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2023-01-11T21:18:34.5173320Z test_embedding_dense_grad_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.044s) 2023-01-11T21:18:34.5173913Z test_embedding_max_norm_backward_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:18:34.5174556Z test_embedding_max_norm_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5175170Z test_embedding_max_norm_backward_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5175769Z test_embedding_max_norm_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5176558Z test_embedding_max_norm_device_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5177207Z test_embedding_max_norm_device_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5177864Z test_embedding_max_norm_device_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5178448Z test_embedding_max_norm_device_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5179040Z test_embedding_max_norm_fwd_AD_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.064s) 2023-01-11T21:18:34.5179640Z test_embedding_max_norm_fwd_AD_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5180242Z test_embedding_max_norm_fwd_AD_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5180832Z test_embedding_max_norm_fwd_AD_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:18:34.5181430Z test_embedding_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:18:34.5182017Z test_embedding_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:18:34.5182615Z test_embedding_padding_idx_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:18:34.5183190Z test_embedding_padding_idx_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:18:34.5183896Z test_embedding_scalar_weight_error_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:18:34.5184225Z 2023-01-11T21:18:34.5184558Z ---------------------------------------------------------------------- 2023-01-11T21:18:34.5185031Z Ran 153 tests in 11.968s 2023-01-11T21:18:34.5185215Z 2023-01-11T21:18:34.5185336Z OK (skipped=30) 2023-01-11T21:18:34.5185508Z 2023-01-11T21:18:34.5185646Z Generating XML reports... 2023-01-11T21:18:34.5186305Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20230111211819.xml 2023-01-11T21:18:34.5187183Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCUDA-20230111211819.xml 2023-01-11T21:18:34.5187592Z 2023-01-11T21:18:34.5188124Z ##[endgroup] 2023-01-11T21:18:34.5188735Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/pytorch/test/test-reports/nn-test_embedding_cj5_y7gt) 2023-01-11T21:18:34.5189084Z 2023-01-11T21:18:39.9272961Z Ignoring disabled issues: [] 2023-01-11T21:18:39.9471091Z Running test_import_stats ... [2023-01-11 21:18:39.946157] 2023-01-11T21:18:39.9473140Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:18:39.946414] 2023-01-11T21:18:40.1811984Z 2023-01-11T21:18:40.1813208Z Expand the folded group to see the log file of test_mkldnn_verbose 2023-01-11T21:18:40.1815647Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/pytorch/test/test-reports/test_mkldnn_verbose_9j2xz2ox) 2023-01-11T21:18:40.1817710Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2023-01-11T21:18:40.1818362Z 2023-01-11T21:18:40.1818606Z Running tests... 2023-01-11T21:18:40.1819707Z ---------------------------------------------------------------------- 2023-01-11T21:18:40.1821018Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (5.179s) 2023-01-11T21:18:40.1822198Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (4.345s) 2023-01-11T21:18:40.1822856Z 2023-01-11T21:18:40.1823687Z ---------------------------------------------------------------------- 2023-01-11T21:18:40.1824805Z Ran 2 tests in 9.526s 2023-01-11T21:18:40.1825204Z 2023-01-11T21:18:40.1825416Z OK 2023-01-11T21:18:40.1825741Z 2023-01-11T21:18:40.1826028Z Generating XML reports... 2023-01-11T21:18:40.1827696Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20230111211827.xml 2023-01-11T21:18:40.1829142Z 2023-01-11T21:18:40.1829893Z ##[endgroup] 2023-01-11T21:18:40.1831283Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/pytorch/test/test-reports/test_mkldnn_verbose_9j2xz2ox) 2023-01-11T21:18:40.1832058Z 2023-01-11T21:18:45.6704879Z Ignoring disabled issues: [] 2023-01-11T21:18:45.6900688Z Running test_logging ... [2023-01-11 21:18:45.689352] 2023-01-11T21:18:45.6902384Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:18:45.689599] 2023-01-11T21:18:54.8024639Z 2023-01-11T21:18:54.8025680Z Expand the folded group to see the log file of test_import_stats 2023-01-11T21:18:54.8028072Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/pytorch/test/test-reports/test_import_stats_u7ydlllw) 2023-01-11T21:18:54.8030056Z Test results will be stored in test-reports/python-unittest/test_import_stats 2023-01-11T21:18:54.8030774Z 2023-01-11T21:18:54.8031103Z Running tests... 2023-01-11T21:18:54.8032278Z ---------------------------------------------------------------------- 2023-01-11T21:18:54.8033470Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (5.088s) 2023-01-11T21:18:54.8034608Z test_time_import_torch (__main__.TestImportTime) ... ok (4.679s) 2023-01-11T21:18:54.8035249Z 2023-01-11T21:18:54.8036239Z ---------------------------------------------------------------------- 2023-01-11T21:18:54.8037309Z Ran 2 tests in 9.768s 2023-01-11T21:18:54.8037821Z 2023-01-11T21:18:54.8038053Z OK 2023-01-11T21:18:54.8038477Z 2023-01-11T21:18:54.8038876Z Generating XML reports... 2023-01-11T21:18:54.8040968Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20230111211841.xml 2023-01-11T21:18:54.8041939Z 2023-01-11T21:18:54.8042812Z ##[endgroup] 2023-01-11T21:18:54.8044454Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/pytorch/test/test-reports/test_import_stats_u7ydlllw) 2023-01-11T21:18:54.8045382Z 2023-01-11T21:18:59.2496910Z 2023-01-11T21:18:59.2497843Z Expand the folded group to see the log file of test_logging 2023-01-11T21:18:59.2499568Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/pytorch/test/test-reports/test_logging_n16vfvlm) 2023-01-11T21:18:59.2501017Z Test results will be stored in test-reports/python-unittest/test_logging 2023-01-11T21:18:59.2501559Z 2023-01-11T21:18:59.2501753Z Running tests... 2023-01-11T21:18:59.2502863Z ---------------------------------------------------------------------- 2023-01-11T21:18:59.2503670Z testApiUsage (__main__.LoggingTest) 2023-01-11T21:18:59.2504705Z This test verifies that api usage logging is not triggered via static ... ok (8.626s) 2023-01-11T21:18:59.2505244Z 2023-01-11T21:18:59.2505842Z ---------------------------------------------------------------------- 2023-01-11T21:18:59.2506650Z Ran 1 test in 8.626s 2023-01-11T21:18:59.2507006Z 2023-01-11T21:18:59.2507210Z OK 2023-01-11T21:18:59.2507452Z 2023-01-11T21:18:59.2507734Z Generating XML reports... 2023-01-11T21:18:59.2508979Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20230111211847.xml 2023-01-11T21:18:59.2509637Z 2023-01-11T21:18:59.2510349Z ##[endgroup] 2023-01-11T21:18:59.2511457Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/pytorch/test/test-reports/test_logging_n16vfvlm) 2023-01-11T21:18:59.2512077Z 2023-01-11T21:19:00.2492640Z Ignoring disabled issues: [] 2023-01-11T21:19:00.2694697Z Running test_package ... [2023-01-11 21:19:00.268523] 2023-01-11T21:19:00.2696537Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:00.268806] 2023-01-11T21:19:04.7868745Z Ignoring disabled issues: [] 2023-01-11T21:19:04.8073366Z Running lazy/test_step_closures ... [2023-01-11 21:19:04.806606] 2023-01-11T21:19:04.8075364Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:04.806857] 2023-01-11T21:19:07.9241280Z 2023-01-11T21:19:07.9242315Z Expand the folded group to see the log file of test_package 2023-01-11T21:19:07.9245603Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/pytorch/test/test-reports/test_package_c2revrm_) 2023-01-11T21:19:07.9249019Z Test results will be stored in test-reports/python-unittest/test_package 2023-01-11T21:19:07.9250122Z 2023-01-11T21:19:07.9252448Z Running tests... 2023-01-11T21:19:07.9254396Z ---------------------------------------------------------------------- 2023-01-11T21:19:07.9257474Z 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. (0.621s) 2023-01-11T21:19:07.9259731Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9261104Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2023-01-11T21:19:07.9262523Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9263997Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2023-01-11T21:19:07.9265175Z test_deny (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9266309Z Test marking packages as "deny" during export. ... ok (0.001s) 2023-01-11T21:19:07.9267488Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9268626Z Test marking packages as "deny" using globs instead of package names. ... ok (0.001s) 2023-01-11T21:19:07.9269862Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2023-01-11T21:19:07.9271100Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2023-01-11T21:19:07.9272397Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9273686Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2023-01-11T21:19:07.9275069Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9278800Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... /opt/conda/lib/python3.8/site-packages/torch/package/package_exporter.py:900: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9281404Z storage_type_str = obj.pickle_storage_type() 2023-01-11T21:19:07.9284321Z /opt/conda/lib/python3.8/site-packages/torch/package/package_exporter.py:903: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9286346Z storage_numel = obj.size() 2023-01-11T21:19:07.9288999Z /opt/conda/lib/python3.8/site-packages/torch/_utils.py:768: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9353661Z return self.fget.__get__(instance, owner)() 2023-01-11T21:19:07.9354674Z ok (0.010s) 2023-01-11T21:19:07.9355414Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9355963Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2023-01-11T21:19:07.9356472Z test_intern_error (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9357273Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2023-01-11T21:19:07.9357678Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9358338Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2023-01-11T21:19:07.9358849Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2023-01-11T21:19:07.9359241Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2023-01-11T21:19:07.9359649Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9360073Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2023-01-11T21:19:07.9360503Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2023-01-11T21:19:07.9360945Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2023-01-11T21:19:07.9361362Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2023-01-11T21:19:07.9362006Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2023-01-11T21:19:07.9362541Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2023-01-11T21:19:07.9363075Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2023-01-11T21:19:07.9363605Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2023-01-11T21:19:07.9364128Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2023-01-11T21:19:07.9364630Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2023-01-11T21:19:07.9365113Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9365556Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9366008Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.000s) 2023-01-11T21:19:07.9366455Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9366890Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9367342Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9367790Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9368230Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9368682Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9369148Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9369607Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9370070Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2023-01-11T21:19:07.9370574Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.004s) 2023-01-11T21:19:07.9371094Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9371655Z Test DirectoryReader's has_record(). ... ok (0.002s) 2023-01-11T21:19:07.9372106Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9372608Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.002s) 2023-01-11T21:19:07.9373130Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9373817Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Does not work with latest TorchVision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2023-01-11T21:19:07.9374486Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9375026Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2023-01-11T21:19:07.9375549Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9375965Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2023-01-11T21:19:07.9376463Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9376861Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.007s) 2023-01-11T21:19:07.9377335Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2023-01-11T21:19:07.9377770Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.012s) 2023-01-11T21:19:07.9378175Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9378551Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9378937Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2023-01-11T21:19:07.9379325Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9379733Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9380207Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9380622Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9381035Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9381449Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9381854Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9382236Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9382620Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9383010Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9383400Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2023-01-11T21:19:07.9383959Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2023-01-11T21:19:07.9384759Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2023-01-11T21:19:07.9385967Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2023-01-11T21:19:07.9387064Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2023-01-11T21:19:07.9388139Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2023-01-11T21:19:07.9389091Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2023-01-11T21:19:07.9390060Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2023-01-11T21:19:07.9390907Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2023-01-11T21:19:07.9391924Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2023-01-11T21:19:07.9392869Z Tests for backwards compatible fx module ... ok (0.008s) 2023-01-11T21:19:07.9393829Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2023-01-11T21:19:07.9394738Z Tests for backwards compatible nn module ... ok (0.005s) 2023-01-11T21:19:07.9395685Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2023-01-11T21:19:07.9396144Z Tests for backwards compatible torchscript module ... ok (0.037s) 2023-01-11T21:19:07.9396502Z test_demangle_base (test_mangling.TestMangling) 2023-01-11T21:19:07.9396912Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2023-01-11T21:19:07.9397324Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2023-01-11T21:19:07.9397768Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2023-01-11T21:19:07.9398194Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2023-01-11T21:19:07.9398572Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2023-01-11T21:19:07.9398957Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2023-01-11T21:19:07.9399329Z test_mangler_is_consistent (test_mangling.TestMangling) 2023-01-11T21:19:07.9399841Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2023-01-11T21:19:07.9400237Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2023-01-11T21:19:07.9400625Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2023-01-11T21:19:07.9401083Z test_unique_manglers (test_mangling.TestMangling) 2023-01-11T21:19:07.9401488Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2023-01-11T21:19:07.9401911Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2023-01-11T21:19:07.9402272Z test_dunder_package_present (test_misc.TestMisc) 2023-01-11T21:19:07.9402778Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.001s) 2023-01-11T21:19:07.9403183Z test_dunder_package_works_from_package (test_misc.TestMisc) 2023-01-11T21:19:07.9403656Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2023-01-11T21:19:07.9404028Z test_exporter_content_lists (test_misc.TestMisc) 2023-01-11T21:19:07.9404492Z Test content list API for PackageExporter's contained modules. ... ok (0.003s) 2023-01-11T21:19:07.9404852Z test_file_structure (test_misc.TestMisc) 2023-01-11T21:19:07.9405325Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.003s) 2023-01-11T21:19:07.9405710Z test_file_structure_has_file (test_misc.TestMisc) 2023-01-11T21:19:07.9406098Z Test Directory's has_file() method. ... ok (0.001s) 2023-01-11T21:19:07.9406407Z test_inspect_class (test_misc.TestMisc) 2023-01-11T21:19:07.9406757Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2023-01-11T21:19:07.9407104Z test_is_from_package (test_misc.TestMisc) 2023-01-11T21:19:07.9407457Z is_from_package should work for objects and modules ... ok (0.002s) 2023-01-11T21:19:07.9407820Z test_load_python_version_from_package (test_misc.TestMisc) 2023-01-11T21:19:07.9408194Z Tests loading a package with a python version embdded ... ok (0.001s) 2023-01-11T21:19:07.9408588Z test_loaders_that_remap_files_work_ok (test_misc.TestMisc) ... ok (0.003s) 2023-01-11T21:19:07.9408936Z test_python_version (test_misc.TestMisc) 2023-01-11T21:19:07.9409318Z Tests that the current python version is stored in the package and is available ... ok (0.002s) 2023-01-11T21:19:07.9409719Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2023-01-11T21:19:07.9410095Z The standard library performs sys.module assignment hackery which ... ok (0.002s) 2023-01-11T21:19:07.9410622Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2023-01-11T21:19:07.9411220Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2023-01-11T21:19:07.9411817Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2023-01-11T21:19:07.9412325Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.011s) 2023-01-11T21:19:07.9412730Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.021s) 2023-01-11T21:19:07.9413132Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.007s) 2023-01-11T21:19:07.9413538Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.008s) 2023-01-11T21:19:07.9413929Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.005s) 2023-01-11T21:19:07.9414337Z test_different_package_interface (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9414750Z Test a case where the interface defined in the package is ... ok (0.012s) 2023-01-11T21:19:07.9415164Z test_different_package_script_class (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9415586Z Test a case where the script class defined in the package is ... ok (0.006s) 2023-01-11T21:19:07.9415999Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9416491Z Test loading of single ScriptModule shared by multiple eager ... ok (0.010s) 2023-01-11T21:19:07.9416888Z test_load_shared_tensors (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9417789Z Test tensors shared across eager and ScriptModules on load ... /var/lib/jenkins/pytorch/test/package/test_package_script.py:547: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9418562Z shared_tensor.storage()._cdata, 2023-01-11T21:19:07.9419285Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:548: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9419985Z scripted_mod_0.tensor.storage()._cdata, 2023-01-11T21:19:07.9420716Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:551: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9421404Z shared_tensor.storage()._cdata, 2023-01-11T21:19:07.9422119Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:552: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9422806Z scripted_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9423524Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:565: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9424288Z loaded_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9425112Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:566: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9425940Z loaded_mod_1.sub_mod_0.tensor.storage()._cdata, 2023-01-11T21:19:07.9426800Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:569: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9427610Z loaded_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9428439Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:570: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9429258Z loaded_mod_1.sub_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9429573Z ok (0.011s) 2023-01-11T21:19:07.9429965Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9431118Z Test tensors shared across eager and ScriptModules on load ... /var/lib/jenkins/pytorch/test/package/test_package_script.py:619: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9432034Z loaded_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9432885Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:620: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9433709Z loaded_mod_1.sub_mod_0.tensor.storage()._cdata, 2023-01-11T21:19:07.9434559Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:623: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9435375Z loaded_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9436142Z /var/lib/jenkins/pytorch/test/package/test_package_script.py:624: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:07.9436832Z loaded_mod_1.sub_mod_1.tensor.storage()._cdata, 2023-01-11T21:19:07.9437099Z ok (0.016s) 2023-01-11T21:19:07.9437428Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9437855Z Test saving inline and imported modules in same package with ... ok (0.088s) 2023-01-11T21:19:07.9438299Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9438740Z Test saving inline and imported modules in same package that ... ok (0.951s) 2023-01-11T21:19:07.9439149Z test_package_interface (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9439545Z Packaging an interface class should work correctly. ... ok (0.032s) 2023-01-11T21:19:07.9439951Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.005s) 2023-01-11T21:19:07.9440559Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.014s) 2023-01-11T21:19:07.9441023Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9441447Z Test saving of single ScriptModule shared by multiple ... ok (0.007s) 2023-01-11T21:19:07.9441863Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9442299Z Test to verify saving multiple ScriptModules with completely ... ok (0.011s) 2023-01-11T21:19:07.9442724Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9443140Z Test to verify saving multiple different modules and ... ok (0.034s) 2023-01-11T21:19:07.9443538Z test_save_scriptmodule (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9443893Z Test basic saving of ScriptModule. ... ok (0.005s) 2023-01-11T21:19:07.9444272Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9444658Z Test basic saving of ScriptModule in file. ... ok (0.005s) 2023-01-11T21:19:07.9445068Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9445499Z Test to verify when saving multiple packages with same CU ... ok (0.370s) 2023-01-11T21:19:07.9445921Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9446378Z Test basic saving of ScriptModule with submodule. ... ok (0.008s) 2023-01-11T21:19:07.9446797Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9447247Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.026s) 2023-01-11T21:19:07.9447745Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9448198Z Test to verify saving multiple ScriptModules with same top module ... ok (0.015s) 2023-01-11T21:19:07.9448616Z test_save_shared_tensors (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9449044Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.009s) 2023-01-11T21:19:07.9449479Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9449893Z Test scripting a module loaded from a package ... ok (0.011s) 2023-01-11T21:19:07.9450295Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9450728Z Test to verify saving and loading same ScriptModule object works ... ok (0.013s) 2023-01-11T21:19:07.9451147Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2023-01-11T21:19:07.9451570Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2023-01-11T21:19:07.9452036Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.005s) 2023-01-11T21:19:07.9452469Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2023-01-11T21:19:07.9452863Z test_package_resource_access (test_resources.TestResources) 2023-01-11T21:19:07.9453300Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.001s) 2023-01-11T21:19:07.9453725Z test_resource_access_by_path (test_resources.TestResources) 2023-01-11T21:19:07.9454151Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2023-01-11T21:19:07.9454543Z test_resource_reader (test_resources.TestResources) 2023-01-11T21:19:07.9454939Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2023-01-11T21:19:07.9455314Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2023-01-11T21:19:07.9455807Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2023-01-11T21:19:07.9456219Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2023-01-11T21:19:07.9456605Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2023-01-11T21:19:07.9457007Z If an object with the same qualified name is loaded from different ... ok (0.004s) 2023-01-11T21:19:07.9457399Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2023-01-11T21:19:07.9457750Z test_save_imported_module (test_save_load.TestSaveLoad) 2023-01-11T21:19:07.9458158Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2023-01-11T21:19:07.9458595Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2023-01-11T21:19:07.9459158Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2023-01-11T21:19:07.9459579Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.005s) 2023-01-11T21:19:07.9459960Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2023-01-11T21:19:07.9460352Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.005s) 2023-01-11T21:19:07.9460715Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2023-01-11T21:19:07.9460928Z 2023-01-11T21:19:07.9461190Z ---------------------------------------------------------------------- 2023-01-11T21:19:07.9461511Z Ran 133 tests in 2.579s 2023-01-11T21:19:07.9461667Z 2023-01-11T21:19:07.9461765Z OK (skipped=5) 2023-01-11T21:19:07.9461908Z 2023-01-11T21:19:07.9462021Z Generating XML reports... 2023-01-11T21:19:07.9462595Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20230111211902.xml 2023-01-11T21:19:07.9463423Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20230111211902.xml 2023-01-11T21:19:07.9464304Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20230111211902.xml 2023-01-11T21:19:07.9465217Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20230111211902.xml 2023-01-11T21:19:07.9466082Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20230111211902.xml 2023-01-11T21:19:07.9466891Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20230111211902.xml 2023-01-11T21:19:07.9467751Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20230111211902.xml 2023-01-11T21:19:07.9468595Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20230111211902.xml 2023-01-11T21:19:07.9469374Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20230111211902.xml 2023-01-11T21:19:07.9470157Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20230111211902.xml 2023-01-11T21:19:07.9471004Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20230111211902.xml 2023-01-11T21:19:07.9471831Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20230111211902.xml 2023-01-11T21:19:07.9472647Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20230111211902.xml 2023-01-11T21:19:07.9473448Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20230111211902.xml 2023-01-11T21:19:07.9474247Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20230111211902.xml 2023-01-11T21:19:07.9475019Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20230111211902.xml 2023-01-11T21:19:07.9475368Z 2023-01-11T21:19:07.9475844Z ##[endgroup] 2023-01-11T21:19:07.9476329Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/pytorch/test/test-reports/test_package_c2revrm_) 2023-01-11T21:19:07.9476608Z 2023-01-11T21:19:12.4911464Z 2023-01-11T21:19:12.4912426Z Expand the folded group to see the log file of lazy/test_step_closures 2023-01-11T21:19:12.4916530Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_step_closures_h1v1sxwd) 2023-01-11T21:19:12.4918774Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2023-01-11T21:19:12.4919517Z 2023-01-11T21:19:12.4919791Z Running tests... 2023-01-11T21:19:12.4920923Z ---------------------------------------------------------------------- 2023-01-11T21:19:12.4922024Z test_asynchronous (__main__.ClosuresTest) ... ok (0.608s) 2023-01-11T21:19:12.4923119Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2023-01-11T21:19:12.4924174Z test_synchronous (__main__.ClosuresTest) ... ok (1.003s) 2023-01-11T21:19:12.4925233Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.002s) 2023-01-11T21:19:12.4925871Z 2023-01-11T21:19:12.4926601Z ---------------------------------------------------------------------- 2023-01-11T21:19:12.4927489Z Ran 4 tests in 2.615s 2023-01-11T21:19:12.4927934Z 2023-01-11T21:19:12.4928161Z OK 2023-01-11T21:19:12.4928508Z 2023-01-11T21:19:12.4928825Z Generating XML reports... 2023-01-11T21:19:12.4930376Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20230111211906.xml 2023-01-11T21:19:12.4931265Z 2023-01-11T21:19:12.4932135Z ##[endgroup] 2023-01-11T21:19:12.4933429Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_step_closures_h1v1sxwd) 2023-01-11T21:19:12.4934651Z 2023-01-11T21:19:13.6475428Z Ignoring disabled issues: [] 2023-01-11T21:19:13.6684471Z Running benchmark_utils/test_benchmark_utils ... [2023-01-11 21:19:13.667584] 2023-01-11T21:19:13.6687007Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:13.667841] 2023-01-11T21:19:18.0887178Z Ignoring disabled issues: [] 2023-01-11T21:19:18.1092084Z Running test_native_mha ... [2023-01-11 21:19:18.108348] 2023-01-11T21:19:18.1093757Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:18.108592] 2023-01-11T21:19:21.0808937Z 2023-01-11T21:19:21.0809815Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2023-01-11T21:19:21.0811986Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/pytorch/test/test-reports/benchmark_utils-test_benchmark_utils_e927nues) 2023-01-11T21:19:21.0813895Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2023-01-11T21:19:21.0814623Z 2023-01-11T21:19:21.0814892Z Running tests... 2023-01-11T21:19:21.0815956Z ---------------------------------------------------------------------- 2023-01-11T21:19:21.0816994Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.708s) 2023-01-11T21:19:21.0818284Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2023-01-11T21:19:21.0819688Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.002s) 2023-01-11T21:19:21.0820836Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.184s) 2023-01-11T21:19:21.0821781Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2023-01-11T21:19:21.0822688Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2023-01-11T21:19:21.0823578Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.059s) 2023-01-11T21:19:21.0824604Z test_timer (__main__.TestBenchmarkUtils) ... ok (1.030s) 2023-01-11T21:19:21.0825566Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2023-01-11T21:19:21.0826149Z 2023-01-11T21:19:21.0826724Z ---------------------------------------------------------------------- 2023-01-11T21:19:21.0827444Z Ran 9 tests in 1.991s 2023-01-11T21:19:21.0827784Z 2023-01-11T21:19:21.0827988Z OK (skipped=4) 2023-01-11T21:19:21.0828304Z 2023-01-11T21:19:21.0828576Z Generating XML reports... 2023-01-11T21:19:21.0829899Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20230111211916.xml 2023-01-11T21:19:21.0830648Z 2023-01-11T21:19:21.0831254Z ##[endgroup] 2023-01-11T21:19:21.0832591Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/pytorch/test/test-reports/benchmark_utils-test_benchmark_utils_e927nues) 2023-01-11T21:19:21.0833364Z 2023-01-11T21:19:25.7883848Z 2023-01-11T21:19:25.7884484Z Expand the folded group to see the log file of test_native_mha 2023-01-11T21:19:25.7886379Z ##[group]PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/pytorch/test/test-reports/test_native_mha_59qsd0gh) 2023-01-11T21:19:25.7888031Z Test results will be stored in test-reports/python-unittest/test_native_mha 2023-01-11T21:19:25.7888684Z 2023-01-11T21:19:25.7888923Z Running tests... 2023-01-11T21:19:25.7889978Z ---------------------------------------------------------------------- 2023-01-11T21:19:25.7891169Z test_native_multihead_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (1.218s) 2023-01-11T21:19:25.7892435Z test_native_multihead_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7893743Z test_native_multihead_encoder_decoder_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7895580Z test_native_multihead_encoder_decoder_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:19:25.7897439Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7899432Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7901490Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7903423Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7905574Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.012s) 2023-01-11T21:19:25.7907509Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7909416Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7911305Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7913245Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.106s) 2023-01-11T21:19:25.7915197Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7917124Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7919036Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7920947Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7922897Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7924792Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7926704Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7928619Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7930718Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7932754Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7934668Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7936588Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7938502Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7940432Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7942327Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:19:25.7945288Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... test_native_mha.py:207: 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.) 2023-01-11T21:19:25.7947503Z q = torch.nested.nested_tensor(qs, device=device, dtype=dtype) 2023-01-11T21:19:25.7948291Z ok (0.030s) 2023-01-11T21:19:25.7949573Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7951498Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7953409Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7955329Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7957243Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7959167Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7961066Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:19:25.7962982Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7964885Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7967080Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7968981Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7970896Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7972789Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7974694Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:19:25.7976584Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:19:25.7978486Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7980374Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7982295Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7984509Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7986404Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7988299Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7990181Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7991342Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:19:25.7991936Z test_transform_bias_rescale_qkv_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.015s) 2023-01-11T21:19:25.7992405Z test_transform_bias_rescale_qkv_nested_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2023-01-11T21:19:25.7992665Z 2023-01-11T21:19:25.7992942Z ---------------------------------------------------------------------- 2023-01-11T21:19:25.7993262Z Ran 54 tests in 1.772s 2023-01-11T21:19:25.7993417Z 2023-01-11T21:19:25.7993486Z OK 2023-01-11T21:19:25.7993613Z 2023-01-11T21:19:25.7993727Z Generating XML reports... 2023-01-11T21:19:25.7994279Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20230111211920.xml 2023-01-11T21:19:25.7994674Z 2023-01-11T21:19:25.7994959Z ##[endgroup] 2023-01-11T21:19:25.7995449Z FINISHED PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/pytorch/test/test-reports/test_native_mha_59qsd0gh) 2023-01-11T21:19:25.7995729Z 2023-01-11T21:19:26.8120547Z Ignoring disabled issues: [] 2023-01-11T21:19:26.8325157Z Running lazy/test_reuse_ir ... [2023-01-11 21:19:26.831728] 2023-01-11T21:19:26.8326924Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:26.831992] 2023-01-11T21:19:31.6632064Z Ignoring disabled issues: [] 2023-01-11T21:19:31.6837895Z Running test_monitor ... [2023-01-11 21:19:31.683143] 2023-01-11T21:19:31.6839544Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:31.683388] 2023-01-11T21:19:32.6660913Z 2023-01-11T21:19:32.6661680Z Expand the folded group to see the log file of lazy/test_reuse_ir 2023-01-11T21:19:32.6664127Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_reuse_ir_qrypqwww) 2023-01-11T21:19:32.6665851Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2023-01-11T21:19:32.6666513Z 2023-01-11T21:19:32.6666779Z Running tests... 2023-01-11T21:19:32.6667850Z ---------------------------------------------------------------------- 2023-01-11T21:19:32.6668838Z testAdd (__main__.TestLazyReuseIr) ... ok (0.631s) 2023-01-11T21:19:32.6669769Z testAddSub (__main__.TestLazyReuseIr) ... ok (0.040s) 2023-01-11T21:19:32.6670785Z testAddSubFallback (__main__.TestLazyReuseIr) ... ok (0.004s) 2023-01-11T21:19:32.6671783Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.248s) 2023-01-11T21:19:32.6672323Z 2023-01-11T21:19:32.6672992Z ---------------------------------------------------------------------- 2023-01-11T21:19:32.6674073Z Ran 4 tests in 0.924s 2023-01-11T21:19:32.6674476Z 2023-01-11T21:19:32.6674697Z OK 2023-01-11T21:19:32.6675024Z 2023-01-11T21:19:32.6675322Z Generating XML reports... 2023-01-11T21:19:32.6676768Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20230111211928.xml 2023-01-11T21:19:32.6677572Z 2023-01-11T21:19:32.6678299Z ##[endgroup] 2023-01-11T21:19:32.6679658Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_reuse_ir_qrypqwww) 2023-01-11T21:19:32.6680431Z 2023-01-11T21:19:37.3317719Z 2023-01-11T21:19:37.3318967Z Expand the folded group to see the log file of test_monitor 2023-01-11T21:19:37.3320982Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/pytorch/test/test-reports/test_monitor_nyr2q_oh) 2023-01-11T21:19:37.3322637Z Test results will be stored in test-reports/python-unittest/test_monitor 2023-01-11T21:19:37.3323325Z 2023-01-11T21:19:37.3323667Z Running tests... 2023-01-11T21:19:37.3324750Z ---------------------------------------------------------------------- 2023-01-11T21:19:37.3325804Z test_event_handler (__main__.TestMonitor) ... ok (0.588s) 2023-01-11T21:19:37.3326744Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2023-01-11T21:19:37.3327669Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2023-01-11T21:19:37.3328562Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2023-01-11T21:19:37.3329534Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.153s) 2023-01-11T21:19:37.3330126Z 2023-01-11T21:19:37.3330787Z ---------------------------------------------------------------------- 2023-01-11T21:19:37.3331624Z Ran 5 tests in 0.746s 2023-01-11T21:19:37.3332021Z 2023-01-11T21:19:37.3332227Z OK 2023-01-11T21:19:37.3332808Z 2023-01-11T21:19:37.3333145Z Generating XML reports... 2023-01-11T21:19:37.3334563Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20230111211933.xml 2023-01-11T21:19:37.3336350Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20230111211933.xml 2023-01-11T21:19:37.3337687Z 2023-01-11T21:19:37.3338443Z ##[endgroup] 2023-01-11T21:19:37.3339755Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/pytorch/test/test-reports/test_monitor_nyr2q_oh) 2023-01-11T21:19:37.3340503Z 2023-01-11T21:19:38.3011056Z Ignoring disabled issues: [] 2023-01-11T21:19:38.3216573Z Running nn/test_parametrization ... [2023-01-11 21:19:38.320919] 2023-01-11T21:19:38.3218397Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_parametrization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:38.321192] 2023-01-11T21:19:42.9424668Z Ignoring disabled issues: [] 2023-01-11T21:19:42.9632131Z Running test_dlpack ... [2023-01-11 21:19:42.962584] 2023-01-11T21:19:42.9633774Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:42.962827] 2023-01-11T21:19:44.1851459Z 2023-01-11T21:19:44.1852456Z Expand the folded group to see the log file of nn/test_parametrization 2023-01-11T21:19:44.1855042Z ##[group]PRINTING LOG FILE of nn/test_parametrization (/var/lib/jenkins/pytorch/test/test-reports/nn-test_parametrization_sg6tv6_y) 2023-01-11T21:19:44.1857550Z Test results will be stored in test-reports/python-unittest/nn.test_parametrization 2023-01-11T21:19:44.1858494Z 2023-01-11T21:19:44.1858832Z Running tests... 2023-01-11T21:19:44.1860125Z ---------------------------------------------------------------------- 2023-01-11T21:19:44.1861440Z test_caching_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1862554Z Test the caching system of a parametrization ... ok (0.014s) 2023-01-11T21:19:44.1863925Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNNParametrization) 2023-01-11T21:19:44.1865497Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.004s) 2023-01-11T21:19:44.1866649Z test_deepcopy_after_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1868060Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.010s) 2023-01-11T21:19:44.1869322Z test_errors_parametrized_tensor_parametrization (__main__.TestNNParametrization) ... ok (0.005s) 2023-01-11T21:19:44.1870627Z test_errors_unparametrized_tensor_parametrization (__main__.TestNNParametrization) ... ok (0.007s) 2023-01-11T21:19:44.1871820Z test_initialization_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1873020Z Test that it is possible to initialize a parametrization when it ... ok (0.006s) 2023-01-11T21:19:44.1874181Z test_multiple_inputs_parametrization (__main__.TestNNParametrization) ... ok (0.009s) 2023-01-11T21:19:44.1875292Z test_new_spectral_norm (__main__.TestNNParametrization) ... ok (0.044s) 2023-01-11T21:19:44.1876365Z test_new_spectral_norm_dim (__main__.TestNNParametrization) ... ok (0.006s) 2023-01-11T21:19:44.1877444Z test_new_spectral_norm_forward (__main__.TestNNParametrization) ... ok (0.006s) 2023-01-11T21:19:44.1878600Z test_new_spectral_norm_load_state_dict (__main__.TestNNParametrization) ... ok (0.021s) 2023-01-11T21:19:44.1879698Z test_orthogonal_errors (__main__.TestNNParametrization) ... ok (0.002s) 2023-01-11T21:19:44.1880822Z test_orthogonal_parametrization (__main__.TestNNParametrization) ... ok (0.198s) 2023-01-11T21:19:44.1881945Z test_parametrization_same_training_mode (__main__.TestNNParametrization) 2023-01-11T21:19:44.1883055Z Test training mode updated on parametrization registration ... ok (0.002s) 2023-01-11T21:19:44.1884188Z test_register_and_remove_buffer_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1885332Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2023-01-11T21:19:44.1886492Z test_register_and_remove_nested_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1887587Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2023-01-11T21:19:44.1889141Z test_register_and_remove_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1890221Z Test that it is possible to add a few parametrizations ... ok (0.025s) 2023-01-11T21:19:44.1891278Z test_serialization_parametrization (__main__.TestNNParametrization) 2023-01-11T21:19:44.1892581Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.008s) 2023-01-11T21:19:44.1893722Z test_transfer_parametrizations_and_params (__main__.TestNNParametrization) 2023-01-11T21:19:44.1894924Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.005s) 2023-01-11T21:19:44.1896211Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNNParametrization) ... ok (0.006s) 2023-01-11T21:19:44.1897480Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNNParametrization) 2023-01-11T21:19:44.1898738Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.002s) 2023-01-11T21:19:44.1899986Z test_transfer_parametrizations_and_params_single_param (__main__.TestNNParametrization) 2023-01-11T21:19:44.1901228Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2023-01-11T21:19:44.1902372Z test_type_before_parametrizations (__main__.TestNNParametrization) 2023-01-11T21:19:44.1903507Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2023-01-11T21:19:44.1904281Z 2023-01-11T21:19:44.1904985Z ---------------------------------------------------------------------- 2023-01-11T21:19:44.1905818Z Ran 23 tests in 0.397s 2023-01-11T21:19:44.1906218Z 2023-01-11T21:19:44.1906435Z OK 2023-01-11T21:19:44.1906755Z 2023-01-11T21:19:44.1907056Z Generating XML reports... 2023-01-11T21:19:44.1908571Z Generated XML report: test-reports/python-unittest/nn.test_parametrization/TEST-TestNNParametrization-20230111211940.xml 2023-01-11T21:19:44.1909444Z 2023-01-11T21:19:44.1910182Z ##[endgroup] 2023-01-11T21:19:44.1911648Z FINISHED PRINTING LOG FILE of nn/test_parametrization (/var/lib/jenkins/pytorch/test/test-reports/nn-test_parametrization_sg6tv6_y) 2023-01-11T21:19:44.1912483Z 2023-01-11T21:19:48.9804063Z 2023-01-11T21:19:48.9804968Z Expand the folded group to see the log file of test_dlpack 2023-01-11T21:19:48.9806858Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/pytorch/test/test-reports/test_dlpack_t7kiyaht) 2023-01-11T21:19:48.9808555Z Test results will be stored in test-reports/python-unittest/test_dlpack 2023-01-11T21:19:48.9809189Z 2023-01-11T21:19:48.9809467Z Running tests... 2023-01-11T21:19:48.9810497Z ---------------------------------------------------------------------- 2023-01-11T21:19:48.9811700Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.179s) 2023-01-11T21:19:48.9812981Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.008s) 2023-01-11T21:19:48.9814224Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2023-01-11T21:19:48.9815474Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9816698Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9817920Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9819100Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2023-01-11T21:19:48.9820307Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9821500Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9822681Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9824082Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9825777Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9827090Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9828531Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9829822Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9831088Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9832351Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9833614Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9834877Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9836150Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9837405Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9838653Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9839893Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9841144Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9842392Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9843625Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9844836Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9846060Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9847254Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9848476Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9849844Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9851017Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9852211Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9853363Z test_dlpack_default_stream_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9854499Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.007s) 2023-01-11T21:19:48.9855636Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9856757Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.023s) 2023-01-11T21:19:48.9857900Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9859043Z test_dlpack_normalize_strides_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9860225Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9861447Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9862684Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9864244Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9865410Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9866447Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9867296Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9868236Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9869164Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9870014Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9870865Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9871695Z test_dlpack_shared_storage_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9872543Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9873424Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9874321Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9875200Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9876065Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9876928Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9877785Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9878642Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9879491Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9880328Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9881188Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9882011Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9882807Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9883604Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9884389Z test_from_dlpack_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9885163Z test_from_dlpack_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9885923Z test_from_dlpack_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9886690Z test_from_dlpack_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9887455Z test_from_dlpack_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9888219Z test_from_dlpack_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9888978Z test_from_dlpack_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9889744Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9890534Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9891351Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9892176Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9892999Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9893819Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9894627Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9895537Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9896335Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9897192Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9898002Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9898800Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2023-01-11T21:19:48.9899642Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9900528Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9901411Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9902285Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9903146Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9904078Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2023-01-11T21:19:48.9904945Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9905797Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9906647Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9907506Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9908359Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2023-01-11T21:19:48.9908824Z 2023-01-11T21:19:48.9909338Z ---------------------------------------------------------------------- 2023-01-11T21:19:48.9909944Z Ran 95 tests in 0.362s 2023-01-11T21:19:48.9910232Z 2023-01-11T21:19:48.9910384Z OK 2023-01-11T21:19:48.9910615Z 2023-01-11T21:19:48.9910828Z Generating XML reports... 2023-01-11T21:19:48.9911856Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCUDA-20230111211945.xml 2023-01-11T21:19:48.9912447Z 2023-01-11T21:19:48.9912977Z ##[endgroup] 2023-01-11T21:19:48.9913873Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/pytorch/test/test-reports/test_dlpack_t7kiyaht) 2023-01-11T21:19:48.9914410Z 2023-01-11T21:19:49.9801026Z Ignoring disabled issues: [] 2023-01-11T21:19:50.0004599Z Running test_numpy_interop ... [2023-01-11 21:19:49.999753] 2023-01-11T21:19:50.0006290Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:50.000003] 2023-01-11T21:19:54.5418867Z Ignoring disabled issues: [] 2023-01-11T21:19:54.5628966Z Running lazy/test_ts_opinfo ... [2023-01-11 21:19:54.562223] 2023-01-11T21:19:54.5630713Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:19:54.562475] 2023-01-11T21:19:55.9071580Z 2023-01-11T21:19:55.9073107Z Expand the folded group to see the log file of test_numpy_interop 2023-01-11T21:19:55.9075609Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/pytorch/test/test-reports/test_numpy_interop_vypphpzb) 2023-01-11T21:19:55.9077457Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2023-01-11T21:19:55.9078194Z 2023-01-11T21:19:55.9078492Z Running tests... 2023-01-11T21:19:55.9079692Z ---------------------------------------------------------------------- 2023-01-11T21:19:55.9082174Z test_ctor_with_invalid_numpy_array_sequence_cuda (__main__.TestNumPyInteropCUDA) ... 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:256.) 2023-01-11T21:19:55.9085145Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2023-01-11T21:19:55.9086326Z ok (0.121s) 2023-01-11T21:19:55.9087408Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:19:55.9088783Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.001s) 2023-01-11T21:19:55.9090021Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.030s) 2023-01-11T21:19:55.9092372Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... test_numpy_interop.py:441: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:55.9094763Z self.assertIsNotNone(torch.tensor(arr, device=device, dtype=torch.float32).storage()) 2023-01-11T21:19:55.9097054Z test_numpy_interop.py:442: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:55.9099239Z self.assertIsNotNone(torch.tensor(arr, device=device, dtype=torch.double).storage()) 2023-01-11T21:19:55.9101440Z test_numpy_interop.py:443: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:55.9103654Z self.assertIsNotNone(torch.tensor(arr, device=device, dtype=torch.int).storage()) 2023-01-11T21:19:55.9106243Z test_numpy_interop.py:444: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:55.9108898Z self.assertIsNotNone(torch.tensor(arr, device=device, dtype=torch.long).storage()) 2023-01-11T21:19:55.9111689Z test_numpy_interop.py:445: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:19:55.9114095Z self.assertIsNotNone(torch.tensor(arr, device=device, dtype=torch.uint8).storage()) 2023-01-11T21:19:55.9115081Z ok (0.003s) 2023-01-11T21:19:55.9116189Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:19:55.9117614Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:19:55.9119007Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:19:55.9120321Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:19:55.9121846Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.006s) 2023-01-11T21:19:55.9123114Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.015s) 2023-01-11T21:19:55.9124422Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2023-01-11T21:19:55.9126104Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2023-01-11T21:19:55.9127848Z self.assertFalse(t == a) 2023-01-11T21:19:55.9128627Z ok (0.004s) 2023-01-11T21:19:55.9129695Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2023-01-11T21:19:55.9131119Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2023-01-11T21:19:55.9132387Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2023-01-11T21:19:55.9133619Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2023-01-11T21:19:55.9134852Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2023-01-11T21:19:55.9136085Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2023-01-11T21:19:55.9137303Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2023-01-11T21:19:55.9138516Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2023-01-11T21:19:55.9139839Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:19:55.9141187Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:19:55.9142425Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2023-01-11T21:19:55.9143655Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:19:55.9145102Z test_to_numpy_force_argument_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.057s) 2023-01-11T21:19:55.9145791Z 2023-01-11T21:19:55.9146617Z ---------------------------------------------------------------------- 2023-01-11T21:19:55.9147547Z Ran 26 tests in 0.286s 2023-01-11T21:19:55.9147992Z 2023-01-11T21:19:55.9148278Z OK (skipped=8) 2023-01-11T21:19:55.9148693Z 2023-01-11T21:19:55.9149027Z Generating XML reports... 2023-01-11T21:19:55.9150662Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20230111211952.xml 2023-01-11T21:19:55.9151595Z 2023-01-11T21:19:55.9152425Z ##[endgroup] 2023-01-11T21:19:55.9153938Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/pytorch/test/test-reports/test_numpy_interop_vypphpzb) 2023-01-11T21:19:55.9154792Z 2023-01-11T21:20:00.9131908Z 2023-01-11T21:20:00.9132662Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2023-01-11T21:20:00.9134664Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_ts_opinfo_3vgqyrbl) 2023-01-11T21:20:00.9136397Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2023-01-11T21:20:00.9137059Z 2023-01-11T21:20:00.9137323Z Running tests... 2023-01-11T21:20:00.9138397Z ---------------------------------------------------------------------- 2023-01-11T21:20:00.9139527Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.168s) 2023-01-11T21:20:00.9140784Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.002s) 2023-01-11T21:20:00.9141945Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2023-01-11T21:20:00.9142954Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2023-01-11T21:20:00.9143552Z 2023-01-11T21:20:00.9144437Z ---------------------------------------------------------------------- 2023-01-11T21:20:00.9145292Z Ran 4 tests in 0.176s 2023-01-11T21:20:00.9145695Z 2023-01-11T21:20:00.9145956Z OK (skipped=1) 2023-01-11T21:20:00.9146340Z 2023-01-11T21:20:00.9146628Z Generating XML reports... 2023-01-11T21:20:00.9148112Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20230111211957.xml 2023-01-11T21:20:00.9149935Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20230111211957.xml 2023-01-11T21:20:00.9150740Z 2023-01-11T21:20:00.9151459Z ##[endgroup] 2023-01-11T21:20:00.9153388Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/pytorch/test/test-reports/lazy-test_ts_opinfo_3vgqyrbl) 2023-01-11T21:20:00.9154165Z 2023-01-11T21:20:01.3098813Z Ignoring disabled issues: [] 2023-01-11T21:20:01.3303680Z Running nn/test_module_hooks ... [2023-01-11 21:20:01.329610] 2023-01-11T21:20:01.3306142Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:20:01.329861] 2023-01-11T21:20:06.3737847Z Ignoring disabled issues: [] 2023-01-11T21:20:07.0495941Z 2023-01-11T21:20:07.0497687Z Expand the folded group to see the log file of nn/test_module_hooks 2023-01-11T21:20:07.0500528Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (/var/lib/jenkins/pytorch/test/test-reports/nn-test_module_hooks_4g245ex5) 2023-01-11T21:20:07.0503009Z Test results will be stored in test-reports/python-unittest/nn.test_module_hooks 2023-01-11T21:20:07.0504009Z 2023-01-11T21:20:07.0504369Z Running tests... 2023-01-11T21:20:07.0505543Z ---------------------------------------------------------------------- 2023-01-11T21:20:07.0508736Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1331: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2023-01-11T21:20:07.0511357Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2023-01-11T21:20:07.0512297Z ok (0.013s) 2023-01-11T21:20:07.0513235Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2023-01-11T21:20:07.0514418Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2023-01-11T21:20:07.0515606Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2023-01-11T21:20:07.0516791Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2023-01-11T21:20:07.0518202Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2023-01-11T21:20:07.0519444Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2023-01-11T21:20:07.0520685Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.007s) 2023-01-11T21:20:07.0521823Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.012s) 2023-01-11T21:20:07.0522916Z test_backward_hooks_interaction (__main__.TestModuleHookNN) ... ok (0.002s) 2023-01-11T21:20:07.0523988Z test_hook_backward_size (__main__.TestModuleHookNN) ... ok (0.002s) 2023-01-11T21:20:07.0525018Z test_hook_backward_writeable (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0526087Z test_hook_buffer_registration (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0527112Z test_hook_cpp (__main__.TestModuleHookNN) ... ok (0.003s) 2023-01-11T21:20:07.0528085Z test_hook_extra_input (__main__.TestModuleHookNN) ... ok (0.002s) 2023-01-11T21:20:07.0529156Z test_hook_forward_preforward_writable (__main__.TestModuleHookNN) ... ok (0.002s) 2023-01-11T21:20:07.0530209Z test_hook_inplace (__main__.TestModuleHookNN) ... ok (0.026s) 2023-01-11T21:20:07.0531199Z test_hook_invalid_outputs (__main__.TestModuleHookNN) ... ok (0.002s) 2023-01-11T21:20:07.0532264Z test_hook_last_arg_requires_grad (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0533327Z test_hook_no_requires_grad (__main__.TestModuleHookNN) ... ok (0.003s) 2023-01-11T21:20:07.0534354Z test_hook_non_full_warning (__main__.TestModuleHookNN) ... ok (0.009s) 2023-01-11T21:20:07.0535425Z test_hook_parameter_registration (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0536488Z test_hook_requires_grad (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0538106Z test_hook_submodule_registration (__main__.TestModuleHookNN) ... ok (0.001s) 2023-01-11T21:20:07.0541292Z test_hooks (__main__.TestModuleHookNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1331: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2023-01-11T21:20:07.0543920Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2023-01-11T21:20:07.0544867Z ok (0.017s) 2023-01-11T21:20:07.0545643Z test_forward_hooks (__main__.TestModuleHooks) ... ok (0.005s) 2023-01-11T21:20:07.0546624Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.004s) 2023-01-11T21:20:07.0547782Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2023-01-11T21:20:07.0549267Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.004s) 2023-01-11T21:20:07.0550780Z test_kwarg_hooks (__main__.TestModuleHooks) ... ok (0.005s) 2023-01-11T21:20:07.0551988Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.004s) 2023-01-11T21:20:07.0552960Z test_remove_kwarg_hooks (__main__.TestModuleHooks) ... ok (0.004s) 2023-01-11T21:20:07.0554025Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2023-01-11T21:20:07.0555141Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2023-01-11T21:20:07.0556343Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2023-01-11T21:20:07.0557514Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2023-01-11T21:20:07.0558589Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2023-01-11T21:20:07.0559601Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2023-01-11T21:20:07.0560162Z 2023-01-11T21:20:07.0560887Z ---------------------------------------------------------------------- 2023-01-11T21:20:07.0561743Z Ran 36 tests in 0.163s 2023-01-11T21:20:07.0562149Z 2023-01-11T21:20:07.0562360Z OK 2023-01-11T21:20:07.0562688Z 2023-01-11T21:20:07.0562991Z Generating XML reports... 2023-01-11T21:20:07.0564508Z Generated XML report: test-reports/python-unittest/nn.test_module_hooks/TEST-TestModuleGlobalHooks-20230111212003.xml 2023-01-11T21:20:07.0566370Z Generated XML report: test-reports/python-unittest/nn.test_module_hooks/TEST-TestModuleHookNN-20230111212003.xml 2023-01-11T21:20:07.0568150Z Generated XML report: test-reports/python-unittest/nn.test_module_hooks/TEST-TestModuleHooks-20230111212003.xml 2023-01-11T21:20:07.0569969Z Generated XML report: test-reports/python-unittest/nn.test_module_hooks/TEST-TestStateDictHooks-20230111212003.xml 2023-01-11T21:20:07.0570818Z 2023-01-11T21:20:07.0571595Z ##[endgroup] 2023-01-11T21:20:07.0572996Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (/var/lib/jenkins/pytorch/test/test-reports/nn-test_module_hooks_4g245ex5) 2023-01-11T21:20:07.0573802Z 2023-01-11T21:20:10.2513656Z Running test_sparse_csr ... [2023-01-11 21:20:10.250569] 2023-01-11T21:20:10.2516808Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:20:10.251273] 2023-01-11T21:28:03.4453036Z 2023-01-11T21:28:03.4453968Z Expand the folded group to see the log file of test_sparse_csr 2023-01-11T21:28:03.4456386Z ##[group]PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/pytorch/test/test-reports/test_sparse_csr_a6ss0crr) 2023-01-11T21:28:03.4467024Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2023-01-11T21:28:03.4467851Z 2023-01-11T21:28:03.4470221Z Running tests... 2023-01-11T21:28:03.4472286Z ---------------------------------------------------------------------- 2023-01-11T21:28:03.4477432Z test_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2429: 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:54.) 2023-01-11T21:28:03.4481018Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2023-01-11T21:28:03.4481985Z ok (0.426s) 2023-01-11T21:28:03.4483188Z test_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.126s) 2023-01-11T21:28:03.4485215Z test_addmm_all_sparse_csr_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4487574Z test_addmm_all_sparse_csr_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4489611Z test_addmm_all_sparse_csr_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4491589Z test_addmm_all_sparse_csr_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4493416Z test_addmm_all_sparse_csr_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4495248Z test_addmm_all_sparse_csr_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4497321Z test_addmm_all_sparse_csr_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4499608Z test_addmm_all_sparse_csr_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4501968Z test_addmm_all_sparse_csr_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4504460Z test_addmm_all_sparse_csr_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4506764Z test_addmm_dense_result_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4508740Z test_addmm_dense_result_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4511345Z test_addmm_dense_result_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4513567Z test_addmm_dense_result_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4515460Z test_addmm_dense_result_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4517467Z test_addmm_dense_result_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4519512Z test_addmm_dense_result_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4521530Z test_addmm_dense_result_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:28:03.4523338Z test_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.177s) 2023-01-11T21:28:03.4525355Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4527571Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4529915Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4532543Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4534903Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4537190Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4539407Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4541681Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4544362Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4546559Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4548841Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4551047Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4553398Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4554741Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4555627Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4556397Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4557395Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4558159Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4558910Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4559806Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4560791Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4561948Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4563195Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4564184Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4565259Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4566270Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4567528Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4568859Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4569887Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4570962Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4572006Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4573147Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4574280Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4575240Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4576423Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.004s) 2023-01-11T21:28:03.4577499Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4578586Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4579757Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.003s) 2023-01-11T21:28:03.4580896Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4582008Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4583156Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4584357Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4585441Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4586244Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4586974Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4587906Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4589019Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4590084Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4591426Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4592637Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4593763Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4594824Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4595910Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4597052Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4598303Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4599321Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4600420Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4601671Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4602820Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4604157Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4605322Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4606481Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4607544Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4608634Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4609711Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4610807Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4612012Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4613073Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4614141Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4615204Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4616349Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4617599Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4618838Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4619957Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4621161Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4622264Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4623401Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4624738Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4626091Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4627137Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4628233Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4629266Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4630368Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4631632Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4632744Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4633800Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4634938Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4636051Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4637115Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4638218Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4639402Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4640448Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4641486Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4642628Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4643818Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4644918Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4646003Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4647094Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4648107Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4649196Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4650359Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4651459Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4652397Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4653227Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4653992Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4654794Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4655591Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4656388Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4657183Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4657975Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4658774Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4659578Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4660369Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4661158Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4661949Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4662820Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4663770Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4664539Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4665277Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4666011Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4666754Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4667502Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4668238Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4668980Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4669708Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4670445Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4671158Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4671905Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4672633Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4673353Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4674088Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4674832Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4675573Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4676312Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4677050Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpGEMM is not available (0.002s) 2023-01-11T21:28:03.4678066Z test_autograd_dense_output_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:28:03.4678950Z test_autograd_dense_output_addmv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4679565Z test_autograd_dense_output_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.158s) 2023-01-11T21:28:03.4680295Z test_autograd_dense_output_mv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: ROCm is not supported (0.002s) 2023-01-11T21:28:03.4680921Z test_autograd_sparse_csr_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2023-01-11T21:28:03.4681567Z test_autograd_sparse_csr_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4682291Z test_autograd_sparse_csr_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4683116Z test_autograd_sparse_csr_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4683933Z test_autograd_sparse_csr_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4684751Z test_autograd_sparse_csr_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4685570Z test_autograd_sparse_csr_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4686386Z test_autograd_sparse_csr_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4687180Z test_autograd_sparse_csr_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4687989Z test_autograd_sparse_csr_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4688802Z test_autograd_sparse_csr_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4689619Z test_autograd_sparse_csr_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4690436Z test_autograd_sparse_csr_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4691151Z test_autograd_sparse_csr_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4691787Z test_autograd_sparse_csr_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4692396Z test_autograd_sparse_csr_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.4693102Z test_autograd_sparse_csr_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4693913Z test_autograd_sparse_csr_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4694692Z test_autograd_sparse_csr_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4695514Z test_autograd_sparse_csr_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4696204Z test_autograd_sparse_csr_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4696909Z test_autograd_sparse_csr_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4697712Z test_autograd_sparse_csr_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4698607Z test_autograd_sparse_csr_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4699468Z test_autograd_sparse_csr_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4700292Z test_autograd_sparse_csr_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4701127Z test_autograd_sparse_csr_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4702695Z test_autograd_sparse_csr_unary_log1p_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp:4678.) 2023-01-11T21:28:03.4703861Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:28:03.4704307Z ok (0.011s) 2023-01-11T21:28:03.4704732Z test_autograd_sparse_csr_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4705322Z test_autograd_sparse_csr_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4705907Z test_autograd_sparse_csr_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4706517Z test_autograd_sparse_csr_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4707158Z test_autograd_sparse_csr_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4707771Z test_autograd_sparse_csr_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4708375Z test_autograd_sparse_csr_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4709073Z test_autograd_sparse_csr_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4709853Z test_autograd_sparse_csr_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4710658Z test_autograd_sparse_csr_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4711455Z test_autograd_sparse_csr_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4712268Z test_autograd_sparse_csr_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4713085Z test_autograd_sparse_csr_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4713880Z test_autograd_sparse_csr_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4714689Z test_autograd_sparse_csr_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4715494Z test_autograd_sparse_csr_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4716388Z test_autograd_sparse_csr_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4717302Z test_autograd_sparse_csr_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4718120Z test_autograd_sparse_csr_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4718919Z test_autograd_sparse_csr_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4719696Z test_autograd_sparse_csr_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4720515Z test_autograd_sparse_csr_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4721329Z test_autograd_sparse_csr_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2023-01-11T21:28:03.4721987Z test_baddbmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2023-01-11T21:28:03.4722522Z test_baddbmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2023-01-11T21:28:03.4723036Z test_baddbmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2023-01-11T21:28:03.4723550Z test_baddbmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2023-01-11T21:28:03.4724141Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.331s) 2023-01-11T21:28:03.4724776Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2023-01-11T21:28:03.4725438Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.093s) 2023-01-11T21:28:03.4726105Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.088s) 2023-01-11T21:28:03.4726754Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2023-01-11T21:28:03.4727387Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.075s) 2023-01-11T21:28:03.4728027Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4728676Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4729327Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.089s) 2023-01-11T21:28:03.4729979Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4730593Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2023-01-11T21:28:03.4731226Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2023-01-11T21:28:03.4731865Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.088s) 2023-01-11T21:28:03.4732508Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.084s) 2023-01-11T21:28:03.4733158Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2023-01-11T21:28:03.4733806Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4734526Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2023-01-11T21:28:03.4735209Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.078s) 2023-01-11T21:28:03.4735816Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4736451Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4737098Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.095s) 2023-01-11T21:28:03.4737744Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4738384Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4739020Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.085s) 2023-01-11T21:28:03.4739657Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.088s) 2023-01-11T21:28:03.4740308Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.084s) 2023-01-11T21:28:03.4740927Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2023-01-11T21:28:03.4741566Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.088s) 2023-01-11T21:28:03.4742196Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2023-01-11T21:28:03.4742830Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.074s) 2023-01-11T21:28:03.4743473Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.095s) 2023-01-11T21:28:03.4744399Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4745056Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.089s) 2023-01-11T21:28:03.4745687Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4746316Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.083s) 2023-01-11T21:28:03.4746929Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2023-01-11T21:28:03.4747567Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4748213Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.084s) 2023-01-11T21:28:03.4748862Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2023-01-11T21:28:03.4749510Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4750152Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4750785Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2023-01-11T21:28:03.4751412Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4752023Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4752763Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.093s) 2023-01-11T21:28:03.4753464Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2023-01-11T21:28:03.4754106Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2023-01-11T21:28:03.4754666Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.085s) 2023-01-11T21:28:03.4755195Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2023-01-11T21:28:03.4755731Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4756263Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4756789Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4757294Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4757832Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4758360Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4758885Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4759416Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4759949Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4760486Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4761009Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4761519Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4762050Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4762582Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4763106Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4763635Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2023-01-11T21:28:03.4764172Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4764700Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4765230Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4765739Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4766276Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4766798Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4767321Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4767912Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4768451Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4769021Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2023-01-11T21:28:03.4769549Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4770078Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4770585Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4771112Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4771640Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.4772398Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... test_sparse_csr.py:1616: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2023-01-11T21:28:03.4773163Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2023-01-11T21:28:03.4773599Z X = torch.triangular_solve(B, A).solution 2023-01-11T21:28:03.4773916Z should be replaced with 2023-01-11T21:28:03.4774405Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2219.) 2023-01-11T21:28:03.4774874Z expected_X, _ = torch.triangular_solve( 2023-01-11T21:28:03.4775174Z ok (0.128s) 2023-01-11T21:28:03.4775596Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4776167Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4776726Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2023-01-11T21:28:03.4777293Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4777862Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4778422Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2023-01-11T21:28:03.4778956Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2023-01-11T21:28:03.4779524Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4780100Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2023-01-11T21:28:03.4780662Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4781222Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4781792Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4782362Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4782981Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4783538Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4784222Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4784901Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2023-01-11T21:28:03.4785577Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4786244Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4786914Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4787594Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4788257Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4788914Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2023-01-11T21:28:03.4789581Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2023-01-11T21:28:03.4790235Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2023-01-11T21:28:03.4790904Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4794478Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4795071Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2023-01-11T21:28:03.4795634Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4796189Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2023-01-11T21:28:03.4796740Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2023-01-11T21:28:03.4797263Z test_bmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2023-01-11T21:28:03.4797767Z test_bmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2023-01-11T21:28:03.4798245Z test_bmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2023-01-11T21:28:03.4798731Z test_bmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.002s) 2023-01-11T21:28:03.4799253Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4799748Z This test performs a smoke test for covered conversion and verifies ... ok (0.043s) 2023-01-11T21:28:03.4800245Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4800740Z This test performs a smoke test for covered conversion and verifies ... ok (0.043s) 2023-01-11T21:28:03.4801241Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4801734Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4802205Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4802772Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4803266Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4803797Z This test performs a smoke test for covered conversion and verifies ... ok (0.043s) 2023-01-11T21:28:03.4804296Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4804784Z This test performs a smoke test for covered conversion and verifies ... ok (0.041s) 2023-01-11T21:28:03.4805279Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4805747Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4806238Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4806737Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2023-01-11T21:28:03.4807228Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4807720Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4808211Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4808701Z This test performs a smoke test for covered conversion and verifies ... ok (0.030s) 2023-01-11T21:28:03.4809165Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4809651Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2023-01-11T21:28:03.4810142Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4810640Z This test performs a smoke test for covered conversion and verifies ... ok (0.008s) 2023-01-11T21:28:03.4811135Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4811626Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4812121Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4812616Z This test performs a smoke test for covered conversion and verifies ... ok (0.022s) 2023-01-11T21:28:03.4813086Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4813578Z This test performs a smoke test for covered conversion and verifies ... ok (0.011s) 2023-01-11T21:28:03.4814074Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4814567Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2023-01-11T21:28:03.4815029Z test_coo_csr_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2023-01-11T21:28:03.4815483Z test_coo_csr_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4815943Z test_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4816397Z test_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4816861Z test_coo_csr_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4817319Z test_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4817773Z test_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4818224Z test_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4818667Z test_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4819173Z test_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4819594Z test_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4820101Z test_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4820558Z test_coo_to_csr_convert_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2023-01-11T21:28:03.4821022Z test_csr_coo_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4821478Z test_csr_coo_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4821934Z test_csr_coo_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4822398Z test_csr_coo_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4822829Z test_csr_coo_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4823287Z test_csr_coo_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4823819Z test_csr_coo_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4824320Z test_csr_coo_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4824862Z test_csr_coo_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4825407Z test_csr_coo_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4825942Z test_csr_coo_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4826455Z test_csr_coo_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4826997Z test_csr_double_to_sparse_csr_cuda (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.4827531Z test_csr_is_contiguous_cuda (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4828341Z test_csr_matvec_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: ROCm doesn't work with half dtypes correctly. (0.002s) 2023-01-11T21:28:03.4828948Z test_csr_matvec_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.116s) 2023-01-11T21:28:03.4829494Z test_csr_matvec_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4830244Z test_csr_matvec_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: ROCm doesn't work with half dtypes correctly. (0.002s) 2023-01-11T21:28:03.4830815Z test_csr_matvec_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4831337Z test_csr_matvec_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2023-01-11T21:28:03.4832339Z test_csr_storage_cuda (__main__.TestSparseCSRCUDA) ... test_sparse_csr.py:924: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:28:03.4833213Z a.storage() 2023-01-11T21:28:03.4833518Z ok (0.003s) 2023-01-11T21:28:03.4833924Z test_csr_stride_cuda (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4834483Z test_csr_to_block_csr_blocksize_2_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2023-01-11T21:28:03.4834982Z test_csr_to_block_csr_blocksize_2_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2023-01-11T21:28:03.4835447Z test_csr_to_block_csr_blocksize_4_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4835937Z test_csr_to_block_csr_blocksize_4_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4836418Z test_csr_to_block_csr_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4836917Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4837481Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2023-01-11T21:28:03.4837963Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4838496Z This test tests conversion from dense to/from CSR and CSC ... ok (0.474s) 2023-01-11T21:28:03.4838960Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4839439Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2023-01-11T21:28:03.4839927Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4840407Z This test tests conversion from dense to/from CSR and CSC ... ok (0.028s) 2023-01-11T21:28:03.4840882Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4841355Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2023-01-11T21:28:03.4841845Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4842296Z This test tests conversion from dense to/from CSR and CSC ... ok (0.379s) 2023-01-11T21:28:03.4842787Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4843261Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2023-01-11T21:28:03.4843751Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4844232Z This test tests conversion from dense to/from CSR and CSC ... ok (0.026s) 2023-01-11T21:28:03.4844705Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4845175Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2023-01-11T21:28:03.4845631Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4846108Z This test tests conversion from dense to/from CSR and CSC ... ok (0.101s) 2023-01-11T21:28:03.4846585Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4847068Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2023-01-11T21:28:03.4847553Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4848033Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2023-01-11T21:28:03.4848503Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4848949Z This test tests conversion from dense to/from CSR and CSC ... ok (0.018s) 2023-01-11T21:28:03.4849431Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4849911Z This test tests conversion from dense to/from CSR and CSC ... ok (0.099s) 2023-01-11T21:28:03.4850395Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4850871Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2023-01-11T21:28:03.4851359Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.4851837Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2023-01-11T21:28:03.4852271Z test_direct_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4852760Z test_direct_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4853243Z test_direct_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4853718Z test_direct_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4854251Z test_direct_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4854722Z test_direct_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4855236Z test_direct_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4855706Z test_direct_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4856149Z test_direct_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4856610Z test_exercise_detach_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4857056Z test_exercise_detach_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4857509Z test_exercise_detach_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4857970Z test_exercise_detach_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4858429Z test_exercise_detach_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4858876Z test_exercise_detach_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4859297Z test_exercise_detach_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4859740Z test_exercise_detach_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4860181Z test_exercise_detach_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4860621Z test_exercise_detach_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.4861062Z test_exercise_detach_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4861502Z test_exercise_detach_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4861932Z test_matmul_device_mismatch_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2023-01-11T21:28:03.4862419Z test_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only CUDA 11+ is supported (0.011s) 2023-01-11T21:28:03.4862876Z test_mm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4863293Z test_mul_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.336s) 2023-01-11T21:28:03.4863885Z test_mul_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.344s) 2023-01-11T21:28:03.4864835Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (6.634s) 2023-01-11T21:28:03.4865937Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (3.829s) 2023-01-11T21:28:03.4866682Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (7.198s) 2023-01-11T21:28:03.4867295Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (7.207s) 2023-01-11T21:28:03.4867929Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (5.970s) 2023-01-11T21:28:03.4868568Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (6.549s) 2023-01-11T21:28:03.4869192Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (6.515s) 2023-01-11T21:28:03.4869818Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (5.231s) 2023-01-11T21:28:03.4870440Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (5.235s) 2023-01-11T21:28:03.4871056Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (5.221s) 2023-01-11T21:28:03.4871648Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (5.244s) 2023-01-11T21:28:03.4872268Z test_mul_scalar_enable_hybrid_False_SparseBSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (5.237s) 2023-01-11T21:28:03.4872891Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (4.773s) 2023-01-11T21:28:03.4873626Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.769s) 2023-01-11T21:28:03.4874311Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (5.238s) 2023-01-11T21:28:03.4874962Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (5.284s) 2023-01-11T21:28:03.4875493Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (4.339s) 2023-01-11T21:28:03.4876006Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (4.785s) 2023-01-11T21:28:03.4876502Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (4.745s) 2023-01-11T21:28:03.4877018Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (3.796s) 2023-01-11T21:28:03.4877537Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (3.776s) 2023-01-11T21:28:03.4878046Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (3.758s) 2023-01-11T21:28:03.4878558Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (3.788s) 2023-01-11T21:28:03.4879070Z test_mul_scalar_enable_hybrid_False_SparseBSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (3.819s) 2023-01-11T21:28:03.4879585Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.748s) 2023-01-11T21:28:03.4880100Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.973s) 2023-01-11T21:28:03.4880594Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.920s) 2023-01-11T21:28:03.4881122Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.977s) 2023-01-11T21:28:03.4881650Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.588s) 2023-01-11T21:28:03.4882165Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.750s) 2023-01-11T21:28:03.4882683Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.723s) 2023-01-11T21:28:03.4883192Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.305s) 2023-01-11T21:28:03.4883696Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.302s) 2023-01-11T21:28:03.4884203Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.289s) 2023-01-11T21:28:03.4884692Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.305s) 2023-01-11T21:28:03.4885207Z test_mul_scalar_enable_hybrid_False_SparseCSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.303s) 2023-01-11T21:28:03.4885720Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.628s) 2023-01-11T21:28:03.4886238Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.903s) 2023-01-11T21:28:03.4886755Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.800s) 2023-01-11T21:28:03.4887283Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.843s) 2023-01-11T21:28:03.4887804Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.474s) 2023-01-11T21:28:03.4888316Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.630s) 2023-01-11T21:28:03.4888804Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.602s) 2023-01-11T21:28:03.4889379Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.208s) 2023-01-11T21:28:03.4889888Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.207s) 2023-01-11T21:28:03.4890434Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.194s) 2023-01-11T21:28:03.4890947Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.204s) 2023-01-11T21:28:03.4891457Z test_mul_scalar_enable_hybrid_False_SparseCSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.205s) 2023-01-11T21:28:03.4892597Z test_resize_as_sparse_compressed_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_creation.py:167: 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:31.) 2023-01-11T21:28:03.4893363Z result = torch.empty(shape, device=device, dtype=dtype) 2023-01-11T21:28:03.4893682Z ok (0.070s) 2023-01-11T21:28:03.4894050Z test_resize_as_sparse_compressed_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2023-01-11T21:28:03.4894567Z test_resize_as_sparse_compressed_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2023-01-11T21:28:03.4895086Z test_resize_as_sparse_compressed_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2023-01-11T21:28:03.4895601Z test_resize_as_sparse_compressed_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.083s) 2023-01-11T21:28:03.4896120Z test_resize_as_sparse_compressed_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.083s) 2023-01-11T21:28:03.4896631Z test_resize_as_sparse_compressed_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.095s) 2023-01-11T21:28:03.4897148Z test_resize_as_sparse_compressed_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.095s) 2023-01-11T21:28:03.4897597Z test_resize_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4898015Z test_resize_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4898444Z test_resize_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4898880Z test_resize_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4899304Z test_resize_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4899725Z test_resize_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4900148Z test_resize_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4900539Z test_resize_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4900955Z test_resize_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4901364Z test_resize_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4901778Z test_resize_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4902189Z test_resize_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4902618Z test_resize_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4903028Z test_resize_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4903473Z test_resize_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4903963Z test_resize_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4904422Z test_resize_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4904943Z test_resize_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4905470Z test_resize_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4906082Z test_resize_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4906575Z test_resize_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4907089Z test_resize_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4907664Z test_resize_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4908185Z test_resize_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2023-01-11T21:28:03.4908981Z test_sampled_addmm_autograd_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4909871Z test_sampled_addmm_autograd_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4910738Z test_sampled_addmm_autograd_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4911613Z test_sampled_addmm_autograd_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4912450Z test_sampled_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:28:03.4913299Z test_sampled_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:28:03.4914135Z test_sampled_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:28:03.4914901Z test_sampled_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:28:03.4915422Z test_sampled_addmm_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2023-01-11T21:28:03.4915897Z test_sampled_addmm_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2023-01-11T21:28:03.4916369Z test_sampled_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2023-01-11T21:28:03.4916827Z test_sampled_addmm_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2023-01-11T21:28:03.4917466Z test_sampled_addmm_zero_sized_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:28:03.4918195Z test_sampled_addmm_zero_sized_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:28:03.4918921Z test_sampled_addmm_zero_sized_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:28:03.4919633Z test_sampled_addmm_zero_sized_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:28:03.4920160Z test_select_SparseBSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4920632Z test_select_SparseBSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4921105Z test_select_SparseBSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4921585Z test_select_SparseBSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4922030Z test_select_SparseBSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4922500Z test_select_SparseBSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4922965Z test_select_SparseBSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4923432Z test_select_SparseBSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4923900Z test_select_SparseBSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4924360Z test_select_SparseBSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4924893Z test_select_SparseBSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4925329Z test_select_SparseBSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4925841Z test_select_SparseBSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4926309Z test_select_SparseBSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4926775Z test_select_SparseBSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4927255Z test_select_SparseBSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4927726Z test_select_SparseBSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4928195Z test_select_SparseBSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4928657Z test_select_SparseBSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4929099Z test_select_SparseBSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4929558Z test_select_SparseBSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4930019Z test_select_SparseBSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4930474Z test_select_SparseBSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.4930936Z test_select_SparseBSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4931401Z test_select_SparseBSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4931862Z test_select_SparseBSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4932309Z test_select_SparseBSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4932781Z test_select_SparseBSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4933252Z test_select_SparseBSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4933716Z test_select_SparseBSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4934184Z test_select_SparseBSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4934646Z test_select_SparseBSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4935103Z test_select_SparseBSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4935532Z test_select_SparseBSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4935990Z test_select_SparseBSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4936449Z test_select_SparseBSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4936926Z test_select_SparseBSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4937402Z test_select_SparseBSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4937879Z test_select_SparseBSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4938358Z test_select_SparseBSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4938805Z test_select_SparseBSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4939266Z test_select_SparseBSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4939727Z test_select_SparseBSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4940192Z test_select_SparseBSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4940652Z test_select_SparseBSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4941176Z test_select_SparseBSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4941632Z test_select_SparseBSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4942108Z test_select_SparseBSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4942577Z test_select_SparseCSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4943036Z test_select_SparseCSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4943506Z test_select_SparseCSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4944029Z test_select_SparseCSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4944522Z test_select_SparseCSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4945069Z test_select_SparseCSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4945602Z test_select_SparseCSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4946161Z test_select_SparseCSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4946711Z test_select_SparseCSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4947255Z test_select_SparseCSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4947808Z test_select_SparseCSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4948357Z test_select_SparseCSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4948916Z test_select_SparseCSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4949462Z test_select_SparseCSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4950023Z test_select_SparseCSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4950595Z test_select_SparseCSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4951163Z test_select_SparseCSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4951720Z test_select_SparseCSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4952282Z test_select_SparseCSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.4952837Z test_select_SparseCSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4953350Z test_select_SparseCSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4953907Z test_select_SparseCSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4954459Z test_select_SparseCSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4954979Z test_select_SparseCSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.4955450Z test_select_SparseCSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4955911Z test_select_SparseCSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4956381Z test_select_SparseCSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4956830Z test_select_SparseCSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4957299Z test_select_SparseCSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4957766Z test_select_SparseCSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4958229Z test_select_SparseCSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4958684Z test_select_SparseCSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4959227Z test_select_SparseCSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4959682Z test_select_SparseCSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4960133Z test_select_SparseCSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4960616Z test_select_SparseCSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4961084Z test_select_SparseCSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4961547Z test_select_SparseCSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4962029Z test_select_SparseCSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4962501Z test_select_SparseCSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4962969Z test_select_SparseCSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4963437Z test_select_SparseCSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4963881Z test_select_SparseCSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2023-01-11T21:28:03.4964345Z test_select_SparseCSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4964801Z test_select_SparseCSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4965252Z test_select_SparseCSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4965708Z test_select_SparseCSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4966164Z test_select_SparseCSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2023-01-11T21:28:03.4966613Z test_sparse_add_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2023-01-11T21:28:03.4967033Z test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2023-01-11T21:28:03.4967471Z test_sparse_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2023-01-11T21:28:03.4967898Z test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2023-01-11T21:28:03.4968344Z test_sparse_add_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2023-01-11T21:28:03.4968810Z test_sparse_add_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2023-01-11T21:28:03.4969265Z test_sparse_add_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4969715Z test_sparse_add_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2023-01-11T21:28:03.4970138Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2023-01-11T21:28:03.4970589Z test_sparse_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2023-01-11T21:28:03.4971035Z test_sparse_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2023-01-11T21:28:03.4971476Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.205s) 2023-01-11T21:28:03.4971928Z test_sparse_csc_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4972383Z test_sparse_csc_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4972843Z test_sparse_csc_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4973283Z test_sparse_csc_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4973742Z test_sparse_csc_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4974197Z test_sparse_csc_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4974652Z test_sparse_csc_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4975102Z test_sparse_csc_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4975558Z test_sparse_csc_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4976074Z test_sparse_csc_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4976496Z test_sparse_csc_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4976986Z test_sparse_csc_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4977451Z test_sparse_csr_from_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4977913Z test_sparse_csr_from_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4978376Z test_sparse_csr_from_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4978853Z test_sparse_csr_from_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4979324Z test_sparse_csr_from_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4979763Z test_sparse_csr_from_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4980217Z test_sparse_csr_from_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4980670Z test_sparse_csr_from_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4981127Z test_sparse_csr_from_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4981581Z test_sparse_csr_from_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4982031Z test_sparse_csr_from_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4982483Z test_sparse_csr_from_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4982911Z test_sparse_csr_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4983363Z test_sparse_csr_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4983951Z test_sparse_csr_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4984422Z test_sparse_csr_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4984974Z test_sparse_csr_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4985525Z test_sparse_csr_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4986071Z test_sparse_csr_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.4986587Z test_sparse_csr_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4987126Z test_sparse_csr_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4987665Z test_sparse_csr_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4988201Z test_sparse_csr_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4988745Z test_sparse_csr_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.4989308Z test_sparse_csr_unary_inplace_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4989881Z test_sparse_csr_unary_inplace_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.4990448Z test_sparse_csr_unary_inplace_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.4991042Z test_sparse_csr_unary_inplace_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.4991636Z test_sparse_csr_unary_inplace_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.4992214Z test_sparse_csr_unary_inplace_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4992791Z test_sparse_csr_unary_inplace_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4993371Z test_sparse_csr_unary_inplace_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4994036Z test_sparse_csr_unary_inplace_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.4994572Z test_sparse_csr_unary_inplace_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4995147Z test_sparse_csr_unary_inplace_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.4995624Z test_sparse_csr_unary_inplace_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.4996097Z test_sparse_csr_unary_inplace_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.4996641Z test_sparse_csr_unary_inplace_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.4997262Z test_sparse_csr_unary_inplace_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.4997888Z test_sparse_csr_unary_inplace_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.4998509Z test_sparse_csr_unary_inplace_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.4999122Z test_sparse_csr_unary_inplace_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.4999700Z test_sparse_csr_unary_inplace_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5000302Z test_sparse_csr_unary_inplace_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5000901Z test_sparse_csr_unary_inplace_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5001500Z test_sparse_csr_unary_inplace_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5002106Z test_sparse_csr_unary_inplace_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5002717Z test_sparse_csr_unary_inplace_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5003255Z test_sparse_csr_unary_inplace_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5003736Z test_sparse_csr_unary_inplace_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5004222Z test_sparse_csr_unary_inplace_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5004695Z test_sparse_csr_unary_inplace_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5005190Z test_sparse_csr_unary_inplace_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5005678Z test_sparse_csr_unary_inplace_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5006166Z test_sparse_csr_unary_inplace_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5006652Z test_sparse_csr_unary_inplace_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5007132Z test_sparse_csr_unary_inplace_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5007612Z test_sparse_csr_unary_inplace_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5008062Z test_sparse_csr_unary_inplace_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5008538Z test_sparse_csr_unary_inplace_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5009012Z test_sparse_csr_unary_inplace_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5009567Z test_sparse_csr_unary_inplace_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5010052Z test_sparse_csr_unary_inplace_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5010586Z test_sparse_csr_unary_inplace_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5011090Z test_sparse_csr_unary_inplace_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5011558Z test_sparse_csr_unary_inplace_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5012047Z test_sparse_csr_unary_inplace_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5012535Z test_sparse_csr_unary_inplace_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5013019Z test_sparse_csr_unary_inplace_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5013507Z test_sparse_csr_unary_inplace_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5013985Z test_sparse_csr_unary_inplace_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5014466Z test_sparse_csr_unary_inplace_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5014943Z test_sparse_csr_unary_inplace_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5015395Z test_sparse_csr_unary_inplace_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5015879Z test_sparse_csr_unary_inplace_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5016358Z test_sparse_csr_unary_inplace_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5016845Z test_sparse_csr_unary_inplace_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5017340Z test_sparse_csr_unary_inplace_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5017837Z test_sparse_csr_unary_inplace_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5018326Z test_sparse_csr_unary_inplace_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5018785Z test_sparse_csr_unary_inplace_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5019276Z test_sparse_csr_unary_inplace_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5019750Z test_sparse_csr_unary_inplace_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5020234Z test_sparse_csr_unary_inplace_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5020711Z test_sparse_csr_unary_inplace_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5021183Z test_sparse_csr_unary_inplace_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5021670Z test_sparse_csr_unary_inplace_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5022162Z test_sparse_csr_unary_inplace_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5022624Z test_sparse_csr_unary_inplace_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5023113Z test_sparse_csr_unary_inplace_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5023609Z test_sparse_csr_unary_inplace_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5024166Z test_sparse_csr_unary_inplace_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5024658Z test_sparse_csr_unary_inplace_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5025210Z test_sparse_csr_unary_inplace_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5025877Z test_sparse_csr_unary_inplace_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5026431Z test_sparse_csr_unary_inplace_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5027069Z test_sparse_csr_unary_inplace_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5027646Z test_sparse_csr_unary_inplace_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5028218Z test_sparse_csr_unary_inplace_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5028792Z test_sparse_csr_unary_inplace_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5029374Z test_sparse_csr_unary_inplace_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5029953Z test_sparse_csr_unary_inplace_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5030505Z test_sparse_csr_unary_inplace_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5031093Z test_sparse_csr_unary_inplace_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5031667Z test_sparse_csr_unary_inplace_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5032241Z test_sparse_csr_unary_inplace_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5032807Z test_sparse_csr_unary_inplace_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5033379Z test_sparse_csr_unary_inplace_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5033952Z test_sparse_csr_unary_inplace_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5034553Z test_sparse_csr_unary_inplace_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5035100Z test_sparse_csr_unary_inplace_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5035619Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5036142Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5036669Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5037185Z test_sparse_csr_unary_inplace_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5037699Z test_sparse_csr_unary_inplace_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5038210Z test_sparse_csr_unary_inplace_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5038716Z test_sparse_csr_unary_inplace_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5039200Z test_sparse_csr_unary_inplace_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5039706Z test_sparse_csr_unary_inplace_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5040212Z test_sparse_csr_unary_inplace_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5040720Z test_sparse_csr_unary_inplace_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5041223Z test_sparse_csr_unary_inplace_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5041716Z test_sparse_csr_unary_inplace_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5042211Z test_sparse_csr_unary_inplace_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5042674Z test_sparse_csr_unary_inplace_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5043239Z test_sparse_csr_unary_inplace_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5043731Z test_sparse_csr_unary_inplace_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5044268Z test_sparse_csr_unary_inplace_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5044759Z test_sparse_csr_unary_inplace_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5045247Z test_sparse_csr_unary_inplace_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5045734Z test_sparse_csr_unary_inplace_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5046214Z test_sparse_csr_unary_inplace_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5046666Z test_sparse_csr_unary_inplace_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5047149Z test_sparse_csr_unary_inplace_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5047641Z test_sparse_csr_unary_inplace_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5048120Z test_sparse_csr_unary_inplace_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5048601Z test_sparse_csr_unary_inplace_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5049073Z test_sparse_csr_unary_inplace_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5049551Z test_sparse_csr_unary_inplace_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5049994Z test_sparse_csr_unary_inplace_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5050464Z test_sparse_csr_unary_inplace_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5050944Z test_sparse_csr_unary_inplace_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2023-01-11T21:28:03.5051434Z test_sparse_csr_unary_inplace_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5051926Z test_sparse_csr_unary_inplace_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5052416Z test_sparse_csr_unary_inplace_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5052900Z test_sparse_csr_unary_inplace_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5053384Z test_sparse_csr_unary_inplace_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5053839Z test_sparse_csr_unary_inplace_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5054315Z test_sparse_csr_unary_inplace_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5054792Z test_sparse_csr_unary_inplace_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5055278Z test_sparse_csr_unary_inplace_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2023-01-11T21:28:03.5055762Z test_sparse_csr_unary_inplace_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5056248Z test_sparse_csr_unary_inplace_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5056736Z test_sparse_csr_unary_inplace_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5057196Z test_sparse_csr_unary_inplace_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5057675Z test_sparse_csr_unary_inplace_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5058152Z test_sparse_csr_unary_inplace_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5058626Z test_sparse_csr_unary_inplace_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5059213Z test_sparse_csr_unary_inplace_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5059691Z test_sparse_csr_unary_inplace_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5060182Z test_sparse_csr_unary_inplace_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5060685Z test_sparse_csr_unary_inplace_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5061173Z test_sparse_csr_unary_inplace_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5061648Z test_sparse_csr_unary_inplace_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5062126Z test_sparse_csr_unary_inplace_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5062602Z test_sparse_csr_unary_inplace_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5063082Z test_sparse_csr_unary_inplace_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5063564Z test_sparse_csr_unary_inplace_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5064186Z test_sparse_csr_unary_inplace_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5064651Z test_sparse_csr_unary_inplace_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5065238Z test_sparse_csr_unary_inplace_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5065818Z test_sparse_csr_unary_inplace_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5066388Z test_sparse_csr_unary_inplace_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5067049Z test_sparse_csr_unary_inplace_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5067773Z test_sparse_csr_unary_inplace_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5068512Z test_sparse_csr_unary_inplace_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5069258Z test_sparse_csr_unary_inplace_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5069965Z test_sparse_csr_unary_inplace_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5070695Z test_sparse_csr_unary_inplace_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5071425Z test_sparse_csr_unary_inplace_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2023-01-11T21:28:03.5072152Z test_sparse_csr_unary_inplace_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5072879Z test_sparse_csr_unary_inplace_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5073604Z test_sparse_csr_unary_inplace_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2023-01-11T21:28:03.5074328Z test_sparse_csr_unary_inplace_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5075045Z test_sparse_csr_unary_inplace_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5075654Z test_sparse_csr_unary_inplace_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5076255Z test_sparse_csr_unary_inplace_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5076923Z test_sparse_csr_unary_inplace_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5077584Z test_sparse_csr_unary_inplace_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5078205Z test_sparse_csr_unary_inplace_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5078819Z test_sparse_csr_unary_inplace_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5079424Z test_sparse_csr_unary_inplace_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5080027Z test_sparse_csr_unary_inplace_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5080628Z test_sparse_csr_unary_inplace_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5081228Z test_sparse_csr_unary_inplace_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5081830Z test_sparse_csr_unary_inplace_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5082436Z test_sparse_csr_unary_inplace_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5083007Z test_sparse_csr_unary_inplace_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5083616Z test_sparse_csr_unary_inplace_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5084232Z test_sparse_csr_unary_inplace_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5084856Z test_sparse_csr_unary_inplace_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5085472Z test_sparse_csr_unary_inplace_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5086089Z test_sparse_csr_unary_inplace_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2023-01-11T21:28:03.5086700Z test_sparse_csr_unary_inplace_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5087310Z test_sparse_csr_unary_inplace_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5087916Z test_sparse_csr_unary_inplace_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5088494Z test_sparse_csr_unary_inplace_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5089103Z test_sparse_csr_unary_inplace_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5089715Z test_sparse_csr_unary_inplace_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5090330Z test_sparse_csr_unary_inplace_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5090941Z test_sparse_csr_unary_inplace_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5091633Z test_sparse_csr_unary_inplace_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5092285Z test_sparse_csr_unary_inplace_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5092895Z test_sparse_csr_unary_inplace_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5093500Z test_sparse_csr_unary_inplace_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5094101Z test_sparse_csr_unary_inplace_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5094677Z test_sparse_csr_unary_inplace_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5095288Z test_sparse_csr_unary_inplace_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5095832Z test_sparse_csr_unary_inplace_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5096326Z test_sparse_csr_unary_inplace_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5096821Z test_sparse_csr_unary_inplace_log1p_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5097322Z test_sparse_csr_unary_inplace_log1p_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5097815Z test_sparse_csr_unary_inplace_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5098305Z test_sparse_csr_unary_inplace_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5098761Z test_sparse_csr_unary_inplace_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5099245Z test_sparse_csr_unary_inplace_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5099723Z test_sparse_csr_unary_inplace_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5100203Z test_sparse_csr_unary_inplace_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5100686Z test_sparse_csr_unary_inplace_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5101171Z test_sparse_csr_unary_inplace_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5101653Z test_sparse_csr_unary_inplace_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5102144Z test_sparse_csr_unary_inplace_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5102618Z test_sparse_csr_unary_inplace_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5103109Z test_sparse_csr_unary_inplace_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5103601Z test_sparse_csr_unary_inplace_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5104137Z test_sparse_csr_unary_inplace_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5104617Z test_sparse_csr_unary_inplace_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5105150Z test_sparse_csr_unary_inplace_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5105724Z test_sparse_csr_unary_inplace_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5106265Z test_sparse_csr_unary_inplace_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5106833Z test_sparse_csr_unary_inplace_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5107399Z test_sparse_csr_unary_inplace_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5108192Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5109028Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5109813Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5110583Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5111348Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5112227Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5112996Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5113762Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5114528Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5115258Z test_sparse_csr_unary_inplace_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5115881Z test_sparse_csr_unary_inplace_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5116517Z test_sparse_csr_unary_inplace_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5117148Z test_sparse_csr_unary_inplace_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5117781Z test_sparse_csr_unary_inplace_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5118403Z test_sparse_csr_unary_inplace_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5119021Z test_sparse_csr_unary_inplace_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5119600Z test_sparse_csr_unary_inplace_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5120251Z test_sparse_csr_unary_inplace_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5120862Z test_sparse_csr_unary_inplace_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5121468Z test_sparse_csr_unary_inplace_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5122075Z test_sparse_csr_unary_inplace_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5122626Z test_sparse_csr_unary_inplace_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5123119Z test_sparse_csr_unary_inplace_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5123613Z test_sparse_csr_unary_inplace_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5124187Z test_sparse_csr_unary_inplace_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5124653Z test_sparse_csr_unary_inplace_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5125184Z test_sparse_csr_unary_inplace_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5125671Z test_sparse_csr_unary_inplace_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5126155Z test_sparse_csr_unary_inplace_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5126639Z test_sparse_csr_unary_inplace_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5127127Z test_sparse_csr_unary_inplace_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5127615Z test_sparse_csr_unary_inplace_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5128104Z test_sparse_csr_unary_inplace_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5128561Z test_sparse_csr_unary_inplace_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5129043Z test_sparse_csr_unary_inplace_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5129532Z test_sparse_csr_unary_inplace_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5130007Z test_sparse_csr_unary_inplace_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5130482Z test_sparse_csr_unary_inplace_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5130963Z test_sparse_csr_unary_inplace_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5131439Z test_sparse_csr_unary_inplace_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5131896Z test_sparse_csr_unary_inplace_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5132370Z test_sparse_csr_unary_inplace_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5132860Z test_sparse_csr_unary_inplace_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5133351Z test_sparse_csr_unary_inplace_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5133840Z test_sparse_csr_unary_inplace_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5134329Z test_sparse_csr_unary_inplace_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5134804Z test_sparse_csr_unary_inplace_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5135256Z test_sparse_csr_unary_inplace_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5135731Z test_sparse_csr_unary_inplace_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5136210Z test_sparse_csr_unary_inplace_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5136683Z test_sparse_csr_unary_inplace_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5137162Z test_sparse_csr_unary_inplace_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5137643Z test_sparse_csr_unary_inplace_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5138122Z test_sparse_csr_unary_inplace_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5138611Z test_sparse_csr_unary_inplace_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5139063Z test_sparse_csr_unary_inplace_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5139552Z test_sparse_csr_unary_inplace_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5140119Z test_sparse_csr_unary_inplace_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5140603Z test_sparse_csr_unary_inplace_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5141122Z test_sparse_csr_unary_inplace_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5141609Z test_sparse_csr_unary_inplace_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5142083Z test_sparse_csr_unary_inplace_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5142531Z test_sparse_csr_unary_inplace_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5143083Z test_sparse_csr_unary_inplace_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5143845Z test_sparse_csr_unary_inplace_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5144473Z test_sparse_csr_unary_inplace_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5145087Z test_sparse_csr_unary_inplace_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2023-01-11T21:28:03.5145693Z test_sparse_csr_unary_inplace_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5146302Z test_sparse_csr_unary_inplace_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5146905Z test_sparse_csr_unary_inplace_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5147510Z test_sparse_csr_unary_inplace_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5148114Z test_sparse_csr_unary_inplace_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5148690Z test_sparse_csr_unary_inplace_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2023-01-11T21:28:03.5149230Z test_sparse_csr_unary_inplace_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5149707Z test_sparse_csr_unary_inplace_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5150192Z test_sparse_csr_unary_inplace_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5150684Z test_sparse_csr_unary_inplace_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5151173Z test_sparse_csr_unary_inplace_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5151657Z test_sparse_csr_unary_inplace_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5152108Z test_sparse_csr_unary_inplace_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5152591Z test_sparse_csr_unary_inplace_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5153062Z test_sparse_csr_unary_inplace_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5153534Z test_sparse_csr_unary_inplace_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5154003Z test_sparse_csr_unary_inplace_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5154471Z test_sparse_csr_unary_inplace_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5154947Z test_sparse_csr_unary_inplace_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5155182Z test_sparse_csr_unary_inplace_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5155499Z test_sparse_csr_unary_inplace_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5155732Z test_sparse_csr_unary_inplace_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5155984Z test_sparse_csr_unary_inplace_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5156218Z test_sparse_csr_unary_inplace_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5156444Z test_sparse_csr_unary_inplace_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5156668Z test_sparse_csr_unary_inplace_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5156889Z test_sparse_csr_unary_inplace_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5157106Z test_sparse_csr_unary_inplace_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5157330Z test_sparse_csr_unary_inplace_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5157551Z test_sparse_csr_unary_inplace_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5157773Z test_sparse_csr_unary_inplace_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5157995Z test_sparse_csr_unary_inplace_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5158223Z test_sparse_csr_unary_inplace_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5158441Z test_sparse_csr_unary_inplace_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5158674Z test_sparse_csr_unary_inplace_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5158905Z test_sparse_csr_unary_inplace_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5159134Z test_sparse_csr_unary_inplace_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5159358Z test_sparse_csr_unary_inplace_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5159584Z test_sparse_csr_unary_inplace_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5159806Z test_sparse_csr_unary_inplace_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5160029Z test_sparse_csr_unary_inplace_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5160251Z test_sparse_csr_unary_inplace_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5160470Z test_sparse_csr_unary_inplace_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5160687Z test_sparse_csr_unary_inplace_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5160881Z test_sparse_csr_unary_inplace_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5161107Z test_sparse_csr_unary_inplace_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5161324Z test_sparse_csr_unary_inplace_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5161557Z test_sparse_csr_unary_inplace_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5161785Z test_sparse_csr_unary_inplace_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5162010Z test_sparse_csr_unary_inplace_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5162232Z test_sparse_csr_unary_inplace_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5162452Z test_sparse_csr_unary_inplace_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5162675Z test_sparse_csr_unary_inplace_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5162953Z test_sparse_csr_unary_inplace_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5163175Z test_sparse_csr_unary_inplace_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5163445Z test_sparse_csr_unary_inplace_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5163666Z test_sparse_csr_unary_inplace_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5163885Z test_sparse_csr_unary_inplace_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5164113Z test_sparse_csr_unary_inplace_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5164332Z test_sparse_csr_unary_inplace_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5164564Z test_sparse_csr_unary_inplace_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5164798Z test_sparse_csr_unary_inplace_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5165028Z test_sparse_csr_unary_inplace_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5165257Z test_sparse_csr_unary_inplace_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5165483Z test_sparse_csr_unary_inplace_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5165711Z test_sparse_csr_unary_inplace_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5165905Z test_sparse_csr_unary_inplace_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5166125Z test_sparse_csr_unary_inplace_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5166352Z test_sparse_csr_unary_inplace_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5166570Z test_sparse_csr_unary_inplace_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5166794Z test_sparse_csr_unary_inplace_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2023-01-11T21:28:03.5167024Z test_sparse_csr_unary_inplace_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5167252Z test_sparse_csr_unary_inplace_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5167476Z test_sparse_csr_unary_inplace_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5167702Z test_sparse_csr_unary_inplace_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5167925Z test_sparse_csr_unary_inplace_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5168148Z test_sparse_csr_unary_inplace_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5168371Z test_sparse_csr_unary_inplace_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5168595Z test_sparse_csr_unary_inplace_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5168816Z test_sparse_csr_unary_inplace_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5169037Z test_sparse_csr_unary_out_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5169255Z test_sparse_csr_unary_out_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5170107Z test_sparse_csr_unary_out_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:276.) 2023-01-11T21:28:03.5170242Z return self.op(*args, **kwargs) 2023-01-11T21:28:03.5170347Z ok (0.007s) 2023-01-11T21:28:03.5170568Z test_sparse_csr_unary_out_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5170857Z test_sparse_csr_unary_out_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5171072Z test_sparse_csr_unary_out_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5171302Z test_sparse_csr_unary_out_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5171521Z test_sparse_csr_unary_out_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5171738Z test_sparse_csr_unary_out_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5171956Z test_sparse_csr_unary_out_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5172170Z test_sparse_csr_unary_out_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5172384Z test_sparse_csr_unary_out_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5172601Z test_sparse_csr_unary_out_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5172819Z test_sparse_csr_unary_out_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5173048Z test_sparse_csr_unary_out_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5173273Z test_sparse_csr_unary_out_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5173494Z test_sparse_csr_unary_out_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2023-01-11T21:28:03.5173719Z test_sparse_csr_unary_out_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5173936Z test_sparse_csr_unary_out_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5174151Z test_sparse_csr_unary_out_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5174364Z test_sparse_csr_unary_out_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5174581Z test_sparse_csr_unary_out_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5174796Z test_sparse_csr_unary_out_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5175012Z test_sparse_csr_unary_out_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5175230Z test_sparse_csr_unary_out_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5175444Z test_sparse_csr_unary_out_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5175666Z test_sparse_csr_unary_out_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5175862Z test_sparse_csr_unary_out_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5176084Z test_sparse_csr_unary_out_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5176306Z test_sparse_csr_unary_out_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5176523Z test_sparse_csr_unary_out_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5176744Z test_sparse_csr_unary_out_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5176959Z test_sparse_csr_unary_out_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5177175Z test_sparse_csr_unary_out_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5177389Z test_sparse_csr_unary_out_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5177602Z test_sparse_csr_unary_out_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5177819Z test_sparse_csr_unary_out_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5178038Z test_sparse_csr_unary_out_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5178311Z test_sparse_csr_unary_out_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5178535Z test_sparse_csr_unary_out_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5178795Z test_sparse_csr_unary_out_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5179023Z test_sparse_csr_unary_out_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5179244Z test_sparse_csr_unary_out_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5179462Z test_sparse_csr_unary_out_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5179680Z test_sparse_csr_unary_out_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5179894Z test_sparse_csr_unary_out_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5180111Z test_sparse_csr_unary_out_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5180330Z test_sparse_csr_unary_out_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5180521Z test_sparse_csr_unary_out_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5180738Z test_sparse_csr_unary_out_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5180956Z test_sparse_csr_unary_out_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5181177Z test_sparse_csr_unary_out_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5181400Z test_sparse_csr_unary_out_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5181620Z test_sparse_csr_unary_out_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5181840Z test_sparse_csr_unary_out_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5182061Z test_sparse_csr_unary_out_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5182279Z test_sparse_csr_unary_out_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5182497Z test_sparse_csr_unary_out_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5182714Z test_sparse_csr_unary_out_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5182927Z test_sparse_csr_unary_out_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5183140Z test_sparse_csr_unary_out_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5183354Z test_sparse_csr_unary_out_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5183567Z test_sparse_csr_unary_out_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5183842Z test_sparse_csr_unary_out_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5184065Z test_sparse_csr_unary_out_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5184294Z test_sparse_csr_unary_out_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5184519Z test_sparse_csr_unary_out_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5184746Z test_sparse_csr_unary_out_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5184966Z test_sparse_csr_unary_out_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5185220Z test_sparse_csr_unary_out_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5185449Z test_sparse_csr_unary_out_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5185708Z test_sparse_csr_unary_out_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5186051Z test_sparse_csr_unary_out_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5186309Z test_sparse_csr_unary_out_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5186624Z test_sparse_csr_unary_out_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5186886Z test_sparse_csr_unary_out_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5187149Z test_sparse_csr_unary_out_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5187411Z test_sparse_csr_unary_out_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5187678Z test_sparse_csr_unary_out_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5187940Z test_sparse_csr_unary_out_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5188205Z test_sparse_csr_unary_out_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5188462Z test_sparse_csr_unary_out_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5188716Z test_sparse_csr_unary_out_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5188974Z test_sparse_csr_unary_out_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5189230Z test_sparse_csr_unary_out_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5189513Z test_sparse_csr_unary_out_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5189791Z test_sparse_csr_unary_out_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5190080Z test_sparse_csr_unary_out_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5190371Z test_sparse_csr_unary_out_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5190658Z test_sparse_csr_unary_out_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5190933Z test_sparse_csr_unary_out_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5191187Z test_sparse_csr_unary_out_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5191466Z test_sparse_csr_unary_out_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5191742Z test_sparse_csr_unary_out_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5192019Z test_sparse_csr_unary_out_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5192289Z test_sparse_csr_unary_out_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5192562Z test_sparse_csr_unary_out_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5192843Z test_sparse_csr_unary_out_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5193112Z test_sparse_csr_unary_out_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5193378Z test_sparse_csr_unary_out_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5193648Z test_sparse_csr_unary_out_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5193918Z test_sparse_csr_unary_out_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5194182Z test_sparse_csr_unary_out_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5194445Z test_sparse_csr_unary_out_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5194712Z test_sparse_csr_unary_out_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5195047Z test_sparse_csr_unary_out_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5195302Z test_sparse_csr_unary_out_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5195562Z test_sparse_csr_unary_out_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5195777Z test_sparse_csr_unary_out_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5195989Z test_sparse_csr_unary_out_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5196205Z test_sparse_csr_unary_out_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5196418Z test_sparse_csr_unary_out_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5196632Z test_sparse_csr_unary_out_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5196819Z test_sparse_csr_unary_out_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5197034Z test_sparse_csr_unary_out_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5197244Z test_sparse_csr_unary_out_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5197456Z test_sparse_csr_unary_out_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5197667Z test_sparse_csr_unary_out_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5197891Z test_sparse_csr_unary_out_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5198109Z test_sparse_csr_unary_out_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5198328Z test_sparse_csr_unary_out_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5198544Z test_sparse_csr_unary_out_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5198768Z test_sparse_csr_unary_out_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5198989Z test_sparse_csr_unary_out_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5199211Z test_sparse_csr_unary_out_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5199429Z test_sparse_csr_unary_out_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5199647Z test_sparse_csr_unary_out_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5199863Z test_sparse_csr_unary_out_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5200078Z test_sparse_csr_unary_out_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5200297Z test_sparse_csr_unary_out_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5200514Z test_sparse_csr_unary_out_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5200734Z test_sparse_csr_unary_out_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5200952Z test_sparse_csr_unary_out_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5201171Z test_sparse_csr_unary_out_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5201357Z test_sparse_csr_unary_out_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5201572Z test_sparse_csr_unary_out_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5201785Z test_sparse_csr_unary_out_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5202005Z test_sparse_csr_unary_out_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5202224Z test_sparse_csr_unary_out_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5202508Z test_sparse_csr_unary_out_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5202729Z test_sparse_csr_unary_out_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5202980Z test_sparse_csr_unary_out_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5203197Z test_sparse_csr_unary_out_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5203404Z test_sparse_csr_unary_out_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5203618Z test_sparse_csr_unary_out_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5203829Z test_sparse_csr_unary_out_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5204048Z test_sparse_csr_unary_out_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5204266Z test_sparse_csr_unary_out_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5204492Z test_sparse_csr_unary_out_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5204713Z test_sparse_csr_unary_out_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5204985Z test_sparse_csr_unary_out_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5205251Z test_sparse_csr_unary_out_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5205524Z test_sparse_csr_unary_out_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5205801Z test_sparse_csr_unary_out_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5206069Z test_sparse_csr_unary_out_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5206340Z test_sparse_csr_unary_out_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5206605Z test_sparse_csr_unary_out_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5206874Z test_sparse_csr_unary_out_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5207110Z test_sparse_csr_unary_out_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5207371Z test_sparse_csr_unary_out_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5207632Z test_sparse_csr_unary_out_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5207891Z test_sparse_csr_unary_out_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5208152Z test_sparse_csr_unary_out_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5208418Z test_sparse_csr_unary_out_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5208682Z test_sparse_csr_unary_out_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5208954Z test_sparse_csr_unary_out_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5209224Z test_sparse_csr_unary_out_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5209487Z test_sparse_csr_unary_out_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5209750Z test_sparse_csr_unary_out_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5210068Z test_sparse_csr_unary_out_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5210363Z test_sparse_csr_unary_out_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5210627Z test_sparse_csr_unary_out_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5210888Z test_sparse_csr_unary_out_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5211156Z test_sparse_csr_unary_out_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5211415Z test_sparse_csr_unary_out_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5211641Z test_sparse_csr_unary_out_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5211865Z test_sparse_csr_unary_out_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5212089Z test_sparse_csr_unary_out_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5212313Z test_sparse_csr_unary_out_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5212534Z test_sparse_csr_unary_out_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5212757Z test_sparse_csr_unary_out_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5212981Z test_sparse_csr_unary_out_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5213201Z test_sparse_csr_unary_out_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5213420Z test_sparse_csr_unary_out_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5213645Z test_sparse_csr_unary_out_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5213845Z test_sparse_csr_unary_out_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5214067Z test_sparse_csr_unary_out_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5214293Z test_sparse_csr_unary_out_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5214516Z test_sparse_csr_unary_out_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5214738Z test_sparse_csr_unary_out_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5214955Z test_sparse_csr_unary_out_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5215174Z test_sparse_csr_unary_out_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5215397Z test_sparse_csr_unary_out_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5215618Z test_sparse_csr_unary_out_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5215841Z test_sparse_csr_unary_out_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5216063Z test_sparse_csr_unary_out_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5216277Z test_sparse_csr_unary_out_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5216501Z test_sparse_csr_unary_out_log1p_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5216723Z test_sparse_csr_unary_out_log1p_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5216942Z test_sparse_csr_unary_out_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5217164Z test_sparse_csr_unary_out_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5217435Z test_sparse_csr_unary_out_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5217650Z test_sparse_csr_unary_out_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5217902Z test_sparse_csr_unary_out_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5218118Z test_sparse_csr_unary_out_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5218338Z test_sparse_csr_unary_out_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5218526Z test_sparse_csr_unary_out_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5218742Z test_sparse_csr_unary_out_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5218962Z test_sparse_csr_unary_out_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5219187Z test_sparse_csr_unary_out_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5219405Z test_sparse_csr_unary_out_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5219622Z test_sparse_csr_unary_out_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5219838Z test_sparse_csr_unary_out_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5220051Z test_sparse_csr_unary_out_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5220264Z test_sparse_csr_unary_out_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5220477Z test_sparse_csr_unary_out_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5220690Z test_sparse_csr_unary_out_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5220902Z test_sparse_csr_unary_out_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5221121Z test_sparse_csr_unary_out_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5221406Z test_sparse_csr_unary_out_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5221694Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5221977Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5222258Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5222540Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5222820Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5223103Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5223384Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5223666Z test_sparse_csr_unary_out_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5223996Z test_sparse_csr_unary_out_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5224270Z test_sparse_csr_unary_out_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5224542Z test_sparse_csr_unary_out_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5224893Z test_sparse_csr_unary_out_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5225205Z test_sparse_csr_unary_out_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5225453Z test_sparse_csr_unary_out_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5225724Z test_sparse_csr_unary_out_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5225991Z test_sparse_csr_unary_out_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5226258Z test_sparse_csr_unary_out_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5226526Z test_sparse_csr_unary_out_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5226796Z test_sparse_csr_unary_out_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5227063Z test_sparse_csr_unary_out_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2023-01-11T21:28:03.5227287Z test_sparse_csr_unary_out_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5227508Z test_sparse_csr_unary_out_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5227731Z test_sparse_csr_unary_out_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5227953Z test_sparse_csr_unary_out_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5228173Z test_sparse_csr_unary_out_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5228396Z test_sparse_csr_unary_out_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5228613Z test_sparse_csr_unary_out_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5228832Z test_sparse_csr_unary_out_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5229051Z test_sparse_csr_unary_out_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5229269Z test_sparse_csr_unary_out_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5229488Z test_sparse_csr_unary_out_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5229708Z test_sparse_csr_unary_out_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5229923Z test_sparse_csr_unary_out_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5230143Z test_sparse_csr_unary_out_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5230359Z test_sparse_csr_unary_out_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5230573Z test_sparse_csr_unary_out_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5230787Z test_sparse_csr_unary_out_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5230975Z test_sparse_csr_unary_out_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5231185Z test_sparse_csr_unary_out_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5231403Z test_sparse_csr_unary_out_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5231618Z test_sparse_csr_unary_out_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5231841Z test_sparse_csr_unary_out_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5232117Z test_sparse_csr_unary_out_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5232342Z test_sparse_csr_unary_out_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5232555Z test_sparse_csr_unary_out_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5232808Z test_sparse_csr_unary_out_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5233027Z test_sparse_csr_unary_out_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5233240Z test_sparse_csr_unary_out_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5233452Z test_sparse_csr_unary_out_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5233664Z test_sparse_csr_unary_out_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5233876Z test_sparse_csr_unary_out_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5234093Z test_sparse_csr_unary_out_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5234310Z test_sparse_csr_unary_out_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5234526Z test_sparse_csr_unary_out_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5234744Z test_sparse_csr_unary_out_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5234960Z test_sparse_csr_unary_out_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5235177Z test_sparse_csr_unary_out_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5235394Z test_sparse_csr_unary_out_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5235582Z test_sparse_csr_unary_out_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5235795Z test_sparse_csr_unary_out_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5236014Z test_sparse_csr_unary_out_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5236231Z test_sparse_csr_unary_out_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5236457Z test_sparse_csr_unary_out_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5236674Z test_sparse_csr_unary_out_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5236896Z test_sparse_csr_unary_out_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5237117Z test_sparse_csr_unary_out_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5237337Z test_sparse_csr_unary_out_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5237555Z test_sparse_csr_unary_out_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5237779Z test_sparse_csr_unary_out_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5237998Z test_sparse_csr_unary_out_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5238217Z test_sparse_csr_unary_out_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5238438Z test_sparse_csr_unary_out_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5238652Z test_sparse_csr_unary_out_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5238865Z test_sparse_csr_unary_out_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5239087Z test_sparse_csr_unary_out_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5239310Z test_sparse_csr_unary_out_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5239529Z test_sparse_csr_unary_out_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5239801Z test_sparse_csr_unary_out_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5240012Z test_sparse_csr_unary_out_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5240239Z test_sparse_csr_unary_out_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5240455Z test_sparse_csr_unary_out_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5240663Z test_sparse_csr_unary_out_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5240879Z test_sparse_csr_unary_out_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5241092Z test_sparse_csr_unary_out_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5241304Z test_sparse_csr_unary_out_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5241526Z test_sparse_csr_unary_out_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5241739Z test_sparse_csr_unary_out_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5241961Z test_sparse_csr_unary_out_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5242186Z test_sparse_csr_unary_out_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5242408Z test_sparse_csr_unary_out_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5242628Z test_sparse_csr_unary_out_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5242846Z test_sparse_csr_unary_out_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5243065Z test_sparse_csr_unary_out_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5243279Z test_sparse_csr_unary_out_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5243496Z test_sparse_csr_unary_out_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5243709Z test_sparse_csr_unary_out_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5243927Z test_sparse_csr_unary_out_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5244140Z test_sparse_csr_unary_out_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5244361Z test_sparse_csr_unary_out_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5244574Z test_sparse_csr_unary_out_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5244772Z test_sparse_csr_unary_out_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5244994Z test_sparse_csr_unary_out_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5245217Z test_sparse_csr_unary_out_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5245434Z test_sparse_csr_unary_out_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5245648Z test_sparse_csr_unary_out_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5245869Z test_sparse_csr_unary_out_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5246083Z test_sparse_csr_unary_out_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5246296Z test_sparse_csr_unary_out_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5246506Z test_sparse_csr_unary_out_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5246715Z test_sparse_csr_unary_out_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5246929Z test_sparse_csr_unary_out_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5247205Z test_sparse_csr_unary_out_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5247420Z test_sparse_csr_unary_out_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5247679Z test_sparse_csr_unary_out_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5247900Z test_sparse_csr_unary_out_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5248122Z test_sparse_csr_unary_out_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5248337Z test_sparse_csr_unary_out_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5248552Z test_sparse_csr_unary_out_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5248768Z test_sparse_csr_unary_out_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5248979Z test_sparse_csr_unary_out_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5249195Z test_sparse_csr_unary_out_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5249381Z test_sparse_csr_unary_out_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5249596Z test_sparse_csr_unary_out_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5249807Z test_sparse_csr_unary_out_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5250028Z test_sparse_csr_unary_out_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5250243Z test_sparse_csr_unary_out_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5250468Z test_sparse_csr_unary_out_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5250692Z test_sparse_csr_unary_out_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5250923Z test_sparse_csr_unary_out_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5251147Z test_sparse_csr_unary_out_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5251367Z test_sparse_csr_unary_out_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5251580Z test_sparse_csr_unary_out_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5251794Z test_sparse_csr_unary_out_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5252008Z test_sparse_csr_unary_out_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5252218Z test_sparse_csr_unary_out_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5252431Z test_sparse_csr_unary_out_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5252649Z test_sparse_csr_unary_out_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5252873Z test_sparse_csr_unary_out_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5253095Z test_sparse_csr_unary_out_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5253316Z test_sparse_csr_unary_out_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5253536Z test_sparse_csr_unary_out_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5253724Z test_sparse_csr_unary_out_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5253939Z test_sparse_csr_unary_out_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5254150Z test_sparse_csr_unary_out_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5254364Z test_sparse_csr_unary_out_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5254637Z test_sparse_csr_unary_out_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2023-01-11T21:28:03.5254846Z test_sparse_mm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2023-01-11T21:28:03.5255049Z test_sparse_mm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2023-01-11T21:28:03.5255311Z test_sparse_mm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2023-01-11T21:28:03.5255514Z test_sparse_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2023-01-11T21:28:03.5255742Z test_sparse_to_sparse_compressed_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.5255985Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... skip: NOT IMPL (0.003s) 2023-01-11T21:28:03.5256213Z test_sparse_to_sparse_compressed_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.5256447Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... skip: NOT IMPL (0.002s) 2023-01-11T21:28:03.5256681Z test_sparse_to_sparse_compressed_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.5256894Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.020s) 2023-01-11T21:28:03.5257116Z test_sparse_to_sparse_compressed_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2023-01-11T21:28:03.5257328Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.021s) 2023-01-11T21:28:03.5257626Z test_sparse_triangular_solve_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.004s) 2023-01-11T21:28:03.5257920Z test_sparse_triangular_solve_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.003s) 2023-01-11T21:28:03.5258208Z test_sparse_triangular_solve_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.003s) 2023-01-11T21:28:03.5258495Z test_sparse_triangular_solve_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: cuSparse Generic API SpSV is not available (0.003s) 2023-01-11T21:28:03.5258692Z test_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.5258876Z test_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5259048Z test_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.5259240Z test_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2023-01-11T21:28:03.5259432Z test_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5259620Z test_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5259807Z test_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5259993Z test_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5260180Z test_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5260364Z test_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5260546Z test_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5260728Z test_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5260950Z test_transpose_SparseBSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (3.858s) 2023-01-11T21:28:03.5261164Z test_transpose_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (3.762s) 2023-01-11T21:28:03.5261386Z test_transpose_SparseBSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (3.874s) 2023-01-11T21:28:03.5261606Z test_transpose_SparseBSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (3.884s) 2023-01-11T21:28:03.5261821Z test_transpose_SparseBSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (3.861s) 2023-01-11T21:28:03.5262044Z test_transpose_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.860s) 2023-01-11T21:28:03.5262259Z test_transpose_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.850s) 2023-01-11T21:28:03.5262540Z test_transpose_SparseBSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (3.770s) 2023-01-11T21:28:03.5262726Z test_transpose_SparseBSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (3.768s) 2023-01-11T21:28:03.5262979Z test_transpose_SparseBSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (3.758s) 2023-01-11T21:28:03.5263195Z test_transpose_SparseBSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (3.781s) 2023-01-11T21:28:03.5263405Z test_transpose_SparseBSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (3.770s) 2023-01-11T21:28:03.5263623Z test_transpose_SparseBSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (3.937s) 2023-01-11T21:28:03.5263977Z test_transpose_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (3.848s) 2023-01-11T21:28:03.5264206Z test_transpose_SparseBSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (3.960s) 2023-01-11T21:28:03.5264433Z test_transpose_SparseBSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (3.970s) 2023-01-11T21:28:03.5264696Z test_transpose_SparseBSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (3.942s) 2023-01-11T21:28:03.5264952Z test_transpose_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.938s) 2023-01-11T21:28:03.5265216Z test_transpose_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.933s) 2023-01-11T21:28:03.5265476Z test_transpose_SparseBSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (3.853s) 2023-01-11T21:28:03.5265731Z test_transpose_SparseBSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (3.853s) 2023-01-11T21:28:03.5265980Z test_transpose_SparseBSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (3.843s) 2023-01-11T21:28:03.5266232Z test_transpose_SparseBSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (3.856s) 2023-01-11T21:28:03.5266490Z test_transpose_SparseBSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (3.857s) 2023-01-11T21:28:03.5266750Z test_transpose_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.826s) 2023-01-11T21:28:03.5267005Z test_transpose_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.777s) 2023-01-11T21:28:03.5267274Z test_transpose_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.837s) 2023-01-11T21:28:03.5267539Z test_transpose_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.843s) 2023-01-11T21:28:03.5267774Z test_transpose_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.825s) 2023-01-11T21:28:03.5268032Z test_transpose_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.826s) 2023-01-11T21:28:03.5268289Z test_transpose_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.822s) 2023-01-11T21:28:03.5268543Z test_transpose_SparseCSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.783s) 2023-01-11T21:28:03.5268798Z test_transpose_SparseCSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.791s) 2023-01-11T21:28:03.5269051Z test_transpose_SparseCSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.777s) 2023-01-11T21:28:03.5269308Z test_transpose_SparseCSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.785s) 2023-01-11T21:28:03.5269562Z test_transpose_SparseCSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.782s) 2023-01-11T21:28:03.5269827Z test_transpose_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.905s) 2023-01-11T21:28:03.5270085Z test_transpose_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.842s) 2023-01-11T21:28:03.5270349Z test_transpose_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.899s) 2023-01-11T21:28:03.5270614Z test_transpose_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.903s) 2023-01-11T21:28:03.5270867Z test_transpose_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.885s) 2023-01-11T21:28:03.5271123Z test_transpose_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.894s) 2023-01-11T21:28:03.5271380Z test_transpose_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.882s) 2023-01-11T21:28:03.5271729Z test_transpose_SparseCSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.844s) 2023-01-11T21:28:03.5271983Z test_transpose_SparseCSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.843s) 2023-01-11T21:28:03.5272234Z test_transpose_SparseCSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.842s) 2023-01-11T21:28:03.5272537Z test_transpose_SparseCSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.845s) 2023-01-11T21:28:03.5272793Z test_transpose_SparseCSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.845s) 2023-01-11T21:28:03.5273058Z test_zero_to_zero_correspondence_unary_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5273345Z test_zero_to_zero_correspondence_unary_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5273644Z test_zero_to_zero_correspondence_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5273947Z test_zero_to_zero_correspondence_unary_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5274246Z test_zero_to_zero_correspondence_unary_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5274538Z test_zero_to_zero_correspondence_unary_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5274825Z test_zero_to_zero_correspondence_unary_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5275119Z test_zero_to_zero_correspondence_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5275396Z test_zero_to_zero_correspondence_unary_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5275630Z test_zero_to_zero_correspondence_unary_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5275867Z test_zero_to_zero_correspondence_unary_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5276102Z test_zero_to_zero_correspondence_unary_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5276340Z test_zero_to_zero_correspondence_unary_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5276582Z test_zero_to_zero_correspondence_unary_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5276835Z test_zero_to_zero_correspondence_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5277085Z test_zero_to_zero_correspondence_unary_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5277333Z test_zero_to_zero_correspondence_unary_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5277576Z test_zero_to_zero_correspondence_unary_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5277828Z test_zero_to_zero_correspondence_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5278071Z test_zero_to_zero_correspondence_unary_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5278308Z test_zero_to_zero_correspondence_unary_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5278549Z test_zero_to_zero_correspondence_unary_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5278786Z test_zero_to_zero_correspondence_unary_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5279024Z test_zero_to_zero_correspondence_unary_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5279239Z test_zero_to_zero_correspondence_unary_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5279474Z test_zero_to_zero_correspondence_unary_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5279720Z test_zero_to_zero_correspondence_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5280024Z test_zero_to_zero_correspondence_unary_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5280272Z test_zero_to_zero_correspondence_unary_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5280563Z test_zero_to_zero_correspondence_unary_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5280803Z test_zero_to_zero_correspondence_unary_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5281041Z test_zero_to_zero_correspondence_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5281282Z test_zero_to_zero_correspondence_unary_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5281517Z test_zero_to_zero_correspondence_unary_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5281749Z test_zero_to_zero_correspondence_unary_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5281990Z test_zero_to_zero_correspondence_unary_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5282229Z test_zero_to_zero_correspondence_unary_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5282478Z test_zero_to_zero_correspondence_unary_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5282719Z test_zero_to_zero_correspondence_unary_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5282967Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5283214Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5283462Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5283709Z test_zero_to_zero_correspondence_unary_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5283950Z test_zero_to_zero_correspondence_unary_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5284196Z test_zero_to_zero_correspondence_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5284432Z test_zero_to_zero_correspondence_unary_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5284671Z test_zero_to_zero_correspondence_unary_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5284911Z test_zero_to_zero_correspondence_unary_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5285121Z test_zero_to_zero_correspondence_unary_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5285365Z test_zero_to_zero_correspondence_unary_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5285611Z test_zero_to_zero_correspondence_unary_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5285848Z test_zero_to_zero_correspondence_unary_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5286096Z test_zero_to_zero_correspondence_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5286343Z test_zero_to_zero_correspondence_unary_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5286589Z test_zero_to_zero_correspondence_unary_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5286835Z test_zero_to_zero_correspondence_unary_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5287076Z test_zero_to_zero_correspondence_unary_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5287314Z test_zero_to_zero_correspondence_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5287606Z test_zero_to_zero_correspondence_unary_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5287840Z test_zero_to_zero_correspondence_unary_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5288115Z test_zero_to_zero_correspondence_unary_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5288351Z test_zero_to_zero_correspondence_unary_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5288592Z test_zero_to_zero_correspondence_unary_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5288836Z test_zero_to_zero_correspondence_unary_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5289073Z test_zero_to_zero_correspondence_unary_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5289321Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5289570Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5289817Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5290060Z test_zero_to_zero_correspondence_unary_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5290303Z test_zero_to_zero_correspondence_unary_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5290543Z test_zero_to_zero_correspondence_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5290784Z test_zero_to_zero_correspondence_unary_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5291022Z test_zero_to_zero_correspondence_unary_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5291236Z test_zero_to_zero_correspondence_unary_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5291472Z test_zero_to_zero_correspondence_unary_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5291714Z test_zero_to_zero_correspondence_unary_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5291957Z test_zero_to_zero_correspondence_unary_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5292196Z test_zero_to_zero_correspondence_unary_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5292436Z test_zero_to_zero_correspondence_unary_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5292672Z test_zero_to_zero_correspondence_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5292909Z test_zero_to_zero_correspondence_unary_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5293152Z test_zero_to_zero_correspondence_unary_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5293390Z test_zero_to_zero_correspondence_unary_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5293633Z test_zero_to_zero_correspondence_unary_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5293868Z test_zero_to_zero_correspondence_unary_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5294129Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5294383Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5294649Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5294963Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5295220Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5295514Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5295771Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5296021Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5296277Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5296532Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5296779Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5297029Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5297285Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5297507Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5297749Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5297994Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5298241Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5298489Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5298734Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5298973Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5299218Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5299458Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5299699Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5299935Z test_zero_to_zero_correspondence_unary_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5300169Z test_zero_to_zero_correspondence_unary_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5300406Z test_zero_to_zero_correspondence_unary_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5300648Z test_zero_to_zero_correspondence_unary_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5300885Z test_zero_to_zero_correspondence_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5301129Z test_zero_to_zero_correspondence_unary_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5301370Z test_zero_to_zero_correspondence_unary_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5301605Z test_zero_to_zero_correspondence_unary_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5301842Z test_zero_to_zero_correspondence_unary_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5302080Z test_zero_to_zero_correspondence_unary_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5302319Z test_zero_to_zero_correspondence_unary_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5302624Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5302906Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5303149Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5303390Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5303604Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5303902Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5304148Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5304393Z test_zero_to_zero_correspondence_unary_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5304636Z test_zero_to_zero_correspondence_unary_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5304875Z test_zero_to_zero_correspondence_unary_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5305119Z test_zero_to_zero_correspondence_unary_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5305358Z test_zero_to_zero_correspondence_unary_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5305595Z test_zero_to_zero_correspondence_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5313723Z test_zero_to_zero_correspondence_unary_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5314017Z test_zero_to_zero_correspondence_unary_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5314305Z test_zero_to_zero_correspondence_unary_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5314593Z test_zero_to_zero_correspondence_unary_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5314894Z test_zero_to_zero_correspondence_unary_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5315184Z test_zero_to_zero_correspondence_unary_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5315477Z test_zero_to_zero_correspondence_unary_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5315771Z test_zero_to_zero_correspondence_unary_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5316284Z test_zero_to_zero_correspondence_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5316535Z test_zero_to_zero_correspondence_unary_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5316834Z test_zero_to_zero_correspondence_unary_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5317082Z test_zero_to_zero_correspondence_unary_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5317321Z test_zero_to_zero_correspondence_unary_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5317559Z test_zero_to_zero_correspondence_unary_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5317805Z test_zero_to_zero_correspondence_unary_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5318046Z test_zero_to_zero_correspondence_unary_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5318288Z test_zero_to_zero_correspondence_unary_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5318524Z test_zero_to_zero_correspondence_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5318766Z test_zero_to_zero_correspondence_unary_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5319102Z test_zero_to_zero_correspondence_unary_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5319360Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5319609Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5319855Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5320096Z test_zero_to_zero_correspondence_unary_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5320344Z test_zero_to_zero_correspondence_unary_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5320585Z test_zero_to_zero_correspondence_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5320822Z test_zero_to_zero_correspondence_unary_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5321063Z test_zero_to_zero_correspondence_unary_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5321300Z test_zero_to_zero_correspondence_unary_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5321542Z test_zero_to_zero_correspondence_unary_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5321782Z test_zero_to_zero_correspondence_unary_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5322120Z test_zero_to_zero_correspondence_unary_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5322364Z test_zero_to_zero_correspondence_unary_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5322612Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5322834Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5323080Z test_zero_to_zero_correspondence_unary_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5323322Z test_zero_to_zero_correspondence_unary_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5323561Z test_zero_to_zero_correspondence_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5323797Z test_zero_to_zero_correspondence_unary_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5324036Z test_zero_to_zero_correspondence_unary_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5324270Z test_zero_to_zero_correspondence_unary_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5324506Z test_zero_to_zero_correspondence_unary_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5324754Z test_zero_to_zero_correspondence_unary_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5325006Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5325249Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5325497Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5325748Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5325998Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5326245Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5326491Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5326785Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5327034Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5327277Z test_zero_to_zero_correspondence_unary_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5327528Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5327776Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5328041Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5328287Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5328540Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5328786Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5329002Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5329242Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5329486Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5329786Z test_zero_to_zero_correspondence_unary_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5330031Z test_zero_to_zero_correspondence_unary_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5330268Z test_zero_to_zero_correspondence_unary_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5330519Z test_zero_to_zero_correspondence_unary_log1p_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5330771Z test_zero_to_zero_correspondence_unary_log1p_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5331012Z test_zero_to_zero_correspondence_unary_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5331251Z test_zero_to_zero_correspondence_unary_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5331499Z test_zero_to_zero_correspondence_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5331736Z test_zero_to_zero_correspondence_unary_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5331975Z test_zero_to_zero_correspondence_unary_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5332210Z test_zero_to_zero_correspondence_unary_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5332449Z test_zero_to_zero_correspondence_unary_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5332687Z test_zero_to_zero_correspondence_unary_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5332928Z test_zero_to_zero_correspondence_unary_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5333174Z test_zero_to_zero_correspondence_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5333420Z test_zero_to_zero_correspondence_unary_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5333663Z test_zero_to_zero_correspondence_unary_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5333901Z test_zero_to_zero_correspondence_unary_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5334187Z test_zero_to_zero_correspondence_unary_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5334427Z test_zero_to_zero_correspondence_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5334665Z test_zero_to_zero_correspondence_unary_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5334879Z test_zero_to_zero_correspondence_unary_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5335115Z test_zero_to_zero_correspondence_unary_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5335355Z test_zero_to_zero_correspondence_unary_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5335595Z test_zero_to_zero_correspondence_unary_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5335859Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5336129Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5336391Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5336654Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5336913Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5337222Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5337482Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5337738Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5338001Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5338257Z test_zero_to_zero_correspondence_unary_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5338510Z test_zero_to_zero_correspondence_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5338762Z test_zero_to_zero_correspondence_unary_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5339019Z test_zero_to_zero_correspondence_unary_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5339273Z test_zero_to_zero_correspondence_unary_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5339522Z test_zero_to_zero_correspondence_unary_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5339770Z test_zero_to_zero_correspondence_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5340018Z test_zero_to_zero_correspondence_unary_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5340264Z test_zero_to_zero_correspondence_unary_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5340510Z test_zero_to_zero_correspondence_unary_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5340757Z test_zero_to_zero_correspondence_unary_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5341009Z test_zero_to_zero_correspondence_unary_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5341265Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5341511Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5341777Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5342028Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5342272Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5342518Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5342763Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5343004Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5343246Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5343491Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5343902Z test_zero_to_zero_correspondence_unary_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5344154Z test_zero_to_zero_correspondence_unary_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5344399Z test_zero_to_zero_correspondence_unary_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5344640Z test_zero_to_zero_correspondence_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5344956Z test_zero_to_zero_correspondence_unary_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5345196Z test_zero_to_zero_correspondence_unary_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5345434Z test_zero_to_zero_correspondence_unary_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5345674Z test_zero_to_zero_correspondence_unary_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5345912Z test_zero_to_zero_correspondence_unary_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5346153Z test_zero_to_zero_correspondence_unary_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5346384Z test_zero_to_zero_correspondence_unary_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5346629Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5346876Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5347119Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5347356Z test_zero_to_zero_correspondence_unary_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5347597Z test_zero_to_zero_correspondence_unary_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5347812Z test_zero_to_zero_correspondence_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5348047Z test_zero_to_zero_correspondence_unary_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5348284Z test_zero_to_zero_correspondence_unary_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5348526Z test_zero_to_zero_correspondence_unary_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5348765Z test_zero_to_zero_correspondence_unary_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5349000Z test_zero_to_zero_correspondence_unary_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5349243Z test_zero_to_zero_correspondence_unary_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5349537Z test_zero_to_zero_correspondence_unary_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5349781Z test_zero_to_zero_correspondence_unary_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5350017Z test_zero_to_zero_correspondence_unary_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5350255Z test_zero_to_zero_correspondence_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5350494Z test_zero_to_zero_correspondence_unary_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5350731Z test_zero_to_zero_correspondence_unary_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5350964Z test_zero_to_zero_correspondence_unary_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5351202Z test_zero_to_zero_correspondence_unary_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5351442Z test_zero_to_zero_correspondence_unary_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5351691Z test_zero_to_zero_correspondence_unary_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5351933Z test_zero_to_zero_correspondence_unary_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5352181Z test_zero_to_zero_correspondence_unary_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5352483Z test_zero_to_zero_correspondence_unary_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5352728Z test_zero_to_zero_correspondence_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5352974Z test_zero_to_zero_correspondence_unary_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5353219Z test_zero_to_zero_correspondence_unary_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5353462Z test_zero_to_zero_correspondence_unary_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5353676Z test_zero_to_zero_correspondence_unary_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5353922Z test_zero_to_zero_correspondence_unary_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5354161Z test_zero_to_zero_correspondence_unary_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5354402Z test_zero_to_zero_correspondence_unary_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5354647Z test_zero_to_zero_correspondence_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5354897Z test_zero_to_zero_correspondence_unary_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5355143Z test_zero_to_zero_correspondence_unary_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5355381Z test_zero_to_zero_correspondence_unary_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5355620Z test_zero_to_zero_correspondence_unary_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5355859Z test_zero_to_zero_correspondence_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5356103Z test_zero_to_zero_correspondence_unary_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5356340Z test_zero_to_zero_correspondence_unary_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5356574Z test_zero_to_zero_correspondence_unary_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5356809Z test_zero_to_zero_correspondence_unary_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5357098Z test_zero_to_zero_correspondence_unary_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5357341Z test_zero_to_zero_correspondence_unary_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5357579Z test_zero_to_zero_correspondence_unary_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5357830Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5358079Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5358323Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5358562Z test_zero_to_zero_correspondence_unary_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5358808Z test_zero_to_zero_correspondence_unary_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5359045Z test_zero_to_zero_correspondence_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5359281Z test_zero_to_zero_correspondence_unary_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5359517Z test_zero_to_zero_correspondence_unary_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5359726Z test_zero_to_zero_correspondence_unary_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5360011Z test_zero_to_zero_correspondence_unary_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5360249Z test_zero_to_zero_correspondence_unary_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5360492Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5360732Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5360980Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5361227Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5361477Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5361717Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5361958Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5362195Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5362430Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5362668Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5362904Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5363140Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5363379Z test_zero_to_zero_correspondence_unary_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5363625Z test_zero_to_zero_correspondence_unary_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5363859Z test_zero_to_zero_correspondence_unary_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5364105Z test_zero_to_zero_correspondence_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5364349Z test_zero_to_zero_correspondence_unary_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5364640Z test_zero_to_zero_correspondence_unary_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5364882Z test_zero_to_zero_correspondence_unary_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5365119Z test_zero_to_zero_correspondence_unary_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5365357Z test_zero_to_zero_correspondence_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5365570Z test_zero_to_zero_correspondence_unary_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5365804Z test_zero_to_zero_correspondence_unary_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5366046Z test_zero_to_zero_correspondence_unary_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5366282Z test_zero_to_zero_correspondence_unary_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5366519Z test_zero_to_zero_correspondence_unary_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5366762Z test_zero_to_zero_correspondence_unary_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5366998Z test_zero_to_zero_correspondence_unary_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5367246Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5367551Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5367865Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5368107Z test_zero_to_zero_correspondence_unary_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5368350Z test_zero_to_zero_correspondence_unary_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5368587Z test_zero_to_zero_correspondence_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5368819Z test_zero_to_zero_correspondence_unary_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5369053Z test_zero_to_zero_correspondence_unary_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5369286Z test_zero_to_zero_correspondence_unary_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5369528Z test_zero_to_zero_correspondence_unary_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5369762Z test_zero_to_zero_correspondence_unary_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5370006Z test_zero_to_zero_correspondence_unary_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5370248Z test_zero_to_zero_correspondence_unary_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5370489Z test_zero_to_zero_correspondence_unary_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5370725Z test_zero_to_zero_correspondence_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5370959Z test_zero_to_zero_correspondence_unary_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5371198Z test_zero_to_zero_correspondence_unary_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5371409Z test_zero_to_zero_correspondence_unary_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5371645Z test_zero_to_zero_correspondence_unary_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2023-01-11T21:28:03.5371883Z test_zero_to_zero_correspondence_unary_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2023-01-11T21:28:03.5372138Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.504s) 2023-01-11T21:28:03.5372378Z test_clone_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.229s) 2023-01-11T21:28:03.5372602Z test_clone_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.219s) 2023-01-11T21:28:03.5372836Z test_clone_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.229s) 2023-01-11T21:28:03.5373068Z test_clone_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.230s) 2023-01-11T21:28:03.5373298Z test_clone_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.229s) 2023-01-11T21:28:03.5373523Z test_clone_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.229s) 2023-01-11T21:28:03.5373749Z test_clone_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.227s) 2023-01-11T21:28:03.5373968Z test_clone_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.219s) 2023-01-11T21:28:03.5374194Z test_clone_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.219s) 2023-01-11T21:28:03.5374415Z test_clone_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.218s) 2023-01-11T21:28:03.5374638Z test_clone_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.219s) 2023-01-11T21:28:03.5374863Z test_clone_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.219s) 2023-01-11T21:28:03.5375136Z test_clone_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.173s) 2023-01-11T21:28:03.5375358Z test_clone_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.164s) 2023-01-11T21:28:03.5375590Z test_clone_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.173s) 2023-01-11T21:28:03.5375820Z test_clone_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.186s) 2023-01-11T21:28:03.5376082Z test_clone_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.173s) 2023-01-11T21:28:03.5376283Z test_clone_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.173s) 2023-01-11T21:28:03.5376509Z test_clone_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.172s) 2023-01-11T21:28:03.5376734Z test_clone_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.164s) 2023-01-11T21:28:03.5376957Z test_clone_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.164s) 2023-01-11T21:28:03.5377184Z test_clone_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.163s) 2023-01-11T21:28:03.5377409Z test_clone_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.164s) 2023-01-11T21:28:03.5377635Z test_clone_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.165s) 2023-01-11T21:28:03.5377867Z test_clone_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.151s) 2023-01-11T21:28:03.5378096Z test_clone_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.5378326Z test_clone_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.152s) 2023-01-11T21:28:03.5378555Z test_clone_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.153s) 2023-01-11T21:28:03.5378780Z test_clone_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.151s) 2023-01-11T21:28:03.5379005Z test_clone_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.151s) 2023-01-11T21:28:03.5379230Z test_clone_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.149s) 2023-01-11T21:28:03.5379450Z test_clone_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.5379673Z test_clone_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.5379891Z test_clone_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.140s) 2023-01-11T21:28:03.5380163Z test_clone_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.5380389Z test_clone_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.5380617Z test_clone_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.108s) 2023-01-11T21:28:03.5380812Z test_clone_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.098s) 2023-01-11T21:28:03.5381042Z test_clone_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.108s) 2023-01-11T21:28:03.5381273Z test_clone_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.110s) 2023-01-11T21:28:03.5381497Z test_clone_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.108s) 2023-01-11T21:28:03.5381724Z test_clone_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.108s) 2023-01-11T21:28:03.5381950Z test_clone_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.106s) 2023-01-11T21:28:03.5382174Z test_clone_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.099s) 2023-01-11T21:28:03.5382397Z test_clone_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.098s) 2023-01-11T21:28:03.5382616Z test_clone_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.097s) 2023-01-11T21:28:03.5382836Z test_clone_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.099s) 2023-01-11T21:28:03.5383057Z test_clone_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.099s) 2023-01-11T21:28:03.5383356Z test_consistency_SparseBSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5383601Z test_consistency_SparseBSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5383898Z test_consistency_SparseBSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5384152Z test_consistency_SparseBSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5384403Z test_consistency_SparseBSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5384693Z test_consistency_SparseBSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5384981Z test_consistency_SparseBSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5385267Z test_consistency_SparseBSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5385565Z test_consistency_SparseBSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5385858Z test_consistency_SparseBSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5386148Z test_consistency_SparseBSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5386407Z test_consistency_SparseBSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5386692Z test_consistency_SparseBSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5386986Z test_consistency_SparseBSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5387290Z test_consistency_SparseBSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5387601Z test_consistency_SparseBSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5387949Z test_consistency_SparseBSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5388251Z test_consistency_SparseBSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5388545Z test_consistency_SparseBSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5388905Z test_consistency_SparseBSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5389238Z test_consistency_SparseBSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5389525Z test_consistency_SparseBSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5389816Z test_consistency_SparseBSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5390107Z test_consistency_SparseBSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5390405Z test_consistency_SparseBSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5390691Z test_consistency_SparseBSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5390990Z test_consistency_SparseBSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5391293Z test_consistency_SparseBSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5391592Z test_consistency_SparseBSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5391887Z test_consistency_SparseBSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5392186Z test_consistency_SparseBSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5392476Z test_consistency_SparseBSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5392829Z test_consistency_SparseBSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5393121Z test_consistency_SparseBSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5393375Z test_consistency_SparseBSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5393662Z test_consistency_SparseBSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5393947Z test_consistency_SparseBSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5394242Z test_consistency_SparseBSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5394539Z test_consistency_SparseBSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5394841Z test_consistency_SparseBSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5395144Z test_consistency_SparseBSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5395453Z test_consistency_SparseBSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5395708Z test_consistency_SparseBSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5395954Z test_consistency_SparseBSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5396197Z test_consistency_SparseBSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5396435Z test_consistency_SparseBSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5396672Z test_consistency_SparseBSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5396913Z test_consistency_SparseBSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5397156Z test_consistency_SparseBSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5397393Z test_consistency_SparseBSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5397635Z test_consistency_SparseBSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5397930Z test_consistency_SparseBSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5398181Z test_consistency_SparseBSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5398429Z test_consistency_SparseBSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5398679Z test_consistency_SparseBSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5398923Z test_consistency_SparseBSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5399169Z test_consistency_SparseBSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5399385Z test_consistency_SparseBSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5399625Z test_consistency_SparseBSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5399865Z test_consistency_SparseBSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5400106Z test_consistency_SparseBSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5400342Z test_consistency_SparseBSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5400578Z test_consistency_SparseBSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5400827Z test_consistency_SparseBSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5401124Z test_consistency_SparseBSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5401373Z test_consistency_SparseBSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5401624Z test_consistency_SparseBSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5401875Z test_consistency_SparseBSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5402121Z test_consistency_SparseBSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5402366Z test_consistency_SparseBSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5402609Z test_consistency_SparseBSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5402853Z test_consistency_SparseBSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5403103Z test_consistency_SparseBSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5403340Z test_consistency_SparseBSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5403580Z test_consistency_SparseBSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5403821Z test_consistency_SparseBSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5404069Z test_consistency_SparseBSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5404311Z test_consistency_SparseBSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5404555Z test_consistency_SparseBSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5404798Z test_consistency_SparseBSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5405018Z test_consistency_SparseBSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5405259Z test_consistency_SparseBSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5405496Z test_consistency_SparseBSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5405782Z test_consistency_SparseBSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5406025Z test_consistency_SparseBSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5406285Z test_consistency_SparseBSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5406541Z test_consistency_SparseBSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5406812Z test_consistency_SparseBSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5407078Z test_consistency_SparseBSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5407343Z test_consistency_SparseBSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5407602Z test_consistency_SparseBSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5407869Z test_consistency_SparseBSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5408126Z test_consistency_SparseBSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5408382Z test_consistency_SparseBSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5408636Z test_consistency_SparseBSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5408957Z test_consistency_SparseBSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5409213Z test_consistency_SparseBSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5409468Z test_consistency_SparseBSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5409719Z test_consistency_SparseBSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5409965Z test_consistency_SparseBSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5410214Z test_consistency_SparseBSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5410467Z test_consistency_SparseBSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5410714Z test_consistency_SparseBSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5410960Z test_consistency_SparseBSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5411177Z test_consistency_SparseBSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5411420Z test_consistency_SparseBSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5411667Z test_consistency_SparseBSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5411909Z test_consistency_SparseBSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5412154Z test_consistency_SparseBSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5412393Z test_consistency_SparseBSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5412633Z test_consistency_SparseBSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5412879Z test_consistency_SparseBSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5413120Z test_consistency_SparseBSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5413356Z test_consistency_SparseBSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5413593Z test_consistency_SparseBSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5413876Z test_consistency_SparseBSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5414113Z test_consistency_SparseBSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5414347Z test_consistency_SparseBSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5414589Z test_consistency_SparseBSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5414841Z test_consistency_SparseBSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5415092Z test_consistency_SparseBSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5415339Z test_consistency_SparseBSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5415580Z test_consistency_SparseBSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5415825Z test_consistency_SparseBSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5416065Z test_consistency_SparseBSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5416308Z test_consistency_SparseBSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5416553Z test_consistency_SparseBSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5416846Z test_consistency_SparseBSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5417090Z test_consistency_SparseBSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5417335Z test_consistency_SparseBSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5417579Z test_consistency_SparseBSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5417828Z test_consistency_SparseBSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5418068Z test_consistency_SparseBSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5418307Z test_consistency_SparseBSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5418544Z test_consistency_SparseBSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5418785Z test_consistency_SparseBSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5419022Z test_consistency_SparseBSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5419267Z test_consistency_SparseBSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5419509Z test_consistency_SparseBSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5419759Z test_consistency_SparseBSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5420002Z test_consistency_SparseBSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5420239Z test_consistency_SparseBSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5420473Z test_consistency_SparseBSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5420713Z test_consistency_SparseBSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5420951Z test_consistency_SparseBSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5421190Z test_consistency_SparseBSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5421435Z test_consistency_SparseBSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5421738Z test_consistency_SparseBSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5421983Z test_consistency_SparseBSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5422228Z test_consistency_SparseBSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5422449Z test_consistency_SparseBSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5422695Z test_consistency_SparseBSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5422948Z test_consistency_SparseBSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5423196Z test_consistency_SparseBSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5423443Z test_consistency_SparseBSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5423733Z test_consistency_SparseBSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5423982Z test_consistency_SparseBSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5424224Z test_consistency_SparseBSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5424477Z test_consistency_SparseBSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5424839Z test_consistency_SparseBSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5425121Z test_consistency_SparseBSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5425407Z test_consistency_SparseBSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5425694Z test_consistency_SparseBSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5425998Z test_consistency_SparseBSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5426292Z test_consistency_SparseBSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5426591Z test_consistency_SparseBSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5426892Z test_consistency_SparseBSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5427185Z test_consistency_SparseBSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5427475Z test_consistency_SparseBSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5427766Z test_consistency_SparseBSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5428064Z test_consistency_SparseBSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5428348Z test_consistency_SparseBSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5428640Z test_consistency_SparseBSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5428930Z test_consistency_SparseBSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5429191Z test_consistency_SparseBSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5429498Z test_consistency_SparseBSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5429791Z test_consistency_SparseBSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5430092Z test_consistency_SparseBSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5430460Z test_consistency_SparseBSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5430761Z test_consistency_SparseBSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5431061Z test_consistency_SparseBSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5431356Z test_consistency_SparseBSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5431649Z test_consistency_SparseBSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5431950Z test_consistency_SparseBSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5432245Z test_consistency_SparseBSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5432547Z test_consistency_SparseBSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5432844Z test_consistency_SparseBSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5433148Z test_consistency_SparseBSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5433444Z test_consistency_SparseBSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5433743Z test_consistency_SparseBSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5434053Z test_consistency_SparseBSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5434461Z test_consistency_SparseBSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5434756Z test_consistency_SparseBSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5435047Z test_consistency_SparseBSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5435348Z test_consistency_SparseBSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5435641Z test_consistency_SparseBSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5435880Z test_consistency_SparseBSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5436105Z test_consistency_SparseBSC_log1p_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5436356Z test_consistency_SparseBSC_log1p_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5436601Z test_consistency_SparseBSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5436847Z test_consistency_SparseBSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5437092Z test_consistency_SparseBSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5437343Z test_consistency_SparseBSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5437587Z test_consistency_SparseBSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5437827Z test_consistency_SparseBSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5438067Z test_consistency_SparseBSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5438305Z test_consistency_SparseBSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5438661Z test_consistency_SparseBSC_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5439014Z test_consistency_SparseBSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5439411Z test_consistency_SparseBSC_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5439764Z test_consistency_SparseBSC_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5440108Z test_consistency_SparseBSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5440455Z test_consistency_SparseBSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5440796Z test_consistency_SparseBSC_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5441142Z test_consistency_SparseBSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5441482Z test_consistency_SparseBSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5441828Z test_consistency_SparseBSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5442218Z test_consistency_SparseBSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5442562Z test_consistency_SparseBSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5442910Z test_consistency_SparseBSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5443252Z test_consistency_SparseBSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5443595Z test_consistency_SparseBSC_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5443942Z test_consistency_SparseBSC_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5444281Z test_consistency_SparseBSC_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5444623Z test_consistency_SparseBSC_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5444973Z test_consistency_SparseBSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5445316Z test_consistency_SparseBSC_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5445675Z test_consistency_SparseBSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5446024Z test_consistency_SparseBSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5446414Z test_consistency_SparseBSC_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5446766Z test_consistency_SparseBSC_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5447111Z test_consistency_SparseBSC_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5447451Z test_consistency_SparseBSC_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5447789Z test_consistency_SparseBSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5448133Z test_consistency_SparseBSC_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5448474Z test_consistency_SparseBSC_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5448815Z test_consistency_SparseBSC_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5449207Z test_consistency_SparseBSC_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5449552Z test_consistency_SparseBSC_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5449905Z test_consistency_SparseBSC_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5450255Z test_consistency_SparseBSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5450598Z test_consistency_SparseBSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5450950Z test_consistency_SparseBSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5451298Z test_consistency_SparseBSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5451646Z test_consistency_SparseBSC_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5451989Z test_consistency_SparseBSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5452331Z test_consistency_SparseBSC_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5452674Z test_consistency_SparseBSC_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5453014Z test_consistency_SparseBSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5453400Z test_consistency_SparseBSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5453744Z test_consistency_SparseBSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5454090Z test_consistency_SparseBSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5454434Z test_consistency_SparseBSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5454782Z test_consistency_SparseBSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5455126Z test_consistency_SparseBSC_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5455470Z test_consistency_SparseBSC_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5455807Z test_consistency_SparseBSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5456145Z test_consistency_SparseBSC_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5456527Z test_consistency_SparseBSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5456866Z test_consistency_SparseBSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5457203Z test_consistency_SparseBSC_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5457447Z test_consistency_SparseBSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5457696Z test_consistency_SparseBSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5457941Z test_consistency_SparseBSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5458191Z test_consistency_SparseBSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5458407Z test_consistency_SparseBSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5458649Z test_consistency_SparseBSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5458892Z test_consistency_SparseBSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5459128Z test_consistency_SparseBSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5459366Z test_consistency_SparseBSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5459602Z test_consistency_SparseBSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5459838Z test_consistency_SparseBSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5460077Z test_consistency_SparseBSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5460344Z test_consistency_SparseBSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5460610Z test_consistency_SparseBSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5460923Z test_consistency_SparseBSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5461189Z test_consistency_SparseBSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5461452Z test_consistency_SparseBSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5461709Z test_consistency_SparseBSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5461972Z test_consistency_SparseBSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5462228Z test_consistency_SparseBSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5462487Z test_consistency_SparseBSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5462742Z test_consistency_SparseBSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5463004Z test_consistency_SparseBSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5463259Z test_consistency_SparseBSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5463517Z test_consistency_SparseBSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5463895Z test_consistency_SparseBSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5464217Z test_consistency_SparseBSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5464464Z test_consistency_SparseBSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5464736Z test_consistency_SparseBSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5465038Z test_consistency_SparseBSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5465337Z test_consistency_SparseBSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5465630Z test_consistency_SparseBSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5465925Z test_consistency_SparseBSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5466227Z test_consistency_SparseBSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5466531Z test_consistency_SparseBSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5466831Z test_consistency_SparseBSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5467128Z test_consistency_SparseBSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5467432Z test_consistency_SparseBSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5467722Z test_consistency_SparseBSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5468015Z test_consistency_SparseBSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5468308Z test_consistency_SparseBSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5468599Z test_consistency_SparseBSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5468893Z test_consistency_SparseBSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5469308Z test_consistency_SparseBSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5469808Z test_consistency_SparseBSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5470230Z test_consistency_SparseBSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5470649Z test_consistency_SparseBSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5471059Z test_consistency_SparseBSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5471468Z test_consistency_SparseBSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5471881Z test_consistency_SparseBSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5472177Z test_consistency_SparseBSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5472472Z test_consistency_SparseBSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5472768Z test_consistency_SparseBSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5473062Z test_consistency_SparseBSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5473419Z test_consistency_SparseBSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5473710Z test_consistency_SparseBSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5473993Z test_consistency_SparseBSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5474287Z test_consistency_SparseBSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5474546Z test_consistency_SparseBSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5474840Z test_consistency_SparseBSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5475123Z test_consistency_SparseBSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5475419Z test_consistency_SparseBSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5475728Z test_consistency_SparseBSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5475999Z test_consistency_SparseBSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5476241Z test_consistency_SparseBSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5476480Z test_consistency_SparseBSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5476717Z test_consistency_SparseBSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5476953Z test_consistency_SparseBSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5477187Z test_consistency_SparseBSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5477419Z test_consistency_SparseBSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5477656Z test_consistency_SparseBSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5477893Z test_consistency_SparseBSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5478139Z test_consistency_SparseBSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5478424Z test_consistency_SparseBSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5478675Z test_consistency_SparseBSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5478923Z test_consistency_SparseBSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5479164Z test_consistency_SparseBSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5479405Z test_consistency_SparseBSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5479645Z test_consistency_SparseBSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5479883Z test_consistency_SparseBSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5480093Z test_consistency_SparseBSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5480333Z test_consistency_SparseBSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5480584Z test_consistency_SparseBSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5480828Z test_consistency_SparseBSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5481077Z test_consistency_SparseBSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5481328Z test_consistency_SparseBSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5481626Z test_consistency_SparseBSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5481871Z test_consistency_SparseBSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5482113Z test_consistency_SparseBSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5482358Z test_consistency_SparseBSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5482601Z test_consistency_SparseBSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5482846Z test_consistency_SparseBSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5483091Z test_consistency_SparseBSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5483328Z test_consistency_SparseBSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5483580Z test_consistency_SparseBSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5483824Z test_consistency_SparseBSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5484064Z test_consistency_SparseBSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5484314Z test_consistency_SparseBSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5484553Z test_consistency_SparseBSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5484788Z test_consistency_SparseBSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5485021Z test_consistency_SparseBSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5485258Z test_consistency_SparseBSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5485491Z test_consistency_SparseBSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5485699Z test_consistency_SparseBSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5485934Z test_consistency_SparseBSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5486225Z test_consistency_SparseBSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5486467Z test_consistency_SparseBSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5486717Z test_consistency_SparseBSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5486963Z test_consistency_SparseBSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5487212Z test_consistency_SparseBSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5487454Z test_consistency_SparseBSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5487696Z test_consistency_SparseBSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5487939Z test_consistency_SparseBSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5488180Z test_consistency_SparseBSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5488419Z test_consistency_SparseBSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5488656Z test_consistency_SparseBSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5488893Z test_consistency_SparseBSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5489131Z test_consistency_SparseBSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5489427Z test_consistency_SparseBSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5489662Z test_consistency_SparseBSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5489911Z test_consistency_SparseBSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5490161Z test_consistency_SparseBSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5490410Z test_consistency_SparseBSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5490651Z test_consistency_SparseBSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5490890Z test_consistency_SparseBSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5491129Z test_consistency_SparseBSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5491345Z test_consistency_SparseBSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5491578Z test_consistency_SparseBSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5491811Z test_consistency_SparseBSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5492048Z test_consistency_SparseBSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5492284Z test_consistency_SparseBSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5492529Z test_consistency_SparseBSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5492764Z test_consistency_SparseBSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5493011Z test_consistency_SparseBSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5493262Z test_consistency_SparseBSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5493509Z test_consistency_SparseBSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5493748Z test_consistency_SparseBSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5494031Z test_consistency_SparseBSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5494271Z test_consistency_SparseBSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5494509Z test_consistency_SparseBSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5494743Z test_consistency_SparseBSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5494976Z test_consistency_SparseBSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5495212Z test_consistency_SparseBSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5495450Z test_consistency_SparseBSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5495692Z test_consistency_SparseBSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5495931Z test_consistency_SparseBSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5496181Z test_consistency_SparseBSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5496431Z test_consistency_SparseBSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5496685Z test_consistency_SparseBSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5496901Z test_consistency_SparseBSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5497183Z test_consistency_SparseBSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5497427Z test_consistency_SparseBSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5497672Z test_consistency_SparseBSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5497910Z test_consistency_SparseBSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5498147Z test_consistency_SparseBSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5498382Z test_consistency_SparseBSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5498620Z test_consistency_SparseBSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5498962Z test_consistency_SparseBSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5499304Z test_consistency_SparseBSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5499649Z test_consistency_SparseBSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5500001Z test_consistency_SparseBSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5500343Z test_consistency_SparseBSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5500684Z test_consistency_SparseBSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5501025Z test_consistency_SparseBSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5501363Z test_consistency_SparseBSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5501744Z test_consistency_SparseBSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5502079Z test_consistency_SparseBSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5502412Z test_consistency_SparseBSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5502753Z test_consistency_SparseBSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2023-01-11T21:28:03.5503003Z test_consistency_SparseBSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5503248Z test_consistency_SparseBSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5503494Z test_consistency_SparseBSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5503788Z test_consistency_SparseBSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5504031Z test_consistency_SparseBSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5504268Z test_consistency_SparseBSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5504508Z test_consistency_SparseBSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5504810Z test_consistency_SparseBSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5505049Z test_consistency_SparseBSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5505291Z test_consistency_SparseBSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5505539Z test_consistency_SparseBSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5505793Z test_consistency_SparseBSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5506013Z test_consistency_SparseBSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5506258Z test_consistency_SparseBSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5506497Z test_consistency_SparseBSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5506736Z test_consistency_SparseBSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5506977Z test_consistency_SparseBSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5507211Z test_consistency_SparseBSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5507447Z test_consistency_SparseBSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5507681Z test_consistency_SparseBSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5507915Z test_consistency_SparseBSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5508147Z test_consistency_SparseBSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5508387Z test_consistency_SparseBSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5508640Z test_consistency_SparseBSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5508889Z test_consistency_SparseBSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5509136Z test_consistency_SparseBSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5509434Z test_consistency_SparseBSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5509683Z test_consistency_SparseBSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5509929Z test_consistency_SparseBSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5510167Z test_consistency_SparseBSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5510403Z test_consistency_SparseBSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5510646Z test_consistency_SparseBSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5510886Z test_consistency_SparseBSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5511131Z test_consistency_SparseBSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5511372Z test_consistency_SparseBSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5511594Z test_consistency_SparseBSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5511843Z test_consistency_SparseBSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5512090Z test_consistency_SparseBSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5512331Z test_consistency_SparseBSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5512626Z test_consistency_SparseBSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5512865Z test_consistency_SparseBSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5513105Z test_consistency_SparseBSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5513348Z test_consistency_SparseBSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5513584Z test_consistency_SparseBSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5513817Z test_consistency_SparseBSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5514055Z test_consistency_SparseBSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5514300Z test_consistency_SparseBSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5514543Z test_consistency_SparseBSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5514793Z test_consistency_SparseBSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5515042Z test_consistency_SparseBSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5515292Z test_consistency_SparseBSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5515534Z test_consistency_SparseBSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5515776Z test_consistency_SparseBSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5516026Z test_consistency_SparseBSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5516263Z test_consistency_SparseBSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5516504Z test_consistency_SparseBSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5516739Z test_consistency_SparseBSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5516977Z test_consistency_SparseBSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5517243Z test_consistency_SparseBSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5517489Z test_consistency_SparseBSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5517727Z test_consistency_SparseBSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5517974Z test_consistency_SparseBSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5518221Z test_consistency_SparseBSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5518472Z test_consistency_SparseBSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5518716Z test_consistency_SparseBSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5518960Z test_consistency_SparseBSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5519202Z test_consistency_SparseBSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5519441Z test_consistency_SparseBSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5519678Z test_consistency_SparseBSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5519914Z test_consistency_SparseBSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5520152Z test_consistency_SparseBSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5520436Z test_consistency_SparseBSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5520688Z test_consistency_SparseBSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5520926Z test_consistency_SparseBSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5521181Z test_consistency_SparseBSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5521430Z test_consistency_SparseBSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5521676Z test_consistency_SparseBSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5521918Z test_consistency_SparseBSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5522162Z test_consistency_SparseBSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5522411Z test_consistency_SparseBSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5522651Z test_consistency_SparseBSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5522863Z test_consistency_SparseBSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5523103Z test_consistency_SparseBSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5523344Z test_consistency_SparseBSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5523582Z test_consistency_SparseBSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5523826Z test_consistency_SparseBSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5524070Z test_consistency_SparseBSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5524314Z test_consistency_SparseBSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5524553Z test_consistency_SparseBSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5524792Z test_consistency_SparseBSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5525076Z test_consistency_SparseBSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5525319Z test_consistency_SparseBSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5525556Z test_consistency_SparseBSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5525791Z test_consistency_SparseBSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5526051Z test_consistency_SparseBSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5526311Z test_consistency_SparseBSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5526578Z test_consistency_SparseBSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5526839Z test_consistency_SparseBSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5527101Z test_consistency_SparseBSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5527360Z test_consistency_SparseBSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5527616Z test_consistency_SparseBSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5527870Z test_consistency_SparseBSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5528185Z test_consistency_SparseBSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5528438Z test_consistency_SparseBSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5528687Z test_consistency_SparseBSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5528917Z test_consistency_SparseBSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5529167Z test_consistency_SparseBSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5529414Z test_consistency_SparseBSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5529659Z test_consistency_SparseBSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5529907Z test_consistency_SparseBSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5530159Z test_consistency_SparseBSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5530402Z test_consistency_SparseBSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5530639Z test_consistency_SparseBSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5530884Z test_consistency_SparseBSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5531123Z test_consistency_SparseBSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5531366Z test_consistency_SparseBSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5531606Z test_consistency_SparseBSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5531844Z test_consistency_SparseBSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5532079Z test_consistency_SparseBSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5532316Z test_consistency_SparseBSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5532548Z test_consistency_SparseBSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5532828Z test_consistency_SparseBSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5533061Z test_consistency_SparseBSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5533291Z test_consistency_SparseBSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5533523Z test_consistency_SparseBSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5533752Z test_consistency_SparseBSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5533985Z test_consistency_SparseBSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5534222Z test_consistency_SparseBSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5534465Z test_consistency_SparseBSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5534688Z test_consistency_SparseBSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5534932Z test_consistency_SparseBSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5535168Z test_consistency_SparseBSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5535406Z test_consistency_SparseBSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5535643Z test_consistency_SparseBSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5535931Z test_consistency_SparseBSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5536167Z test_consistency_SparseBSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5536409Z test_consistency_SparseBSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5536649Z test_consistency_SparseBSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5536888Z test_consistency_SparseBSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5537124Z test_consistency_SparseBSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5537360Z test_consistency_SparseBSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5537598Z test_consistency_SparseBSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5537837Z test_consistency_SparseBSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5538067Z test_consistency_SparseBSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5538299Z test_consistency_SparseBSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5538530Z test_consistency_SparseBSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5538772Z test_consistency_SparseBSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5539008Z test_consistency_SparseBSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5539242Z test_consistency_SparseBSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5539479Z test_consistency_SparseBSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5539715Z test_consistency_SparseBSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5539948Z test_consistency_SparseBSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5540155Z test_consistency_SparseBSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5540389Z test_consistency_SparseBSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5540672Z test_consistency_SparseBSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5540913Z test_consistency_SparseBSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5541156Z test_consistency_SparseBSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5541395Z test_consistency_SparseBSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5541638Z test_consistency_SparseBSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5541878Z test_consistency_SparseBSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5542118Z test_consistency_SparseBSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5542365Z test_consistency_SparseBSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5542607Z test_consistency_SparseBSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5542848Z test_consistency_SparseBSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5543084Z test_consistency_SparseBSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5543319Z test_consistency_SparseBSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5543607Z test_consistency_SparseBSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5543918Z test_consistency_SparseBSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5544154Z test_consistency_SparseBSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5544386Z test_consistency_SparseBSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5544619Z test_consistency_SparseBSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5544849Z test_consistency_SparseBSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5545089Z test_consistency_SparseBSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5545323Z test_consistency_SparseBSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5545571Z test_consistency_SparseBSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5545792Z test_consistency_SparseBSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5546027Z test_consistency_SparseBSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5546267Z test_consistency_SparseBSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5546502Z test_consistency_SparseBSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5546738Z test_consistency_SparseBSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5546969Z test_consistency_SparseBSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5547199Z test_consistency_SparseBSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5547438Z test_consistency_SparseBSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5547671Z test_consistency_SparseBSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5547916Z test_consistency_SparseBSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5548220Z test_consistency_SparseBSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5548466Z test_consistency_SparseBSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5548711Z test_consistency_SparseBSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5548953Z test_consistency_SparseBSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5549192Z test_consistency_SparseBSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5549440Z test_consistency_SparseBSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5549677Z test_consistency_SparseBSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5549920Z test_consistency_SparseBSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5550165Z test_consistency_SparseBSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5550412Z test_consistency_SparseBSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5550652Z test_consistency_SparseBSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5550895Z test_consistency_SparseBSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5551135Z test_consistency_SparseBSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5551410Z test_consistency_SparseBSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5551649Z test_consistency_SparseBSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5551890Z test_consistency_SparseBSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5552136Z test_consistency_SparseBSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5552373Z test_consistency_SparseBSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5552613Z test_consistency_SparseBSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5552851Z test_consistency_SparseBSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5553089Z test_consistency_SparseBSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5553332Z test_consistency_SparseBSR_log1p_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5553574Z test_consistency_SparseBSR_log1p_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5553816Z test_consistency_SparseBSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5554055Z test_consistency_SparseBSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5554290Z test_consistency_SparseBSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5554527Z test_consistency_SparseBSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5554756Z test_consistency_SparseBSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5554994Z test_consistency_SparseBSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5555226Z test_consistency_SparseBSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5555460Z test_consistency_SparseBSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5555851Z test_consistency_SparseBSR_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5556199Z test_consistency_SparseBSR_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5556538Z test_consistency_SparseBSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5556880Z test_consistency_SparseBSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5557220Z test_consistency_SparseBSR_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5557554Z test_consistency_SparseBSR_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5557891Z test_consistency_SparseBSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5558224Z test_consistency_SparseBSR_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5558561Z test_consistency_SparseBSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5558945Z test_consistency_SparseBSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5559282Z test_consistency_SparseBSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5559624Z test_consistency_SparseBSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5559963Z test_consistency_SparseBSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5560304Z test_consistency_SparseBSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5560643Z test_consistency_SparseBSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5560978Z test_consistency_SparseBSR_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5561323Z test_consistency_SparseBSR_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5561654Z test_consistency_SparseBSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5561991Z test_consistency_SparseBSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5562328Z test_consistency_SparseBSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5562671Z test_consistency_SparseBSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5563058Z test_consistency_SparseBSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5563400Z test_consistency_SparseBSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5563740Z test_consistency_SparseBSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5564083Z test_consistency_SparseBSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5564414Z test_consistency_SparseBSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5564751Z test_consistency_SparseBSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5565083Z test_consistency_SparseBSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5565412Z test_consistency_SparseBSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5565790Z test_consistency_SparseBSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5566130Z test_consistency_SparseBSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5566464Z test_consistency_SparseBSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5566814Z test_consistency_SparseBSR_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5567136Z test_consistency_SparseBSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5567478Z test_consistency_SparseBSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5567816Z test_consistency_SparseBSR_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5568160Z test_consistency_SparseBSR_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5568497Z test_consistency_SparseBSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5568834Z test_consistency_SparseBSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5569171Z test_consistency_SparseBSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5569507Z test_consistency_SparseBSR_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5569909Z test_consistency_SparseBSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5570251Z test_consistency_SparseBSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5570585Z test_consistency_SparseBSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5570928Z test_consistency_SparseBSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5571267Z test_consistency_SparseBSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5571602Z test_consistency_SparseBSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5571940Z test_consistency_SparseBSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5572270Z test_consistency_SparseBSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5572605Z test_consistency_SparseBSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5572984Z test_consistency_SparseBSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5573317Z test_consistency_SparseBSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5573651Z test_consistency_SparseBSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5573987Z test_consistency_SparseBSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5574226Z test_consistency_SparseBSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5574477Z test_consistency_SparseBSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5574722Z test_consistency_SparseBSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5574962Z test_consistency_SparseBSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5575201Z test_consistency_SparseBSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5575435Z test_consistency_SparseBSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5575668Z test_consistency_SparseBSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5575903Z test_consistency_SparseBSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5576134Z test_consistency_SparseBSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5576368Z test_consistency_SparseBSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5576597Z test_consistency_SparseBSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5576827Z test_consistency_SparseBSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5577133Z test_consistency_SparseBSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5577395Z test_consistency_SparseBSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5577654Z test_consistency_SparseBSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5577911Z test_consistency_SparseBSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5578166Z test_consistency_SparseBSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5578418Z test_consistency_SparseBSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5578670Z test_consistency_SparseBSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5578923Z test_consistency_SparseBSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5579161Z test_consistency_SparseBSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5579412Z test_consistency_SparseBSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5579664Z test_consistency_SparseBSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5579914Z test_consistency_SparseBSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5580211Z test_consistency_SparseBSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5580461Z test_consistency_SparseBSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5580705Z test_consistency_SparseBSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5580951Z test_consistency_SparseBSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5581194Z test_consistency_SparseBSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5581436Z test_consistency_SparseBSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5581689Z test_consistency_SparseBSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5581940Z test_consistency_SparseBSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5582191Z test_consistency_SparseBSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5582443Z test_consistency_SparseBSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5582684Z test_consistency_SparseBSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5582931Z test_consistency_SparseBSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5583182Z test_consistency_SparseBSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5583428Z test_consistency_SparseBSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5583671Z test_consistency_SparseBSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5584039Z test_consistency_SparseBSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5584286Z test_consistency_SparseBSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5584527Z test_consistency_SparseBSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5584772Z test_consistency_SparseBSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5585193Z test_consistency_SparseBSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5585548Z test_consistency_SparseBSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5585889Z test_consistency_SparseBSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5586240Z test_consistency_SparseBSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5586579Z test_consistency_SparseBSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5586915Z test_consistency_SparseBSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5587229Z test_consistency_SparseBSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5587474Z test_consistency_SparseBSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5587714Z test_consistency_SparseBSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5588008Z test_consistency_SparseBSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5588252Z test_consistency_SparseBSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5588488Z test_consistency_SparseBSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5588730Z test_consistency_SparseBSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5588966Z test_consistency_SparseBSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5589202Z test_consistency_SparseBSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5589433Z test_consistency_SparseBSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5589671Z test_consistency_SparseBSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5589910Z test_consistency_SparseBSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5590155Z test_consistency_SparseBSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5590394Z test_consistency_SparseBSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5590637Z test_consistency_SparseBSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5590876Z test_consistency_SparseBSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5591112Z test_consistency_SparseBSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5591346Z test_consistency_SparseBSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5591577Z test_consistency_SparseBSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5591814Z test_consistency_SparseBSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5592045Z test_consistency_SparseBSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5592275Z test_consistency_SparseBSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5592555Z test_consistency_SparseBSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5592801Z test_consistency_SparseBSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5593013Z test_consistency_SparseBSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5593251Z test_consistency_SparseBSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5593491Z test_consistency_SparseBSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5593733Z test_consistency_SparseBSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5593971Z test_consistency_SparseBSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5594208Z test_consistency_SparseBSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5594447Z test_consistency_SparseBSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5594678Z test_consistency_SparseBSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5594914Z test_consistency_SparseBSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5595163Z test_consistency_SparseBSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5595399Z test_consistency_SparseBSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5595699Z test_consistency_SparseBSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5595940Z test_consistency_SparseBSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5596186Z test_consistency_SparseBSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5596426Z test_consistency_SparseBSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5596663Z test_consistency_SparseBSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5596899Z test_consistency_SparseBSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5597136Z test_consistency_SparseBSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5597373Z test_consistency_SparseBSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5597610Z test_consistency_SparseBSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5597841Z test_consistency_SparseBSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5598087Z test_consistency_SparseBSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5598326Z test_consistency_SparseBSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5598543Z test_consistency_SparseBSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5598778Z test_consistency_SparseBSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5599013Z test_consistency_SparseBSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5599246Z test_consistency_SparseBSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5599479Z test_consistency_SparseBSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5599707Z test_consistency_SparseBSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5599935Z test_consistency_SparseBSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5600216Z test_consistency_SparseBSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5600452Z test_consistency_SparseBSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5600692Z test_consistency_SparseBSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5600926Z test_consistency_SparseBSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5601172Z test_consistency_SparseBSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5601420Z test_consistency_SparseBSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5601666Z test_consistency_SparseBSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5601903Z test_consistency_SparseBSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5602146Z test_consistency_SparseBSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5602386Z test_consistency_SparseBSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5602625Z test_consistency_SparseBSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5602860Z test_consistency_SparseBSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5603091Z test_consistency_SparseBSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5603373Z test_consistency_SparseBSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5603607Z test_consistency_SparseBSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5603846Z test_consistency_SparseBSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5604059Z test_consistency_SparseBSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5604305Z test_consistency_SparseBSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5604549Z test_consistency_SparseBSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5604790Z test_consistency_SparseBSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5605027Z test_consistency_SparseBSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5605270Z test_consistency_SparseBSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5605571Z test_consistency_SparseBSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5605853Z test_consistency_SparseBSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5606140Z test_consistency_SparseBSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5606423Z test_consistency_SparseBSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5606681Z test_consistency_SparseBSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5606923Z test_consistency_SparseBSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5607159Z test_consistency_SparseBSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5607400Z test_consistency_SparseBSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5607641Z test_consistency_SparseBSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5607886Z test_consistency_SparseBSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5608182Z test_consistency_SparseBSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5608427Z test_consistency_SparseBSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5608672Z test_consistency_SparseBSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5608905Z test_consistency_SparseBSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5609136Z test_consistency_SparseBSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5609372Z test_consistency_SparseBSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5609582Z test_consistency_SparseBSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5609811Z test_consistency_SparseBSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5610043Z test_consistency_SparseBSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5610283Z test_consistency_SparseBSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5610516Z test_consistency_SparseBSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5610757Z test_consistency_SparseBSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5610998Z test_consistency_SparseBSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5611305Z test_consistency_SparseBSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5611543Z test_consistency_SparseBSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5611793Z test_consistency_SparseBSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5612042Z test_consistency_SparseBSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5612281Z test_consistency_SparseBSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5612526Z test_consistency_SparseBSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5612768Z test_consistency_SparseBSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5613005Z test_consistency_SparseBSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5613256Z test_consistency_SparseBSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5613604Z test_consistency_SparseBSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5613943Z test_consistency_SparseBSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5614292Z test_consistency_SparseBSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5614636Z test_consistency_SparseBSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5614982Z test_consistency_SparseBSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5615327Z test_consistency_SparseBSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5615665Z test_consistency_SparseBSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5616044Z test_consistency_SparseBSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5616390Z test_consistency_SparseBSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5616730Z test_consistency_SparseBSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5617069Z test_consistency_SparseBSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5617404Z test_consistency_SparseBSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2023-01-11T21:28:03.5617660Z test_consistency_SparseBSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5617909Z test_consistency_SparseBSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5618155Z test_consistency_SparseBSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5618399Z test_consistency_SparseBSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5618643Z test_consistency_SparseBSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5618902Z test_consistency_SparseBSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5619143Z test_consistency_SparseBSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5619390Z test_consistency_SparseBSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5619633Z test_consistency_SparseBSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5619883Z test_consistency_SparseCSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5620121Z test_consistency_SparseCSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5620372Z test_consistency_SparseCSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5620618Z test_consistency_SparseCSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5620867Z test_consistency_SparseCSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5621106Z test_consistency_SparseCSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5621352Z test_consistency_SparseCSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5621595Z test_consistency_SparseCSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5621834Z test_consistency_SparseCSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5622068Z test_consistency_SparseCSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5622302Z test_consistency_SparseCSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5622541Z test_consistency_SparseCSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5622785Z test_consistency_SparseCSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5623024Z test_consistency_SparseCSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5623276Z test_consistency_SparseCSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5623579Z test_consistency_SparseCSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5623877Z test_consistency_SparseCSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5624127Z test_consistency_SparseCSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5624372Z test_consistency_SparseCSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5624586Z test_consistency_SparseCSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5624830Z test_consistency_SparseCSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5625070Z test_consistency_SparseCSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5625318Z test_consistency_SparseCSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5625561Z test_consistency_SparseCSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5627246Z test_consistency_SparseCSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5627514Z test_consistency_SparseCSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5627737Z test_consistency_SparseCSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5627985Z test_consistency_SparseCSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5628315Z test_consistency_SparseCSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5628562Z test_consistency_SparseCSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5628806Z test_consistency_SparseCSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5629055Z test_consistency_SparseCSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5629375Z test_consistency_SparseCSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5629617Z test_consistency_SparseCSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5629853Z test_consistency_SparseCSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5630064Z test_consistency_SparseCSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5630306Z test_consistency_SparseCSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5630558Z test_consistency_SparseCSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5630798Z test_consistency_SparseCSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5631054Z test_consistency_SparseCSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5631313Z test_consistency_SparseCSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5631565Z test_consistency_SparseCSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5631813Z test_consistency_SparseCSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5632056Z test_consistency_SparseCSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5632304Z test_consistency_SparseCSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5632543Z test_consistency_SparseCSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5632780Z test_consistency_SparseCSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5633024Z test_consistency_SparseCSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5633266Z test_consistency_SparseCSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5633504Z test_consistency_SparseCSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5633749Z test_consistency_SparseCSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5633991Z test_consistency_SparseCSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5634244Z test_consistency_SparseCSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5634495Z test_consistency_SparseCSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5634741Z test_consistency_SparseCSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5634993Z test_consistency_SparseCSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5635344Z test_consistency_SparseCSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5635596Z test_consistency_SparseCSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5635810Z test_consistency_SparseCSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5636059Z test_consistency_SparseCSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5636348Z test_consistency_SparseCSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5636586Z test_consistency_SparseCSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5636824Z test_consistency_SparseCSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5637071Z test_consistency_SparseCSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5637316Z test_consistency_SparseCSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5637578Z test_consistency_SparseCSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5637833Z test_consistency_SparseCSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5638155Z test_consistency_SparseCSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5638442Z test_consistency_SparseCSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5638723Z test_consistency_SparseCSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5639015Z test_consistency_SparseCSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5639294Z test_consistency_SparseCSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5639571Z test_consistency_SparseCSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5639844Z test_consistency_SparseCSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5640125Z test_consistency_SparseCSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5640401Z test_consistency_SparseCSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5640692Z test_consistency_SparseCSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5640978Z test_consistency_SparseCSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5641232Z test_consistency_SparseCSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5641479Z test_consistency_SparseCSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5641721Z test_consistency_SparseCSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5641934Z test_consistency_SparseCSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5642174Z test_consistency_SparseCSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5642417Z test_consistency_SparseCSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5642660Z test_consistency_SparseCSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5642922Z test_consistency_SparseCSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5643186Z test_consistency_SparseCSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5643484Z test_consistency_SparseCSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5643846Z test_consistency_SparseCSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5644158Z test_consistency_SparseCSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5644455Z test_consistency_SparseCSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5644797Z test_consistency_SparseCSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5645092Z test_consistency_SparseCSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5645387Z test_consistency_SparseCSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5645692Z test_consistency_SparseCSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5645980Z test_consistency_SparseCSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5646285Z test_consistency_SparseCSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5646576Z test_consistency_SparseCSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5646865Z test_consistency_SparseCSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5647152Z test_consistency_SparseCSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5647441Z test_consistency_SparseCSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5647735Z test_consistency_SparseCSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5648006Z test_consistency_SparseCSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5648273Z test_consistency_SparseCSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5648555Z test_consistency_SparseCSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5648836Z test_consistency_SparseCSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5649056Z test_consistency_SparseCSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5649342Z test_consistency_SparseCSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5649620Z test_consistency_SparseCSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5649879Z test_consistency_SparseCSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5650124Z test_consistency_SparseCSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5650365Z test_consistency_SparseCSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5650608Z test_consistency_SparseCSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5650845Z test_consistency_SparseCSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5651081Z test_consistency_SparseCSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5651323Z test_consistency_SparseCSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5651558Z test_consistency_SparseCSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5651798Z test_consistency_SparseCSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5652042Z test_consistency_SparseCSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5652291Z test_consistency_SparseCSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5652599Z test_consistency_SparseCSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5652853Z test_consistency_SparseCSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5653102Z test_consistency_SparseCSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5653390Z test_consistency_SparseCSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5653632Z test_consistency_SparseCSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5653875Z test_consistency_SparseCSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5654121Z test_consistency_SparseCSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5654370Z test_consistency_SparseCSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5654618Z test_consistency_SparseCSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5654837Z test_consistency_SparseCSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5655083Z test_consistency_SparseCSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5655336Z test_consistency_SparseCSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5655573Z test_consistency_SparseCSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5655812Z test_consistency_SparseCSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5656046Z test_consistency_SparseCSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5656286Z test_consistency_SparseCSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5656527Z test_consistency_SparseCSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5656776Z test_consistency_SparseCSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5657021Z test_consistency_SparseCSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5657267Z test_consistency_SparseCSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5657511Z test_consistency_SparseCSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5657749Z test_consistency_SparseCSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5657991Z test_consistency_SparseCSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5658229Z test_consistency_SparseCSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5658475Z test_consistency_SparseCSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5658717Z test_consistency_SparseCSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5658964Z test_consistency_SparseCSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5659216Z test_consistency_SparseCSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5659462Z test_consistency_SparseCSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5659705Z test_consistency_SparseCSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5659952Z test_consistency_SparseCSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5660195Z test_consistency_SparseCSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5660469Z test_consistency_SparseCSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5660725Z test_consistency_SparseCSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5660973Z test_consistency_SparseCSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5661269Z test_consistency_SparseCSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5661510Z test_consistency_SparseCSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5661751Z test_consistency_SparseCSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5661989Z test_consistency_SparseCSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5662229Z test_consistency_SparseCSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5662474Z test_consistency_SparseCSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5662712Z test_consistency_SparseCSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5662948Z test_consistency_SparseCSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5663198Z test_consistency_SparseCSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5663436Z test_consistency_SparseCSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5663727Z test_consistency_SparseCSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5663980Z test_consistency_SparseCSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5664222Z test_consistency_SparseCSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5664466Z test_consistency_SparseCSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5664706Z test_consistency_SparseCSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5664945Z test_consistency_SparseCSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5665184Z test_consistency_SparseCSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5665423Z test_consistency_SparseCSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5665667Z test_consistency_SparseCSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5665903Z test_consistency_SparseCSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5666127Z test_consistency_SparseCSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5666373Z test_consistency_SparseCSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5666619Z test_consistency_SparseCSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5666927Z test_consistency_SparseCSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5667219Z test_consistency_SparseCSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5667501Z test_consistency_SparseCSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5667783Z test_consistency_SparseCSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5668064Z test_consistency_SparseCSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5668407Z test_consistency_SparseCSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5668705Z test_consistency_SparseCSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5668994Z test_consistency_SparseCSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5669276Z test_consistency_SparseCSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5669622Z test_consistency_SparseCSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5669903Z test_consistency_SparseCSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5670190Z test_consistency_SparseCSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5670471Z test_consistency_SparseCSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5670768Z test_consistency_SparseCSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5671056Z test_consistency_SparseCSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5671336Z test_consistency_SparseCSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5671619Z test_consistency_SparseCSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5671907Z test_consistency_SparseCSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5672186Z test_consistency_SparseCSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5672469Z test_consistency_SparseCSC_log1p_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5672755Z test_consistency_SparseCSC_log1p_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5672975Z test_consistency_SparseCSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5673260Z test_consistency_SparseCSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5673535Z test_consistency_SparseCSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5673812Z test_consistency_SparseCSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5674091Z test_consistency_SparseCSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5674362Z test_consistency_SparseCSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5674635Z test_consistency_SparseCSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5674913Z test_consistency_SparseCSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5675307Z test_consistency_SparseCSC_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5675687Z test_consistency_SparseCSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5676076Z test_consistency_SparseCSC_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5676462Z test_consistency_SparseCSC_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5676847Z test_consistency_SparseCSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5677282Z test_consistency_SparseCSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5677666Z test_consistency_SparseCSC_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5678100Z test_consistency_SparseCSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5678474Z test_consistency_SparseCSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5678853Z test_consistency_SparseCSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5679235Z test_consistency_SparseCSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5679616Z test_consistency_SparseCSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5679998Z test_consistency_SparseCSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5680379Z test_consistency_SparseCSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5680760Z test_consistency_SparseCSC_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5681142Z test_consistency_SparseCSC_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5681511Z test_consistency_SparseCSC_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5681885Z test_consistency_SparseCSC_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5682271Z test_consistency_SparseCSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5682651Z test_consistency_SparseCSC_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5683043Z test_consistency_SparseCSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5683426Z test_consistency_SparseCSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5683812Z test_consistency_SparseCSC_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5684188Z test_consistency_SparseCSC_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5684569Z test_consistency_SparseCSC_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5684994Z test_consistency_SparseCSC_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5685379Z test_consistency_SparseCSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5685759Z test_consistency_SparseCSC_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5686193Z test_consistency_SparseCSC_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5686568Z test_consistency_SparseCSC_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5686958Z test_consistency_SparseCSC_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5687333Z test_consistency_SparseCSC_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5687724Z test_consistency_SparseCSC_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5688095Z test_consistency_SparseCSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5688444Z test_consistency_SparseCSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5688796Z test_consistency_SparseCSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5689142Z test_consistency_SparseCSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5689484Z test_consistency_SparseCSC_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5689831Z test_consistency_SparseCSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5690174Z test_consistency_SparseCSC_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5690517Z test_consistency_SparseCSC_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5690865Z test_consistency_SparseCSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5691211Z test_consistency_SparseCSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5691556Z test_consistency_SparseCSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5691903Z test_consistency_SparseCSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5692248Z test_consistency_SparseCSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5692647Z test_consistency_SparseCSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5692991Z test_consistency_SparseCSC_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5693369Z test_consistency_SparseCSC_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5693704Z test_consistency_SparseCSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5694042Z test_consistency_SparseCSC_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5694379Z test_consistency_SparseCSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5694720Z test_consistency_SparseCSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5695056Z test_consistency_SparseCSC_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5695309Z test_consistency_SparseCSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5695564Z test_consistency_SparseCSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5695811Z test_consistency_SparseCSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5696062Z test_consistency_SparseCSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5696303Z test_consistency_SparseCSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5696515Z test_consistency_SparseCSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5696753Z test_consistency_SparseCSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5696989Z test_consistency_SparseCSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5697224Z test_consistency_SparseCSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5697461Z test_consistency_SparseCSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5697702Z test_consistency_SparseCSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5697935Z test_consistency_SparseCSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5698196Z test_consistency_SparseCSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5698454Z test_consistency_SparseCSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5698712Z test_consistency_SparseCSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5698975Z test_consistency_SparseCSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5699232Z test_consistency_SparseCSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5699490Z test_consistency_SparseCSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5699743Z test_consistency_SparseCSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5700056Z test_consistency_SparseCSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5700319Z test_consistency_SparseCSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5700574Z test_consistency_SparseCSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5700875Z test_consistency_SparseCSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5701132Z test_consistency_SparseCSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5701389Z test_consistency_SparseCSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5701644Z test_consistency_SparseCSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5701899Z test_consistency_SparseCSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5702148Z test_consistency_SparseCSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5702402Z test_consistency_SparseCSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5702648Z test_consistency_SparseCSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5702872Z test_consistency_SparseCSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5703116Z test_consistency_SparseCSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5703362Z test_consistency_SparseCSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5703610Z test_consistency_SparseCSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5703995Z test_consistency_SparseCSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5704249Z test_consistency_SparseCSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5704500Z test_consistency_SparseCSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5704750Z test_consistency_SparseCSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5704995Z test_consistency_SparseCSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5705237Z test_consistency_SparseCSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5705482Z test_consistency_SparseCSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5705728Z test_consistency_SparseCSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5705974Z test_consistency_SparseCSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5706317Z test_consistency_SparseCSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5706667Z test_consistency_SparseCSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5707017Z test_consistency_SparseCSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5707362Z test_consistency_SparseCSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5707768Z test_consistency_SparseCSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5708110Z test_consistency_SparseCSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5708448Z test_consistency_SparseCSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2023-01-11T21:28:03.5708755Z test_consistency_SparseCSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5708998Z test_consistency_SparseCSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5709242Z test_consistency_SparseCSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5709487Z test_consistency_SparseCSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5709733Z test_consistency_SparseCSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5709973Z test_consistency_SparseCSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5710213Z test_consistency_SparseCSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5710454Z test_consistency_SparseCSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5710691Z test_consistency_SparseCSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5710907Z test_consistency_SparseCSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5711144Z test_consistency_SparseCSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5711391Z test_consistency_SparseCSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5711650Z test_consistency_SparseCSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5711895Z test_consistency_SparseCSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5712133Z test_consistency_SparseCSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5712376Z test_consistency_SparseCSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5712614Z test_consistency_SparseCSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5712856Z test_consistency_SparseCSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5713094Z test_consistency_SparseCSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5713333Z test_consistency_SparseCSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5713571Z test_consistency_SparseCSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5713805Z test_consistency_SparseCSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5714045Z test_consistency_SparseCSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5714280Z test_consistency_SparseCSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5714526Z test_consistency_SparseCSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5714767Z test_consistency_SparseCSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5715007Z test_consistency_SparseCSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5715246Z test_consistency_SparseCSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5715531Z test_consistency_SparseCSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5715770Z test_consistency_SparseCSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5716006Z test_consistency_SparseCSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5716243Z test_consistency_SparseCSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5716509Z test_consistency_SparseCSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5716761Z test_consistency_SparseCSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5717007Z test_consistency_SparseCSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5717256Z test_consistency_SparseCSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5717505Z test_consistency_SparseCSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5717750Z test_consistency_SparseCSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5717991Z test_consistency_SparseCSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5718234Z test_consistency_SparseCSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5718484Z test_consistency_SparseCSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5718727Z test_consistency_SparseCSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5718968Z test_consistency_SparseCSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5719210Z test_consistency_SparseCSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5719469Z test_consistency_SparseCSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5719711Z test_consistency_SparseCSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5719955Z test_consistency_SparseCSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5720233Z test_consistency_SparseCSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5720508Z test_consistency_SparseCSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5720779Z test_consistency_SparseCSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5721048Z test_consistency_SparseCSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5721316Z test_consistency_SparseCSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5721589Z test_consistency_SparseCSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5721868Z test_consistency_SparseCSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5722135Z test_consistency_SparseCSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5722351Z test_consistency_SparseCSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5722632Z test_consistency_SparseCSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5722915Z test_consistency_SparseCSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5723202Z test_consistency_SparseCSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5723481Z test_consistency_SparseCSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5723842Z test_consistency_SparseCSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5724142Z test_consistency_SparseCSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5724418Z test_consistency_SparseCSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5724693Z test_consistency_SparseCSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5725017Z test_consistency_SparseCSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5725289Z test_consistency_SparseCSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5725558Z test_consistency_SparseCSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5725832Z test_consistency_SparseCSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5726121Z test_consistency_SparseCSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5726398Z test_consistency_SparseCSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5726682Z test_consistency_SparseCSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5726969Z test_consistency_SparseCSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5727261Z test_consistency_SparseCSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5727499Z test_consistency_SparseCSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5727736Z test_consistency_SparseCSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5727971Z test_consistency_SparseCSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5728203Z test_consistency_SparseCSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5728437Z test_consistency_SparseCSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5728646Z test_consistency_SparseCSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5728877Z test_consistency_SparseCSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5729110Z test_consistency_SparseCSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5729345Z test_consistency_SparseCSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5729581Z test_consistency_SparseCSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5729829Z test_consistency_SparseCSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5730070Z test_consistency_SparseCSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5730319Z test_consistency_SparseCSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5730554Z test_consistency_SparseCSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5730834Z test_consistency_SparseCSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5731107Z test_consistency_SparseCSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5731375Z test_consistency_SparseCSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5731655Z test_consistency_SparseCSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5731923Z test_consistency_SparseCSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5732191Z test_consistency_SparseCSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5732514Z test_consistency_SparseCSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5732799Z test_consistency_SparseCSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5733075Z test_consistency_SparseCSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5733415Z test_consistency_SparseCSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5733695Z test_consistency_SparseCSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5733982Z test_consistency_SparseCSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5734258Z test_consistency_SparseCSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5734475Z test_consistency_SparseCSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5734761Z test_consistency_SparseCSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5735036Z test_consistency_SparseCSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5735310Z test_consistency_SparseCSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5735586Z test_consistency_SparseCSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5735870Z test_consistency_SparseCSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5736141Z test_consistency_SparseCSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5736428Z test_consistency_SparseCSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5736708Z test_consistency_SparseCSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5737005Z test_consistency_SparseCSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5737299Z test_consistency_SparseCSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5737586Z test_consistency_SparseCSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5737882Z test_consistency_SparseCSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5738166Z test_consistency_SparseCSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5738448Z test_consistency_SparseCSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5738728Z test_consistency_SparseCSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5739014Z test_consistency_SparseCSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5739301Z test_consistency_SparseCSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5739586Z test_consistency_SparseCSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5739865Z test_consistency_SparseCSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5740162Z test_consistency_SparseCSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5740439Z test_consistency_SparseCSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5740720Z test_consistency_SparseCSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5740998Z test_consistency_SparseCSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5741270Z test_consistency_SparseCSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5741552Z test_consistency_SparseCSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5741824Z test_consistency_SparseCSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5742104Z test_consistency_SparseCSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5742449Z test_consistency_SparseCSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5742721Z test_consistency_SparseCSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5743002Z test_consistency_SparseCSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5743286Z test_consistency_SparseCSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5743575Z test_consistency_SparseCSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5743925Z test_consistency_SparseCSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5744201Z test_consistency_SparseCSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5744486Z test_consistency_SparseCSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5744763Z test_consistency_SparseCSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5745036Z test_consistency_SparseCSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5745303Z test_consistency_SparseCSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5745573Z test_consistency_SparseCSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5745845Z test_consistency_SparseCSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5746131Z test_consistency_SparseCSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5746434Z test_consistency_SparseCSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5746719Z test_consistency_SparseCSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5747006Z test_consistency_SparseCSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5747285Z test_consistency_SparseCSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5747563Z test_consistency_SparseCSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5747779Z test_consistency_SparseCSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5748054Z test_consistency_SparseCSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5748332Z test_consistency_SparseCSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5748615Z test_consistency_SparseCSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5748863Z test_consistency_SparseCSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5749157Z test_consistency_SparseCSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5749432Z test_consistency_SparseCSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5749682Z test_consistency_SparseCSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5749971Z test_consistency_SparseCSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5750324Z test_consistency_SparseCSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5750606Z test_consistency_SparseCSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5750879Z test_consistency_SparseCSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5751153Z test_consistency_SparseCSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5751498Z test_consistency_SparseCSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5751766Z test_consistency_SparseCSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5752039Z test_consistency_SparseCSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5752308Z test_consistency_SparseCSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5752579Z test_consistency_SparseCSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5752865Z test_consistency_SparseCSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5753139Z test_consistency_SparseCSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5753432Z test_consistency_SparseCSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5753720Z test_consistency_SparseCSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5754001Z test_consistency_SparseCSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5754218Z test_consistency_SparseCSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2023-01-11T21:28:03.5754498Z test_consistency_SparseCSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5754780Z test_consistency_SparseCSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5755052Z test_consistency_SparseCSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5755332Z test_consistency_SparseCSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5755619Z test_consistency_SparseCSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5755896Z test_consistency_SparseCSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5756173Z test_consistency_SparseCSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5756453Z test_consistency_SparseCSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5756724Z test_consistency_SparseCSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5757007Z test_consistency_SparseCSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5757296Z test_consistency_SparseCSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5757581Z test_consistency_SparseCSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5757871Z test_consistency_SparseCSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5758152Z test_consistency_SparseCSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5758428Z test_consistency_SparseCSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5758703Z test_consistency_SparseCSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5758976Z test_consistency_SparseCSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5759247Z test_consistency_SparseCSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5759575Z test_consistency_SparseCSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5759866Z test_consistency_SparseCSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5760116Z test_consistency_SparseCSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5760444Z test_consistency_SparseCSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5760669Z test_consistency_SparseCSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5760917Z test_consistency_SparseCSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5761203Z test_consistency_SparseCSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5761449Z test_consistency_SparseCSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5761732Z test_consistency_SparseCSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5761973Z test_consistency_SparseCSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5762249Z test_consistency_SparseCSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5762491Z test_consistency_SparseCSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5762765Z test_consistency_SparseCSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5763044Z test_consistency_SparseCSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5763283Z test_consistency_SparseCSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5763576Z test_consistency_SparseCSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5763866Z test_consistency_SparseCSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5764107Z test_consistency_SparseCSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5764384Z test_consistency_SparseCSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5764661Z test_consistency_SparseCSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5764899Z test_consistency_SparseCSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5765178Z test_consistency_SparseCSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5765414Z test_consistency_SparseCSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5765689Z test_consistency_SparseCSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5765989Z test_consistency_SparseCSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5766243Z test_consistency_SparseCSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5766548Z test_consistency_SparseCSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5766788Z test_consistency_SparseCSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5767092Z test_consistency_SparseCSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5767347Z test_consistency_SparseCSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5767641Z test_consistency_SparseCSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5767993Z test_consistency_SparseCSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5768254Z test_consistency_SparseCSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5768552Z test_consistency_SparseCSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5768887Z test_consistency_SparseCSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5769142Z test_consistency_SparseCSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5769433Z test_consistency_SparseCSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5769733Z test_consistency_SparseCSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5769975Z test_consistency_SparseCSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5770267Z test_consistency_SparseCSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5770550Z test_consistency_SparseCSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5770798Z test_consistency_SparseCSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5771082Z test_consistency_SparseCSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5771360Z test_consistency_SparseCSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5771603Z test_consistency_SparseCSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5771880Z test_consistency_SparseCSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5772123Z test_consistency_SparseCSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5772407Z test_consistency_SparseCSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5772694Z test_consistency_SparseCSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5772941Z test_consistency_SparseCSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5773218Z test_consistency_SparseCSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5773431Z test_consistency_SparseCSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5773708Z test_consistency_SparseCSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5773947Z test_consistency_SparseCSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5774221Z test_consistency_SparseCSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5774497Z test_consistency_SparseCSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5774736Z test_consistency_SparseCSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5775014Z test_consistency_SparseCSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5775303Z test_consistency_SparseCSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5775551Z test_consistency_SparseCSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5775831Z test_consistency_SparseCSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5776123Z test_consistency_SparseCSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5776367Z test_consistency_SparseCSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5776707Z test_consistency_SparseCSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5776994Z test_consistency_SparseCSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5777239Z test_consistency_SparseCSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5777571Z test_consistency_SparseCSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5777851Z test_consistency_SparseCSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5778095Z test_consistency_SparseCSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5778373Z test_consistency_SparseCSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5778663Z test_consistency_SparseCSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5778911Z test_consistency_SparseCSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5779185Z test_consistency_SparseCSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5779457Z test_consistency_SparseCSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5779675Z test_consistency_SparseCSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5779916Z test_consistency_SparseCSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5780202Z test_consistency_SparseCSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5780482Z test_consistency_SparseCSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5780726Z test_consistency_SparseCSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5781012Z test_consistency_SparseCSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5781288Z test_consistency_SparseCSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5781525Z test_consistency_SparseCSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5781797Z test_consistency_SparseCSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5782080Z test_consistency_SparseCSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5782321Z test_consistency_SparseCSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5782601Z test_consistency_SparseCSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5782887Z test_consistency_SparseCSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5783139Z test_consistency_SparseCSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5783414Z test_consistency_SparseCSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5783743Z test_consistency_SparseCSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5784033Z test_consistency_SparseCSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5784288Z test_consistency_SparseCSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5784574Z test_consistency_SparseCSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5784824Z test_consistency_SparseCSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5785119Z test_consistency_SparseCSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5785438Z test_consistency_SparseCSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5785723Z test_consistency_SparseCSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5785937Z test_consistency_SparseCSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5786266Z test_consistency_SparseCSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5786501Z test_consistency_SparseCSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5786777Z test_consistency_SparseCSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5787011Z test_consistency_SparseCSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5787291Z test_consistency_SparseCSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5787574Z test_consistency_SparseCSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5787824Z test_consistency_SparseCSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5788112Z test_consistency_SparseCSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5788358Z test_consistency_SparseCSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5788647Z test_consistency_SparseCSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5788928Z test_consistency_SparseCSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5789166Z test_consistency_SparseCSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5789445Z test_consistency_SparseCSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5789723Z test_consistency_SparseCSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5789962Z test_consistency_SparseCSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5790234Z test_consistency_SparseCSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5790531Z test_consistency_SparseCSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5790775Z test_consistency_SparseCSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5791059Z test_consistency_SparseCSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5791356Z test_consistency_SparseCSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5791606Z test_consistency_SparseCSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5791899Z test_consistency_SparseCSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5792143Z test_consistency_SparseCSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5792362Z test_consistency_SparseCSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5792649Z test_consistency_SparseCSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5792934Z test_consistency_SparseCSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5793184Z test_consistency_SparseCSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5793463Z test_consistency_SparseCSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5793816Z test_consistency_SparseCSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5794067Z test_consistency_SparseCSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5794352Z test_consistency_SparseCSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5794648Z test_consistency_SparseCSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5794944Z test_consistency_SparseCSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5795235Z test_consistency_SparseCSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5795479Z test_consistency_SparseCSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5795761Z test_consistency_SparseCSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5796055Z test_consistency_SparseCSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5796297Z test_consistency_SparseCSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5796583Z test_consistency_SparseCSR_log1p_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5796839Z test_consistency_SparseCSR_log1p_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5797120Z test_consistency_SparseCSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5797401Z test_consistency_SparseCSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5797640Z test_consistency_SparseCSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5797925Z test_consistency_SparseCSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5798201Z test_consistency_SparseCSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5798436Z test_consistency_SparseCSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5798649Z test_consistency_SparseCSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5798929Z test_consistency_SparseCSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5800054Z test_consistency_SparseCSR_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/masked/_ops.py:767: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1739.) 2023-01-11T21:28:03.5800188Z new_values.scatter_reduce_( 2023-01-11T21:28:03.5800329Z ok (0.071s) 2023-01-11T21:28:03.5800628Z test_consistency_SparseCSR_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5800881Z test_consistency_SparseCSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5801173Z test_consistency_SparseCSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5801515Z test_consistency_SparseCSR_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5801899Z test_consistency_SparseCSR_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5802288Z test_consistency_SparseCSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5802693Z test_consistency_SparseCSR_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5803079Z test_consistency_SparseCSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5803336Z test_consistency_SparseCSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5803672Z test_consistency_SparseCSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5803964Z test_consistency_SparseCSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5804219Z test_consistency_SparseCSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5804597Z test_consistency_SparseCSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5804974Z test_consistency_SparseCSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5805360Z test_consistency_SparseCSR_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5805739Z test_consistency_SparseCSR_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5806112Z test_consistency_SparseCSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5806399Z test_consistency_SparseCSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2023-01-11T21:28:03.5806775Z test_consistency_SparseCSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5807165Z test_consistency_SparseCSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5807549Z test_consistency_SparseCSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5807846Z test_consistency_SparseCSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5808141Z test_consistency_SparseCSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5808425Z test_consistency_SparseCSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5808799Z test_consistency_SparseCSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5809170Z test_consistency_SparseCSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5809543Z test_consistency_SparseCSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5809928Z test_consistency_SparseCSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5810302Z test_consistency_SparseCSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2023-01-11T21:28:03.5810599Z test_consistency_SparseCSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5810939Z test_consistency_SparseCSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2023-01-11T21:28:03.5811243Z test_consistency_SparseCSR_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2023-01-11T21:28:03.5811538Z test_consistency_SparseCSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5811871Z test_consistency_SparseCSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5812162Z test_consistency_SparseCSR_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5812446Z test_consistency_SparseCSR_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5812672Z test_consistency_SparseCSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5812976Z test_consistency_SparseCSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5813257Z test_consistency_SparseCSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5813540Z test_consistency_SparseCSR_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5813836Z test_consistency_SparseCSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5814126Z test_consistency_SparseCSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2023-01-11T21:28:03.5814408Z test_consistency_SparseCSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5814698Z test_consistency_SparseCSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5815003Z test_consistency_SparseCSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5815296Z test_consistency_SparseCSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2023-01-11T21:28:03.5815582Z test_consistency_SparseCSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5815863Z test_consistency_SparseCSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5816150Z test_consistency_SparseCSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5816432Z test_consistency_SparseCSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5816709Z test_consistency_SparseCSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5816993Z test_consistency_SparseCSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2023-01-11T21:28:03.5817286Z test_consistency_SparseCSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2023-01-11T21:28:03.5817567Z test_consistency_SparseCSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5817846Z test_consistency_SparseCSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5818128Z test_consistency_SparseCSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5818414Z test_consistency_SparseCSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5818693Z test_consistency_SparseCSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5818968Z test_consistency_SparseCSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5819249Z test_consistency_SparseCSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5819460Z test_consistency_SparseCSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5819794Z test_consistency_SparseCSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5820073Z test_consistency_SparseCSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5820342Z test_consistency_SparseCSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5820669Z test_consistency_SparseCSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5820968Z test_consistency_SparseCSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5821266Z test_consistency_SparseCSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5821570Z test_consistency_SparseCSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5821866Z test_consistency_SparseCSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5822158Z test_consistency_SparseCSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5822451Z test_consistency_SparseCSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5822742Z test_consistency_SparseCSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5823033Z test_consistency_SparseCSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5823331Z test_consistency_SparseCSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5823622Z test_consistency_SparseCSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5824062Z test_consistency_SparseCSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5824359Z test_consistency_SparseCSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5824644Z test_consistency_SparseCSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5824927Z test_consistency_SparseCSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5825209Z test_consistency_SparseCSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5825487Z test_consistency_SparseCSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5825773Z test_consistency_SparseCSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5826066Z test_consistency_SparseCSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5826345Z test_consistency_SparseCSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5826624Z test_consistency_SparseCSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5826844Z test_consistency_SparseCSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5827130Z test_consistency_SparseCSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5827415Z test_consistency_SparseCSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5827693Z test_consistency_SparseCSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5827972Z test_consistency_SparseCSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5828262Z test_consistency_SparseCSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5828614Z test_consistency_SparseCSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5828898Z test_consistency_SparseCSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5829172Z test_consistency_SparseCSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5829448Z test_consistency_SparseCSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5829782Z test_consistency_SparseCSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5830069Z test_consistency_SparseCSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5830370Z test_consistency_SparseCSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5830659Z test_consistency_SparseCSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5830955Z test_consistency_SparseCSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5831241Z test_consistency_SparseCSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5831524Z test_consistency_SparseCSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5831814Z test_consistency_SparseCSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5832097Z test_consistency_SparseCSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5832383Z test_consistency_SparseCSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5832658Z test_consistency_SparseCSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5832934Z test_consistency_SparseCSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5833215Z test_consistency_SparseCSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5833427Z test_consistency_SparseCSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5833699Z test_consistency_SparseCSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5833976Z test_consistency_SparseCSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5834245Z test_consistency_SparseCSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5834521Z test_consistency_SparseCSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5834802Z test_consistency_SparseCSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5835091Z test_consistency_SparseCSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5835375Z test_consistency_SparseCSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5835663Z test_consistency_SparseCSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5835938Z test_consistency_SparseCSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5836220Z test_consistency_SparseCSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5836490Z test_consistency_SparseCSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5836774Z test_consistency_SparseCSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5837046Z test_consistency_SparseCSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5837314Z test_consistency_SparseCSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5837639Z test_consistency_SparseCSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5837917Z test_consistency_SparseCSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5838194Z test_consistency_SparseCSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5838527Z test_consistency_SparseCSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5838821Z test_consistency_SparseCSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5839097Z test_consistency_SparseCSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5839379Z test_consistency_SparseCSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5839656Z test_consistency_SparseCSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5839877Z test_consistency_SparseCSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5840146Z test_consistency_SparseCSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5840416Z test_consistency_SparseCSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5840691Z test_consistency_SparseCSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5840983Z test_consistency_SparseCSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5841260Z test_consistency_SparseCSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5841541Z test_consistency_SparseCSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5841821Z test_consistency_SparseCSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5842110Z test_consistency_SparseCSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5842389Z test_consistency_SparseCSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5842664Z test_consistency_SparseCSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5842947Z test_consistency_SparseCSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5843231Z test_consistency_SparseCSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5843510Z test_consistency_SparseCSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5843786Z test_consistency_SparseCSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5844058Z test_consistency_SparseCSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5844345Z test_consistency_SparseCSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5844625Z test_consistency_SparseCSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5844907Z test_consistency_SparseCSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5845193Z test_consistency_SparseCSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5845465Z test_consistency_SparseCSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5845735Z test_consistency_SparseCSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5846001Z test_consistency_SparseCSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5846210Z test_consistency_SparseCSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5846537Z test_consistency_SparseCSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5846811Z test_consistency_SparseCSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5847081Z test_consistency_SparseCSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5847412Z test_consistency_SparseCSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5847682Z test_consistency_SparseCSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5847962Z test_consistency_SparseCSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5848242Z test_consistency_SparseCSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5848522Z test_consistency_SparseCSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5848799Z test_consistency_SparseCSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5849074Z test_consistency_SparseCSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5849369Z test_consistency_SparseCSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5849647Z test_consistency_SparseCSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5849917Z test_consistency_SparseCSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5850195Z test_consistency_SparseCSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5850463Z test_consistency_SparseCSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5850734Z test_consistency_SparseCSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5851015Z test_consistency_SparseCSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5851292Z test_consistency_SparseCSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5851580Z test_consistency_SparseCSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5851863Z test_consistency_SparseCSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5852143Z test_consistency_SparseCSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5852418Z test_consistency_SparseCSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5852633Z test_consistency_SparseCSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5852907Z test_consistency_SparseCSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5853184Z test_consistency_SparseCSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5853457Z test_consistency_SparseCSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5853736Z test_consistency_SparseCSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5854007Z test_consistency_SparseCSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5854283Z test_consistency_SparseCSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5854567Z test_consistency_SparseCSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5854833Z test_consistency_SparseCSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5855113Z test_consistency_SparseCSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5855445Z test_consistency_SparseCSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5855739Z test_consistency_SparseCSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5856012Z test_consistency_SparseCSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5856285Z test_consistency_SparseCSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5856603Z test_consistency_SparseCSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5856876Z test_consistency_SparseCSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5857149Z test_consistency_SparseCSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5857416Z test_consistency_SparseCSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5857695Z test_consistency_SparseCSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5857965Z test_consistency_SparseCSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5858246Z test_consistency_SparseCSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5858515Z test_consistency_SparseCSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5858796Z test_consistency_SparseCSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5859016Z test_consistency_SparseCSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5859294Z test_consistency_SparseCSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5859575Z test_consistency_SparseCSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5859859Z test_consistency_SparseCSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5860139Z test_consistency_SparseCSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5860407Z test_consistency_SparseCSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5860680Z test_consistency_SparseCSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5860951Z test_consistency_SparseCSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5861226Z test_consistency_SparseCSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5861496Z test_consistency_SparseCSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5861781Z test_consistency_SparseCSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5862072Z test_consistency_SparseCSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5862362Z test_consistency_SparseCSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5862652Z test_consistency_SparseCSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5862932Z test_consistency_SparseCSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5863225Z test_consistency_SparseCSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5863507Z test_consistency_SparseCSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5863844Z test_consistency_SparseCSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5864130Z test_consistency_SparseCSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5864489Z test_consistency_SparseCSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5864777Z test_consistency_SparseCSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5865053Z test_consistency_SparseCSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2023-01-11T21:28:03.5865390Z test_consistency_SparseCSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5865606Z test_consistency_SparseCSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5865883Z test_consistency_SparseCSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5866159Z test_consistency_SparseCSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5866443Z test_consistency_SparseCSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5866718Z test_consistency_SparseCSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5866986Z test_consistency_SparseCSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5867260Z test_consistency_SparseCSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5867535Z test_consistency_SparseCSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5867798Z test_copy_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2023-01-11T21:28:03.5868056Z test_copy_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5868323Z test_copy_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5868594Z test_copy_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2023-01-11T21:28:03.5868852Z test_copy_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5869111Z test_copy_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5869369Z test_copy_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5869626Z test_copy_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5869884Z test_copy_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5870138Z test_copy_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5870412Z test_copy_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2023-01-11T21:28:03.5870670Z test_copy_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5870927Z test_copy_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5871121Z test_copy_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5871392Z test_copy_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5871652Z test_copy_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5871911Z test_copy_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5872173Z test_copy_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5872426Z test_copy_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2023-01-11T21:28:03.5872691Z test_copy_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5872946Z test_copy_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5873201Z test_copy_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5873514Z test_copy_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5873775Z test_copy_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5874038Z test_copy_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5874291Z test_copy_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5874613Z test_copy_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5874871Z test_copy_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5875130Z test_copy_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5875380Z test_copy_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5875632Z test_copy_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5875887Z test_copy_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5876141Z test_copy_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5876401Z test_copy_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5876595Z test_copy_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5876849Z test_copy_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5877110Z test_copy_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5877360Z test_copy_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5877620Z test_copy_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5877882Z test_copy_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2023-01-11T21:28:03.5878139Z test_copy_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5878402Z test_copy_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5878656Z test_copy_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5878906Z test_copy_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5879162Z test_copy_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5879413Z test_copy_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5879664Z test_copy_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5879917Z test_copy_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5880187Z test_copy_errors_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5880465Z test_copy_errors_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5880741Z test_copy_errors_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5881008Z test_copy_errors_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5881277Z test_copy_errors_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5881542Z test_copy_errors_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5881749Z test_copy_errors_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5882011Z test_copy_errors_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5882274Z test_copy_errors_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5882605Z test_copy_errors_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5882874Z test_copy_errors_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5883134Z test_copy_errors_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5883403Z test_copy_errors_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2023-01-11T21:28:03.5883716Z test_copy_errors_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2023-01-11T21:28:03.5883989Z test_copy_errors_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5884264Z test_copy_errors_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5884543Z test_copy_errors_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5884812Z test_copy_errors_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5885081Z test_copy_errors_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5885344Z test_copy_errors_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5885602Z test_copy_errors_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5885878Z test_copy_errors_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5886137Z test_copy_errors_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5886405Z test_copy_errors_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2023-01-11T21:28:03.5886670Z test_copy_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5886935Z test_copy_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5887209Z test_copy_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5887473Z test_copy_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5887679Z test_copy_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5887944Z test_copy_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2023-01-11T21:28:03.5888205Z test_copy_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2023-01-11T21:28:03.5888467Z test_copy_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5888734Z test_copy_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5888994Z test_copy_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5889267Z test_copy_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5889529Z test_copy_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5889799Z test_copy_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5890058Z test_copy_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5890331Z test_copy_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5890608Z test_copy_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5890874Z test_copy_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5891139Z test_copy_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5891401Z test_copy_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5891717Z test_copy_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5891985Z test_copy_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5892246Z test_copy_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5892603Z test_copy_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5892862Z test_copy_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5893140Z test_dim_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5893412Z test_dim_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5893622Z test_dim_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5893893Z test_dim_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5894154Z test_empty_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5894410Z test_empty_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5894691Z test_empty_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5894953Z test_empty_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5895213Z test_empty_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5895471Z test_empty_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5895730Z test_empty_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5895983Z test_empty_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5896240Z test_empty_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5896569Z test_empty_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5896833Z test_empty_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5897092Z test_empty_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5897354Z test_empty_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5897608Z test_empty_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5897872Z test_empty_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5898132Z test_empty_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5898389Z test_empty_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5898657Z test_empty_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5898854Z test_empty_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5899109Z test_empty_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5899372Z test_empty_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5899624Z test_empty_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5899878Z test_empty_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5900132Z test_empty_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2023-01-11T21:28:03.5900405Z test_empty_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5900733Z test_empty_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5901014Z test_empty_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5901288Z test_empty_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5901553Z test_empty_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5901870Z test_empty_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5902139Z test_empty_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5902402Z test_empty_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5902676Z test_empty_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5902941Z test_empty_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5903206Z test_empty_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5903478Z test_empty_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5903796Z test_empty_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5904069Z test_empty_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5904343Z test_empty_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5904615Z test_empty_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5904823Z test_empty_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5905099Z test_empty_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5905438Z test_empty_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5905701Z test_empty_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5905966Z test_empty_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5906231Z test_empty_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5906493Z test_empty_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5906762Z test_empty_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2023-01-11T21:28:03.5907065Z test_empty_like_SparseBSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5907348Z test_empty_like_SparseBSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5907642Z test_empty_like_SparseBSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5907937Z test_empty_like_SparseBSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5908224Z test_empty_like_SparseBSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5908515Z test_empty_like_SparseBSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5908794Z test_empty_like_SparseBSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5909072Z test_empty_like_SparseBSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5909362Z test_empty_like_SparseBSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5909639Z test_empty_like_SparseBSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5909987Z test_empty_like_SparseBSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5910278Z test_empty_like_SparseBSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5910565Z test_empty_like_SparseBSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5910898Z test_empty_like_SparseBSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5911199Z test_empty_like_SparseBSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5911428Z test_empty_like_SparseBSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5911712Z test_empty_like_SparseBSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5911996Z test_empty_like_SparseBSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5912284Z test_empty_like_SparseBSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5912559Z test_empty_like_SparseBSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5912837Z test_empty_like_SparseBSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.134s) 2023-01-11T21:28:03.5913122Z test_empty_like_SparseBSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5913398Z test_empty_like_SparseBSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5913686Z test_empty_like_SparseBSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5913970Z test_empty_like_SparseBSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5914324Z test_empty_like_SparseBSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5914611Z test_empty_like_SparseBSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5914902Z test_empty_like_SparseBSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5915186Z test_empty_like_SparseBSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5915469Z test_empty_like_SparseBSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5915760Z test_empty_like_SparseBSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5916041Z test_empty_like_SparseBSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5916321Z test_empty_like_SparseBSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5916602Z test_empty_like_SparseBSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5916882Z test_empty_like_SparseBSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5917161Z test_empty_like_SparseBSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5917445Z test_empty_like_SparseBSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5917721Z test_empty_like_SparseBSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5918018Z test_empty_like_SparseBSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5918246Z test_empty_like_SparseBSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5918525Z test_empty_like_SparseBSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5918862Z test_empty_like_SparseBSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5919148Z test_empty_like_SparseBSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5919425Z test_empty_like_SparseBSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5919755Z test_empty_like_SparseBSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5920040Z test_empty_like_SparseBSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5920315Z test_empty_like_SparseBSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5920592Z test_empty_like_SparseBSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5920879Z test_empty_like_SparseBSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5921162Z test_empty_like_SparseBSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5921452Z test_empty_like_SparseBSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5921735Z test_empty_like_SparseBSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5922022Z test_empty_like_SparseBSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5922309Z test_empty_like_SparseBSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5922586Z test_empty_like_SparseBSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5922862Z test_empty_like_SparseBSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5923136Z test_empty_like_SparseBSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5923486Z test_empty_like_SparseBSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5923763Z test_empty_like_SparseBSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5924040Z test_empty_like_SparseBSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5924338Z test_empty_like_SparseBSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5924614Z test_empty_like_SparseBSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5924842Z test_empty_like_SparseBSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5925125Z test_empty_like_SparseBSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5925404Z test_empty_like_SparseBSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5925679Z test_empty_like_SparseBSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5925957Z test_empty_like_SparseBSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5926230Z test_empty_like_SparseBSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5926511Z test_empty_like_SparseBSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5926803Z test_empty_like_SparseBSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5927079Z test_empty_like_SparseBSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5927360Z test_empty_like_SparseBSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2023-01-11T21:28:03.5927703Z test_empty_like_SparseBSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5927989Z test_empty_like_SparseBSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5928277Z test_empty_like_SparseBSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5928619Z test_empty_like_SparseBSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5928896Z test_empty_like_SparseBSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5929171Z test_empty_like_SparseBSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5929451Z test_empty_like_SparseBSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5929728Z test_empty_like_SparseBSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5930007Z test_empty_like_SparseBSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5930283Z test_empty_like_SparseBSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5930560Z test_empty_like_SparseBSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5930855Z test_empty_like_SparseBSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5931140Z test_empty_like_SparseBSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5931413Z test_empty_like_SparseBSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5931642Z test_empty_like_SparseBSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5931928Z test_empty_like_SparseBSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5932211Z test_empty_like_SparseBSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5932559Z test_empty_like_SparseBSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5932838Z test_empty_like_SparseBSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5933128Z test_empty_like_SparseBSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5933408Z test_empty_like_SparseBSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5933684Z test_empty_like_SparseBSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5933958Z test_empty_like_SparseBSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5934236Z test_empty_like_SparseBSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5934523Z test_empty_like_SparseCSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5934796Z test_empty_like_SparseCSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5935081Z test_empty_like_SparseCSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5935375Z test_empty_like_SparseCSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5935657Z test_empty_like_SparseCSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5935933Z test_empty_like_SparseCSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5936211Z test_empty_like_SparseCSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5936545Z test_empty_like_SparseCSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5936831Z test_empty_like_SparseCSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5937108Z test_empty_like_SparseCSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5937391Z test_empty_like_SparseCSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5937719Z test_empty_like_SparseCSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5938001Z test_empty_like_SparseCSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5938278Z test_empty_like_SparseCSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5938506Z test_empty_like_SparseCSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5938795Z test_empty_like_SparseCSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5939075Z test_empty_like_SparseCSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5939351Z test_empty_like_SparseCSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5939641Z test_empty_like_SparseCSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5939916Z test_empty_like_SparseCSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5940196Z test_empty_like_SparseCSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5940472Z test_empty_like_SparseCSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5940747Z test_empty_like_SparseCSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5941032Z test_empty_like_SparseCSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5941319Z test_empty_like_SparseCSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5941671Z test_empty_like_SparseCSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5941961Z test_empty_like_SparseCSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5942247Z test_empty_like_SparseCSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5942526Z test_empty_like_SparseCSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5942805Z test_empty_like_SparseCSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5943085Z test_empty_like_SparseCSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5943364Z test_empty_like_SparseCSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5943637Z test_empty_like_SparseCSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5944080Z test_empty_like_SparseCSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5944364Z test_empty_like_SparseCSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5944641Z test_empty_like_SparseCSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5944922Z test_empty_like_SparseCSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5945199Z test_empty_like_SparseCSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5945428Z test_empty_like_SparseCSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5945788Z test_empty_like_SparseCSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5946072Z test_empty_like_SparseCSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5946357Z test_empty_like_SparseCSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5946689Z test_empty_like_SparseCSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5946964Z test_empty_like_SparseCSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5947238Z test_empty_like_SparseCSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.131s) 2023-01-11T21:28:03.5947512Z test_empty_like_SparseCSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5947792Z test_empty_like_SparseCSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5948067Z test_empty_like_SparseCSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5948357Z test_empty_like_SparseCSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5948639Z test_empty_like_SparseCSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5948930Z test_empty_like_SparseCSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5949220Z test_empty_like_SparseCSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5949498Z test_empty_like_SparseCSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.131s) 2023-01-11T21:28:03.5949778Z test_empty_like_SparseCSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5950063Z test_empty_like_SparseCSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5950347Z test_empty_like_SparseCSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5950687Z test_empty_like_SparseCSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5950963Z test_empty_like_SparseCSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5951237Z test_empty_like_SparseCSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5951513Z test_empty_like_SparseCSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5951792Z test_empty_like_SparseCSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5952064Z test_empty_like_SparseCSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5952296Z test_empty_like_SparseCSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5952580Z test_empty_like_SparseCSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5952866Z test_empty_like_SparseCSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5953147Z test_empty_like_SparseCSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5953422Z test_empty_like_SparseCSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5953697Z test_empty_like_SparseCSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5953974Z test_empty_like_SparseCSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5954251Z test_empty_like_SparseCSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5954577Z test_empty_like_SparseCSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5954872Z test_empty_like_SparseCSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5955154Z test_empty_like_SparseCSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.133s) 2023-01-11T21:28:03.5955478Z test_empty_like_SparseCSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.131s) 2023-01-11T21:28:03.5955762Z test_empty_like_SparseCSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5956049Z test_empty_like_SparseCSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.131s) 2023-01-11T21:28:03.5956326Z test_empty_like_SparseCSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5956602Z test_empty_like_SparseCSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5956894Z test_empty_like_SparseCSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5957170Z test_empty_like_SparseCSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5957444Z test_empty_like_SparseCSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5957722Z test_empty_like_SparseCSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5957994Z test_empty_like_SparseCSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5958269Z test_empty_like_SparseCSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.130s) 2023-01-11T21:28:03.5958548Z test_empty_like_SparseCSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5958838Z test_empty_like_SparseCSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5959064Z test_empty_like_SparseCSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5959353Z test_empty_like_SparseCSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5959638Z test_empty_like_SparseCSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5959982Z test_empty_like_SparseCSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5960257Z test_empty_like_SparseCSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5960532Z test_empty_like_SparseCSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5960807Z test_empty_like_SparseCSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5961084Z test_empty_like_SparseCSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5961368Z test_empty_like_SparseCSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2023-01-11T21:28:03.5961645Z test_empty_like_SparseCSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5961962Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2023-01-11T21:28:03.5962283Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5962618Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5962930Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2023-01-11T21:28:03.5963312Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5963665Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2023-01-11T21:28:03.5963973Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5964340Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5964668Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5964974Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2023-01-11T21:28:03.5965290Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2023-01-11T21:28:03.5965620Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2023-01-11T21:28:03.5965915Z test_layout_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5966195Z test_layout_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5966480Z test_layout_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5966761Z test_layout_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T21:28:03.5967026Z test_pickle_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.275s) 2023-01-11T21:28:03.5967228Z test_pickle_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.212s) 2023-01-11T21:28:03.5967488Z test_pickle_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.195s) 2023-01-11T21:28:03.5967751Z test_pickle_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.149s) 2023-01-11T21:28:03.5968008Z test_print_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.322s) 2023-01-11T21:28:03.5968255Z test_print_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.318s) 2023-01-11T21:28:03.5968503Z test_print_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.277s) 2023-01-11T21:28:03.5968748Z test_print_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.276s) 2023-01-11T21:28:03.5969086Z test_select_copy_SparseBSC_int32_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.849s) 2023-01-11T21:28:03.5969360Z test_select_copy_SparseBSC_int32_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.796s) 2023-01-11T21:28:03.5969641Z test_select_copy_SparseBSC_int32_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.853s) 2023-01-11T21:28:03.5969930Z test_select_copy_SparseBSC_int32_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.860s) 2023-01-11T21:28:03.5970216Z test_select_copy_SparseBSC_int32_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.848s) 2023-01-11T21:28:03.5970491Z test_select_copy_SparseBSC_int32_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.848s) 2023-01-11T21:28:03.5970771Z test_select_copy_SparseBSC_int32_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.839s) 2023-01-11T21:28:03.5971041Z test_select_copy_SparseBSC_int32_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.796s) 2023-01-11T21:28:03.5971311Z test_select_copy_SparseBSC_int32_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.796s) 2023-01-11T21:28:03.5971580Z test_select_copy_SparseBSC_int32_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.788s) 2023-01-11T21:28:03.5971849Z test_select_copy_SparseBSC_int32_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.795s) 2023-01-11T21:28:03.5972182Z test_select_copy_SparseBSC_int32_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.795s) 2023-01-11T21:28:03.5972470Z test_select_copy_SparseBSC_int64_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.844s) 2023-01-11T21:28:03.5972744Z test_select_copy_SparseBSC_int64_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.791s) 2023-01-11T21:28:03.5973070Z test_select_copy_SparseBSC_int64_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.849s) 2023-01-11T21:28:03.5973292Z test_select_copy_SparseBSC_int64_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.857s) 2023-01-11T21:28:03.5973566Z test_select_copy_SparseBSC_int64_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.845s) 2023-01-11T21:28:03.5973839Z test_select_copy_SparseBSC_int64_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.844s) 2023-01-11T21:28:03.5974109Z test_select_copy_SparseBSC_int64_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.834s) 2023-01-11T21:28:03.5974399Z test_select_copy_SparseBSC_int64_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.792s) 2023-01-11T21:28:03.5974642Z test_select_copy_SparseBSC_int64_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.791s) 2023-01-11T21:28:03.5974873Z test_select_copy_SparseBSC_int64_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.784s) 2023-01-11T21:28:03.5975114Z test_select_copy_SparseBSC_int64_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.791s) 2023-01-11T21:28:03.5975368Z test_select_copy_SparseBSC_int64_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.793s) 2023-01-11T21:28:03.5975626Z test_select_copy_SparseBSR_int32_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.738s) 2023-01-11T21:28:03.5975866Z test_select_copy_SparseBSR_int32_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.685s) 2023-01-11T21:28:03.5976138Z test_select_copy_SparseBSR_int32_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.742s) 2023-01-11T21:28:03.5976430Z test_select_copy_SparseBSR_int32_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.749s) 2023-01-11T21:28:03.5976690Z test_select_copy_SparseBSR_int32_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.737s) 2023-01-11T21:28:03.5976936Z test_select_copy_SparseBSR_int32_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.736s) 2023-01-11T21:28:03.5977181Z test_select_copy_SparseBSR_int32_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.728s) 2023-01-11T21:28:03.5977416Z test_select_copy_SparseBSR_int32_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.686s) 2023-01-11T21:28:03.5977655Z test_select_copy_SparseBSR_int32_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.685s) 2023-01-11T21:28:03.5977907Z test_select_copy_SparseBSR_int32_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.680s) 2023-01-11T21:28:03.5978179Z test_select_copy_SparseBSR_int32_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.686s) 2023-01-11T21:28:03.5978439Z test_select_copy_SparseBSR_int32_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.685s) 2023-01-11T21:28:03.5978707Z test_select_copy_SparseBSR_int64_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.723s) 2023-01-11T21:28:03.5978958Z test_select_copy_SparseBSR_int64_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.671s) 2023-01-11T21:28:03.5979182Z test_select_copy_SparseBSR_int64_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.731s) 2023-01-11T21:28:03.5979428Z test_select_copy_SparseBSR_int64_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.735s) 2023-01-11T21:28:03.5979672Z test_select_copy_SparseBSR_int64_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.723s) 2023-01-11T21:28:03.5979916Z test_select_copy_SparseBSR_int64_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.723s) 2023-01-11T21:28:03.5980158Z test_select_copy_SparseBSR_int64_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.715s) 2023-01-11T21:28:03.5980451Z test_select_copy_SparseBSR_int64_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.671s) 2023-01-11T21:28:03.5980691Z test_select_copy_SparseBSR_int64_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.670s) 2023-01-11T21:28:03.5980925Z test_select_copy_SparseBSR_int64_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.663s) 2023-01-11T21:28:03.5981215Z test_select_copy_SparseBSR_int64_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.670s) 2023-01-11T21:28:03.5981454Z test_select_copy_SparseBSR_int64_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.670s) 2023-01-11T21:28:03.5981703Z test_select_copy_SparseCSC_int32_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.678s) 2023-01-11T21:28:03.5981941Z test_select_copy_SparseCSC_int32_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.624s) 2023-01-11T21:28:03.5982185Z test_select_copy_SparseCSC_int32_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.682s) 2023-01-11T21:28:03.5982462Z test_select_copy_SparseCSC_int32_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.691s) 2023-01-11T21:28:03.5982719Z test_select_copy_SparseCSC_int32_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.678s) 2023-01-11T21:28:03.5982963Z test_select_copy_SparseCSC_int32_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.678s) 2023-01-11T21:28:03.5983203Z test_select_copy_SparseCSC_int32_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.669s) 2023-01-11T21:28:03.5983439Z test_select_copy_SparseCSC_int32_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.625s) 2023-01-11T21:28:03.5983672Z test_select_copy_SparseCSC_int32_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.624s) 2023-01-11T21:28:03.5983966Z test_select_copy_SparseCSC_int32_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.617s) 2023-01-11T21:28:03.5984223Z test_select_copy_SparseCSC_int32_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.624s) 2023-01-11T21:28:03.5984478Z test_select_copy_SparseCSC_int32_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.624s) 2023-01-11T21:28:03.5984742Z test_select_copy_SparseCSC_int64_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.676s) 2023-01-11T21:28:03.5984950Z test_select_copy_SparseCSC_int64_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.622s) 2023-01-11T21:28:03.5985220Z test_select_copy_SparseCSC_int64_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.682s) 2023-01-11T21:28:03.5985468Z test_select_copy_SparseCSC_int64_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.690s) 2023-01-11T21:28:03.5985705Z test_select_copy_SparseCSC_int64_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.678s) 2023-01-11T21:28:03.5985941Z test_select_copy_SparseCSC_int64_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.677s) 2023-01-11T21:28:03.5986180Z test_select_copy_SparseCSC_int64_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.669s) 2023-01-11T21:28:03.5986419Z test_select_copy_SparseCSC_int64_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.623s) 2023-01-11T21:28:03.5986651Z test_select_copy_SparseCSC_int64_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.624s) 2023-01-11T21:28:03.5986885Z test_select_copy_SparseCSC_int64_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.616s) 2023-01-11T21:28:03.5987123Z test_select_copy_SparseCSC_int64_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.623s) 2023-01-11T21:28:03.5987356Z test_select_copy_SparseCSC_int64_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.623s) 2023-01-11T21:28:03.5987598Z test_select_copy_SparseCSR_int32_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.600s) 2023-01-11T21:28:03.5987833Z test_select_copy_SparseCSR_int32_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.547s) 2023-01-11T21:28:03.5988078Z test_select_copy_SparseCSR_int32_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.605s) 2023-01-11T21:28:03.5988386Z test_select_copy_SparseCSR_int32_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.613s) 2023-01-11T21:28:03.5988627Z test_select_copy_SparseCSR_int32_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.600s) 2023-01-11T21:28:03.5988864Z test_select_copy_SparseCSR_int32_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.599s) 2023-01-11T21:28:03.5989146Z test_select_copy_SparseCSR_int32_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.593s) 2023-01-11T21:28:03.5989381Z test_select_copy_SparseCSR_int32_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.547s) 2023-01-11T21:28:03.5989612Z test_select_copy_SparseCSR_int32_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.547s) 2023-01-11T21:28:03.5989845Z test_select_copy_SparseCSR_int32_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.540s) 2023-01-11T21:28:03.5990078Z test_select_copy_SparseCSR_int32_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.546s) 2023-01-11T21:28:03.5990321Z test_select_copy_SparseCSR_int32_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.547s) 2023-01-11T21:28:03.5990536Z test_select_copy_SparseCSR_int64_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.593s) 2023-01-11T21:28:03.5990770Z test_select_copy_SparseCSR_int64_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.540s) 2023-01-11T21:28:03.5991020Z test_select_copy_SparseCSR_int64_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.598s) 2023-01-11T21:28:03.5991265Z test_select_copy_SparseCSR_int64_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.606s) 2023-01-11T21:28:03.5991503Z test_select_copy_SparseCSR_int64_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.593s) 2023-01-11T21:28:03.5991739Z test_select_copy_SparseCSR_int64_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.592s) 2023-01-11T21:28:03.5991980Z test_select_copy_SparseCSR_int64_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.585s) 2023-01-11T21:28:03.5992245Z test_select_copy_SparseCSR_int64_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.540s) 2023-01-11T21:28:03.5992580Z test_select_copy_SparseCSR_int64_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.539s) 2023-01-11T21:28:03.5992832Z test_select_copy_SparseCSR_int64_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.547s) 2023-01-11T21:28:03.5993072Z test_select_copy_SparseCSR_int64_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.540s) 2023-01-11T21:28:03.5993302Z test_select_copy_SparseCSR_int64_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.539s) 2023-01-11T21:28:03.5993582Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.078s) 2023-01-11T21:28:03.5993856Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5994167Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.078s) 2023-01-11T21:28:03.5994503Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.080s) 2023-01-11T21:28:03.5994818Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.5995123Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.078s) 2023-01-11T21:28:03.5995405Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.076s) 2023-01-11T21:28:03.5995683Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5995957Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5996291Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.5996574Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5996855Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5997176Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.5997448Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5997730Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.078s) 2023-01-11T21:28:03.5998009Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.079s) 2023-01-11T21:28:03.5998261Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.5998538Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.5998821Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.076s) 2023-01-11T21:28:03.5999092Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5999386Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.5999678Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.5999955Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6000232Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6000510Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6000785Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6001070Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.074s) 2023-01-11T21:28:03.6001368Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6001656Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6001955Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6002249Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.072s) 2023-01-11T21:28:03.6002520Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6002793Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6003065Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.063s) 2023-01-11T21:28:03.6003336Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6003605Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6003940Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6004237Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6004609Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.074s) 2023-01-11T21:28:03.6004922Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6005232Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6005532Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6005811Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.072s) 2023-01-11T21:28:03.6006102Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6006405Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6006699Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.063s) 2023-01-11T21:28:03.6006970Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6007241Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6007525Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6007778Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6008065Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.150s) 2023-01-11T21:28:03.6008348Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.153s) 2023-01-11T21:28:03.6008630Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6008905Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6009178Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6009453Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6009730Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6010007Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.125s) 2023-01-11T21:28:03.6010289Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6010570Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6010855Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6011129Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6011475Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.150s) 2023-01-11T21:28:03.6011762Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.153s) 2023-01-11T21:28:03.6012045Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6012388Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6012710Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6013002Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6013281Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6013556Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.126s) 2023-01-11T21:28:03.6013838Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6014118Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6014421Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6014713Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6014998Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.143s) 2023-01-11T21:28:03.6015288Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.146s) 2023-01-11T21:28:03.6015567Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6015860Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6016181Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.138s) 2023-01-11T21:28:03.6016491Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6016802Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6017110Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6017423Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6017672Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6018003Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6018312Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6018629Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.143s) 2023-01-11T21:28:03.6018943Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.146s) 2023-01-11T21:28:03.6019304Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6019583Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6019856Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.138s) 2023-01-11T21:28:03.6020165Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6020443Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6020714Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6020991Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6021273Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6021589Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.6021878Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6022185Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.078s) 2023-01-11T21:28:03.6022499Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.080s) 2023-01-11T21:28:03.6022868Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.6023203Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.6023490Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6023910Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6024203Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6024483Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6024765Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6025052Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6025342Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.080s) 2023-01-11T21:28:03.6025625Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6025918Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.080s) 2023-01-11T21:28:03.6026206Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.081s) 2023-01-11T21:28:03.6026492Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.6026777Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.077s) 2023-01-11T21:28:03.6027134Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6027422Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6027702Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6028031Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6028312Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6028567Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.068s) 2023-01-11T21:28:03.6028855Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6029136Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6029430Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.074s) 2023-01-11T21:28:03.6029721Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6030008Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6030294Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6030580Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.072s) 2023-01-11T21:28:03.6030863Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6031141Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6031420Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.063s) 2023-01-11T21:28:03.6031700Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6031983Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6032269Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6032554Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6032843Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.074s) 2023-01-11T21:28:03.6033133Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.075s) 2023-01-11T21:28:03.6033419Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6033707Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.073s) 2023-01-11T21:28:03.6033991Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.071s) 2023-01-11T21:28:03.6034320Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6034601Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6034879Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.062s) 2023-01-11T21:28:03.6035197Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6035475Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.064s) 2023-01-11T21:28:03.6035767Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6036055Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6036354Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.150s) 2023-01-11T21:28:03.6036646Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.153s) 2023-01-11T21:28:03.6036935Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.150s) 2023-01-11T21:28:03.6037233Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6037521Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6037805Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6038096Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6038382Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.125s) 2023-01-11T21:28:03.6038671Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6038963Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6039228Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.147s) 2023-01-11T21:28:03.6039512Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6039810Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.150s) 2023-01-11T21:28:03.6040103Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.153s) 2023-01-11T21:28:03.6040390Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.148s) 2023-01-11T21:28:03.6040680Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.149s) 2023-01-11T21:28:03.6040967Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6041250Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6041534Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6041865Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.125s) 2023-01-11T21:28:03.6042154Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.128s) 2023-01-11T21:28:03.6042477Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.129s) 2023-01-11T21:28:03.6042803Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.140s) 2023-01-11T21:28:03.6043106Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6043400Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6043694Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6043979Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6044283Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6044591Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.138s) 2023-01-11T21:28:03.6044892Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6045212Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6045514Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6045797Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6046110Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.121s) 2023-01-11T21:28:03.6046420Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6046705Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6046997Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6047287Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.145s) 2023-01-11T21:28:03.6047576Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.140s) 2023-01-11T21:28:03.6047883Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6048192Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.138s) 2023-01-11T21:28:03.6048499Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6048800Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6049081Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6049438Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6049727Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.122s) 2023-01-11T21:28:03.6050090Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2023-01-11T21:28:03.6050493Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6050841Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6051190Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6051550Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6051861Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6052223Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6052555Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6052889Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6053224Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6053554Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6053887Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6054225Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6054559Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6054901Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6055243Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6055576Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6055906Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6056241Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6056642Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6056973Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6057337Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6057667Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6057999Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6058335Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6058672Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6059015Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6059352Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6059689Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6060025Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6060359Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6060688Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6061020Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6061353Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6061724Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6062073Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6062410Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6062742Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6063084Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6063421Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6063852Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6064194Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6064570Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6064900Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6065228Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6065558Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6065910Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6066262Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6066579Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6066932Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6067280Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.144s) 2023-01-11T21:28:03.6067602Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.146s) 2023-01-11T21:28:03.6067919Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6068238Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6068552Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6068886Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6069235Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6069563Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.120s) 2023-01-11T21:28:03.6069876Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6070190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6070509Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6070899Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6071259Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.144s) 2023-01-11T21:28:03.6071581Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.147s) 2023-01-11T21:28:03.6071966Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6072319Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6072669Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6073000Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6073308Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6073615Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.121s) 2023-01-11T21:28:03.6073929Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6074240Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6074555Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6074870Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6075187Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.136s) 2023-01-11T21:28:03.6075527Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6075874Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6076206Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.134s) 2023-01-11T21:28:03.6076522Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.132s) 2023-01-11T21:28:03.6076833Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6077142Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.116s) 2023-01-11T21:28:03.6077454Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.114s) 2023-01-11T21:28:03.6077762Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6078071Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.116s) 2023-01-11T21:28:03.6078414Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6078725Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6079068Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.136s) 2023-01-11T21:28:03.6079464Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6079778Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.134s) 2023-01-11T21:28:03.6080096Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6080411Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.132s) 2023-01-11T21:28:03.6080727Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6081062Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6081459Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.114s) 2023-01-11T21:28:03.6081769Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6082105Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6082475Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6082816Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6083176Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6083526Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6083876Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6084218Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6084561Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6084907Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6085248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6085646Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6086015Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6086372Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6086788Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6087148Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6087504Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6087853Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6088196Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6088539Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6088877Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6089216Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6089554Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6089898Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6090242Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6090581Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6090926Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6091265Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6091615Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6091988Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6092354Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6092746Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6093115Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6093497Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6093925Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6094283Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6094643Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6095023Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2023-01-11T21:28:03.6095386Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6095726Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6096093Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6096459Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6096800Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6097138Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6097479Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6097817Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6098161Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6098498Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6098837Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6099177Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2023-01-11T21:28:03.6099506Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6099826Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6100204Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.144s) 2023-01-11T21:28:03.6100542Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.146s) 2023-01-11T21:28:03.6100903Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.141s) 2023-01-11T21:28:03.6101228Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6101553Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6101877Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6102226Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6102581Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.120s) 2023-01-11T21:28:03.6102912Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6103259Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6103603Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6104081Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6104441Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.144s) 2023-01-11T21:28:03.6104792Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.147s) 2023-01-11T21:28:03.6105119Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6105443Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.142s) 2023-01-11T21:28:03.6105768Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6106084Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6106406Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6106726Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.121s) 2023-01-11T21:28:03.6107047Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.124s) 2023-01-11T21:28:03.6107438Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.123s) 2023-01-11T21:28:03.6107772Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6108088Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6108461Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.136s) 2023-01-11T21:28:03.6108788Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6109110Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6109432Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.134s) 2023-01-11T21:28:03.6109751Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.132s) 2023-01-11T21:28:03.6110070Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6110393Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6110716Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.114s) 2023-01-11T21:28:03.6111038Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6111330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6111657Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6111980Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6112306Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.136s) 2023-01-11T21:28:03.6112637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.139s) 2023-01-11T21:28:03.6112960Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6113281Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.135s) 2023-01-11T21:28:03.6113602Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.132s) 2023-01-11T21:28:03.6113919Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6114236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.116s) 2023-01-11T21:28:03.6114603Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.114s) 2023-01-11T21:28:03.6114956Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6115299Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.117s) 2023-01-11T21:28:03.6115600Z test_to_dtype_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.191s) 2023-01-11T21:28:03.6115849Z test_to_dtype_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6116088Z test_to_dtype_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.199s) 2023-01-11T21:28:03.6116323Z test_to_dtype_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.191s) 2023-01-11T21:28:03.6116554Z test_to_dtype_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6116795Z test_to_dtype_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.191s) 2023-01-11T21:28:03.6117024Z test_to_dtype_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6117249Z test_to_dtype_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6117485Z test_to_dtype_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6117710Z test_to_dtype_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6117957Z test_to_dtype_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6118202Z test_to_dtype_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6118441Z test_to_dtype_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6118721Z test_to_dtype_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.188s) 2023-01-11T21:28:03.6118994Z test_to_dtype_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6119244Z test_to_dtype_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6119493Z test_to_dtype_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.191s) 2023-01-11T21:28:03.6119698Z test_to_dtype_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2023-01-11T21:28:03.6119961Z test_to_dtype_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6120202Z test_to_dtype_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6120442Z test_to_dtype_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.188s) 2023-01-11T21:28:03.6120681Z test_to_dtype_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.188s) 2023-01-11T21:28:03.6120914Z test_to_dtype_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6121140Z test_to_dtype_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.189s) 2023-01-11T21:28:03.6121389Z test_to_dtype_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6121636Z test_to_dtype_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6121886Z test_to_dtype_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6122139Z test_to_dtype_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6122367Z test_to_dtype_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6122592Z test_to_dtype_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6122890Z test_to_dtype_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.119s) 2023-01-11T21:28:03.6123120Z test_to_dtype_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6123342Z test_to_dtype_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6123569Z test_to_dtype_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6123833Z test_to_dtype_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6124055Z test_to_dtype_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.118s) 2023-01-11T21:28:03.6124284Z test_to_dtype_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6124507Z test_to_dtype_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.111s) 2023-01-11T21:28:03.6124713Z test_to_dtype_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6124950Z test_to_dtype_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6125177Z test_to_dtype_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6125429Z test_to_dtype_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6125681Z test_to_dtype_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.113s) 2023-01-11T21:28:03.6125906Z test_to_dtype_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.111s) 2023-01-11T21:28:03.6126127Z test_to_dtype_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.112s) 2023-01-11T21:28:03.6126351Z test_to_dtype_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.111s) 2023-01-11T21:28:03.6126572Z test_to_dtype_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.111s) 2023-01-11T21:28:03.6126823Z test_to_dtype_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.112s) 2023-01-11T21:28:03.6127159Z test_validate_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6127421Z test_validate_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6127690Z test_validate_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6127961Z test_validate_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.067s) 2023-01-11T21:28:03.6128209Z test_validate_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6128459Z test_validate_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6128735Z test_validate_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.065s) 2023-01-11T21:28:03.6128980Z test_validate_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6129241Z test_validate_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6129499Z test_validate_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6129759Z test_validate_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6129963Z test_validate_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6130233Z test_validate_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.065s) 2023-01-11T21:28:03.6130496Z test_validate_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6130772Z test_validate_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.067s) 2023-01-11T21:28:03.6131050Z test_validate_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.067s) 2023-01-11T21:28:03.6131314Z test_validate_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6131641Z test_validate_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.066s) 2023-01-11T21:28:03.6131898Z test_validate_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.065s) 2023-01-11T21:28:03.6132125Z test_validate_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6132406Z test_validate_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6132639Z test_validate_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.058s) 2023-01-11T21:28:03.6132863Z test_validate_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6133087Z test_validate_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6133316Z test_validate_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6133575Z test_validate_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6133828Z test_validate_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6134064Z test_validate_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.061s) 2023-01-11T21:28:03.6134292Z test_validate_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6134528Z test_validate_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6134757Z test_validate_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.058s) 2023-01-11T21:28:03.6134983Z test_validate_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6135180Z test_validate_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6135408Z test_validate_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.052s) 2023-01-11T21:28:03.6135634Z test_validate_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6135857Z test_validate_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6136107Z test_validate_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6136354Z test_validate_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6136608Z test_validate_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.060s) 2023-01-11T21:28:03.6136861Z test_validate_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.061s) 2023-01-11T21:28:03.6137087Z test_validate_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6137321Z test_validate_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2023-01-11T21:28:03.6137585Z test_validate_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.058s) 2023-01-11T21:28:03.6137829Z test_validate_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6138059Z test_validate_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6138288Z test_validate_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6138519Z test_validate_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6138756Z test_validate_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2023-01-11T21:28:03.6138769Z 2023-01-11T21:28:03.6139213Z ---------------------------------------------------------------------- 2023-01-11T21:28:03.6139341Z Ran 4584 tests in 465.430s 2023-01-11T21:28:03.6139348Z 2023-01-11T21:28:03.6139469Z OK (skipped=680) 2023-01-11T21:28:03.6139476Z 2023-01-11T21:28:03.6139610Z Generating XML reports... 2023-01-11T21:28:03.6140094Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCUDA-20230111212013.xml 2023-01-11T21:28:03.6140484Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20230111212013.xml 2023-01-11T21:28:03.6140907Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCUDA-20230111212013.xml 2023-01-11T21:28:03.6140995Z 2023-01-11T21:28:03.6141441Z ##[endgroup] 2023-01-11T21:28:03.6141827Z FINISHED PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/pytorch/test/test-reports/test_sparse_csr_a6ss0crr) 2023-01-11T21:28:03.6141833Z 2023-01-11T21:28:03.6142060Z Running test_nn ... [2023-01-11 21:28:03.460527] 2023-01-11T21:28:03.6142488Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:28:03.460993] 2023-01-11T21:32:44.8551023Z 2023-01-11T21:32:44.8551997Z Expand the folded group to see the log file of test_nn 2023-01-11T21:32:44.8561279Z ##[group]PRINTING LOG FILE of test_nn (/var/lib/jenkins/pytorch/test/test-reports/test_nn_ceu3oyat) 2023-01-11T21:32:44.8563934Z Test results will be stored in test-reports/python-unittest/test_nn 2023-01-11T21:32:44.8565442Z 2023-01-11T21:32:44.8566022Z Running tests... 2023-01-11T21:32:44.8568806Z ---------------------------------------------------------------------- 2023-01-11T21:32:44.8570550Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2023-01-11T21:32:44.8571991Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2023-01-11T21:32:44.8573301Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2023-01-11T21:32:44.8575183Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2023-01-11T21:32:44.8576737Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.000s) 2023-01-11T21:32:44.8578236Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.359s) 2023-01-11T21:32:44.8579551Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.003s) 2023-01-11T21:32:44.8581059Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.002s) 2023-01-11T21:32:44.8582286Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8584459Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T21:32:44.8586134Z ok (0.218s) 2023-01-11T21:32:44.8587400Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8589000Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8590417Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.8591965Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... ok (0.031s) 2023-01-11T21:32:44.8593905Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8595419Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8596691Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8598085Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8599633Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8601169Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8602630Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8604033Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8605594Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8607109Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8608678Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8610609Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8612214Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8613728Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8615213Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8617033Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8619080Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8620559Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8621958Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8623439Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8625195Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (1.468s) 2023-01-11T21:32:44.8626753Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... ok (0.386s) 2023-01-11T21:32:44.8628200Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.8629615Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8631145Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8632932Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8634473Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8636029Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8637505Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8639372Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... ok (0.029s) 2023-01-11T21:32:44.8641064Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8642445Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8643873Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8645300Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8646548Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8648039Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8649579Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8650986Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8652415Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8654092Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8655720Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8656733Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8657506Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8658287Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8658990Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8659657Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8660356Z test_AvgPool1d (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8660989Z test_AvgPool1d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8661639Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8662281Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8662978Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8664038Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8664748Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8665602Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8666227Z test_AvgPool2d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8666814Z test_AvgPool2d_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8667446Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8668213Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8668915Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8669695Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8670381Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8671242Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8671950Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8672774Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8673556Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8674355Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8675092Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8675865Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8676576Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8677209Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8677821Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8678450Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8679049Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8679711Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8680308Z test_AvgPool3d (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8680870Z test_AvgPool3d_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8681464Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8682059Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8682709Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8683355Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8684153Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8684851Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8685587Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8686206Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8686728Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8687263Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8687836Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8688411Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8689051Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8689745Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8690402Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8691130Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8691766Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8692461Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8693187Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8693760Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8694384Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8695082Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8695742Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8696375Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8696992Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8697611Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8698208Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8698776Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8699341Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8699841Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8700328Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8700838Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8701377Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8701894Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8702355Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8702850Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8703379Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8704027Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8704548Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.8705071Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8705566Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8706091Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8706549Z test_BCELoss (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8706968Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8707401Z test_BCELoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8707837Z test_BCELoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8708262Z test_BCELoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8708675Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8709143Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8709630Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8710117Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8710585Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8711137Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8711606Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8712090Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8712608Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8713069Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8713549Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8714023Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8714469Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8714874Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8715313Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8715774Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8716226Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8716696Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8717106Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8717520Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8717904Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8718283Z test_BCELoss_weights (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8718658Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8719050Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8719442Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8719833Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8720196Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8720588Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8720991Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8721407Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8721801Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8722191Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.8722595Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8722974Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8723909Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2023-01-11T21:32:44.8724474Z warnings.warn(warning.format(ret)) 2023-01-11T21:32:44.8725131Z /opt/conda/lib/python3.8/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2023-01-11T21:32:44.8725652Z warnings.warn(warning.format(ret)) 2023-01-11T21:32:44.8725992Z ok (0.016s) 2023-01-11T21:32:44.8726392Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8726879Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8727404Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8727964Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8728500Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8729100Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8729639Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8730194Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8730766Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8731287Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8731806Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8732344Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8732882Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8733397Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8733902Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8734382Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8734897Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8735411Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8735950Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8736444Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8736892Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8737290Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8737704Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8738133Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8738567Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8738969Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.350s) 2023-01-11T21:32:44.8739345Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... ok (0.135s) 2023-01-11T21:32:44.8739728Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.036s) 2023-01-11T21:32:44.8740101Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8740501Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8740912Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8741327Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8741749Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8742144Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.172s) 2023-01-11T21:32:44.8742521Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... ok (0.157s) 2023-01-11T21:32:44.8742882Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8743270Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8743673Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.8744450Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8744960Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.8745472Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8745944Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.8746412Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8746883Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8747482Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8747987Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.140s) 2023-01-11T21:32:44.8748488Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.029s) 2023-01-11T21:32:44.8748995Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8749549Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8750035Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8750509Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8750988Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8751473Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8751929Z test_BatchNorm2d (__main__.TestNN) ... ok (0.151s) 2023-01-11T21:32:44.8752363Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8752855Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... ok (0.158s) 2023-01-11T21:32:44.8753357Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8753881Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8754382Z test_BatchNorm2d_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8754819Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8755271Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8755706Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.036s) 2023-01-11T21:32:44.8756181Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.8756588Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.8756980Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8757376Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.8757764Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8758135Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8758532Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8758941Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.143s) 2023-01-11T21:32:44.8759349Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.8759766Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.8760184Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8760589Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8760953Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8761347Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8761744Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8762122Z test_BatchNorm3d (__main__.TestNN) ... ok (0.144s) 2023-01-11T21:32:44.8762498Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8762904Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... ok (0.134s) 2023-01-11T21:32:44.8763301Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8763719Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.8764111Z test_BatchNorm3d_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.8764470Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8764834Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8765207Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.050s) 2023-01-11T21:32:44.8765647Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.8766016Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8766409Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.8766847Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8767228Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8767624Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8768022Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8768406Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.136s) 2023-01-11T21:32:44.8768815Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8769226Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.8769652Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.029s) 2023-01-11T21:32:44.8770054Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8770437Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8770826Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8771205Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8771570Z test_CELU (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8771897Z test_CELU_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8772243Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8772608Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8773020Z test_CELU_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8773350Z test_CELU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8773741Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8774173Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8774620Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8775074Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8775548Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8776034Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8776461Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8776892Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8777336Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8777779Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8778249Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8778733Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8779247Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8779731Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8780168Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8780677Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8781203Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8781810Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8782341Z test_CTCLoss_critical_target_len (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8782823Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8783238Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8783890Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8784410Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8785023Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8785699Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8786340Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8786978Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8787510Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8788086Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8788673Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8789298Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8789911Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8790543Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8791137Z test_CTCLoss_long_targets (__main__.TestNN) ... ok (1.085s) 2023-01-11T21:32:44.8791603Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8792157Z test_CTCLoss_zero_infinity (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8792689Z test_ConstantPad1d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8793233Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8793799Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8794361Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.8794858Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8795489Z test_ConstantPad1d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8796026Z test_ConstantPad2d (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.8796579Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.8797135Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8797698Z test_ConstantPad2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8798258Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8798767Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8799317Z test_ConstantPad3d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.8799858Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8800407Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8800975Z test_ConstantPad3d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8801525Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8802027Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8802558Z test_Conv1d (__main__.TestNN) ... ok (0.158s) 2023-01-11T21:32:44.8803107Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.049s) 2023-01-11T21:32:44.8803677Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.066s) 2023-01-11T21:32:44.8804213Z test_Conv1d_cuda (__main__.TestNN) ... ok (0.185s) 2023-01-11T21:32:44.8804784Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.299s) 2023-01-11T21:32:44.8805340Z test_Conv1d_dilated_cuda (__main__.TestNN) ... ok (0.160s) 2023-01-11T21:32:44.8805881Z test_Conv1d_groups (__main__.TestNN) ... ok (0.072s) 2023-01-11T21:32:44.8806399Z test_Conv1d_groups_cuda (__main__.TestNN) ... ok (0.187s) 2023-01-11T21:32:44.8806830Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.183s) 2023-01-11T21:32:44.8807334Z test_Conv1d_pad1_cuda (__main__.TestNN) ... ok (0.211s) 2023-01-11T21:32:44.8807776Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8808153Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... ok (0.176s) 2023-01-11T21:32:44.8808586Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.307s) 2023-01-11T21:32:44.8809016Z test_Conv1d_pad2_cuda (__main__.TestNN) ... ok (0.046s) 2023-01-11T21:32:44.8809446Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.065s) 2023-01-11T21:32:44.8809879Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8810338Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8811458Z test_Conv1d_pad_same2 (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:996.) 2023-01-11T21:32:44.8812290Z return F.conv1d(input, weight, bias, self.stride, 2023-01-11T21:32:44.8812674Z ok (0.178s) 2023-01-11T21:32:44.8813004Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... ok (0.046s) 2023-01-11T21:32:44.8813521Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.8813969Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.175s) 2023-01-11T21:32:44.8814436Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.152s) 2023-01-11T21:32:44.8814900Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.031s) 2023-01-11T21:32:44.8815309Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.8815677Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8816143Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.8816580Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2023-01-11T21:32:44.8817071Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.8817534Z test_Conv1d_stride (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8817930Z test_Conv1d_stride_cuda (__main__.TestNN) ... ok (0.044s) 2023-01-11T21:32:44.8818305Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.8818741Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8819193Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8819660Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8820099Z test_Conv2d (__main__.TestNN) ... ok (0.328s) 2023-01-11T21:32:44.8820533Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.070s) 2023-01-11T21:32:44.8821009Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.429s) 2023-01-11T21:32:44.8821407Z test_Conv2d_cuda (__main__.TestNN) ... ok (0.177s) 2023-01-11T21:32:44.8821902Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8822343Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... ok (0.189s) 2023-01-11T21:32:44.8822803Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8823280Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.8823818Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8824232Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... ok (0.176s) 2023-01-11T21:32:44.8824753Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.131s) 2023-01-11T21:32:44.8825414Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... ok (0.088s) 2023-01-11T21:32:44.8826016Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.047s) 2023-01-11T21:32:44.8826613Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8827185Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.275s) 2023-01-11T21:32:44.8827734Z test_Conv2d_dilated_cuda (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8828286Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8828916Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8829528Z test_Conv2d_groups (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8830064Z test_Conv2d_groups_cuda (__main__.TestNN) ... ok (0.089s) 2023-01-11T21:32:44.8830653Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.8831194Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.8831706Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8832376Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8833006Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8833648Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8834233Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.8834778Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8835318Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8835880Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8836477Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.303s) 2023-01-11T21:32:44.8836950Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... ok (0.188s) 2023-01-11T21:32:44.8837399Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.293s) 2023-01-11T21:32:44.8837864Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.167s) 2023-01-11T21:32:44.8838319Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8838713Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... ok (0.177s) 2023-01-11T21:32:44.8839154Z test_Conv2d_padding (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8839657Z test_Conv2d_padding_cuda (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8840124Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8840666Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8841178Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.8841647Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.8842068Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2023-01-11T21:32:44.8842558Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.8843016Z test_Conv2d_strided (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8843448Z test_Conv2d_strided_cuda (__main__.TestNN) ... ok (0.046s) 2023-01-11T21:32:44.8843916Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8844452Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8844897Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8845397Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8845884Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.8846333Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.8846859Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8847398Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8847982Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8848456Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8848891Z test_Conv3d (__main__.TestNN) ... ok (0.147s) 2023-01-11T21:32:44.8849310Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8849752Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8850224Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8850750Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8851270Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.065s) 2023-01-11T21:32:44.8851692Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.066s) 2023-01-11T21:32:44.8852150Z test_Conv3d_cuda (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8852578Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.065s) 2023-01-11T21:32:44.8853019Z test_Conv3d_dilated_cuda (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8853465Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8853930Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8854316Z test_Conv3d_groups (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8854748Z test_Conv3d_groups_cuda (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8855205Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8855797Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8856293Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8856724Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.8857178Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8857647Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8858143Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.063s) 2023-01-11T21:32:44.8858587Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... ok (0.057s) 2023-01-11T21:32:44.8859028Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.056s) 2023-01-11T21:32:44.8859500Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.044s) 2023-01-11T21:32:44.8859955Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.048s) 2023-01-11T21:32:44.8860338Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8860791Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.8861284Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.8861738Z test_Conv3d_stride (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.8862172Z test_Conv3d_stride_cuda (__main__.TestNN) ... ok (0.048s) 2023-01-11T21:32:44.8862616Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.043s) 2023-01-11T21:32:44.8863080Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.8863566Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8864410Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8865031Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8865659Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8866357Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8866976Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8867553Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.8868028Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.8868666Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8869302Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8869916Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.043s) 2023-01-11T21:32:44.8870486Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.043s) 2023-01-11T21:32:44.8871021Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.255s) 2023-01-11T21:32:44.8871485Z test_ConvTranspose1d_cuda (__main__.TestNN) ... ok (0.329s) 2023-01-11T21:32:44.8872046Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8872640Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... ok (0.276s) 2023-01-11T21:32:44.8873265Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.042s) 2023-01-11T21:32:44.8873833Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8874405Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8874981Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... ok (0.191s) 2023-01-11T21:32:44.8875459Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8875996Z test_ConvTranspose2d_cuda (__main__.TestNN) ... ok (0.178s) 2023-01-11T21:32:44.8876538Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.8877010Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... ok (0.259s) 2023-01-11T21:32:44.8877508Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8878071Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8878544Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.046s) 2023-01-11T21:32:44.8879018Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... ok (0.314s) 2023-01-11T21:32:44.8879507Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8882101Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8882621Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.8883098Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... ok (0.287s) 2023-01-11T21:32:44.8883585Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8884077Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8884621Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.8885163Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.8885662Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.043s) 2023-01-11T21:32:44.8886107Z test_ConvTranspose3d_cuda (__main__.TestNN) ... ok (0.047s) 2023-01-11T21:32:44.8886561Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.8887038Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... ok (0.045s) 2023-01-11T21:32:44.8887447Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.8887919Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8888408Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8888904Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8889448Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8889950Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8890529Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8890975Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8891534Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8892067Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8892618Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8893159Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8893677Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8894198Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8894669Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8895209Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8895719Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8896246Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8896782Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8897311Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8897817Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.8898273Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8898807Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8899415Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8899921Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.8900430Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8900966Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8901485Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8901909Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8902355Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8902818Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8903307Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8903923Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8904412Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8905030Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8905589Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8906208Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8906825Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8907478Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8908212Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8908879Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8909639Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8910272Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8910995Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8911778Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8912471Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.8913188Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8913897Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8914624Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8915306Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8915935Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8916630Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8917223Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8917747Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8918260Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8918781Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8919355Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8919817Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8920353Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8920900Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8921442Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8921987Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8922564Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8923145Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8923728Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8924226Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8924790Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8925353Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8925920Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8926461Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8927014Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8927570Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8928062Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8928718Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8929256Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8929801Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8930402Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8930942Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.8931519Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8932042Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8932614Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8933147Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8933661Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8934183Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8934706Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8935197Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8935695Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8936140Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8936647Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8937231Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8937786Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8938343Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8938897Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8939449Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8939975Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8940556Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8941141Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.8941714Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8942303Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8942890Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8943476Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8944121Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.8944743Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8945502Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8946255Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8958255Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8958903Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8959430Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8959942Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8960486Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8961034Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8961579Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8962122Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8962676Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8963256Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8963839Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8964415Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8964910Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8965457Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8966011Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8966564Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8967094Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8967682Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8968223Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8968701Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8969239Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8969810Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8970383Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8970964Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8971506Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8972015Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8972529Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8972984Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8973505Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8974059Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8974608Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8975156Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8975694Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8976217Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8976825Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8977368Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8977919Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8978541Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8979117Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8979687Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8980221Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8980639Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8981122Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8981587Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8982072Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8982563Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8983062Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8983557Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.8984190Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8984788Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8985413Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8986078Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8986697Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8987309Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8987930Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8988486Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8989136Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.8989791Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8990449Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8991056Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.8991647Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8992263Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8992799Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.8993359Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.050s) 2023-01-11T21:32:44.8993899Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.8994408Z test_ELU (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.8994896Z test_ELU_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8995464Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8995931Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.8996456Z test_ELU_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.8996948Z test_ELU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.8997368Z test_Embedding (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.8997901Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.8998399Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... ok (0.075s) 2023-01-11T21:32:44.8998804Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.8999252Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.8999789Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9000269Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9000737Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9001182Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9001656Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9002088Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9002565Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9003026Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9003546Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9003992Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9004452Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9004879Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9005342Z test_Embedding_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9005784Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9006252Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9006705Z test_Embedding_sparse (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9007161Z test_Embedding_sparse_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9007529Z test_Flatten (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9007946Z test_Flatten_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9008375Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9008825Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9009244Z test_Fold (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9009641Z test_Fold_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9010057Z test_Fold_int_input (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9010427Z test_Fold_int_input_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9010942Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9011394Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9011855Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9012328Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9012805Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9013225Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9013720Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9014235Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9014783Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9015380Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9015954Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9016492Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9016931Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9017409Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9017960Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9018491Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9019026Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9019748Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9020309Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9020748Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9021233Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9021711Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9022203Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9022739Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9023278Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9023926Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9024458Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9025094Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9025672Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.9026249Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9026839Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9027466Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9028124Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9028771Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9029453Z test_GELU (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9029946Z test_GELU_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9030449Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9030977Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9031495Z test_GELU_scalar (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9032016Z test_GELU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9032436Z test_GLU (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9032902Z test_GLU_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9033396Z test_GLU_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9033897Z test_GLU_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9034398Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9034908Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9035367Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.057s) 2023-01-11T21:32:44.9035904Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.9036477Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.9036989Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.9037454Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9038001Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9038399Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.9038935Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9039423Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9039922Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9040408Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9040931Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9041400Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9041826Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9042293Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9072576Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9073140Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9073784Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9074268Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.9074729Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9075274Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.040s) 2023-01-11T21:32:44.9075767Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9076271Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9076763Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.9077263Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9077742Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9078218Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9078709Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9079196Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9079649Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9080130Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.047s) 2023-01-11T21:32:44.9080628Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9081132Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.058s) 2023-01-11T21:32:44.9081658Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.057s) 2023-01-11T21:32:44.9082129Z test_Hardshrink (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9082561Z test_Hardshrink_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9082977Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9083440Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9083911Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9084367Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9084842Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9085322Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9085764Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9086235Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9086701Z test_Hardtanh (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9087111Z test_Hardtanh_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9087539Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9087983Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9088394Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9089060Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9089519Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9089991Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9090480Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9091030Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9091507Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9091975Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9092485Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9093000Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9093507Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9094027Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9094552Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9095096Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9095623Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9096178Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9096715Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9097211Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9097673Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9098131Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9098577Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9098998Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9099455Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9099916Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9100353Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9100792Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9101254Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9101708Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9102113Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9102534Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9103010Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9103476Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9103988Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9104461Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9105018Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9105551Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9106142Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9106728Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9107360Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9107904Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9108453Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9109200Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9109643Z test_HuberLoss (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9110096Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9110566Z test_HuberLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9111026Z test_HuberLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9111477Z test_HuberLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9111957Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.085s) 2023-01-11T21:32:44.9112386Z test_HuberLoss_delta_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9112845Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9113330Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9113838Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9114348Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9114843Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9115339Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9115823Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9116335Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9116817Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9117276Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9117697Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9118113Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9118514Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9118897Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9119313Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9119727Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9120141Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9120532Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9120911Z test_InstanceNorm1d_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9121265Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9121657Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9122059Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9122463Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9122875Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9123288Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9123700Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9124084Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9124495Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9124922Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9125420Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9125868Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9126319Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9126773Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9127207Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9127575Z test_InstanceNorm2d_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9127953Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.058s) 2023-01-11T21:32:44.9128333Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9128725Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9129129Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9129523Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.031s) 2023-01-11T21:32:44.9129933Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9130346Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9130770Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9131189Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9131617Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9132057Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9132482Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9132934Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9133403Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9133816Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9134188Z test_InstanceNorm3d_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9134566Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9134923Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9135331Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9135739Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9136157Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9136573Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9136990Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9137403Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9137805Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9138233Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9138672Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9139121Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9139573Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9140035Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9141432Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9142160Z warnings.warn( 2023-01-11T21:32:44.9143115Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9143995Z warnings.warn( 2023-01-11T21:32:44.9145068Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9145865Z warnings.warn( 2023-01-11T21:32:44.9146182Z ok (0.007s) 2023-01-11T21:32:44.9146576Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9147063Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9147559Z test_KLDivLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9147995Z test_KLDivLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9148470Z test_KLDivLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9149793Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9150649Z warnings.warn( 2023-01-11T21:32:44.9151789Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9152578Z warnings.warn( 2023-01-11T21:32:44.9152890Z ok (0.007s) 2023-01-11T21:32:44.9153305Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9153814Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9154290Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9154803Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9155329Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9155880Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9156424Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9156942Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9157399Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9157805Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9158235Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9158648Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9159058Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9159482Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9159914Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9160321Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9160789Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9161219Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9161642Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9162041Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9162482Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9162882Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9163271Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9163679Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9164087Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9164503Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9164944Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9166066Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9166778Z warnings.warn( 2023-01-11T21:32:44.9167718Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9168365Z warnings.warn( 2023-01-11T21:32:44.9169260Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9169914Z warnings.warn( 2023-01-11T21:32:44.9170177Z ok (0.006s) 2023-01-11T21:32:44.9170509Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9170915Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9171310Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9172415Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9173118Z warnings.warn( 2023-01-11T21:32:44.9174039Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9174694Z warnings.warn( 2023-01-11T21:32:44.9174926Z ok (0.006s) 2023-01-11T21:32:44.9175269Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9175708Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9176139Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9176580Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9177101Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9177556Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9178032Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9178557Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9178986Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9179433Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9179869Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9180282Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9180661Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9181085Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9181541Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9181980Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9182407Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9182823Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9183237Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9183640Z test_L1Loss (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9184051Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9184420Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9184863Z test_L1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9185308Z test_L1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9185781Z test_L1Loss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9186190Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9186676Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9187181Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9187680Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9188181Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9188658Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9189155Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9189628Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9190108Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9190596Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9191125Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9191657Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9192121Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9192555Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.9193046Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9193520Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9193974Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9194453Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9194905Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9195445Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9195630Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9195847Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9196065Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9196339Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9196533Z test_LPPool1d (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9196724Z test_LPPool1d_cuda (__main__.TestNN) ... ok (0.031s) 2023-01-11T21:32:44.9196936Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9197148Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9197309Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9197480Z test_LPPool1d_norm_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9197638Z test_LPPool2d (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9197806Z test_LPPool2d_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9197968Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9198135Z test_LPPool2d_norm_cuda (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9198286Z test_LSTM_cell (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9198476Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9198636Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9198826Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.9199023Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9199221Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.9199424Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9199629Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9199836Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9200041Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9200291Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9200510Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9200732Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9200930Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9201135Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9201324Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.9201518Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9201709Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9201908Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9202102Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.583s) 2023-01-11T21:32:44.9202308Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.224s) 2023-01-11T21:32:44.9202486Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.551s) 2023-01-11T21:32:44.9202694Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.241s) 2023-01-11T21:32:44.9202887Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9203090Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9203290Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9203551Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9203707Z test_LeakyReLU (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9203872Z test_LeakyReLU_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9204045Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9204268Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9204442Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9204624Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9204807Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9204997Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9205209Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9205396Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9205548Z test_Linear (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9205680Z test_Linear_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9205846Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.9206025Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9206188Z test_Linear_no_bias (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9206426Z test_Linear_no_bias_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9206606Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9206789Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9207005Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9207223Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9207424Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9207635Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9207796Z test_LogSigmoid (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9207962Z test_LogSigmoid_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9208138Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9208331Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9208500Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9208677Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9208808Z test_LogSoftmax (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9208974Z test_LogSoftmax_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9209153Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9209342Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9209533Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9209731Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9209909Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9210098Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9210249Z test_MSELoss (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9210419Z test_MSELoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9210590Z test_MSELoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9210760Z test_MSELoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9210935Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9211131Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9211324Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9211571Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9211783Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9211952Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9212227Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9212420Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9212598Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9212790Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9213023Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9213256Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9213443Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9213656Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9213831Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9214016Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9214177Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9214409Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9214628Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9214834Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9215008Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9215168Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9215327Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9215510Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9215687Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9215862Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9216045Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9216250Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9216451Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9216648Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9216843Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9217012Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9217200Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9217387Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9217601Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9217790Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9217997Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9218222Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9218407Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9218588Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9218763Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9218962Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9219157Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9219359Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9219636Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9219856Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9220072Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9220308Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9220517Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9220729Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9220933Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9221129Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9221343Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9221553Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9221759Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9221955Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9222166Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9222404Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9222616Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9222785Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9222991Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9223230Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9223434Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9223639Z test_MaxPool1d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9223854Z test_MaxPool1d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9224061Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.9224341Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9224534Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9224790Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9225041Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9225252Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9225494Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9225704Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9225966Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9226237Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9226414Z test_MaxPool3d (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9226583Z test_MaxPool3d_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9226864Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9227113Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9227311Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9227528Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9227740Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9227959Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9228160Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9228463Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9228695Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9228920Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9229119Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9229381Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9229593Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9229819Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9230010Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9230217Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9230404Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9230632Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9230814Z test_Mish (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9230993Z test_Mish_cuda (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9231188Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9231397Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9231585Z test_Mish_scalar (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9231774Z test_Mish_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9231966Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9232147Z test_ModuleList (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9232367Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9232594Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9232841Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9233068Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9233307Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9233548Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9233759Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9233989Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9234221Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9234459Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9234707Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9234972Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9235229Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9235484Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9235737Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9235976Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9236220Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9236447Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9236677Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9236904Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9237150Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9237358Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9237634Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9237857Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9238072Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9238288Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9238511Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9238727Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9238944Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9239147Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9239366Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9239584Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9239799Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9239994Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.9240195Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9240394Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9240607Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9240859Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9241092Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9241303Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9241495Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9241702Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9241905Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9242112Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9242324Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9242529Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9242777Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9243022Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9243227Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9243454Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9243685Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9243908Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9244124Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9244346Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9244590Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9244836Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9245036Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9245302Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9245502Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9245746Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9245966Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9246224Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9246434Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9246655Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9246915Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9247154Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9247372Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9247608Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9247801Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9247969Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9249268Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9249507Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9249606Z ok (0.004s) 2023-01-11T21:32:44.9249795Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9249981Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9250190Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9251430Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9251665Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9251771Z ok (0.010s) 2023-01-11T21:32:44.9251964Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9253213Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9253446Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9253603Z ok (0.002s) 2023-01-11T21:32:44.9253816Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9254023Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9255247Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9255531Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9255631Z ok (0.002s) 2023-01-11T21:32:44.9255819Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9256029Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9256204Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9257449Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9257683Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9257789Z ok (0.002s) 2023-01-11T21:32:44.9257986Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9258176Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9258366Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9259614Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9259847Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9259947Z ok (0.010s) 2023-01-11T21:32:44.9260149Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9261442Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9261674Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9261778Z ok (0.002s) 2023-01-11T21:32:44.9262040Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9262252Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9262454Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9263905Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9264153Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9264252Z ok (0.010s) 2023-01-11T21:32:44.9264435Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9265936Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9266214Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9266330Z ok (0.002s) 2023-01-11T21:32:44.9266562Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9266788Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9267006Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9268499Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9268781Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9268900Z ok (0.010s) 2023-01-11T21:32:44.9269134Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9270655Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9270940Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9271065Z ok (0.002s) 2023-01-11T21:32:44.9271322Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9271662Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9271890Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9273405Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9273740Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9273859Z ok (0.002s) 2023-01-11T21:32:44.9274152Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9274433Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9274655Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9276164Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9276447Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9276574Z ok (0.002s) 2023-01-11T21:32:44.9276846Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9277077Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9277291Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9278629Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9278863Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9278964Z ok (0.014s) 2023-01-11T21:32:44.9279141Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9280481Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: 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:26.) 2023-01-11T21:32:44.9280720Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9280825Z ok (0.002s) 2023-01-11T21:32:44.9281093Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9281289Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9281441Z test_NLLLoss (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9281654Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9281829Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9282022Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9282217Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9282397Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9282589Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9282762Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9282944Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9283133Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9283330Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9283514Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.9283705Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9283855Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9284033Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9284205Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9284351Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9284521Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9284695Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9284891Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9285086Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9285279Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9285467Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9285641Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9285844Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9286034Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9286224Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9286408Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9286628Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9286855Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9287076Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9287313Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9287499Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9287705Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9287852Z test_NLLLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9288035Z test_NLLLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9288234Z test_NLLLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9288487Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9288666Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9288974Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9289198Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9289377Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9289577Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9289836Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9290034Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9290272Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9290465Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9290659Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9290868Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9291061Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9291249Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9291407Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9291596Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9291809Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9292011Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9292219Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9292422Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9292619Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9292810Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9293042Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9293271Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9293450Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9293628Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9293821Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9294011Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9294200Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9294375Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9294570Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9294762Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9294953Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9295103Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9295296Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9295484Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9295672Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9295838Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9296014Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9296195Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9296384Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9296562Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9296806Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9297004Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9297209Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9297410Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9297656Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9297827Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9298020Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9298208Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9298397Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9298559Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9298728Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9298910Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9299094Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9299274Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9299490Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9299702Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9299903Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9300107Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9300305Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9300526Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9300719Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9300929Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9301136Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9301344Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9301544Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9301740Z test_PReLU_1d (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9301898Z test_PReLU_1d_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9302047Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9302228Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9302374Z test_PReLU_2d (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9302536Z test_PReLU_2d_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9302705Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9302880Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9303030Z test_PReLU_3d (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9303187Z test_PReLU_3d_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9303397Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.9303573Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9303822Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9303998Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9304214Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9304392Z test_PReLU_scalar (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9304592Z test_PReLU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9304878Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.029s) 2023-01-11T21:32:44.9305070Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9305287Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9305573Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.9305783Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9305994Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9306262Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9306533Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9306739Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9306978Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9307195Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9307462Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... ok (0.034s) 2023-01-11T21:32:44.9307675Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9307891Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.9308108Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9308327Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9308538Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9308754Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9308930Z test_PairwiseDistance (__main__.TestNN) ... ok (0.041s) 2023-01-11T21:32:44.9309156Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9309398Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9309639Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9309882Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9310098Z test_PairwiseDistance_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9310324Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9310579Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9310820Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.028s) 2023-01-11T21:32:44.9311072Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9311271Z test_ParameterDict (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9311493Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9311689Z test_ParameterList (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9311894Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9312151Z test_ParameterList_replication (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9312371Z test_PixelShuffle (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9312585Z test_PixelShuffle_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9312762Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9312972Z test_PixelUnshuffle_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9313184Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9313468Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9313732Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9313966Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9314208Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9314537Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9314827Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9315118Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9315405Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9315660Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9315910Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9316158Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9316387Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9316637Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9316892Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9317130Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9317337Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9317591Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9317793Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9317995Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9318180Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9318380Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9318612Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9318842Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9319040Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9319257Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9319471Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9319686Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9319865Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9320054Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9320202Z test_RNN_cell (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9320409Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9320592Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9320783Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9320964Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.035s) 2023-01-11T21:32:44.9321110Z test_RNN_change_dropout (__main__.TestNN) ... ok (0.096s) 2023-01-11T21:32:44.9321290Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... ok (6.702s) 2023-01-11T21:32:44.9321481Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... ok (6.652s) 2023-01-11T21:32:44.9321656Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9321812Z test_RNN_dropout (__main__.TestNN) ... ok (0.547s) 2023-01-11T21:32:44.9321982Z test_RNN_dropout_state (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.9322151Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9322317Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9322463Z test_RReLU (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9322720Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2023-01-11T21:32:44.9322888Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9323105Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9323273Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9323528Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9323709Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9323942Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2023-01-11T21:32:44.9324092Z test_ReLU (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9324217Z test_ReLU6 (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9324367Z test_ReLU6_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9324532Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9324714Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9324867Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9325031Z test_ReLU6_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9325181Z test_ReLU_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9325349Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9325515Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9325673Z test_ReLU_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9325841Z test_ReLU_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9326006Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9326182Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9326369Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9326551Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9326740Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9326892Z test_ReflectionPad1d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9327056Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9327241Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.058s) 2023-01-11T21:32:44.9327430Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9327605Z test_ReflectionPad2d_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9327822Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9328015Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9328183Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9328366Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.039s) 2023-01-11T21:32:44.9328554Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9328731Z test_ReflectionPad3d_cuda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9328913Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9329109Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9329282Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9329464Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9329651Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9329835Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9330002Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9330188Z test_ReplicationPad1d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9330358Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9330628Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.032s) 2023-01-11T21:32:44.9330878Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9331055Z test_ReplicationPad2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9331274Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9331559Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9331728Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9331936Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.027s) 2023-01-11T21:32:44.9332167Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9332342Z test_ReplicationPad3d_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9332530Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9332727Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9332979Z test_SELU (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9333169Z test_SELU_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9333309Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9333478Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9333663Z test_SELU_scalar (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9333829Z test_SELU_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9333989Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9334159Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9334325Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9334490Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9334661Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9334826Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9334992Z test_Sequential_imul (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9335159Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9335338Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9335499Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9335665Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9335830Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9335975Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9336176Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9336320Z test_SiLU (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9336468Z test_SiLU_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9336631Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9336810Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9336967Z test_SiLU_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9337127Z test_SiLU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9337281Z test_Sigmoid (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9337439Z test_Sigmoid_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9337610Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9337816Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9338010Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9338178Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9338338Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9338507Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9338657Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9338897Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9339104Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9339279Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9339464Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9339718Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9339920Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9340119Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9340309Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9340513Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9340711Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9340913Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9341095Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9341295Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9341499Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9341699Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9341871Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9342059Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9342220Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9342413Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9342583Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9342826Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9343036Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9343219Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9343414Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9343620Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9344025Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9344235Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9344415Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9344651Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9344926Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9345170Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9345380Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9345602Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9345835Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9346053Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9346246Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9346488Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9346745Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9346994Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9347335Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9347585Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9347816Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9348099Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9348408Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9348653Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9348883Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9349134Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9349427Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9349672Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9349894Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9350146Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9350367Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9350646Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9350914Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9351124Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9351300Z test_Softmax (__main__.TestNN) ... ok (0.037s) 2023-01-11T21:32:44.9351517Z test_Softmax2d (__main__.TestNN) ... ok (0.023s) 2023-01-11T21:32:44.9351742Z test_Softmax2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9351944Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9352168Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9352362Z test_Softmax_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9352567Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9352814Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9353037Z test_Softmax_scalar (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9353239Z test_Softmax_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9353423Z test_Softmin (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9353609Z test_Softmin_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9353801Z test_Softmin_multidim (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9354017Z test_Softmin_multidim_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9354222Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9354407Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9354598Z test_Softmin_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9354802Z test_Softmin_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9354989Z test_Softplus (__main__.TestNN) ... ok (0.025s) 2023-01-11T21:32:44.9355178Z test_Softplus_beta (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9355388Z test_Softplus_beta_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9355604Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9355827Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9356055Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9356286Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9356478Z test_Softplus_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9356695Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9356982Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9357173Z test_Softshrink (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9357380Z test_Softshrink_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9357565Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9357764Z test_Softshrink_lambda_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9357968Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9358153Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9358325Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9358528Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9358680Z test_Softsign (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9358841Z test_Softsign_cuda (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9359019Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9359194Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9359358Z test_Softsign_scalar (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9359530Z test_Softsign_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9359675Z test_Tanh (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9359826Z test_Tanh_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9359987Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9360159Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9360315Z test_Tanh_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9360453Z test_Tanh_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9360603Z test_Tanhshrink (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9360768Z test_Tanhshrink_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9360945Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9361129Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9361295Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9361465Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9361650Z test_Threshold_large_value (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9361835Z test_Threshold_large_value_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9362013Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9362195Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9362378Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9362564Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9362756Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9362952Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9363166Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.122s) 2023-01-11T21:32:44.9363388Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.120s) 2023-01-11T21:32:44.9363577Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.115s) 2023-01-11T21:32:44.9363791Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.106s) 2023-01-11T21:32:44.9364000Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.079s) 2023-01-11T21:32:44.9364217Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.074s) 2023-01-11T21:32:44.9364427Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.069s) 2023-01-11T21:32:44.9364689Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.066s) 2023-01-11T21:32:44.9364945Z test_Transformer_cell (__main__.TestNN) ... ok (0.754s) 2023-01-11T21:32:44.9365134Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.547s) 2023-01-11T21:32:44.9365328Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... ok (0.296s) 2023-01-11T21:32:44.9365528Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9365787Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9366001Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9366209Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9366431Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9366683Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9366900Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9367153Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9367386Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9367594Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9367782Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9368014Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9368204Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9368385Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9368531Z test_Unfold (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9368693Z test_Unfold_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9368855Z test_Unfold_int_input (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9369027Z test_Unfold_int_input_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9369178Z test_ZeroPad2d (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9369347Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.026s) 2023-01-11T21:32:44.9369524Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9369686Z test_ZeroPad2d_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9369906Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9370115Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9370287Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9370471Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9370644Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9370771Z test_add_module (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9370963Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9371119Z test_affine_grid (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9371274Z test_affine_grid_3d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9371476Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9371666Z test_assignment (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9371882Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9372052Z test_batchnorm_cudnn_half (__main__.TestNN) ... ok (0.226s) 2023-01-11T21:32:44.9372219Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... ok (0.445s) 2023-01-11T21:32:44.9372387Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.9372560Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9373040Z test_batchnorm_non_contig_cpu_bn_module_ (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9373500Z test_batchnorm_non_contig_cpu_bn_module_ (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9373718Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9373990Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9374246Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9374520Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9374794Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9375087Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9375335Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9375549Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9375772Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9375986Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9376196Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9376440Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9376673Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9376944Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9377246Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.048s) 2023-01-11T21:32:44.9377491Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9377729Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9377991Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9378269Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9378481Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9378752Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9378934Z test_bilinear (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9379110Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9379268Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.9379445Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9379763Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:32:44.9380060Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:32:44.9380377Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:32:44.9380589Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9380772Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9380954Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9381179Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9381369Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9381529Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9382541Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1296: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2023-01-11T21:32:44.9382878Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2023-01-11T21:32:44.9382976Z ok (0.002s) 2023-01-11T21:32:44.9383141Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9383353Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9383501Z test_children (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9383687Z test_clip_grad_norm (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9383924Z test_clip_grad_value (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9384096Z test_container_copy (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9384280Z test_convert_sync_batchnorm (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9384505Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9384711Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9384939Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9385169Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.195s) 2023-01-11T21:32:44.9385364Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9385566Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9385792Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.136s) 2023-01-11T21:32:44.9386100Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9386559Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2023-01-11T21:32:44.9386970Z test_cudnn_weight_format (__main__.TestNN) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T21:32:44.9387205Z test_cudnn_weight_tying (__main__.TestNN) ... ok (0.047s) 2023-01-11T21:32:44.9387411Z test_dir (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9387599Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9387804Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9388007Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9388215Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.043s) 2023-01-11T21:32:44.9388406Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9388633Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9388829Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9389032Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9389591Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:2184: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:381.) 2023-01-11T21:32:44.9389821Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2023-01-11T21:32:44.9390364Z test_nn.py:2185: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:416.) 2023-01-11T21:32:44.9390647Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2023-01-11T21:32:44.9390772Z ok (0.002s) 2023-01-11T21:32:44.9390953Z test_flatten (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9391152Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.033s) 2023-01-11T21:32:44.9391448Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9391715Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9391923Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9392139Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9392443Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2023-01-11T21:32:44.9392637Z test_grid_sample (__main__.TestNN) ... ok (4.845s) 2023-01-11T21:32:44.9392826Z test_grid_sample_3d (__main__.TestNN) ... ok (0.349s) 2023-01-11T21:32:44.9393823Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9393961Z warnings.warn( 2023-01-11T21:32:44.9394132Z ok (0.043s) 2023-01-11T21:32:44.9394339Z test_hardtanh_backward (__main__.TestNN) ... ok (0.092s) 2023-01-11T21:32:44.9394538Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9394750Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9394978Z test_inplace_thnn (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9395166Z test_interpolate (__main__.TestNN) ... ok (0.478s) 2023-01-11T21:32:44.9395376Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9395624Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9395872Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9396104Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9396390Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9396621Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9396869Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9397118Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9397396Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9397676Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9397908Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9398120Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9398310Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9398548Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9398803Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9399000Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9399211Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9399434Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9399664Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9399948Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9400174Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9400405Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9400656Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9400911Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9401241Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9401521Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9401808Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9402110Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9402340Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9402586Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9402848Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9403082Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9403314Z test_interpolate_buffer_overflow (__main__.TestNN) ... ok (2.463s) 2023-01-11T21:32:44.9403595Z test_interpolate_illegal_memory_access (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9403775Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9404038Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9404329Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9404573Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9404798Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9405031Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9405303Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9405592Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9405849Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9406075Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9406298Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9406556Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9406779Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9407001Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9407224Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9407458Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9407667Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9407896Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9408116Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9408382Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9408617Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9408846Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9409089Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9409313Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9409581Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9409841Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9410053Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9410293Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9410510Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9410816Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9411040Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9411262Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9411577Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9411801Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9412084Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9412313Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9412512Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9412763Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9412977Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9413207Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9413463Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9413701Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9413922Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9414174Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9414436Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9414673Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9414900Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9415152Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9415414Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9415642Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9415851Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9416937Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9417079Z warnings.warn( 2023-01-11T21:32:44.9417898Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9418009Z warnings.warn( 2023-01-11T21:32:44.9418784Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9418896Z warnings.warn( 2023-01-11T21:32:44.9419677Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9419779Z warnings.warn( 2023-01-11T21:32:44.9420612Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9420723Z warnings.warn( 2023-01-11T21:32:44.9421539Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9421652Z warnings.warn( 2023-01-11T21:32:44.9422428Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9422536Z warnings.warn( 2023-01-11T21:32:44.9423308Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9423421Z warnings.warn( 2023-01-11T21:32:44.9424236Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9424332Z warnings.warn( 2023-01-11T21:32:44.9425232Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9425350Z warnings.warn( 2023-01-11T21:32:44.9426265Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9426385Z warnings.warn( 2023-01-11T21:32:44.9427303Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9427420Z warnings.warn( 2023-01-11T21:32:44.9428386Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9428512Z warnings.warn( 2023-01-11T21:32:44.9429467Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9429608Z warnings.warn( 2023-01-11T21:32:44.9430636Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9430812Z warnings.warn( 2023-01-11T21:32:44.9431755Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9431886Z warnings.warn( 2023-01-11T21:32:44.9432833Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9432966Z warnings.warn( 2023-01-11T21:32:44.9433073Z ok (0.004s) 2023-01-11T21:32:44.9434158Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9434290Z warnings.warn( 2023-01-11T21:32:44.9435230Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9435363Z warnings.warn( 2023-01-11T21:32:44.9436294Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9436428Z warnings.warn( 2023-01-11T21:32:44.9437357Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9437493Z warnings.warn( 2023-01-11T21:32:44.9438284Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9438394Z warnings.warn( 2023-01-11T21:32:44.9439186Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9439302Z warnings.warn( 2023-01-11T21:32:44.9440124Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9440224Z warnings.warn( 2023-01-11T21:32:44.9441028Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9441199Z warnings.warn( 2023-01-11T21:32:44.9441997Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9442109Z warnings.warn( 2023-01-11T21:32:44.9442875Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9442989Z warnings.warn( 2023-01-11T21:32:44.9443749Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9443862Z warnings.warn( 2023-01-11T21:32:44.9444626Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9444734Z warnings.warn( 2023-01-11T21:32:44.9445497Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9445611Z warnings.warn( 2023-01-11T21:32:44.9446364Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9446475Z warnings.warn( 2023-01-11T21:32:44.9447243Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9447353Z warnings.warn( 2023-01-11T21:32:44.9448111Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9448227Z warnings.warn( 2023-01-11T21:32:44.9449040Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9449153Z warnings.warn( 2023-01-11T21:32:44.9449284Z ok (0.004s) 2023-01-11T21:32:44.9449446Z test_l1_loss_correct (__main__.TestNN) ... ok (8.840s) 2023-01-11T21:32:44.9449636Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9449887Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9450497Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... test_nn.py:6609: UserWarning: Sparse CSC 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:54.) 2023-01-11T21:32:44.9450711Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2023-01-11T21:32:44.9450832Z ok (0.006s) 2023-01-11T21:32:44.9451040Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9451257Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9451466Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9451670Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9451880Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9452101Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9452304Z test_linear_autograd_device_cuda_bias_weightCOO (__main__.TestNN) ... ok (0.077s) 2023-01-11T21:32:44.9452506Z test_linear_autograd_device_cuda_bias_weightCSC (__main__.TestNN) ... ok (0.104s) 2023-01-11T21:32:44.9452709Z test_linear_autograd_device_cuda_bias_weightCSR (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9452902Z test_linear_autograd_device_cuda_bias_weightStrided (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9453107Z test_linear_autograd_device_cuda_nobias_weightCOO (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9453340Z test_linear_autograd_device_cuda_nobias_weightCSC (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9453547Z test_linear_autograd_device_cuda_nobias_weightCSR (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9453785Z test_linear_autograd_device_cuda_nobias_weightStrided (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9453959Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9454121Z test_load_state_dict (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9454309Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9454501Z test_load_state_dict_child (__main__.TestNN) ... ok (0.337s) 2023-01-11T21:32:44.9454690Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9454893Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9455068Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.171s) 2023-01-11T21:32:44.9455239Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9455400Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9455567Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9455738Z test_log_softmax_dim0_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9455899Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9456043Z test_log_softmax_dim3_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9456212Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9456382Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9456546Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9456778Z test_log_softmax_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2023-01-11T21:32:44.9456953Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9457129Z test_log_softmax_spatial_cuda (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9457313Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9457541Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.017s) 2023-01-11T21:32:44.9458106Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:2799: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9458324Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2023-01-11T21:32:44.9458721Z test_nn.py:2800: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9458940Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2023-01-11T21:32:44.9459355Z test_nn.py:2801: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9459588Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2023-01-11T21:32:44.9459980Z test_nn.py:2802: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9460191Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2023-01-11T21:32:44.9460943Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:2918: 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. 2023-01-11T21:32:44.9461060Z warnings.warn( 2023-01-11T21:32:44.9461160Z ok (0.025s) 2023-01-11T21:32:44.9461357Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9461543Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9461723Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.013s) 2023-01-11T21:32:44.9461868Z test_module_backcompat (__main__.TestNN) ... ok (0.192s) 2023-01-11T21:32:44.9462037Z test_module_to_argparse (__main__.TestNN) ... ok (0.010s) 2023-01-11T21:32:44.9462187Z test_modules (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9462359Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9462562Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9463961Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9464214Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9465406Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9465669Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9466838Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9467116Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9468255Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9468487Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9469635Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9469864Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9470975Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9471204Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9472313Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9472542Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9473703Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9473940Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9475098Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9475319Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9476417Z /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9476645Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9476771Z ok (0.012s) 2023-01-11T21:32:44.9476948Z test_named_children (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9477107Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9477331Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9477789Z test_nested_tensor_from_mask (__main__.TestNN) ... test_nn.py:2204: 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.) 2023-01-11T21:32:44.9477950Z nt = torch._nested_tensor_from_mask(input, mask) 2023-01-11T21:32:44.9478054Z ok (0.002s) 2023-01-11T21:32:44.9478237Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9478384Z test_no_grad (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9478577Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9478761Z test_normalize (__main__.TestNN) ... ok (0.007s) 2023-01-11T21:32:44.9478956Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9479144Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9479308Z test_pad_scalar_error (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9479467Z test_padding_list (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9479638Z test_pairwise_distance (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9479788Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9479966Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9480172Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9480385Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9480579Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9480727Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9480898Z test_partial_flat_weights (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9481048Z test_pdist (__main__.TestNN) ... ok (0.057s) 2023-01-11T21:32:44.9481265Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2023-01-11T21:32:44.9481549Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2023-01-11T21:32:44.9481716Z test_pdist_empty_col (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9481877Z test_pdist_empty_row (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9482033Z test_pdist_large (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9482208Z test_pdist_zeros (__main__.TestNN) 2023-01-11T21:32:44.9482376Z Test that grad is still valid when dist is 0 ... ok (0.029s) 2023-01-11T21:32:44.9482551Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9482702Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.609s) 2023-01-11T21:32:44.9483159Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9483408Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9483802Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9484040Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9484430Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9484662Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9485091Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9485317Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9485724Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9485961Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9486378Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9486632Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9487040Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9487264Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9487657Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9487900Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9488281Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9488510Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9488960Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9489199Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9489585Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9489864Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9490255Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9490492Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9490910Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9491134Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9491501Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9491752Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9492133Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9492387Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9492777Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9493004Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9493416Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9493673Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9494054Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9494287Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9494672Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9494893Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9495281Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9495510Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9495885Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9496113Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9496541Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9496767Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9497175Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9497396Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9497767Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9497983Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9498350Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9498557Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9498929Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9499144Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9499509Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9499729Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9500091Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9500305Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9500674Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9500888Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9501256Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9501477Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9501840Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9502059Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9502423Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9502636Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9503001Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9503264Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9503630Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9503941Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9504306Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9504538Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9504977Z test_nn.py:5402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9505232Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2023-01-11T21:32:44.9505680Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9505943Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9506383Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9506637Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9507088Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9507344Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9507780Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9508045Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9508492Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9508744Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9509191Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9509447Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9509887Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9510147Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9510586Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9510841Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9511365Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9511631Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9512076Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9512389Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9512833Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9513082Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9513527Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9513781Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9514233Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9514495Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9514923Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9515185Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9515639Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9515902Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9516343Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9516598Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9517042Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9517300Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9517754Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9517977Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9518344Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9518557Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9518923Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9519134Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9519546Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9519766Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9520131Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9520386Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9520756Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9520965Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9521339Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9521550Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9521914Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9522122Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9522485Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9522698Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9523070Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9523279Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9523658Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9523868Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9524231Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9524442Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9524806Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9525016Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9525384Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9525598Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9525960Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9526220Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9526592Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9526842Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9527208Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9527417Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9527782Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9528000Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9528365Z test_nn.py:5403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9528581Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9528948Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9529190Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9529559Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9529791Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9530150Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9530395Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9530761Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9531000Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9531372Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9531616Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9531979Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9532226Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9532591Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9532829Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9533261Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9533506Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9533871Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9534160Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9534528Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9534769Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9535134Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9535373Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9535741Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9535980Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9536347Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9536590Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9536959Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9537202Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9537563Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9537803Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9538170Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9538411Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9538775Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9539016Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9539380Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9539620Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9540034Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9540280Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9540651Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9540947Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9541310Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9541551Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9541917Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9542157Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9542520Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9542760Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9543129Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9543372Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9543784Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9544028Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9544396Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9544640Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9545004Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9545252Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9545622Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9545860Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9546228Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9546470Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9546834Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9547142Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9547501Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9547802Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9548165Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9548407Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9548772Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9549011Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9549374Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9549620Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9549984Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9550220Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9550592Z test_nn.py:5404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9550834Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2023-01-11T21:32:44.9551197Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9551433Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9551801Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9552022Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9552390Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9552615Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9552980Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9553207Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9553571Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9553796Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9554216Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9554446Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9554857Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9555081Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9555450Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9555682Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9556048Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9556273Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9556640Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9556865Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9557227Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9557450Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9557818Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9558045Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9558407Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9558631Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9558998Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9559221Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9559586Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9559811Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9560175Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9560399Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9560815Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9561042Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9561405Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9561676Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9562040Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9562266Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9562639Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9562858Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9563211Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9563439Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9563809Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9564032Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9564401Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9564624Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9564993Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9565224Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9565587Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9565813Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9566179Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9566404Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9566773Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9567000Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9567366Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9567587Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9568004Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9568236Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9568639Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9568864Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9569229Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9569453Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9569825Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9570047Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9570411Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9570631Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9571001Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9571229Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9571591Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9571818Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9572183Z test_nn.py:5405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2023-01-11T21:32:44.9572406Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2023-01-11T21:32:44.9572493Z ok (0.044s) 2023-01-11T21:32:44.9572688Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9572868Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9573042Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.006s) 2023-01-11T21:32:44.9573359Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:32:44.9573540Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.044s) 2023-01-11T21:32:44.9573733Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9573925Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9574120Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9574306Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.000s) 2023-01-11T21:32:44.9574513Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9574706Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9574965Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9575135Z test_register_state_dict_pre_hook (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9575334Z test_register_state_dict_pre_hook_backward_compat (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9575531Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9575661Z test_repr (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9575808Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9575949Z test_rnn_args_check (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9576235Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2023-01-11T21:32:44.9576396Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.024s) 2023-01-11T21:32:44.9576549Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9577090Z test_share_memory (__main__.TestNN) ... test_nn.py:181: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9577241Z self.assertFalse(p.storage().is_shared()) 2023-01-11T21:32:44.9577735Z test_nn.py:181: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9577877Z self.assertFalse(p.storage().is_shared()) 2023-01-11T21:32:44.9578366Z test_nn.py:181: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9578509Z self.assertFalse(p.storage().is_shared()) 2023-01-11T21:32:44.9579001Z test_nn.py:181: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9579149Z self.assertFalse(p.storage().is_shared()) 2023-01-11T21:32:44.9579637Z test_nn.py:186: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9579775Z self.assertTrue(p.storage().is_shared()) 2023-01-11T21:32:44.9580268Z test_nn.py:186: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9580410Z self.assertTrue(p.storage().is_shared()) 2023-01-11T21:32:44.9580897Z test_nn.py:186: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9581034Z self.assertTrue(p.storage().is_shared()) 2023-01-11T21:32:44.9581567Z test_nn.py:186: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9581710Z self.assertTrue(p.storage().is_shared()) 2023-01-11T21:32:44.9581789Z ok (0.002s) 2023-01-11T21:32:44.9581959Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.019s) 2023-01-11T21:32:44.9582146Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9582328Z test_softmax_cpu (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9582487Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9582702Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9582865Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.016s) 2023-01-11T21:32:44.9583073Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9583240Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9583459Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9583611Z test_softmax_lastdim (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9583886Z test_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.011s) 2023-01-11T21:32:44.9584048Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9584259Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9584406Z test_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2023-01-11T21:32:44.9584597Z test_softmax_spatial_cuda (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9584789Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9585032Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2023-01-11T21:32:44.9585213Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9585419Z test_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9585580Z test_softmin (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9586221Z test_spectral_norm (__main__.TestNN) ... test_nn.py:1899: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9586438Z self.assertEqual(m.weight_orig.storage(), m.weight.storage()) 2023-01-11T21:32:44.9587032Z test_nn.py:1899: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9587245Z self.assertEqual(m.weight_orig.storage(), m.weight.storage()) 2023-01-11T21:32:44.9588305Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:1904: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9588455Z device=typed_storage.device, 2023-01-11T21:32:44.9589477Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:1904: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T21:32:44.9589626Z device=typed_storage.device, 2023-01-11T21:32:44.9589730Z ok (0.032s) 2023-01-11T21:32:44.9590008Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9590208Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9590420Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.020s) 2023-01-11T21:32:44.9590606Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9590827Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9591034Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... ok (0.030s) 2023-01-11T21:32:44.9591241Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9591424Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9591599Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9591754Z test_to (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9591954Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9592152Z test_transformer_args_check (__main__.TestNN) ... ok (0.282s) 2023-01-11T21:32:44.9592353Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.012s) 2023-01-11T21:32:44.9592544Z test_transformerdecoder (__main__.TestNN) ... ok (0.182s) 2023-01-11T21:32:44.9592748Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.038s) 2023-01-11T21:32:44.9592964Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.044s) 2023-01-11T21:32:44.9593165Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9593362Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2023-01-11T21:32:44.9593561Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9593780Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9593941Z test_type (__main__.TestNN) ... ok (0.005s) 2023-01-11T21:32:44.9594979Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.8/site-packages/torch/_tensor.py:1114: 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:1813.) 2023-01-11T21:32:44.9595160Z return super(Tensor, self).refine_names(names) 2023-01-11T21:32:44.9595266Z ok (0.002s) 2023-01-11T21:32:44.9595460Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9595645Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.015s) 2023-01-11T21:32:44.9595885Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9596074Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.018s) 2023-01-11T21:32:44.9596307Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9596514Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.049s) 2023-01-11T21:32:44.9596756Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9596933Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.021s) 2023-01-11T21:32:44.9597153Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.022s) 2023-01-11T21:32:44.9597352Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9597548Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2023-01-11T21:32:44.9597721Z test_weight_norm (__main__.TestNN) ... ok (0.008s) 2023-01-11T21:32:44.9597900Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2023-01-11T21:32:44.9598036Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2023-01-11T21:32:44.9598224Z test_BatchNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9598407Z test_Bilinear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9598589Z test_CTCLoss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2023-01-11T21:32:44.9598851Z test_CTCLoss_empty_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9599099Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9599341Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9599622Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9599862Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9600106Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9600342Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9600553Z test_GRU_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.043s) 2023-01-11T21:32:44.9600745Z test_GroupNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9600934Z test_GroupNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.016s) 2023-01-11T21:32:44.9601113Z test_GroupNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.596s) 2023-01-11T21:32:44.9601344Z test_GroupNorm_raises_error_if_one_value_per_group_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T21:32:44.9601544Z test_InstanceNorm1d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.229s) 2023-01-11T21:32:44.9601742Z test_InstanceNorm2d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.226s) 2023-01-11T21:32:44.9601942Z test_InstanceNorm3d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2023-01-11T21:32:44.9602149Z test_LSTM_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2023-01-11T21:32:44.9602342Z test_LayerNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2023-01-11T21:32:44.9602537Z test_LayerNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.355s) 2023-01-11T21:32:44.9602740Z test_LocalResponseNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9604010Z test_MarginLoss_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9604232Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9604319Z ok (0.024s) 2023-01-11T21:32:44.9605567Z test_MarginLoss_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:26.) 2023-01-11T21:32:44.9605789Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T21:32:44.9605873Z ok (0.023s) 2023-01-11T21:32:44.9606079Z test_ReflectionPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.774s) 2023-01-11T21:32:44.9606275Z test_ReflectionPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.277s) 2023-01-11T21:32:44.9606541Z test_ReflectionPad_empty_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9606748Z test_ReflectionPad_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9606956Z test_ReplicationPad1d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9607263Z test_ReplicationPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T21:32:44.9607464Z test_ReplicationPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.162s) 2023-01-11T21:32:44.9607679Z test_ReplicationPad_empty_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9607888Z test_ReplicationPad_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9608106Z test_TransformerDecoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2023-01-11T21:32:44.9608311Z test_TransformerDecoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.230s) 2023-01-11T21:32:44.9608533Z test_TransformerEncoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.148s) 2023-01-11T21:32:44.9608740Z test_TransformerEncoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.164s) 2023-01-11T21:32:44.9608927Z test_Transformer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.894s) 2023-01-11T21:32:44.9609101Z test_Unfold_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9609334Z test_activations_bfloat16_cpu_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:32:44.9609534Z test_activations_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9609718Z test_affine_2d_rotate0_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9609907Z test_affine_2d_rotate45_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9610096Z test_affine_2d_rotate90_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9610293Z test_affine_2d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.425s) 2023-01-11T21:32:44.9610495Z test_affine_3d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (8.202s) 2023-01-11T21:32:44.9610694Z test_batchnorm_affine_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T21:32:44.9610897Z test_batchnorm_affine_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.480s) 2023-01-11T21:32:44.9611108Z test_batchnorm_affine_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9611313Z test_batchnorm_affine_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9611512Z test_batchnorm_eval_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.016s) 2023-01-11T21:32:44.9611706Z test_batchnorm_eval_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.296s) 2023-01-11T21:32:44.9611912Z test_batchnorm_eval_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.017s) 2023-01-11T21:32:44.9612123Z test_batchnorm_eval_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.470s) 2023-01-11T21:32:44.9612307Z test_batchnorm_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.176s) 2023-01-11T21:32:44.9612511Z test_batchnorm_large_batch_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9612715Z test_batchnorm_large_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.286s) 2023-01-11T21:32:44.9612932Z test_batchnorm_simple_average_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.020s) 2023-01-11T21:32:44.9613133Z test_batchnorm_simple_average_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.156s) 2023-01-11T21:32:44.9613354Z test_batchnorm_simple_average_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2023-01-11T21:32:44.9613575Z test_batchnorm_simple_average_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.124s) 2023-01-11T21:32:44.9613821Z test_batchnorm_update_stats_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9614031Z test_clip_grad_norm_error_if_nonfinite_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.448s) 2023-01-11T21:32:44.9614285Z test_clip_grad_norm_multi_device_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.003s) 2023-01-11T21:32:44.9615426Z test_conv_empty_input_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T21:32:44.9615525Z warnings.warn( 2023-01-11T21:32:44.9616457Z /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T21:32:44.9616559Z warnings.warn( 2023-01-11T21:32:44.9616644Z ok (0.009s) 2023-01-11T21:32:44.9616845Z test_conv_empty_input_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9617040Z test_conv_empty_input_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9617235Z test_conv_empty_input_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9617492Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2023-01-11T21:32:44.9617710Z test_cross_entropy_label_smoothing_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:32:44.9617952Z test_cross_entropy_label_smoothing_weight_ignore_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.040s) 2023-01-11T21:32:44.9618177Z test_cross_entropy_label_smoothing_with_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.019s) 2023-01-11T21:32:44.9618445Z test_cross_entropy_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.165s) 2023-01-11T21:32:44.9618722Z test_cross_entropy_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.120s) 2023-01-11T21:32:44.9618986Z test_cross_entropy_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.120s) 2023-01-11T21:32:44.9619213Z test_cross_entropy_loss_index_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9619421Z test_cross_entropy_loss_one_hot_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2023-01-11T21:32:44.9619655Z test_cross_entropy_loss_prob_target_all_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.018s) 2023-01-11T21:32:44.9619926Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9620193Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9620465Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9620725Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9620990Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9621302Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9621530Z test_cross_entropy_loss_prob_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:32:44.9621771Z test_ctc_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Test is flaky on Linux and Windows, typical error message: 2023-01-11T21:32:44.9621993Z https://github.com/pytorch/pytorch/issues/34870 (0.003s) 2023-01-11T21:32:44.9622363Z test_ctc_loss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T21:32:44.9622545Z test_device_mask_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9622741Z test_elu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2023-01-11T21:32:44.9622947Z test_elu_inplace_with_neg_alpha_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2023-01-11T21:32:44.9623117Z test_fold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2023-01-11T21:32:44.9623331Z test_glu_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:32:44.9623533Z test_grid_sample_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:32:44.9624407Z test_grid_sample_large_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9624511Z warnings.warn( 2023-01-11T21:32:44.9625197Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4297: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9625296Z warnings.warn( 2023-01-11T21:32:44.9625984Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9626085Z warnings.warn( 2023-01-11T21:32:44.9626769Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4297: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9626865Z warnings.warn( 2023-01-11T21:32:44.9627553Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9627647Z warnings.warn( 2023-01-11T21:32:44.9628323Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4297: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9628421Z warnings.warn( 2023-01-11T21:32:44.9629097Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9629191Z warnings.warn( 2023-01-11T21:32:44.9629929Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4297: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9630025Z warnings.warn( 2023-01-11T21:32:44.9630706Z /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4235: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2023-01-11T21:32:44.9630867Z warnings.warn( 2023-01-11T21:32:44.9630954Z ok (0.011s) 2023-01-11T21:32:44.9631171Z test_grid_sample_large_index_2d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.256s) 2023-01-11T21:32:44.9631382Z test_grid_sample_large_index_2d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.280s) 2023-01-11T21:32:44.9631595Z test_grid_sample_large_index_3d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (1.068s) 2023-01-11T21:32:44.9631817Z test_grid_sample_large_index_3d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.239s) 2023-01-11T21:32:44.9632018Z test_grid_sample_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9632208Z test_grid_sample_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9632436Z test_groupnorm_nhwc_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:32:44.9632666Z test_groupnorm_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:32:44.9632891Z test_groupnorm_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T21:32:44.9633085Z test_gumbel_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.025s) 2023-01-11T21:32:44.9633282Z test_gumbel_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2023-01-11T21:32:44.9633478Z test_gumbel_softmax_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2023-01-11T21:32:44.9633674Z test_hardsigmoid_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9633859Z test_hardswish_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9634062Z test_hardswish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9634326Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9634580Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T21:32:44.9634781Z test_invalid_reduction_strings_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2023-01-11T21:32:44.9634983Z test_layernorm_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9635181Z test_layernorm_weight_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9635385Z test_leaky_relu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9635598Z test_leaky_relu_inplace_with_neg_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.023s) 2023-01-11T21:32:44.9635805Z test_leaky_relu_inplace_with_zero_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9635990Z test_linear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9636190Z test_log_softmax_big_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9636382Z test_log_softmax_big_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9636557Z test_logsigmoid_out_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9636793Z test_lstmcell_backward_only_one_output_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9636994Z test_masked_softmax_TxT_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.184s) 2023-01-11T21:32:44.9637235Z test_masked_softmax_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (4.105s) 2023-01-11T21:32:44.9637445Z test_masked_softmax_devices_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (9.658s) 2023-01-11T21:32:44.9637651Z test_masked_softmax_forward_with_nans_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.190s) 2023-01-11T21:32:44.9637842Z test_masked_softmax_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2023-01-11T21:32:44.9638079Z test_masked_softmax_mask_types_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (13.453s) 2023-01-11T21:32:44.9638291Z test_masked_softmax_transformer_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.175s) 2023-01-11T21:32:44.9638486Z test_mish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9638679Z test_module_to_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9638875Z test_module_to_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9639075Z test_multi_margin_loss_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9639265Z test_nll_loss_all_ignored_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9639471Z test_nll_loss_byte_target_matches_long_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T21:32:44.9639684Z test_nll_loss_empty_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9639902Z test_nll_loss_empty_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9640115Z test_nll_loss_empty_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9640313Z test_nll_loss_invalid_target_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2023-01-11T21:32:44.9640514Z test_nll_loss_invalid_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.017s) 2023-01-11T21:32:44.9640777Z test_nll_loss_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.184s) 2023-01-11T21:32:44.9641024Z test_nll_loss_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.080s) 2023-01-11T21:32:44.9641279Z test_nll_loss_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.078s) 2023-01-11T21:32:44.9641481Z test_nll_loss_mismatched_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9641687Z test_nll_loss_out_of_bounds_ignore_index_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9641894Z test_nll_loss_total_weight_is_zero_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9642067Z test_nn_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9642248Z test_nn_scalars_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9642444Z test_nn_scalars_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.024s) 2023-01-11T21:32:44.9642652Z test_nonlinearity_propagate_nan_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9642823Z test_one_hot_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T21:32:44.9643059Z test_overwrite_module_params_on_conversion_cpu_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9643245Z test_pad_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T21:32:44.9643423Z test_pad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.027s) 2023-01-11T21:32:44.9643629Z test_prelu_backward_32bit_indexing_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.911s) 2023-01-11T21:32:44.9643818Z test_rnn_fused_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T21:32:44.9644005Z test_rnn_fused_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2023-01-11T21:32:44.9644209Z test_rnn_retain_variables_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (3.049s) 2023-01-11T21:32:44.9644460Z test_rnn_retain_variables_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (2.390s) 2023-01-11T21:32:44.9644665Z test_rnn_retain_variables_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.253s) 2023-01-11T21:32:44.9644865Z test_save_lstm_compatibility_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T21:32:44.9645086Z test_silu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9645263Z test_skip_init_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9645486Z test_smooth_l1_loss_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T21:32:44.9645687Z test_smooth_l1_loss_vs_huber_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2023-01-11T21:32:44.9645891Z test_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.134s) 2023-01-11T21:32:44.9646078Z test_softmax_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2023-01-11T21:32:44.9646263Z test_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9646447Z test_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9646643Z test_softmax_results_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (1.280s) 2023-01-11T21:32:44.9646844Z test_softmax_results_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.628s) 2023-01-11T21:32:44.9647046Z test_softplus_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9647245Z test_softplus_low_threshold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T21:32:44.9647455Z test_softshrink_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T21:32:44.9647655Z test_softshrink_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9647847Z test_softshrink_negative_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T21:32:44.9648056Z test_threshold_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T21:32:44.9649129Z test_to_complex_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T21:32:44.9649230Z warnings.warn( 2023-01-11T21:32:44.9650163Z /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T21:32:44.9650260Z warnings.warn( 2023-01-11T21:32:44.9650843Z /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1130: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:276.) 2023-01-11T21:32:44.9651057Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2023-01-11T21:32:44.9651145Z ok (0.002s) 2023-01-11T21:32:44.9651366Z test_transformerencoderlayer_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2023-01-11T21:32:44.9651581Z test_transformerencoderlayer_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2023-01-11T21:32:44.9652561Z test_transformerencoderlayer_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/transformer.py:536: 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/hip/NestedTensorTransformerFunctions.cpp:53.) 2023-01-11T21:32:44.9652713Z return torch._transformer_encoder_layer_fwd( 2023-01-11T21:32:44.9652802Z ok (0.056s) 2023-01-11T21:32:44.9653008Z test_transformerencoderlayer_fast_path_cuda_float64 (__main__.TestNNDeviceTypeCUDA) 2023-01-11T21:32:44.9653298Z Test transformer fast path on CPU with different valid mask types and shapes ... skip: Only runs on cpu (0.001s) 2023-01-11T21:32:44.9653527Z test_transformerencoderlayer_gelu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2023-01-11T21:32:44.9653756Z test_transformerencoderlayer_gelu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2023-01-11T21:32:44.9653968Z test_triplet_margin_with_distance_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (41.479s) 2023-01-11T21:32:44.9654206Z test_triplet_margin_with_distance_loss_default_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.512s) 2023-01-11T21:32:44.9654481Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9654764Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9655025Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T21:32:44.9655274Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9655521Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9655770Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9655988Z test_upsamplingBicubic2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9656264Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T21:32:44.9656548Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T21:32:44.9656807Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.122s) 2023-01-11T21:32:44.9657062Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2023-01-11T21:32:44.9657314Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2023-01-11T21:32:44.9657559Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2023-01-11T21:32:44.9657779Z test_upsamplingNearest1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2023-01-11T21:32:44.9657984Z test_upsamplingNearest1d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T21:32:44.9658201Z test_upsamplingNearest1d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (9.056s) 2023-01-11T21:32:44.9658419Z test_upsamplingNearest2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.027s) 2023-01-11T21:32:44.9658621Z test_upsamplingNearest2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.163s) 2023-01-11T21:32:44.9658840Z test_upsamplingNearest2d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.808s) 2023-01-11T21:32:44.9659253Z test_upsamplingNearest2d_launch_fail_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T21:32:44.9659458Z test_upsamplingNearest2d_launch_rocm_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2023-01-11T21:32:44.9659673Z test_upsamplingNearest3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.346s) 2023-01-11T21:32:44.9659922Z test_upsamplingNearest3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.151s) 2023-01-11T21:32:44.9660150Z test_upsamplingNearest3d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (11.556s) 2023-01-11T21:32:44.9660382Z test_upsamplingNearestExact1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T21:32:44.9660651Z test_upsamplingNearestExact1d_rescale_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.033s) 2023-01-11T21:32:44.9660883Z test_upsamplingNearestExact2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.027s) 2023-01-11T21:32:44.9661112Z test_upsamplingNearestExact3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.347s) 2023-01-11T21:32:44.9661394Z test_upsampling_64bit_indexing_channels_last_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.147s) 2023-01-11T21:32:44.9662179Z test_variable_sequence_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/rnn.py:812: UserWarning: LSTM with projections is not supported with MIOpen. Using default implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.cpp:1452.) 2023-01-11T21:32:44.9662363Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2023-01-11T21:32:44.9662988Z /opt/conda/lib/python3.8/site-packages/torch/nn/modules/rnn.py:815: UserWarning: LSTM with projections is not supported with MIOpen. Using default implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.cpp:1488.) 2023-01-11T21:32:44.9663167Z result = _VF.lstm(input, batch_sizes, hx, self._flat_weights, self.bias, 2023-01-11T21:32:44.9663257Z ok (3.353s) 2023-01-11T21:32:44.9663457Z test_variable_sequence_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (2.832s) 2023-01-11T21:32:44.9664369Z test_variable_sequence_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86655 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) 2023-01-11T21:32:44.9664718Z test_warp_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T21:32:44.9664971Z test_warp_softmax_64bit_indexing_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (63.789s) 2023-01-11T21:32:44.9664984Z 2023-01-11T21:32:44.9665286Z ---------------------------------------------------------------------- 2023-01-11T21:32:44.9665408Z Ran 2298 tests in 272.899s 2023-01-11T21:32:44.9665416Z 2023-01-11T21:32:44.9665560Z OK (skipped=70, expected failures=3) 2023-01-11T21:32:44.9665568Z 2023-01-11T21:32:44.9665706Z Generating XML reports... 2023-01-11T21:32:44.9666103Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20230111212806.xml 2023-01-11T21:32:44.9666532Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20230111212806.xml 2023-01-11T21:32:44.9666962Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20230111212806.xml 2023-01-11T21:32:44.9667372Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20230111212806.xml 2023-01-11T21:32:44.9667782Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionUtils-20230111212806.xml 2023-01-11T21:32:44.9668162Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20230111212806.xml 2023-01-11T21:32:44.9668586Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCUDA-20230111212806.xml 2023-01-11T21:32:44.9668594Z 2023-01-11T21:32:44.9669057Z ##[endgroup] 2023-01-11T21:32:44.9669442Z FINISHED PRINTING LOG FILE of test_nn (/var/lib/jenkins/pytorch/test/test-reports/test_nn_ceu3oyat) 2023-01-11T21:32:44.9669451Z 2023-01-11T21:32:44.9669796Z Running test_overrides ... [2023-01-11 21:32:44.862864] 2023-01-11T21:32:44.9670312Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:32:44.863658] 2023-01-11T21:32:51.7308321Z 2023-01-11T21:32:51.7310112Z Expand the folded group to see the log file of test_overrides 2023-01-11T21:32:51.7313758Z ##[group]PRINTING LOG FILE of test_overrides (/var/lib/jenkins/pytorch/test/test-reports/test_overrides_8h95vpr2) 2023-01-11T21:32:51.7316727Z Test results will be stored in test-reports/python-unittest/test_overrides 2023-01-11T21:32:51.7317721Z 2023-01-11T21:32:51.7318157Z Running tests... 2023-01-11T21:32:51.7319780Z ---------------------------------------------------------------------- 2023-01-11T21:32:51.7321380Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.719s) 2023-01-11T21:32:51.7323165Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2023-01-11T21:32:51.7324878Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.004s) 2023-01-11T21:32:51.7326340Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.022s) 2023-01-11T21:32:51.7327785Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2023-01-11T21:32:51.7329249Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2023-01-11T21:32:51.7330670Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2023-01-11T21:32:51.7332118Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2023-01-11T21:32:51.7333456Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2023-01-11T21:32:51.7334661Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2023-01-11T21:32:51.7335931Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2023-01-11T21:32:51.7337178Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2023-01-11T21:32:51.7338412Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2023-01-11T21:32:51.7339638Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2023-01-11T21:32:51.7340901Z test_resolve_name (__main__.TestResolveName) ... ok (0.116s) 2023-01-11T21:32:51.7342421Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7344017Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7345612Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7347181Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7348738Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7350298Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.007s) 2023-01-11T21:32:51.7351828Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7353467Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7355077Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7356965Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7358720Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7360438Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7362237Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2023-01-11T21:32:51.7363651Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7364908Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7366178Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7367535Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.000s) 2023-01-11T21:32:51.7368709Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2023-01-11T21:32:51.7370147Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7371347Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7372547Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2023-01-11T21:32:51.7373694Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7374899Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7375970Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7377069Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7378155Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7379243Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7380344Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7381531Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7382684Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7384172Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7385282Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7386400Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7387497Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7388558Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7389643Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7390706Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7391767Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7392828Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7393888Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7394934Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7396002Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7396889Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7397662Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7398452Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7399235Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7400004Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7400772Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7401543Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7402299Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7403074Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7403836Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7404608Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7405366Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7406118Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7406864Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7407755Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7408522Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7409279Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7410032Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7410877Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7411622Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7412365Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7413113Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7413869Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7414618Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7415383Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7416140Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7416914Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7417692Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7418458Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7419246Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7420023Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7420791Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7421553Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7422313Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7423056Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7424021Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7424806Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7425584Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7426349Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7427103Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7427869Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7428637Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7429408Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7430180Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7430946Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7431774Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7432666Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7433515Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7434274Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7435035Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7435804Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7436562Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7437090Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7437589Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7437990Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7438396Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7438854Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7439256Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7439654Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7440056Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7440466Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7440874Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7441271Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7441670Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7442075Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7442477Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7442883Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7443284Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7443679Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7444091Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7444504Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7444914Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7445328Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7445734Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7446137Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7446531Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7446940Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7447346Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7447747Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7448157Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7448565Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7448964Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7449373Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7449777Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7450187Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7450588Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7450994Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7451397Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7451787Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7452194Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7452599Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7453009Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7453471Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7453881Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7454290Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7454686Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7455138Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7455607Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7456094Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7456581Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7457065Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7457552Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7458035Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7458532Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7459029Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7459519Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7460008Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7460495Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7460982Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7461483Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7462003Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7462506Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7464181Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7464668Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7465153Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7465625Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7466111Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7466595Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7467080Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7467562Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7468044Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7468531Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7469019Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7469511Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7470002Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7470508Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7471005Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7471492Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7471987Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7472481Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7472995Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7473599Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7474117Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7474614Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7475116Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7475680Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7476183Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7476712Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7477200Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7477622Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7478030Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7478430Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7478833Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7479246Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7479659Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7480074Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7480489Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7480892Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7481296Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7481688Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7482093Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7482500Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7482911Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7483339Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7483773Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7484193Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7484587Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7484999Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7485409Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7485827Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7486244Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7486665Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7487080Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7487474Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7487885Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7488290Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7488709Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7489121Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7489537Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7489956Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7490436Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7490851Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7491262Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7491679Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7492145Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7492549Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7492936Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7493334Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7493734Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7494147Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7494563Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7494961Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7495363Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7495766Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7496180Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7496589Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7496995Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7497404Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7497816Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7498212Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7498622Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7499029Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7499445Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7499852Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7500266Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7500684Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7501081Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7501487Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7501896Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7502300Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7502708Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7503124Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7503537Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7504006Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7504421Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7504906Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7505397Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7505878Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7506355Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7506815Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7507410Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7507903Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7508391Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7508932Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7509409Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7509894Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7510376Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7510861Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7511327Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7511802Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7512285Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7512759Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7513240Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7513710Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7514189Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7514667Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7515142Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7515611Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7516082Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7516542Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7517028Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7517520Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7518009Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7518491Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7518984Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7519477Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7519955Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7520442Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7520914Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7521395Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7521878Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7522365Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7522854Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7523327Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7523810Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7524312Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7524798Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7525276Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7525765Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7526315Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7526804Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7527199Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7527596Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7528039Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7528443Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7528839Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7529226Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7529627Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7530028Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7530432Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7530827Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7531221Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7531625Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7532032Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7532430Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7532836Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7533244Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7533655Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7534077Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7534498Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7534905Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7535299Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7535694Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7536108Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7536526Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7536943Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7537344Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7537755Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7538164Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7538574Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7538979Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7539381Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7539779Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7540159Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7540557Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7540963Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7541368Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7541776Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7542184Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7542643Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7543061Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7543482Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7544017Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7544521Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7545013Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7545509Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7545992Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7546503Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7547014Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7547510Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7547995Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7548471Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7548951Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7549428Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7549901Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7550385Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7550885Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7551372Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7551876Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7552383Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7552891Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7553407Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7553907Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7554388Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7554885Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7555380Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7555860Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7556353Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7556847Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7557319Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7557725Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7558132Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7558531Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7558930Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7559345Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7559751Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7560152Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7560551Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7561006Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7561415Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7561808Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7562248Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7562644Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7563050Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7563454Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7563843Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7564225Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7564623Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7565023Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7565420Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7565821Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7566237Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7566651Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7567042Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7567442Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7567835Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7568231Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7568631Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7569036Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7569439Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7569824Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7570225Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7570630Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7571042Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7571460Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7571881Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7572294Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7572716Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7573127Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7573545Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7573961Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7574379Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7574796Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7575201Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7575615Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7576028Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7576437Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7576896Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7577309Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7577716Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7578095Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7578528Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7578923Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7579325Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7579729Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7580128Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7580537Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7580950Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7581370Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7581803Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7582236Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7582650Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7583064Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7583473Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7583959Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7584364Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7584833Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7585316Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7585804Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7586278Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7586754Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7587229Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7587717Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7588205Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7588691Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7589170Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7589639Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7590116Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7590622Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7591118Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7591607Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7592088Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7592579Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7593058Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7593552Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7594042Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7594621Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7595131Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7595625Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7596108Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7596644Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7597152Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7597577Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7597973Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7598368Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7598763Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7599173Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7599574Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7599986Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7600399Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7600821Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7601229Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7601631Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7602031Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7602427Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7602838Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7603246Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7603648Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7604046Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7604448Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7604844Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7605245Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7605660Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7606073Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7606486Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7606902Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7607319Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7607711Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7608110Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7608511Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7608914Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7609316Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7609710Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7610129Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7610562Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7611076Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7611517Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7611930Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7612335Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7612779Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7613177Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7613592Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7614000Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7614406Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7614808Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7615229Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7615651Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7616064Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7616487Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7616916Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7617322Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7617721Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7618127Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7618545Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7618944Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7619353Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7619755Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7620159Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7620568Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7620995Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7621428Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7621833Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7622254Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7622665Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7623067Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7623478Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7624006Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7624420Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7624925Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7625427Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7625930Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7626423Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7626895Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7627376Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7627929Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7628420Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7628905Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7629384Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7629940Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7630434Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7630935Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7631431Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7631942Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7632458Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7632965Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7633470Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7633977Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7634454Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7634918Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7635410Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7635901Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7636388Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7636880Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7637374Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7637780Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7638190Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7638591Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7638992Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7639392Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7639789Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7640195Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7640578Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7640975Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7641387Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7641810Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7642210Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7642609Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7643015Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7643409Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7643830Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7644253Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7644695Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7645120Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7645602Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7646019Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7646405Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7646812Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7655346Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7655759Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7656166Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7656579Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7656972Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7657375Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7657786Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7658213Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7658642Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7659051Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7659454Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7659848Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7660273Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7660681Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7661090Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7661500Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7661911Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7662328Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7662737Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7663161Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7663577Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7664121Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7664547Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7665022Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7665505Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7666012Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7666501Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7666976Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7667460Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7667956Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7668458Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7668922Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7669408Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7669906Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7670407Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7670899Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7671487Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7671979Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7672469Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7672978Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7673572Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7674083Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7674563Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7675049Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7675525Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7676031Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7676548Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7677038Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7677523Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7677938Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7678344Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7678739Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7679147Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7679557Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7679963Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7680391Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7680828Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7681255Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7681683Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7682122Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7682540Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7682968Z test_Tensor_untyped_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7683393Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7683796Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7684201Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7684599Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7685007Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7685417Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7685823Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7686232Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7686631Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7687022Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7687424Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7687839Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7688263Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7688806Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7689259Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7689703Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7690174Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7690620Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7691073Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7691514Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7691952Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7692390Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7692830Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7693257Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7693700Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7694141Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7694580Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7695016Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7695454Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7695887Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7696318Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7696759Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7697195Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7697632Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7698083Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7698535Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7698992Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7699445Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7699870Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7700310Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7700744Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7701172Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7701601Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7702036Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7702469Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7702902Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7703348Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7703940Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7704502Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7705049Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7705585Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7706137Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7706589Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7707101Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7707599Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2023-01-11T21:32:51.7708059Z Test that a function with one argument can be overrided ... ok (0.001s) 2023-01-11T21:32:51.7708517Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2023-01-11T21:32:51.7708991Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2023-01-11T21:32:51.7709472Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7709954Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2023-01-11T21:32:51.7710435Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2023-01-11T21:32:51.7710937Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2023-01-11T21:32:51.7711431Z this test exercises the functionality described in ... ok (0.002s) 2023-01-11T21:32:51.7711921Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7712435Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7712931Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7713450Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7713968Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7714482Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7714992Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7715500Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7716015Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7716513Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7717028Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7717532Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7717960Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7718392Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7718826Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7719249Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7719663Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7720096Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7720523Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7720957Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7721401Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7721866Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7722397Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7722838Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7723284Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7723736Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7724232Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7724678Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7725132Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7725585Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7726051Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7726527Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7726973Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7727428Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7727900Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7728363Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7728815Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7729263Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7729701Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7730163Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7730619Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7731069Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7731526Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7731989Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7732453Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7732904Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7733360Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7733812Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7734260Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7734709Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7735155Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7735610Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7736045Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7736516Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7736978Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7737427Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7737938Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7738404Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7738861Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7739356Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7739799Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7740244Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7740678Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7741100Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7741517Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7741948Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7742377Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7742790Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7743223Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7743669Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7744189Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7744708Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7745261Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7745820Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7746398Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7747016Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7747634Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7748252Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7748833Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7749395Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7749933Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7750480Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7751017Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7751573Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7752129Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7752673Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7753219Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7753767Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7754332Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7754880Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7755547Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7756162Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7756736Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7757331Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7757854Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7758303Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7758771Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7759280Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7759765Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7760223Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7760693Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7761160Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7761622Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7762111Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7762595Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7763093Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7763589Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7764080Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7764556Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7765012Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7765475Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7765925Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7766379Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7766864Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7767379Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7767902Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7768436Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7768972Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7769502Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7769982Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7770441Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7770995Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7771474Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7771935Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7772437Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7772874Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7773298Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7773712Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7774137Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7774567Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7775012Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7775455Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7775894Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7776330Z test_torch__native_batch_norm_legit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7776757Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7777191Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7777625Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7778074Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7778511Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7778929Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7779333Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7779729Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7780135Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7780566Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7781010Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7781428Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7781831Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7782226Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7782638Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7783051Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7783448Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7783898Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7784309Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7784819Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7785329Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7785823Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7786313Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7786815Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7787308Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7787865Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7788353Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7788833Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7789313Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7789850Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7790337Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7790823Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7791312Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7791792Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7792277Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7792770Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7793263Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7793745Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7794233Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7794727Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7795222Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7795748Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7796252Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7796732Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7797206Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7797687Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7798086Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7798483Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7798902Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7799315Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7799752Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7800210Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7800655Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7801093Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7801554Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7802006Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7802449Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7802883Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7803293Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7803740Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7804182Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7804584Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7804998Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7805484Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7805912Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7806324Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7806750Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7807222Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7807616Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7808029Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7808452Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7808857Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7809274Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7809697Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7810085Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7810500Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7810924Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7811345Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7811777Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7812227Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7812656Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7813051Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7813465Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7813875Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7814278Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7814679Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7815099Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7815527Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7815942Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7816360Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7816768Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7817185Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7817600Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7818012Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7818438Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7818847Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7819260Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7819663Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7820068Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7820491Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7820926Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7821354Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7821944Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7822365Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7822779Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7823225Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7823621Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7824165Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7824643Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7825162Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7825649Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7826136Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7826639Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7827151Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7827640Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7828119Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7828609Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7829101Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7829607Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7830126Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7830626Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7831125Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7831597Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7832097Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7832595Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7833097Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7833596Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7834087Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7834577Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7835104Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7835608Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7836092Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7836588Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7837067Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7837552Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7838001Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7838405Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7838807Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7839211Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7839620Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7840030Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7840538Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7840954Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7841362Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7841758Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7842204Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7842601Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7843003Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7843393Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7843791Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7844200Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7844614Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7845059Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7845537Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7846007Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7846481Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7846962Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7847443Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7847927Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7848393Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7848859Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7849320Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7849763Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7850169Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7850574Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7850980Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7851382Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7851787Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7852202Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7852605Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7853016Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7853428Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7853827Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7854227Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7854625Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7855025Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7855429Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7855618Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7855886Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7856098Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7856306Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7856513Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7856777Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7856995Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7857196Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7857411Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7857614Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7857815Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7858023Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7858224Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7858427Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7858631Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7858842Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7859050Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7859276Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7859484Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7859681Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7859864Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860047Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860231Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860418Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860610Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860800Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7860994Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7861194Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7861394Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7861597Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7861789Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7861971Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7862162Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7862344Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7862539Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7862732Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7862928Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7863112Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7863304Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7863548Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7863783Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7863969Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7864203Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7864385Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7864601Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7864821Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7865046Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7865262Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7865493Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7865727Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7865957Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7866185Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7866430Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7866666Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7866886Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7867109Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7867345Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7867576Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7867812Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7868043Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7868264Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7868502Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7868745Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7868976Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7869197Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7869425Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7869651Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7869874Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7870099Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7870326Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7870544Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7870768Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7870986Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7871196Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7871424Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7871644Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7871865Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7872090Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7872379Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7872608Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7872835Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7873049Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7873342Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7873568Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7873786Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7874000Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7874227Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7874449Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7874671Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7874890Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7875111Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7875319Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7875557Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7875792Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7876025Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7876265Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7876485Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7876718Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7876950Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7877181Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7877414Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7877640Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7877841Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878022Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878209Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878389Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878579Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878771Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7878979Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7879159Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7879358Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7879559Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7879746Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7879939Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7880134Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7880314Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7880503Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7880760Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7880954Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7881142Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7881335Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7881555Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7881740Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7881921Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7882105Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7882310Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7882517Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7882726Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7882935Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7883158Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7883380Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7883575Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7883759Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7883951Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7884138Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7884327Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7884514Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7884708Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7884896Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7885074Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7885264Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7885454Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7885640Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7885829Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886024Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886209Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886385Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886579Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886783Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7886994Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7887200Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7887403Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7887602Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7887792Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7887974Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7888153Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7888394Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7888585Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7888796Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7889063Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7889292Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7889520Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7889764Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7889991Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7890238Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7890465Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7890712Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7890916Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7891134Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7891345Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7891575Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7891817Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7892027Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7892259Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7892476Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7892692Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7892899Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7893112Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7893322Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7893531Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7893736Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7893948Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7894162Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7894393Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7894602Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7894833Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7895085Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7895314Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7895614Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7895826Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7896027Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7896241Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7896493Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7896712Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7896925Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7897153Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7897360Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7897577Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7897793Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7897998Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7898205Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7898415Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7898625Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7898850Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7899064Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7899280Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7899491Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7899716Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7899930Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7900159Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7900373Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7900591Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7900800Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7901034Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7901248Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7901468Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7901680Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7901886Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7902096Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7902338Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7902558Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7902834Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7903077Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7903285Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7903495Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7903883Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7904107Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7904305Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7904536Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7904776Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7905024Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7905266Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7905511Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7905780Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7906028Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7906276Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7906525Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7906784Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7907051Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7907349Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7907596Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7907835Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7908086Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7908323Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7908556Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7908784Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7909023Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7909249Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7909483Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7909701Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7909921Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7910147Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7910354Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7910572Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7910818Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7911037Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7911263Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7911580Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7911808Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7912054Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7912291Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7912569Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7912807Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7913028Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7913260Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7913486Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7913701Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7913926Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7914142Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7914357Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7914598Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7914835Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7915089Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7915316Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7915546Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7915757Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7915980Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7916229Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7916477Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7916739Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7916985Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7917223Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7917462Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7917718Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7917936Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7918143Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7918351Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7918536Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7918722Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7918918Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7919097Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7919285Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7919467Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7919666Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7919849Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7920084Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7920272Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7920476Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7920664Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7920895Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7921089Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7921276Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7921472Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7921655Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7921847Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922032Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922216Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922402Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922590Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922779Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7922964Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7923147Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7923330Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7923514Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7923698Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7923894Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7924090Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7924286Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7924486Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7924670Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7924862Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925058Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925235Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925415Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925608Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925789Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7925973Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7926141Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7926323Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7926501Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7926696Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7926891Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7927077Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7927257Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7927508Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7927693Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7927889Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7928089Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7928333Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7928520Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7928705Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7928892Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929085Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929269Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929452Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929627Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929807Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7929993Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7930174Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7930359Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7930548Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7930739Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7930926Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7931103Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7931290Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7931472Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7931669Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7931848Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932031Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932225Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932416Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932597Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932782Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7932954Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7933148Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7933347Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7933538Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7933725Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7933929Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7934113Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7934317Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7934496Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7934687Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7934872Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7935128Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7935325Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7935514Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7935708Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7935940Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7936134Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7936343Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7936519Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7936721Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7936917Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7937098Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7937286Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7937470Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7937670Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7937873Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7938062Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7938266Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7938454Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7938643Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7938830Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7939011Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7939192Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7939381Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2023-01-11T21:32:51.7939577Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2023-01-11T21:32:51.7939784Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2023-01-11T21:32:51.7939989Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2023-01-11T21:32:51.7940165Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2023-01-11T21:32:51.7940189Z 2023-01-11T21:32:51.7940638Z ---------------------------------------------------------------------- 2023-01-11T21:32:51.7940744Z Ran 1416 tests in 1.776s 2023-01-11T21:32:51.7940750Z 2023-01-11T21:32:51.7940836Z OK 2023-01-11T21:32:51.7940843Z 2023-01-11T21:32:51.7940958Z Generating XML reports... 2023-01-11T21:32:51.7941377Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20230111213246.xml 2023-01-11T21:32:51.7941779Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20230111213246.xml 2023-01-11T21:32:51.7942161Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20230111213246.xml 2023-01-11T21:32:51.7942538Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20230111213246.xml 2023-01-11T21:32:51.7942928Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20230111213246.xml 2023-01-11T21:32:51.7943272Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20230111213246.xml 2023-01-11T21:32:51.7943799Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20230111213246.xml 2023-01-11T21:32:51.7944416Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20230111213246.xml 2023-01-11T21:32:51.7944828Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20230111213246.xml 2023-01-11T21:32:51.7945335Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20230111213246.xml 2023-01-11T21:32:51.7945766Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20230111213246.xml 2023-01-11T21:32:51.7946224Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20230111213246.xml 2023-01-11T21:32:51.7946697Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20230111213246.xml 2023-01-11T21:32:51.7947168Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20230111213246.xml 2023-01-11T21:32:51.7947630Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20230111213246.xml 2023-01-11T21:32:51.7947639Z 2023-01-11T21:32:51.7948115Z ##[endgroup] 2023-01-11T21:32:51.7948548Z FINISHED PRINTING LOG FILE of test_overrides (/var/lib/jenkins/pytorch/test/test-reports/test_overrides_8h95vpr2) 2023-01-11T21:32:51.7948560Z 2023-01-11T21:32:51.7948806Z Running test_ops ... [2023-01-11 21:32:51.736233] 2023-01-11T21:32:55.2066335Z Ignoring disabled issues: [] 2023-01-11T21:32:55.2279376Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:32:55.227088] 2023-01-11T21:32:55.2538947Z Ignoring disabled issues: [] 2023-01-11T21:32:55.2748292Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 21:32:55.274100] 2023-01-11T22:51:05.6769251Z 2023-01-11T22:51:05.6770082Z Expand the folded group to see the log file of test_ops 2023-01-11T22:51:05.6779177Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_ep__krvf) 2023-01-11T22:51:05.6843038Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-0f4ccd852b896963.xml 2023-01-11T22:51:05.6844465Z ============================= test session starts ============================== 2023-01-11T22:51:05.6846411Z platform linux -- Python 3.8.15, pytest-7.2.0, pluggy-1.0.0 -- /opt/conda/bin/python 2023-01-11T22:51:05.6847471Z cachedir: .pytest_cache 2023-01-11T22:51:05.6849110Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2023-01-11T22:51:05.6850523Z rootdir: /var/lib/jenkins/pytorch, configfile: pytest.ini 2023-01-11T22:51:05.6852187Z plugins: shard-0.1.2, xdist-3.1.0, xdoctest-1.1.0, flakefinder-1.1.0, hypothesis-5.35.1, rerunfailures-10.3 2023-01-11T22:51:05.6853983Z collecting ... collected 30693 items / 25 deselected / 30668 selected 2023-01-11T22:51:05.9170391Z Running 15588 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_std_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_var_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing___getitem___cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_angle_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_scatter_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_block_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mH_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_repeat_interleave_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_dtypes___getitem___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___radd___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rand___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___ror___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__native_batch_norm_legit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_double_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_float_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_half_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_short_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_acos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_all_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_frac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_logit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_all_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_any_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_arange_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argsort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_as_strided_partial_views_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bool_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_byte_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cartesian_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_char_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_inverse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clone_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_combinations_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_count_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cov_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cross_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cummax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumulative_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_equal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_frac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_full_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_geqrf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_grid_sampler_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histogram_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_reduce_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_int_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_unary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_kron_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eig_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvalsh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_triangular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vander_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vecdot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logaddexp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logdet_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_long_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_median_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_matrix_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_msort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanmean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_dropout_backward_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_ctc_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_instance_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_area_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bicubic_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_linear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_circular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_reflect_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_smooth_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_inf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_normal_number_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ones_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pca_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pinverse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_4_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_qr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_quantile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rad2deg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rand_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randint_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resize__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resolve_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resolve_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_roll_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scalar_tensor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_searchsorted_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_lengths_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_select_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_short_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_bartlett_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_general_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_general_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_hann_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_slice_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_square_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_mean_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_svd_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_symeig_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_take_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tensordot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_to_sparse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triangular_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tril_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unique_consecutive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_where_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zero__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zeros_like_cuda, test/test_ops.py::TestCommonCUDA::test_errors___radd___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_errors_amax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_amin_cuda, test/test_ops.py::TestCommonCUDA::test_errors_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_errors_complex_cuda, test/test_ops.py::TestCommonCUDA::test_errors_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_errors_cov_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diag_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_errors_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_eq_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gather_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_errors_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_errors_le_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_errors_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_errors_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_mean_cuda, test/test_ops.py::TestCommonCUDA::test_errors_median_cuda, test/test_ops.py::TestCommonCUDA::test_errors_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_errors_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_errors_mul_cuda, test/test_ops.py::TestCommonCUDA::test_errors_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_errors_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ne_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_errors_pow_cuda, test/test_ops.py::TestCommonCUDA::test_errors_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_errors_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_errors_roll_cuda, test/test_ops.py::TestCommonCUDA::test_errors_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_errors_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_errors_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_general_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_nuttall_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_errors_sub_cuda, test/test_ops.py::TestCommonCUDA::test_errors_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_tril_cuda, test/test_ops.py::TestCommonCUDA::test_errors_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_errors_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_partial_views_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_hann_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___getitem___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rand___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rmul___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rxor___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_aminmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_angle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_argwhere_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_partial_views_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_block_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_combinations_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_count_nonzero_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_deg2rad_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diff_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_equal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gather_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_return_by_ref_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_unary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_kron_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_mean_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_no_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_no_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_with_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nansum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_constant_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nonzero_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_outer_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_put_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_interleave_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_neg_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_v_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_h_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_he_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_laguerre_polynomial_l_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_legendre_polynomial_p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zero__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_hann_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_blackman_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_cosine_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_exponential_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_general_cosine_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_general_hamming_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_hamming_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_hann_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning___rand___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmatmul___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___ror___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__native_batch_norm_legit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_byte_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_double_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_float_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_int_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_long_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_short_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_abs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_all_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_any_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flip_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_positive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_randn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_round_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_logit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_square_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__softmax_backward_data_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_acos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmm_decomposed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argsort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_as_strided_partial_views_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_asin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_baddbmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cartesian_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_char_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_inverse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_combinations_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cross_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cummax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumulative_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_deg2rad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_einsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expand_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gather_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ge_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_geqrf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_grid_sampler_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histogramdd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_imag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_inner_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_int_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_istft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_2inputs_2outputs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_unary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_kron_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cond_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_singular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvalsh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_singular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vander_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logdet_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_long_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_matrix_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_pool2d_with_indices_backward_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanmedian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanquantile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nansum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ne_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional__scaled_dot_product_attention_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_similarity_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_bag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_grid_sample_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardswish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_linear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_local_response_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_logsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_one_hot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_shuffle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_smooth_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_fro_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_nuc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_normal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_normal_number_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ones_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_outer_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_permute_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_4_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_positive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rad2deg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rand_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randint_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randint_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resize_as__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resolve_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_roll_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_neg_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scalar_tensor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_searchsorted_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_offsets_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_short_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_blackman_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_general_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_general_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_slice_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_polygamma_special_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_stft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_symeig_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_take_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tensordot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_topk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triangular_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unique_consecutive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unique_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vdot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_where_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_pointwise_tag_coverage_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_zero__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_allclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_any_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_arange_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argsort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argwhere_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_geqrf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_histc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_int_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isfinite_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isnan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isposinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_unary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_and_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_not_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_xor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ne_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize_as__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_short_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signbit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_airy_ai_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zero__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_allclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argsort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argwhere_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bool_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_shapes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bucketize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_byte_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_char_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_count_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_equal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_full_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_geqrf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_histc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isnan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isneginf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_le_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_and_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_or_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_long_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ne_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nextafter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rand_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resize__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resize_as__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scalar_tensor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_short_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_hann_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_airy_ai_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_consecutive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_like_cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_H_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rsub___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_T_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_char_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_double_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_float_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_half_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_long_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_short_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_abs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_allclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_chunk_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_clone_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_column_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_physical_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_float_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_imag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isreal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_lerp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log10_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log1p_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_and_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_or_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_masked_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_movedim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_positive_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ravel_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reciprocal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_repeat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_roll_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rot90_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sgn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_t_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_trace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_transpose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_true_divide_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unbind_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_abs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_acos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addbmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addcdiv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_allclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_any_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_asin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bfloat16_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bool_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_byte_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cfloat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_chalf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_char_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_chunk_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_conj_physical_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_constant_pad_nd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_count_nonzero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cov_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diff_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_double_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_einsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_empty_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_equal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_expand_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_eye_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fliplr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_float_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_half_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_hsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_imag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_put_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isinf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isnan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isreal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_istft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_unary_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_kron_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lerp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cond_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eig_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vander_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vecdot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log1p_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logdet_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_and_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_not_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_or_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_xor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_long_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_unpack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mH_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_normalize_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_matmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ne_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nonzero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_inf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ormqr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_pinverse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_put_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rand_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_randn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_randn_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ravel_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_renorm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resize_as__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_roll_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rsub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sigmoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_squeeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_unbiased_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sum_to_size_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_take_along_dim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_take_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tensor_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tile_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trapz_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_triangular_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tril_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_triu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_true_divide_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_unbiased_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_H_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_T_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___getitem___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___radd___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rsub___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_T_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_float_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_long_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_short_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_abs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcdiv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_all_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_chunk_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_clone_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_column_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_contiguous_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_embed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eye_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flip_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fliplr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flipud_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_float_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_imag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isinf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isnan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log10_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log1p_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_or_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ne_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_pow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ravel_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reciprocal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_roll_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sgn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sigmoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_squeeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_trace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_transpose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unbind_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unflatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_abs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcdiv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_decomposed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_angle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_argwhere_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_partial_views_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_baddbmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_byte_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cfloat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chunk_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_physical_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_contiguous_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_corrcoef_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_count_nonzero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cross_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumulative_trapezoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dist_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_einsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_equal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flip_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flipud_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gradient_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_half_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_imag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_put_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_inner_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_int_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isinf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isreal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_unary_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_kron_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ldexp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cond_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvalsh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_householder_product_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_hermitian_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_singular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_slogdet_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorinv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorsolve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vander_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log1p_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_and_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_long_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mH_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mT_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumprod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_normalize_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matrix_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_linear_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_normalize_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_replicate_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_inf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_nuc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_permute_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pinverse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_put_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rand_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ravel_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reciprocal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rot90_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scalar_tensor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_slice_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sparse_sampled_addmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_list_args_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_with_sizes_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_unbiased_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_to_size_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_symeig_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_t_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_sparse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_transpose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unbind_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unflatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_unbiased_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view___getitem___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmod___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__native_batch_norm_legit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bool_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_double_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_float_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_long_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_abs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcdiv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_any_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_arange_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_partial_views_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_bucketize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_chunk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_min_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clone_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_contiguous_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_copysign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_embed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expm1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eye_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flip_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flipud_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_gt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_heaviside_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hypot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igammac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isfinite_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isposinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isreal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_le_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lgamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log10_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_or_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_masked_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_minimum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_movedim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_permute_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_positive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_pow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_randn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ravel_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reciprocal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_remainder_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_repeat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_round_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sgn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_signbit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i0e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_logit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtri_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_squeeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tensor_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tril_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_triu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_true_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unbind_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unflatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unsqueeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_where_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_xlogy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_acos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_acosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addcmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_decomposed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_all_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_allclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_angle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_arange_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argsort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_partial_views_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_asin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bfloat16_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cartesian_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ceil_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_char_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_chunk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_max_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clone_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_column_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_combinations_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_copysign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_corrcoef_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_count_nonzero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cov_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cross_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cummin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumprod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumulative_trapezoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_deg2rad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_digamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_floor_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_einsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_exp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expand_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_eye_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flip_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fliplr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flipud_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_float_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_frac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_frexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ge_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_grid_sampler_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_half_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_heaviside_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hypot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_igamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_put_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isfinite_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_2inputs_2outputs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_return_by_ref_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_unary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_kthvalue_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ldexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_le_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lerp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lgamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eig_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvalsh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_hermitian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_slogdet_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vander_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vecdot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log1p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logcumsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logdet_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_and_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_not_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_xor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mH_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mT_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logaddexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_normalize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_matmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_pool2d_with_indices_backward_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_no_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_with_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_median_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_no_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_with_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_minimum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_movedim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_multinomial_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanmean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_dropout_backward_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ne_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_similarity_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cross_entropy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_elu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_bag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_grid_sample_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardsigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_instance_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_area_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_nearest_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_linear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_local_response_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_logsigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_circular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_constant_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_reflect_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_shuffle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_prelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu6_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_rrelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_soft_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softplus_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_threshold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nonzero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_nuc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_normal_number_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ones_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ormqr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pca_lowrank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_permute_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polar_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_positive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_qr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_quantile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rad2deg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rand_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randint_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resize__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rsub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_offsets_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_select_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sgn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_short_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_bartlett_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_gaussian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_general_cosine_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_hann_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_kaiser_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_nuttall_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sinc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_slice_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_slice_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_u_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_v_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_erfcx_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_he_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_laguerre_polynomial_l_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtri_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_xlog1py_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_zeta_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_list_args_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_unbiased_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_take_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tensordot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_topk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trapezoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tril_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_true_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unbind_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unique_consecutive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unsqueeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zero__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_like_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rand___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___ror___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_aminmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argwhere_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rand___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_all_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_any_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_arange_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argsort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argwhere_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_partial_views_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bincount_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_left_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_not_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_right_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_xor_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_shapes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bucketize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_char_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_geqrf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_heaviside_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igammac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_int_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isneginf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isreal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_unary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lcm_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_le_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_not_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_or_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_xor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_long_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ne_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize_as__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_short_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_blackman_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_hann_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_airy_ai_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_zeta_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_uniform_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_real_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_and_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_left_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_right_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bucketize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_count_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_equal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_floor_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_full_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ge_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_geqrf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_heaviside_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_histc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isneginf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isposinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_le_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_not_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_multinomial_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ne_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nextafter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randint_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randint_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resize_as__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scalar_tensor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_exponential_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tril_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_triu_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unique_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_real_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zeros_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___ror___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_all_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_allclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_aminmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argsort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argwhere_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_partial_views_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bincount_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_left_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_not_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_right_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bool_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bucketize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_byte_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_count_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_empty_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_eq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_floor_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_full_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ge_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_geqrf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_igammac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_imag_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_int_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isfinite_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_and_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_not_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_long_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_multinomial_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ne_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ones_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randint_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randint_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randn_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resize__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resize_as__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_searchsorted_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_y1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_zeta_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tril_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triu_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_uniform_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unique_consecutive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_real_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zeros_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_T_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmatmul___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmod___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___ror___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags___rsub___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rxor___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bool_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_byte_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_double_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_float_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_short_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_acos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addcdiv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addcmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_all_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_allclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_any_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_and_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_not_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ceil_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_chunk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_max_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_conj_physical_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_dsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_dstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_empty_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_eq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erfinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expand_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expm1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flip_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fliplr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flipud_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_gt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_heaviside_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hypot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_igamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_igammac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_imag_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isreal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lcm_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_lerp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lgamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log10_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_and_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_not_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_or_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_movedim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nextafter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_positive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ravel_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_real_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reciprocal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_repeat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reshape_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_round_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rsqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rsub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sinc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_erfcx_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_square_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_squeeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_trace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_transpose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tril_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_triu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_trunc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_where_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_xlogy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_acos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addcdiv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmm_decomposed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_all_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_any_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argsort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argwhere_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_as_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_as_strided_partial_views_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_as_strided_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bernoulli_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bfloat16_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bincount_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_right_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_xor_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_block_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bool_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bucketize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ceil_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cfloat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_inverse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_chunk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_max_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clone_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_combinations_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_constant_pad_nd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_copysign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_corrcoef_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_count_nonzero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cov_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cross_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumprod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diag_embed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diff_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_eq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_equal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erfc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erfinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_exp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expand_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expm1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_eye_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_float_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_frexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_full_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gather_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gcd_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_ge_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_grid_sampler_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_half_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_imag_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_index_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_reduce_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_int_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isreal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_istft_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_kron_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_kthvalue_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lcm_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_ldexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lgamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cross_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_householder_product_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_multi_dot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_qr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_tensorinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vander_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vecdot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log1p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logaddexp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logaddexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logcumsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logdet_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mH_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mT_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_argmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_log_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_logaddexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_median_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_normalize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_maximum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_minimum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_multinomial_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nan_to_num_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanmean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanquantile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nansum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_narrow_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ne_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nextafter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_celu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_gelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_linear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_normalize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_prelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_silu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softplus_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_threshold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_fro_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_nuc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_normal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ones_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pinverse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polar_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_positive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_qr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_quantile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rand_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randint_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randn_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ravel_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resolve_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resolve_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rot90_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rsqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rsub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scalar_tensor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_searchsorted_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sgn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_hamming_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_slice_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_y0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_y1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_entr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_erfcx_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i0e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i1e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_log_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_xlog1py_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_zeta_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_list_args_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_square_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_mean_unbiased_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_unbiased_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_stft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sum_to_size_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_symeig_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_take_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tensor_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_triangular_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trunc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unbind_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unique_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unsqueeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_mean_unbiased_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_unbiased_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zero__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zeros_cuda_float32 2023-01-11T22:51:06.1040678Z 2023-01-11T22:51:06.1041064Z test_ops.py::TestCommonCUDA::test_compare_cpu_T_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1042025Z test_ops.py::TestCommonCUDA::test_compare_cpu___radd___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1042670Z test_ops.py::TestCommonCUDA::test_compare_cpu___rdiv___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1043305Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmod___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1043972Z test_ops.py::TestCommonCUDA::test_compare_cpu___rxor___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1044602Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_T_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1045262Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bfloat16_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1045944Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_byte_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:51:06.1046621Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cdouble_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1047299Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_chalf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1047973Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_char_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:51:06.1048639Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_double_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1049315Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_half_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1049988Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_short_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:51:06.1050644Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcdiv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1051266Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1051905Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1052541Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_arange_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1053196Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1053854Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atan2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1054496Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1055135Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_left_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2023-01-11T22:51:06.1055769Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bucketize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1056421Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_column_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1057137Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_constant_pad_nd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1057802Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_contiguous_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1058472Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diag_embed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1059130Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1059793Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_floor_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1060460Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_no_rounding_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1061120Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1062092Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_like_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1062711Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_eye_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1063358Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_ifftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1064057Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flipud_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1064694Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1065329Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1065942Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hypot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1066586Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igamma_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1067222Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igammac_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1067866Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1068516Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1069170Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1069818Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1070481Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1071144Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1071790Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1072506Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_masked_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1073131Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_movedim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1073857Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_mul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1074502Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1075146Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1075888Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1076610Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_strided_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1077228Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1077880Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1078619Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_dropout_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1079267Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_glu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1079917Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1080618Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1081310Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_leaky_relu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1081999Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1082696Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1083362Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1084002Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_randn_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1084634Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_repeat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1085278Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1085916Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rsub_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1086559Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1087298Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1087969Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1088686Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_xlog1py_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1089341Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_zeta_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1089985Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1090615Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_to_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1091238Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_tril_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1091877Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unflatten_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1092526Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1093175Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unsqueeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1093810Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1094448Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1095059Z test_ops.py::TestCommonCUDA::test_compare_cpu_addcdiv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1095687Z test_ops.py::TestCommonCUDA::test_compare_cpu_addcmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1096318Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1096937Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1097559Z test_ops.py::TestCommonCUDA::test_compare_cpu_addr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1098181Z test_ops.py::TestCommonCUDA::test_compare_cpu_arange_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1098807Z test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1099457Z test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1100101Z test_ops.py::TestCommonCUDA::test_compare_cpu_atan2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1100730Z test_ops.py::TestCommonCUDA::test_compare_cpu_baddbmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1101424Z test_ops.py::TestCommonCUDA::test_compare_cpu_bernoulli_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1102083Z test_ops.py::TestCommonCUDA::test_compare_cpu_bfloat16_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1102711Z test_ops.py::TestCommonCUDA::test_compare_cpu_bincount_cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1103319Z test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_left_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2023-01-11T22:51:06.1104027Z test_ops.py::TestCommonCUDA::test_compare_cpu_bmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1104655Z test_ops.py::TestCommonCUDA::test_compare_cpu_bucketize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1105277Z test_ops.py::TestCommonCUDA::test_compare_cpu_byte_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:51:06.1105895Z test_ops.py::TestCommonCUDA::test_compare_cpu_cdist_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1106526Z test_ops.py::TestCommonCUDA::test_compare_cpu_cdouble_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1107151Z test_ops.py::TestCommonCUDA::test_compare_cpu_char_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:51:06.1107746Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1108384Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1109020Z test_ops.py::TestCommonCUDA::test_compare_cpu_chunk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1109654Z test_ops.py::TestCommonCUDA::test_compare_cpu_combinations_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1110302Z test_ops.py::TestCommonCUDA::test_compare_cpu_constant_pad_nd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1110934Z test_ops.py::TestCommonCUDA::test_compare_cpu_cov_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1111561Z test_ops.py::TestCommonCUDA::test_compare_cpu_cummax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1112177Z test_ops.py::TestCommonCUDA::test_compare_cpu_cummin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1112798Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumprod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1113436Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1114053Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumulative_trapezoid_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1114708Z test_ops.py::TestCommonCUDA::test_compare_cpu_diag_embed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1115345Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1115989Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1116640Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_floor_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1117362Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_no_rounding_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1118017Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_trunc_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1118739Z test_ops.py::TestCommonCUDA::test_compare_cpu_dsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1119356Z test_ops.py::TestCommonCUDA::test_compare_cpu_dstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1120058Z test_ops.py::TestCommonCUDA::test_compare_cpu_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:51:06.1120640Z test_ops.py::TestCommonCUDA::test_compare_cpu_expand_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1121268Z test_ops.py::TestCommonCUDA::test_compare_cpu_expand_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1121894Z test_ops.py::TestCommonCUDA::test_compare_cpu_fft_fftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1122523Z test_ops.py::TestCommonCUDA::test_compare_cpu_fliplr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1123142Z test_ops.py::TestCommonCUDA::test_compare_cpu_fmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1123762Z test_ops.py::TestCommonCUDA::test_compare_cpu_fmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1124380Z test_ops.py::TestCommonCUDA::test_compare_cpu_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1124998Z test_ops.py::TestCommonCUDA::test_compare_cpu_full_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1125625Z test_ops.py::TestCommonCUDA::test_compare_cpu_gather_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1126254Z test_ops.py::TestCommonCUDA::test_compare_cpu_geqrf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1126854Z test_ops.py::TestCommonCUDA::test_compare_cpu_gradient_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1127470Z test_ops.py::TestCommonCUDA::test_compare_cpu_half_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1128089Z test_ops.py::TestCommonCUDA::test_compare_cpu_hypot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1128713Z test_ops.py::TestCommonCUDA::test_compare_cpu_igamma_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1129340Z test_ops.py::TestCommonCUDA::test_compare_cpu_igammac_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1129968Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1130594Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_put_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1131231Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1131921Z test_ops.py::TestCommonCUDA::test_compare_cpu_inner_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1132550Z test_ops.py::TestCommonCUDA::test_compare_cpu_kron_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1133174Z test_ops.py::TestCommonCUDA::test_compare_cpu_kthvalue_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1133817Z test_ops.py::TestCommonCUDA::test_compare_cpu_lerp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1134448Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1135086Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1135736Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvalsh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1136406Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1137072Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1137728Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1138437Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_norm_cuda_float32 [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T22:51:06.1139040Z SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1139605Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_power_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1140251Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1140914Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_multi_dot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1141578Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1142255Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_hermitian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:51:06.1142879Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 1%] 2023-01-11T22:51:06.1143449Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 1%] 2023-01-11T22:51:06.1144194Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1144860Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_triangular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1145515Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1146157Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svdvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1146864Z test_ops.py::TestCommonCUDA::test_compare_cpu_linspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1147479Z test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1148114Z test_ops.py::TestCommonCUDA::test_compare_cpu_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1148795Z test_ops.py::TestCommonCUDA::test_compare_cpu_long_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2023-01-11T22:51:06.1149404Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1150025Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1150657Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_unpack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1151275Z test_ops.py::TestCommonCUDA::test_compare_cpu_mH_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1151888Z test_ops.py::TestCommonCUDA::test_compare_cpu_mT_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1152519Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumprod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1153166Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logaddexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1153790Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_median_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1154434Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1155076Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1155714Z test_ops.py::TestCommonCUDA::test_compare_cpu_matmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1156365Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1157039Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_no_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1157700Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_with_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1158358Z test_ops.py::TestCommonCUDA::test_compare_cpu_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1158996Z test_ops.py::TestCommonCUDA::test_compare_cpu_mm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1159628Z test_ops.py::TestCommonCUDA::test_compare_cpu_movedim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1160257Z test_ops.py::TestCommonCUDA::test_compare_cpu_msort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1160848Z test_ops.py::TestCommonCUDA::test_compare_cpu_mul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1161523Z test_ops.py::TestCommonCUDA::test_compare_cpu_mv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1162157Z test_ops.py::TestCommonCUDA::test_compare_cpu_nanmedian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1162791Z test_ops.py::TestCommonCUDA::test_compare_cpu_nanquantile_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1163496Z test_ops.py::TestCommonCUDA::test_compare_cpu_native_dropout_backward_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1164250Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_strided_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1164865Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1165498Z test_ops.py::TestCommonCUDA::test_compare_cpu_nextafter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1166169Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1166860Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1167530Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1168217Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1168907Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1169594Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_alpha_dropout_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1170270Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1170935Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1171613Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1172302Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cross_entropy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1173072Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout2d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1173841Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1174548Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1175367Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1176095Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1176887Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1177573Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_grid_sample_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1178242Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1178956Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardtanh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1179630Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1180307Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_huber_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1180981Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_instance_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1181662Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_area_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1182356Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1183047Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_linear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1183756Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_kl_div_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1184399Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_leaky_relu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1185073Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1185747Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1186402Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1187067Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1187744Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1188410Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_circular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1189084Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_reflect_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1189765Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1190449Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1191182Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_relu6_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1191937Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_rrelu_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1192542Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1193261Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1193936Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_nearest_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1194589Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_fro_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1195217Z test_ops.py::TestCommonCUDA::test_compare_cpu_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1195853Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1196489Z test_ops.py::TestCommonCUDA::test_compare_cpu_outer_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1197111Z test_ops.py::TestCommonCUDA::test_compare_cpu_put_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1197824Z test_ops.py::TestCommonCUDA::test_compare_cpu_randint_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1198426Z test_ops.py::TestCommonCUDA::test_compare_cpu_randn_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1199103Z test_ops.py::TestCommonCUDA::test_compare_cpu_randn_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1199709Z test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_conj_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1200342Z test_ops.py::TestCommonCUDA::test_compare_cpu_rot90_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1200991Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1201656Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1202309Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_sum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1202978Z test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_lengths_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1203631Z test_ops.py::TestCommonCUDA::test_compare_cpu_select_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1204274Z test_ops.py::TestCommonCUDA::test_compare_cpu_short_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2023-01-11T22:51:06.1204902Z test_ops.py::TestCommonCUDA::test_compare_cpu_slice_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1205512Z test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1206131Z test_ops.py::TestCommonCUDA::test_compare_cpu_sort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1206830Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1207498Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1208384Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1209078Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_h_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1209740Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_he_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1210392Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_laguerre_polynomial_l_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1211045Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_legendre_polynomial_p_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1211708Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1212389Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:51:06.1213024Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_xlog1py_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1213666Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_zeta_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1214315Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_list_args_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1214951Z test_ops.py::TestCommonCUDA::test_compare_cpu_squeeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1215584Z test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1216223Z test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_unbiased_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1216874Z test_ops.py::TestCommonCUDA::test_compare_cpu_std_unbiased_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1217511Z test_ops.py::TestCommonCUDA::test_compare_cpu_sum_to_size_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1218135Z test_ops.py::TestCommonCUDA::test_compare_cpu_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1218752Z test_ops.py::TestCommonCUDA::test_compare_cpu_symeig_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1219395Z test_ops.py::TestCommonCUDA::test_compare_cpu_take_along_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1220004Z test_ops.py::TestCommonCUDA::test_compare_cpu_tensordot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1220631Z test_ops.py::TestCommonCUDA::test_compare_cpu_to_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1221311Z test_ops.py::TestCommonCUDA::test_compare_cpu_trace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1221945Z test_ops.py::TestCommonCUDA::test_compare_cpu_trapezoid_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1222576Z test_ops.py::TestCommonCUDA::test_compare_cpu_trapz_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1282706Z test_ops.py::TestCommonCUDA::test_compare_cpu_tril_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1283565Z test_ops.py::TestCommonCUDA::test_compare_cpu_true_divide_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1284254Z test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1285186Z test_ops.py::TestCommonCUDA::test_compare_cpu_uniform_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:51:06.1285816Z test_ops.py::TestCommonCUDA::test_compare_cpu_unique_consecutive_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1286474Z test_ops.py::TestCommonCUDA::test_compare_cpu_unsqueeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1287134Z test_ops.py::TestCommonCUDA::test_compare_cpu_var_unbiased_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1287770Z test_ops.py::TestCommonCUDA::test_compare_cpu_vdot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1288418Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1289075Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_real_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1289718Z test_ops.py::TestCommonCUDA::test_compare_cpu_vsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1290353Z test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:51:06.1290909Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_T_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1291451Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing___getitem___cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1291982Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_abs_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1292507Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acosh_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1293033Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_add_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1293555Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_angle_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1294148Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_cuda_complex32 SKIPPED (Errors when storage_offset is included) [ 1%] 2023-01-11T22:51:06.1294794Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_scatter_cuda_complex32 SKIPPED (Fails on cuda + rocm) [ 1%] 2023-01-11T22:51:06.1295338Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asinh_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1295862Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atan_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1296385Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atanh_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1296921Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_1d_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1297777Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_2d_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1298331Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bfloat16_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1298862Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_block_diag_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1299465Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cdouble_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1299965Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_char_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1300491Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1301013Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_contiguous_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1301550Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cosh_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1302068Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_double_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1302588Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dstack_cuda_complex32 PASSED [ 1%] 2023-01-11T22:51:06.1303173Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 1%] 2023-01-11T22:51:06.1304026Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_like_cuda_complex32 SKIPPED (Skipped!) [ 2%] 2023-01-11T22:51:06.1304579Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_exp_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1305120Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftshift_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1305648Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fill_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1306173Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_flatten_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1306696Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_float_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1307214Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_full_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1307737Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hsplit_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1308231Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_imag_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1308747Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_add_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1309267Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_select_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1309798Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isinf_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1310325Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isreal_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1310853Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_long_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1311366Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mH_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1311881Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_neg_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1312370Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_zeros_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1312911Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv1d_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1313483Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv2d_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1314130Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose1d_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1314694Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1315213Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1315780Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ravel_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1316321Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_repeat_interleave_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1316830Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_roll_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1317348Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_select_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1317864Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sgn_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1318379Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sin_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1318884Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1319407Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sqrt_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1319927Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_stack_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1320413Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sum_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1320928Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tanh_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1321447Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tril_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1321961Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_triu_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1322497Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unflatten_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1323032Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_copy_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1323563Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vstack_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1324094Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_like_cuda_complex32 PASSED [ 2%] 2023-01-11T22:51:06.1324556Z test_ops.py::TestCommonCUDA::test_dtypes___getitem___cuda PASSED [ 2%] 2023-01-11T22:51:06.1324997Z test_ops.py::TestCommonCUDA::test_dtypes___radd___cuda PASSED [ 2%] 2023-01-11T22:51:06.1325441Z test_ops.py::TestCommonCUDA::test_dtypes___rand___cuda PASSED [ 2%] 2023-01-11T22:51:06.1325883Z test_ops.py::TestCommonCUDA::test_dtypes___rmod___cuda PASSED [ 2%] 2023-01-11T22:51:06.1326326Z test_ops.py::TestCommonCUDA::test_dtypes___rmul___cuda PASSED [ 2%] 2023-01-11T22:51:06.1326768Z test_ops.py::TestCommonCUDA::test_dtypes___ror___cuda PASSED [ 2%] 2023-01-11T22:51:06.1327207Z test_ops.py::TestCommonCUDA::test_dtypes___rsub___cuda PASSED [ 2%] 2023-01-11T22:51:06.1327639Z test_ops.py::TestCommonCUDA::test_dtypes__native_batch_norm_legit_cuda PASSED [ 2%] 2023-01-11T22:51:06.1328102Z test_ops.py::TestCommonCUDA::test_dtypes__refs_T_cuda PASSED [ 2%] 2023-01-11T22:51:06.1328566Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_chalf_cuda PASSED [ 2%] 2023-01-11T22:51:06.1329057Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_double_cuda PASSED [ 2%] 2023-01-11T22:51:06.1329543Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_float_cuda PASSED [ 2%] 2023-01-11T22:51:06.1330012Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_half_cuda PASSED [ 2%] 2023-01-11T22:51:06.1330491Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_short_cuda PASSED [ 2%] 2023-01-11T22:51:06.1330990Z test_ops.py::TestCommonCUDA::test_dtypes__refs_acos_cuda PASSED [ 2%] 2023-01-11T22:51:06.1331445Z test_ops.py::TestCommonCUDA::test_dtypes__refs_acosh_cuda PASSED [ 2%] 2023-01-11T22:51:06.1331893Z test_ops.py::TestCommonCUDA::test_dtypes__refs_add_cuda PASSED [ 2%] 2023-01-11T22:51:06.1332399Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addr_cuda PASSED [ 2%] 2023-01-11T22:51:06.1332845Z test_ops.py::TestCommonCUDA::test_dtypes__refs_all_cuda PASSED [ 2%] 2023-01-11T22:51:06.1333297Z test_ops.py::TestCommonCUDA::test_dtypes__refs_allclose_cuda PASSED [ 2%] 2023-01-11T22:51:06.1333747Z test_ops.py::TestCommonCUDA::test_dtypes__refs_amax_cuda PASSED [ 2%] 2023-01-11T22:51:06.1334166Z test_ops.py::TestCommonCUDA::test_dtypes__refs_amin_cuda PASSED [ 2%] 2023-01-11T22:51:06.1334610Z test_ops.py::TestCommonCUDA::test_dtypes__refs_arange_cuda PASSED [ 2%] 2023-01-11T22:51:06.1335065Z test_ops.py::TestCommonCUDA::test_dtypes__refs_asinh_cuda PASSED [ 2%] 2023-01-11T22:51:06.1335507Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atan2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1335952Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atanh_cuda PASSED [ 2%] 2023-01-11T22:51:06.1336400Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_2d_cuda PASSED [ 2%] 2023-01-11T22:51:06.1336860Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_3d_cuda PASSED [ 2%] 2023-01-11T22:51:06.1337292Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_and_cuda PASSED [ 2%] 2023-01-11T22:51:06.1337761Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_left_shift_cuda PASSED [ 2%] 2023-01-11T22:51:06.1338236Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_not_cuda PASSED [ 2%] 2023-01-11T22:51:06.1338690Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_or_cuda PASSED [ 2%] 2023-01-11T22:51:06.1339165Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_right_shift_cuda PASSED [ 2%] 2023-01-11T22:51:06.1339652Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_shapes_cuda PASSED [ 2%] 2023-01-11T22:51:06.1340130Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_tensors_cuda PASSED [ 2%] 2023-01-11T22:51:06.1340571Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bucketize_cuda PASSED [ 2%] 2023-01-11T22:51:06.1341011Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cat_cuda PASSED [ 2%] 2023-01-11T22:51:06.1341455Z test_ops.py::TestCommonCUDA::test_dtypes__refs_chunk_cuda PASSED [ 2%] 2023-01-11T22:51:06.1341908Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_max_cuda PASSED [ 2%] 2023-01-11T22:51:06.1342352Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_min_cuda PASSED [ 2%] 2023-01-11T22:51:06.1342786Z test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_cuda PASSED [ 2%] 2023-01-11T22:51:06.1343216Z test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_physical_cuda PASSED [ 2%] 2023-01-11T22:51:06.1343681Z test_ops.py::TestCommonCUDA::test_dtypes__refs_constant_pad_nd_cuda PASSED [ 2%] 2023-01-11T22:51:06.1344183Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cos_cuda PASSED [ 2%] 2023-01-11T22:51:06.1344621Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_embed_cuda PASSED [ 2%] 2023-01-11T22:51:06.1345090Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_floor_rounding_cuda PASSED [ 2%] 2023-01-11T22:51:06.1345553Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_trunc_rounding_cuda PASSED [ 2%] 2023-01-11T22:51:06.1346007Z test_ops.py::TestCommonCUDA::test_dtypes__refs_dsplit_cuda PASSED [ 2%] 2023-01-11T22:51:06.1346431Z test_ops.py::TestCommonCUDA::test_dtypes__refs_dstack_cuda PASSED [ 2%] 2023-01-11T22:51:06.1346864Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erfc_cuda PASSED [ 2%] 2023-01-11T22:51:06.1347312Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_as_cuda PASSED [ 2%] 2023-01-11T22:51:06.1347831Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expm1_cuda PASSED [ 2%] 2023-01-11T22:51:06.1348283Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1348729Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft_cuda PASSED [ 2%] 2023-01-11T22:51:06.1349175Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftshift_cuda PASSED [ 2%] 2023-01-11T22:51:06.1349656Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft_cuda PASSED [ 2%] 2023-01-11T22:51:06.1350097Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfftn_cuda PASSED [ 2%] 2023-01-11T22:51:06.1350542Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1350988Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft_cuda PASSED [ 2%] 2023-01-11T22:51:06.1351436Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftn_cuda PASSED [ 2%] 2023-01-11T22:51:06.1351889Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft_cuda PASSED [ 2%] 2023-01-11T22:51:06.1352328Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1352750Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft_cuda PASSED [ 2%] 2023-01-11T22:51:06.1353196Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1353643Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fill_cuda PASSED [ 2%] 2023-01-11T22:51:06.1354081Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fliplr_cuda PASSED [ 2%] 2023-01-11T22:51:06.1354521Z test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_cuda PASSED [ 2%] 2023-01-11T22:51:06.1354965Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmin_cuda PASSED [ 2%] 2023-01-11T22:51:06.1355398Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmod_cuda PASSED [ 2%] 2023-01-11T22:51:06.1355814Z test_ops.py::TestCommonCUDA::test_dtypes__refs_frac_cuda PASSED [ 2%] 2023-01-11T22:51:06.1356248Z test_ops.py::TestCommonCUDA::test_dtypes__refs_gcd_cuda PASSED [ 2%] 2023-01-11T22:51:06.1356689Z test_ops.py::TestCommonCUDA::test_dtypes__refs_gt_cuda PASSED [ 2%] 2023-01-11T22:51:06.1357126Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hsplit_cuda PASSED [ 2%] 2023-01-11T22:51:06.1357554Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hstack_cuda PASSED [ 2%] 2023-01-11T22:51:06.1357994Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hypot_cuda PASSED [ 2%] 2023-01-11T22:51:06.1358431Z test_ops.py::TestCommonCUDA::test_dtypes__refs_i0_cuda PASSED [ 2%] 2023-01-11T22:51:06.1358840Z test_ops.py::TestCommonCUDA::test_dtypes__refs_igamma_cuda PASSED [ 2%] 2023-01-11T22:51:06.1359342Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_copy_cuda PASSED [ 2%] 2023-01-11T22:51:06.1360010Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_fill_cuda PASSED [ 2%] 2023-01-11T22:51:06.1360712Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_select_cuda PASSED [ 2%] 2023-01-11T22:51:06.1361414Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isfinite_cuda PASSED [ 2%] 2023-01-11T22:51:06.1362029Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isinf_cuda PASSED [ 2%] 2023-01-11T22:51:06.1362661Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isnan_cuda PASSED [ 2%] 2023-01-11T22:51:06.1363282Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isneginf_cuda PASSED [ 2%] 2023-01-11T22:51:06.1363913Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isreal_cuda PASSED [ 2%] 2023-01-11T22:51:06.1364531Z test_ops.py::TestCommonCUDA::test_dtypes__refs_le_cuda PASSED [ 2%] 2023-01-11T22:51:06.1365096Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lerp_cuda PASSED [ 2%] 2023-01-11T22:51:06.1365715Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lgamma_cuda PASSED [ 2%] 2023-01-11T22:51:06.1366479Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_matrix_norm_cuda PASSED [ 2%] 2023-01-11T22:51:06.1367319Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svd_cuda PASSED [ 2%] 2023-01-11T22:51:06.1368006Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_vector_norm_cuda PASSED [ 2%] 2023-01-11T22:51:06.1368676Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linspace_cuda PASSED [ 2%] 2023-01-11T22:51:06.1369461Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log2_cuda PASSED [ 2%] 2023-01-11T22:51:06.1370077Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log_cuda PASSED [ 2%] 2023-01-11T22:51:06.1370756Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log_softmax_with_dtype_cuda PASSED [ 2%] 2023-01-11T22:51:06.1371500Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_not_cuda PASSED [ 2%] 2023-01-11T22:51:06.1372208Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_or_cuda PASSED [ 2%] 2023-01-11T22:51:06.1372862Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_xor_cuda PASSED [ 2%] 2023-01-11T22:51:06.1373584Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logsumexp_cuda PASSED [ 2%] 2023-01-11T22:51:06.1374281Z test_ops.py::TestCommonCUDA::test_dtypes__refs_masked_fill_cuda PASSED [ 2%] 2023-01-11T22:51:06.1374922Z test_ops.py::TestCommonCUDA::test_dtypes__refs_movedim_cuda PASSED [ 2%] 2023-01-11T22:51:06.1375595Z test_ops.py::TestCommonCUDA::test_dtypes__refs_mul_cuda PASSED [ 2%] 2023-01-11T22:51:06.1376274Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nan_to_num_cuda PASSED [ 2%] 2023-01-11T22:51:06.1376922Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ne_cuda PASSED [ 2%] 2023-01-11T22:51:06.1377543Z test_ops.py::TestCommonCUDA::test_dtypes__refs_neg_cuda PASSED [ 2%] 2023-01-11T22:51:06.1378218Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_cuda PASSED [ 2%] 2023-01-11T22:51:06.1378901Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_strided_cuda PASSED [ 2%] 2023-01-11T22:51:06.1379611Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_full_cuda PASSED [ 2%] 2023-01-11T22:51:06.1380314Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nextafter_cuda PASSED [ 2%] 2023-01-11T22:51:06.1381009Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_dropout_cuda PASSED [ 2%] 2023-01-11T22:51:06.1381738Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_elu_cuda PASSED [ 2%] 2023-01-11T22:51:06.1382488Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_group_norm_cuda PASSED [ 2%] 2023-01-11T22:51:06.1383208Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardtanh_cuda PASSED [ 2%] 2023-01-11T22:51:06.1384110Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_huber_loss_cuda PASSED [ 2%] 2023-01-11T22:51:06.1384832Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_layer_norm_cuda PASSED [ 2%] 2023-01-11T22:51:06.1385641Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_leaky_relu_cuda PASSED [ 2%] 2023-01-11T22:51:06.1386468Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_nll_loss_cuda PASSED [ 2%] 2023-01-11T22:51:06.1387324Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pairwise_distance_cuda PASSED [ 3%] 2023-01-11T22:51:06.1388161Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu_cuda PASSED [ 3%] 2023-01-11T22:51:06.1388984Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softplus_cuda PASSED [ 3%] 2023-01-11T22:51:06.1389821Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softshrink_cuda PASSED [ 3%] 2023-01-11T22:51:06.1390658Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 3%] 2023-01-11T22:51:06.1391431Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ones_cuda PASSED [ 3%] 2023-01-11T22:51:06.1392174Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ravel_cuda PASSED [ 3%] 2023-01-11T22:51:06.1392924Z test_ops.py::TestCommonCUDA::test_dtypes__refs_remainder_cuda PASSED [ 3%] 2023-01-11T22:51:06.1393751Z test_ops.py::TestCommonCUDA::test_dtypes__refs_repeat_cuda PASSED [ 3%] 2023-01-11T22:51:06.1394376Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_cuda PASSED [ 3%] 2023-01-11T22:51:06.1394990Z test_ops.py::TestCommonCUDA::test_dtypes__refs_roll_cuda PASSED [ 3%] 2023-01-11T22:51:06.1395669Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rsqrt_cuda PASSED [ 3%] 2023-01-11T22:51:06.1396261Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sigmoid_cuda PASSED [ 3%] 2023-01-11T22:51:06.1396874Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sign_cuda PASSED [ 3%] 2023-01-11T22:51:06.1397465Z test_ops.py::TestCommonCUDA::test_dtypes__refs_signbit_cuda PASSED [ 3%] 2023-01-11T22:51:06.1398058Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sin_cuda PASSED [ 3%] 2023-01-11T22:51:06.1398641Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sinh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1399261Z test_ops.py::TestCommonCUDA::test_dtypes__refs_softmax_with_dtype_cuda PASSED [ 3%] 2023-01-11T22:51:06.1399887Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j0_cuda PASSED [ 3%] 2023-01-11T22:51:06.1400593Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j1_cuda PASSED [ 3%] 2023-01-11T22:51:06.1401324Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_entr_cuda PASSED [ 3%] 2023-01-11T22:51:06.1402199Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_erfcx_cuda PASSED [ 3%] 2023-01-11T22:51:06.1403182Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i0e_cuda PASSED [ 3%] 2023-01-11T22:51:06.1403988Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_softmax_with_dtype_cuda PASSED [ 3%] 2023-01-11T22:51:06.1404814Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_logit_cuda PASSED [ 3%] 2023-01-11T22:51:06.1405657Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cuda PASSED [ 3%] 2023-01-11T22:51:06.1406508Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cuda PASSED [ 3%] 2023-01-11T22:51:06.1407341Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtri_cuda PASSED [ 3%] 2023-01-11T22:51:06.1408164Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_spherical_bessel_j0_cuda PASSED [ 3%] 2023-01-11T22:51:06.1409006Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_xlog1py_cuda PASSED [ 3%] 2023-01-11T22:51:06.1409790Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_zeta_cuda PASSED [ 3%] 2023-01-11T22:51:06.1410559Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sqrt_cuda PASSED [ 3%] 2023-01-11T22:51:06.1411312Z test_ops.py::TestCommonCUDA::test_dtypes__refs_squeeze_cuda PASSED [ 3%] 2023-01-11T22:51:06.1412034Z test_ops.py::TestCommonCUDA::test_dtypes__refs_stack_cuda PASSED [ 3%] 2023-01-11T22:51:06.1412642Z test_ops.py::TestCommonCUDA::test_dtypes__refs_std_cuda PASSED [ 3%] 2023-01-11T22:51:06.1413245Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sub_cuda PASSED [ 3%] 2023-01-11T22:51:06.1413841Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_cuda PASSED [ 3%] 2023-01-11T22:51:06.1414459Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_to_size_cuda PASSED [ 3%] 2023-01-11T22:51:06.1415073Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tan_cuda PASSED [ 3%] 2023-01-11T22:51:06.1415660Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tanh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1416217Z test_ops.py::TestCommonCUDA::test_dtypes__refs_to_cuda PASSED [ 3%] 2023-01-11T22:51:06.1416822Z test_ops.py::TestCommonCUDA::test_dtypes__refs_transpose_cuda PASSED [ 3%] 2023-01-11T22:51:06.1417438Z test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_indices_cuda PASSED [ 3%] 2023-01-11T22:51:06.1418118Z test_ops.py::TestCommonCUDA::test_dtypes__refs_trunc_cuda PASSED [ 3%] 2023-01-11T22:51:06.1418821Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unflatten_cuda PASSED [ 3%] 2023-01-11T22:51:06.1419519Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_copy_cuda PASSED [ 3%] 2023-01-11T22:51:06.1420155Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_cuda PASSED [ 3%] 2023-01-11T22:51:06.1420771Z test_ops.py::TestCommonCUDA::test_dtypes__refs_view_cuda PASSED [ 3%] 2023-01-11T22:51:06.1421447Z test_ops.py::TestCommonCUDA::test_dtypes__refs_vstack_cuda PASSED [ 3%] 2023-01-11T22:51:06.1422067Z test_ops.py::TestCommonCUDA::test_dtypes__refs_where_cuda PASSED [ 3%] 2023-01-11T22:51:06.1422691Z test_ops.py::TestCommonCUDA::test_dtypes__refs_xlogy_cuda PASSED [ 3%] 2023-01-11T22:51:06.1423300Z test_ops.py::TestCommonCUDA::test_dtypes_acosh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1424078Z test_ops.py::TestCommonCUDA::test_dtypes_add_cuda PASSED [ 3%] 2023-01-11T22:51:06.1424684Z test_ops.py::TestCommonCUDA::test_dtypes_addcmul_cuda PASSED [ 3%] 2023-01-11T22:51:06.1425318Z test_ops.py::TestCommonCUDA::test_dtypes_addmv_cuda PASSED [ 3%] 2023-01-11T22:51:06.1425903Z test_ops.py::TestCommonCUDA::test_dtypes_all_cuda PASSED [ 3%] 2023-01-11T22:51:06.1426505Z test_ops.py::TestCommonCUDA::test_dtypes_amax_cuda PASSED [ 3%] 2023-01-11T22:51:06.1427111Z test_ops.py::TestCommonCUDA::test_dtypes_aminmax_cuda PASSED [ 3%] 2023-01-11T22:51:06.1427710Z test_ops.py::TestCommonCUDA::test_dtypes_any_cuda PASSED [ 3%] 2023-01-11T22:51:06.1428296Z test_ops.py::TestCommonCUDA::test_dtypes_arange_cuda PASSED [ 3%] 2023-01-11T22:51:06.1428887Z test_ops.py::TestCommonCUDA::test_dtypes_argmin_cuda PASSED [ 3%] 2023-01-11T22:51:06.1429525Z test_ops.py::TestCommonCUDA::test_dtypes_argsort_cuda PASSED [ 3%] 2023-01-11T22:51:06.1430146Z test_ops.py::TestCommonCUDA::test_dtypes_as_strided_cuda PASSED [ 3%] 2023-01-11T22:51:06.1430824Z test_ops.py::TestCommonCUDA::test_dtypes_as_strided_partial_views_cuda PASSED [ 3%] 2023-01-11T22:51:06.1431495Z test_ops.py::TestCommonCUDA::test_dtypes_as_strided_scatter_cuda PASSED [ 3%] 2023-01-11T22:51:06.1432121Z test_ops.py::TestCommonCUDA::test_dtypes_asinh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1432765Z test_ops.py::TestCommonCUDA::test_dtypes_atan_cuda PASSED [ 3%] 2023-01-11T22:51:06.1433366Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_1d_cuda PASSED [ 3%] 2023-01-11T22:51:06.1434029Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_2d_cuda PASSED [ 3%] 2023-01-11T22:51:06.1434647Z test_ops.py::TestCommonCUDA::test_dtypes_bernoulli_cuda PASSED [ 3%] 2023-01-11T22:51:06.1435253Z test_ops.py::TestCommonCUDA::test_dtypes_bfloat16_cuda PASSED [ 3%] 2023-01-11T22:51:06.1435894Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_left_shift_cuda PASSED [ 3%] 2023-01-11T22:51:06.1436509Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_right_shift_cuda PASSED [ 3%] 2023-01-11T22:51:06.1437220Z test_ops.py::TestCommonCUDA::test_dtypes_bmm_cuda PASSED [ 3%] 2023-01-11T22:51:06.1437848Z test_ops.py::TestCommonCUDA::test_dtypes_bool_cuda PASSED [ 3%] 2023-01-11T22:51:06.1438496Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_shapes_cuda SKIPPED (Skipped!) [ 3%] 2023-01-11T22:51:06.1439162Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_to_cuda PASSED [ 3%] 2023-01-11T22:51:06.1439833Z test_ops.py::TestCommonCUDA::test_dtypes_bucketize_cuda PASSED [ 3%] 2023-01-11T22:51:06.1440454Z test_ops.py::TestCommonCUDA::test_dtypes_byte_cuda PASSED [ 3%] 2023-01-11T22:51:06.1441046Z test_ops.py::TestCommonCUDA::test_dtypes_cartesian_prod_cuda PASSED [ 3%] 2023-01-11T22:51:06.1441642Z test_ops.py::TestCommonCUDA::test_dtypes_cat_cuda PASSED [ 3%] 2023-01-11T22:51:06.1442228Z test_ops.py::TestCommonCUDA::test_dtypes_cdist_cuda PASSED [ 3%] 2023-01-11T22:51:06.1442932Z test_ops.py::TestCommonCUDA::test_dtypes_ceil_cuda PASSED [ 3%] 2023-01-11T22:51:06.1443466Z test_ops.py::TestCommonCUDA::test_dtypes_chalf_cuda PASSED [ 3%] 2023-01-11T22:51:06.1443872Z test_ops.py::TestCommonCUDA::test_dtypes_char_cuda PASSED [ 3%] 2023-01-11T22:51:06.1444286Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_inverse_cuda PASSED [ 3%] 2023-01-11T22:51:06.1444776Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_min_cuda PASSED [ 3%] 2023-01-11T22:51:06.1445174Z test_ops.py::TestCommonCUDA::test_dtypes_clone_cuda PASSED [ 3%] 2023-01-11T22:51:06.1445583Z test_ops.py::TestCommonCUDA::test_dtypes_combinations_cuda PASSED [ 3%] 2023-01-11T22:51:06.1446003Z test_ops.py::TestCommonCUDA::test_dtypes_conj_physical_cuda PASSED [ 3%] 2023-01-11T22:51:06.1446422Z test_ops.py::TestCommonCUDA::test_dtypes_copysign_cuda PASSED [ 3%] 2023-01-11T22:51:06.1446833Z test_ops.py::TestCommonCUDA::test_dtypes_cosh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1447243Z test_ops.py::TestCommonCUDA::test_dtypes_count_nonzero_cuda PASSED [ 3%] 2023-01-11T22:51:06.1447656Z test_ops.py::TestCommonCUDA::test_dtypes_cov_cuda PASSED [ 3%] 2023-01-11T22:51:06.1448053Z test_ops.py::TestCommonCUDA::test_dtypes_cross_cuda PASSED [ 3%] 2023-01-11T22:51:06.1448464Z test_ops.py::TestCommonCUDA::test_dtypes_cummax_cuda PASSED [ 3%] 2023-01-11T22:51:06.1448874Z test_ops.py::TestCommonCUDA::test_dtypes_cumprod_cuda PASSED [ 3%] 2023-01-11T22:51:06.1449296Z test_ops.py::TestCommonCUDA::test_dtypes_cumulative_trapezoid_cuda PASSED [ 3%] 2023-01-11T22:51:06.1449726Z test_ops.py::TestCommonCUDA::test_dtypes_diag_embed_cuda PASSED [ 3%] 2023-01-11T22:51:06.1450138Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_cuda PASSED [ 3%] 2023-01-11T22:51:06.1450554Z test_ops.py::TestCommonCUDA::test_dtypes_digamma_cuda PASSED [ 3%] 2023-01-11T22:51:06.1450965Z test_ops.py::TestCommonCUDA::test_dtypes_div_floor_rounding_cuda PASSED [ 3%] 2023-01-11T22:51:06.1451383Z test_ops.py::TestCommonCUDA::test_dtypes_dot_cuda PASSED [ 3%] 2023-01-11T22:51:06.1451790Z test_ops.py::TestCommonCUDA::test_dtypes_dsplit_cuda PASSED [ 3%] 2023-01-11T22:51:06.1452202Z test_ops.py::TestCommonCUDA::test_dtypes_empty_cuda PASSED [ 3%] 2023-01-11T22:51:06.1452609Z test_ops.py::TestCommonCUDA::test_dtypes_equal_cuda PASSED [ 3%] 2023-01-11T22:51:06.1453009Z test_ops.py::TestCommonCUDA::test_dtypes_erf_cuda PASSED [ 3%] 2023-01-11T22:51:06.1453405Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1453821Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1454231Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1454646Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftshift_cuda PASSED [ 3%] 2023-01-11T22:51:06.1455064Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft2_cuda PASSED [ 3%] 2023-01-11T22:51:06.1455472Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1455885Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1456291Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfftn_cuda PASSED [ 3%] 2023-01-11T22:51:06.1456702Z test_ops.py::TestCommonCUDA::test_dtypes_flatten_cuda PASSED [ 3%] 2023-01-11T22:51:06.1457111Z test_ops.py::TestCommonCUDA::test_dtypes_fliplr_cuda PASSED [ 3%] 2023-01-11T22:51:06.1457522Z test_ops.py::TestCommonCUDA::test_dtypes_flipud_cuda PASSED [ 3%] 2023-01-11T22:51:06.1457933Z test_ops.py::TestCommonCUDA::test_dtypes_float_power_cuda PASSED [ 3%] 2023-01-11T22:51:06.1458351Z test_ops.py::TestCommonCUDA::test_dtypes_floor_divide_cuda PASSED [ 3%] 2023-01-11T22:51:06.1458821Z test_ops.py::TestCommonCUDA::test_dtypes_fmax_cuda PASSED [ 3%] 2023-01-11T22:51:06.1459220Z test_ops.py::TestCommonCUDA::test_dtypes_fmin_cuda PASSED [ 3%] 2023-01-11T22:51:06.1459620Z test_ops.py::TestCommonCUDA::test_dtypes_frac_cuda PASSED [ 3%] 2023-01-11T22:51:06.1460068Z test_ops.py::TestCommonCUDA::test_dtypes_full_cuda PASSED [ 3%] 2023-01-11T22:51:06.1460476Z test_ops.py::TestCommonCUDA::test_dtypes_full_like_cuda PASSED [ 3%] 2023-01-11T22:51:06.1460884Z test_ops.py::TestCommonCUDA::test_dtypes_geqrf_cuda XFAIL [ 3%] 2023-01-11T22:51:06.1461296Z test_ops.py::TestCommonCUDA::test_dtypes_gradient_cuda PASSED [ 3%] 2023-01-11T22:51:06.1461709Z test_ops.py::TestCommonCUDA::test_dtypes_grid_sampler_2d_cuda PASSED [ 3%] 2023-01-11T22:51:06.1462112Z test_ops.py::TestCommonCUDA::test_dtypes_gt_cuda PASSED [ 3%] 2023-01-11T22:51:06.1462522Z test_ops.py::TestCommonCUDA::test_dtypes_histogram_cuda PASSED [ 3%] 2023-01-11T22:51:06.1462929Z test_ops.py::TestCommonCUDA::test_dtypes_hstack_cuda PASSED [ 3%] 2023-01-11T22:51:06.1463334Z test_ops.py::TestCommonCUDA::test_dtypes_hypot_cuda PASSED [ 3%] 2023-01-11T22:51:06.1463831Z test_ops.py::TestCommonCUDA::test_dtypes_i0_cuda PASSED [ 3%] 2023-01-11T22:51:06.1464244Z test_ops.py::TestCommonCUDA::test_dtypes_index_add_cuda PASSED [ 3%] 2023-01-11T22:51:06.1464653Z test_ops.py::TestCommonCUDA::test_dtypes_index_reduce_cuda PASSED [ 3%] 2023-01-11T22:51:06.1465135Z test_ops.py::TestCommonCUDA::test_dtypes_int_cuda PASSED [ 3%] 2023-01-11T22:51:06.1465629Z test_ops.py::TestCommonCUDA::test_dtypes_isfinite_cuda PASSED [ 3%] 2023-01-11T22:51:06.1466113Z test_ops.py::TestCommonCUDA::test_dtypes_isin_cuda PASSED [ 3%] 2023-01-11T22:51:06.1466608Z test_ops.py::TestCommonCUDA::test_dtypes_isinf_cuda PASSED [ 3%] 2023-01-11T22:51:06.1467097Z test_ops.py::TestCommonCUDA::test_dtypes_isnan_cuda PASSED [ 3%] 2023-01-11T22:51:06.1467589Z test_ops.py::TestCommonCUDA::test_dtypes_isneginf_cuda PASSED [ 3%] 2023-01-11T22:51:06.1468081Z test_ops.py::TestCommonCUDA::test_dtypes_isreal_cuda PASSED [ 3%] 2023-01-11T22:51:06.1468576Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_cuda PASSED [ 3%] 2023-01-11T22:51:06.1469109Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_return_by_ref_cuda PASSED [ 3%] 2023-01-11T22:51:06.1469643Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_unary_cuda PASSED [ 3%] 2023-01-11T22:51:06.1470142Z test_ops.py::TestCommonCUDA::test_dtypes_kron_cuda PASSED [ 3%] 2023-01-11T22:51:06.1470634Z test_ops.py::TestCommonCUDA::test_dtypes_kthvalue_cuda PASSED [ 3%] 2023-01-11T22:51:06.1471127Z test_ops.py::TestCommonCUDA::test_dtypes_lcm_cuda PASSED [ 3%] 2023-01-11T22:51:06.1471617Z test_ops.py::TestCommonCUDA::test_dtypes_ldexp_cuda PASSED [ 3%] 2023-01-11T22:51:06.1472097Z test_ops.py::TestCommonCUDA::test_dtypes_lerp_cuda PASSED [ 3%] 2023-01-11T22:51:06.1472590Z test_ops.py::TestCommonCUDA::test_dtypes_lgamma_cuda PASSED [ 3%] 2023-01-11T22:51:06.1473092Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cross_cuda PASSED [ 3%] 2023-01-11T22:51:06.1473536Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_cuda PASSED [ 3%] 2023-01-11T22:51:06.1473945Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eig_cuda PASSED [ 3%] 2023-01-11T22:51:06.1474368Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvalsh_cuda PASSED [ 3%] 2023-01-11T22:51:06.1474797Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_grad_oriented_cuda PASSED [ 3%] 2023-01-11T22:51:06.1475231Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1475750Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_cuda PASSED [ 4%] 2023-01-11T22:51:06.1476175Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_ex_cuda PASSED [ 4%] 2023-01-11T22:51:06.1476597Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_solve_cuda PASSED [ 4%] 2023-01-11T22:51:06.1477014Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1477490Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_power_cuda PASSED [ 4%] 2023-01-11T22:51:06.1477902Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_cuda PASSED [ 4%] 2023-01-11T22:51:06.1478341Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_hermitian_cuda PASSED [ 4%] 2023-01-11T22:51:06.1478772Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_cuda PASSED [ 4%] 2023-01-11T22:51:06.1479201Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_triangular_cuda PASSED [ 4%] 2023-01-11T22:51:06.1479629Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_svd_cuda PASSED [ 4%] 2023-01-11T22:51:06.1480044Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_svdvals_cuda PASSED [ 4%] 2023-01-11T22:51:06.1480459Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorinv_cuda PASSED [ 4%] 2023-01-11T22:51:06.1480867Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vander_cuda PASSED [ 4%] 2023-01-11T22:51:06.1481292Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vecdot_cuda PASSED [ 4%] 2023-01-11T22:51:06.1481709Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vector_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1482127Z test_ops.py::TestCommonCUDA::test_dtypes_logaddexp2_cuda PASSED [ 4%] 2023-01-11T22:51:06.1482543Z test_ops.py::TestCommonCUDA::test_dtypes_logaddexp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1482960Z test_ops.py::TestCommonCUDA::test_dtypes_logcumsumexp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1483371Z test_ops.py::TestCommonCUDA::test_dtypes_logdet_cuda PASSED [ 4%] 2023-01-11T22:51:06.1483775Z test_ops.py::TestCommonCUDA::test_dtypes_logical_and_cuda PASSED [ 4%] 2023-01-11T22:51:06.1484189Z test_ops.py::TestCommonCUDA::test_dtypes_logical_not_cuda PASSED [ 4%] 2023-01-11T22:51:06.1484600Z test_ops.py::TestCommonCUDA::test_dtypes_logical_xor_cuda PASSED [ 4%] 2023-01-11T22:51:06.1485018Z test_ops.py::TestCommonCUDA::test_dtypes_logsumexp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1485424Z test_ops.py::TestCommonCUDA::test_dtypes_long_cuda PASSED [ 4%] 2023-01-11T22:51:06.1485820Z test_ops.py::TestCommonCUDA::test_dtypes_lt_cuda PASSED [ 4%] 2023-01-11T22:51:06.1486219Z test_ops.py::TestCommonCUDA::test_dtypes_lu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1486611Z test_ops.py::TestCommonCUDA::test_dtypes_lu_solve_cuda PASSED [ 4%] 2023-01-11T22:51:06.1487017Z test_ops.py::TestCommonCUDA::test_dtypes_masked_amin_cuda PASSED [ 4%] 2023-01-11T22:51:06.1487434Z test_ops.py::TestCommonCUDA::test_dtypes_masked_fill_cuda PASSED [ 4%] 2023-01-11T22:51:06.1487854Z test_ops.py::TestCommonCUDA::test_dtypes_masked_log_softmax_cuda PASSED [ 4%] 2023-01-11T22:51:06.1488276Z test_ops.py::TestCommonCUDA::test_dtypes_masked_logaddexp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1488703Z test_ops.py::TestCommonCUDA::test_dtypes_masked_logsumexp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1489129Z test_ops.py::TestCommonCUDA::test_dtypes_masked_mean_cuda PASSED [ 4%] 2023-01-11T22:51:06.1489535Z test_ops.py::TestCommonCUDA::test_dtypes_masked_median_cuda PASSED [ 4%] 2023-01-11T22:51:06.1489951Z test_ops.py::TestCommonCUDA::test_dtypes_masked_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1490369Z test_ops.py::TestCommonCUDA::test_dtypes_masked_softmax_cuda PASSED [ 4%] 2023-01-11T22:51:06.1490784Z test_ops.py::TestCommonCUDA::test_dtypes_masked_softmin_cuda PASSED [ 4%] 2023-01-11T22:51:06.1491259Z test_ops.py::TestCommonCUDA::test_dtypes_masked_std_cuda PASSED [ 4%] 2023-01-11T22:51:06.1491672Z test_ops.py::TestCommonCUDA::test_dtypes_masked_sum_cuda PASSED [ 4%] 2023-01-11T22:51:06.1492088Z test_ops.py::TestCommonCUDA::test_dtypes_masked_var_cuda PASSED [ 4%] 2023-01-11T22:51:06.1492489Z test_ops.py::TestCommonCUDA::test_dtypes_matrix_exp_cuda PASSED [ 4%] 2023-01-11T22:51:06.1492963Z test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_no_dim_cuda PASSED [ 4%] 2023-01-11T22:51:06.1493379Z test_ops.py::TestCommonCUDA::test_dtypes_mean_cuda PASSED [ 4%] 2023-01-11T22:51:06.1493804Z test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_variadic_tensors_cuda PASSED [ 4%] 2023-01-11T22:51:06.1494232Z test_ops.py::TestCommonCUDA::test_dtypes_min_binary_cuda PASSED [ 4%] 2023-01-11T22:51:06.1494656Z test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_no_dim_cuda PASSED [ 4%] 2023-01-11T22:51:06.1495066Z test_ops.py::TestCommonCUDA::test_dtypes_minimum_cuda PASSED [ 4%] 2023-01-11T22:51:06.1495478Z test_ops.py::TestCommonCUDA::test_dtypes_mm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1495886Z test_ops.py::TestCommonCUDA::test_dtypes_movedim_cuda PASSED [ 4%] 2023-01-11T22:51:06.1496287Z test_ops.py::TestCommonCUDA::test_dtypes_msort_cuda PASSED [ 4%] 2023-01-11T22:51:06.1496710Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_5_cuda PASSED [ 4%] 2023-01-11T22:51:06.1497133Z test_ops.py::TestCommonCUDA::test_dtypes_nanmean_cuda PASSED [ 4%] 2023-01-11T22:51:06.1497537Z test_ops.py::TestCommonCUDA::test_dtypes_narrow_cuda PASSED [ 4%] 2023-01-11T22:51:06.1498022Z test_ops.py::TestCommonCUDA::test_dtypes_native_batch_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1498699Z test_ops.py::TestCommonCUDA::test_dtypes_native_dropout_backward_cuda PASSED [ 4%] 2023-01-11T22:51:06.1499146Z test_ops.py::TestCommonCUDA::test_dtypes_new_empty_cuda PASSED [ 4%] 2023-01-11T22:51:06.1499585Z test_ops.py::TestCommonCUDA::test_dtypes_new_full_cuda PASSED [ 4%] 2023-01-11T22:51:06.1500065Z test_ops.py::TestCommonCUDA::test_dtypes_new_ones_cuda PASSED [ 4%] 2023-01-11T22:51:06.1500554Z test_ops.py::TestCommonCUDA::test_dtypes_new_zeros_cuda PASSED [ 4%] 2023-01-11T22:51:06.1501041Z test_ops.py::TestCommonCUDA::test_dtypes_nextafter_cuda PASSED [ 4%] 2023-01-11T22:51:06.1501565Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool1d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1502134Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool2d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1502691Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool3d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1503243Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_alpha_dropout_cuda PASSED [ 4%] 2023-01-11T22:51:06.1503915Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool1d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1504451Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1504979Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_bilinear_cuda PASSED [ 4%] 2023-01-11T22:51:06.1505512Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_cuda PASSED [ 4%] 2023-01-11T22:51:06.1506099Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cuda PASSED [ 4%] 2023-01-11T22:51:06.1506661Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv1d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1507195Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose2d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1507747Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose3d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1508304Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_embedding_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1508949Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cross_entropy_cuda PASSED [ 4%] 2023-01-11T22:51:06.1509492Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_ctc_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1510011Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout2d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1510545Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout3d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1511127Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_cuda PASSED [ 4%] 2023-01-11T22:51:06.1511671Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool2d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1512239Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gaussian_nll_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1512694Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gelu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1513116Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_glu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1513546Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardtanh_cuda PASSED [ 4%] 2023-01-11T22:51:06.1514000Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hinge_embedding_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1514453Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_instance_norm_cuda PASSED [ 4%] 2023-01-11T22:51:06.1514906Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_area_cuda PASSED [ 4%] 2023-01-11T22:51:06.1515376Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bicubic_cuda PASSED [ 4%] 2023-01-11T22:51:06.1515843Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_linear_cuda PASSED [ 4%] 2023-01-11T22:51:06.1516290Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_l1_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1516716Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_leaky_relu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1517173Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_margin_ranking_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1517626Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool2d_cuda PASSED [ 4%] 2023-01-11T22:51:06.1518078Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_grad_cuda PASSED [ 4%] 2023-01-11T22:51:06.1518532Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_grad_cuda PASSED [ 4%] 2023-01-11T22:51:06.1518975Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mish_cuda PASSED [ 4%] 2023-01-11T22:51:06.1519426Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_margin_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1519873Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_nll_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1520319Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_circular_cuda PASSED [ 4%] 2023-01-11T22:51:06.1520771Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_reflect_cuda PASSED [ 4%] 2023-01-11T22:51:06.1521225Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pairwise_distance_cuda PASSED [ 4%] 2023-01-11T22:51:06.1521673Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_prelu_cuda PASSED [ 4%] 2023-01-11T22:51:06.1522111Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_complex_cuda XFAIL [ 4%] 2023-01-11T22:51:06.1522550Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_smooth_l1_loss_cuda PASSED [ 4%] 2023-01-11T22:51:06.1522986Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softplus_cuda PASSED [ 4%] 2023-01-11T22:51:06.1523430Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_threshold_cuda PASSED [ 4%] 2023-01-11T22:51:06.1523871Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_unfold_cuda PASSED [ 4%] 2023-01-11T22:51:06.1524289Z test_ops.py::TestCommonCUDA::test_dtypes_norm_inf_cuda PASSED [ 4%] 2023-01-11T22:51:06.1524703Z test_ops.py::TestCommonCUDA::test_dtypes_normal_number_mean_cuda PASSED [ 4%] 2023-01-11T22:51:06.1525119Z test_ops.py::TestCommonCUDA::test_dtypes_ones_like_cuda PASSED [ 4%] 2023-01-11T22:51:06.1525621Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_var_mean_cuda PASSED [ 4%] 2023-01-11T22:51:06.1526040Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_view_cuda PASSED [ 4%] 2023-01-11T22:51:06.1526497Z test_ops.py::TestCommonCUDA::test_dtypes_pca_lowrank_cuda SKIPPED (cuSOLVER not available) [ 4%] 2023-01-11T22:51:06.1526990Z test_ops.py::TestCommonCUDA::test_dtypes_pinverse_cuda PASSED [ 4%] 2023-01-11T22:51:06.1527432Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_1_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:51:06.1527916Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_4_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:51:06.1528372Z test_ops.py::TestCommonCUDA::test_dtypes_qr_cuda SKIPPED (cuSOLVER not available) [ 4%] 2023-01-11T22:51:06.1528807Z test_ops.py::TestCommonCUDA::test_dtypes_quantile_cuda PASSED [ 4%] 2023-01-11T22:51:06.1529204Z test_ops.py::TestCommonCUDA::test_dtypes_rad2deg_cuda PASSED [ 4%] 2023-01-11T22:51:06.1529617Z test_ops.py::TestCommonCUDA::test_dtypes_rand_like_cuda PASSED [ 4%] 2023-01-11T22:51:06.1530025Z test_ops.py::TestCommonCUDA::test_dtypes_randint_like_cuda PASSED [ 4%] 2023-01-11T22:51:06.1530430Z test_ops.py::TestCommonCUDA::test_dtypes_real_cuda PASSED [ 4%] 2023-01-11T22:51:06.1530844Z test_ops.py::TestCommonCUDA::test_dtypes_reciprocal_cuda PASSED [ 4%] 2023-01-11T22:51:06.1531254Z test_ops.py::TestCommonCUDA::test_dtypes_remainder_cuda PASSED [ 4%] 2023-01-11T22:51:06.1531664Z test_ops.py::TestCommonCUDA::test_dtypes_repeat_cuda PASSED [ 4%] 2023-01-11T22:51:06.1532056Z test_ops.py::TestCommonCUDA::test_dtypes_resize__cuda XFAIL [ 4%] 2023-01-11T22:51:06.1532464Z test_ops.py::TestCommonCUDA::test_dtypes_resolve_conj_cuda PASSED [ 4%] 2023-01-11T22:51:06.1532876Z test_ops.py::TestCommonCUDA::test_dtypes_resolve_neg_cuda PASSED [ 4%] 2023-01-11T22:51:06.1533288Z test_ops.py::TestCommonCUDA::test_dtypes_roll_cuda PASSED [ 4%] 2023-01-11T22:51:06.1533685Z test_ops.py::TestCommonCUDA::test_dtypes_rot90_cuda PASSED [ 4%] 2023-01-11T22:51:06.1534109Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_3_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:51:06.1534544Z test_ops.py::TestCommonCUDA::test_dtypes_scalar_tensor_cuda PASSED [ 4%] 2023-01-11T22:51:06.1534951Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_add_cuda PASSED [ 4%] 2023-01-11T22:51:06.1535361Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_cuda PASSED [ 4%] 2023-01-11T22:51:06.1535779Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amax_cuda PASSED [ 4%] 2023-01-11T22:51:06.1536203Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_prod_cuda PASSED [ 4%] 2023-01-11T22:51:06.1536632Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_sum_cuda PASSED [ 4%] 2023-01-11T22:51:06.1537050Z test_ops.py::TestCommonCUDA::test_dtypes_searchsorted_cuda PASSED [ 4%] 2023-01-11T22:51:06.1537486Z test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_lengths_cuda PASSED [ 4%] 2023-01-11T22:51:06.1537908Z test_ops.py::TestCommonCUDA::test_dtypes_select_scatter_cuda PASSED [ 4%] 2023-01-11T22:51:06.1538319Z test_ops.py::TestCommonCUDA::test_dtypes_short_cuda PASSED [ 4%] 2023-01-11T22:51:06.1538727Z test_ops.py::TestCommonCUDA::test_dtypes_sigmoid_cuda PASSED [ 4%] 2023-01-11T22:51:06.1539149Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_bartlett_cuda PASSED [ 4%] 2023-01-11T22:51:06.1539594Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_general_cosine_cuda PASSED [ 4%] 2023-01-11T22:51:06.1540051Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_general_hamming_cuda PASSED [ 4%] 2023-01-11T22:51:06.1540494Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_hann_cuda PASSED [ 4%] 2023-01-11T22:51:06.1540899Z test_ops.py::TestCommonCUDA::test_dtypes_sinc_cuda PASSED [ 4%] 2023-01-11T22:51:06.1541350Z test_ops.py::TestCommonCUDA::test_dtypes_sinh_cuda PASSED [ 4%] 2023-01-11T22:51:06.1541753Z test_ops.py::TestCommonCUDA::test_dtypes_slice_cuda PASSED [ 4%] 2023-01-11T22:51:06.1542162Z test_ops.py::TestCommonCUDA::test_dtypes_softmax_with_dtype_cuda PASSED [ 4%] 2023-01-11T22:51:06.1542615Z test_ops.py::TestCommonCUDA::test_dtypes_sort_cuda PASSED [ 4%] 2023-01-11T22:51:06.1543024Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j1_cuda PASSED [ 4%] 2023-01-11T22:51:06.1543464Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_u_cuda PASSED [ 4%] 2023-01-11T22:51:06.1543947Z test_ops.py::TestCommonCUDA::test_dtypes_special_erfcx_cuda PASSED [ 4%] 2023-01-11T22:51:06.1544358Z test_ops.py::TestCommonCUDA::test_dtypes_special_i0e_cuda PASSED [ 4%] 2023-01-11T22:51:06.1544766Z test_ops.py::TestCommonCUDA::test_dtypes_special_i1_cuda PASSED [ 4%] 2023-01-11T22:51:06.1545175Z test_ops.py::TestCommonCUDA::test_dtypes_special_i1e_cuda PASSED [ 5%] 2023-01-11T22:51:06.1545610Z test_ops.py::TestCommonCUDA::test_dtypes_special_laguerre_polynomial_l_cuda PASSED [ 5%] 2023-01-11T22:51:06.1546496Z test_ops.py::TestCommonCUDA::test_dtypes_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1547024Z test_ops.py::TestCommonCUDA::test_dtypes_special_log_ndtr_cuda PASSED [ 5%] 2023-01-11T22:51:06.1547451Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i1_cuda PASSED [ 5%] 2023-01-11T22:51:06.1547884Z test_ops.py::TestCommonCUDA::test_dtypes_special_ndtr_cuda PASSED [ 5%] 2023-01-11T22:51:06.1548320Z test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k1_cuda PASSED [ 5%] 2023-01-11T22:51:06.1549023Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1549815Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1550343Z test_ops.py::TestCommonCUDA::test_dtypes_special_xlog1py_cuda PASSED [ 5%] 2023-01-11T22:51:06.1550759Z test_ops.py::TestCommonCUDA::test_dtypes_split_cuda PASSED [ 5%] 2023-01-11T22:51:06.1551164Z test_ops.py::TestCommonCUDA::test_dtypes_sqrt_cuda PASSED [ 5%] 2023-01-11T22:51:06.1551558Z test_ops.py::TestCommonCUDA::test_dtypes_square_cuda PASSED [ 5%] 2023-01-11T22:51:06.1551967Z test_ops.py::TestCommonCUDA::test_dtypes_std_cuda PASSED [ 5%] 2023-01-11T22:51:06.1552384Z test_ops.py::TestCommonCUDA::test_dtypes_std_mean_unbiased_cuda PASSED [ 5%] 2023-01-11T22:51:06.1552799Z test_ops.py::TestCommonCUDA::test_dtypes_sub_cuda PASSED [ 5%] 2023-01-11T22:51:06.1553247Z test_ops.py::TestCommonCUDA::test_dtypes_svd_lowrank_cuda SKIPPED (cuSOLVER not available) [ 5%] 2023-01-11T22:51:06.1553691Z test_ops.py::TestCommonCUDA::test_dtypes_symeig_cuda PASSED [ 5%] 2023-01-11T22:51:06.1554094Z test_ops.py::TestCommonCUDA::test_dtypes_take_cuda PASSED [ 5%] 2023-01-11T22:51:06.1554489Z test_ops.py::TestCommonCUDA::test_dtypes_tanh_cuda PASSED [ 5%] 2023-01-11T22:51:06.1554905Z test_ops.py::TestCommonCUDA::test_dtypes_tensor_split_cuda PASSED [ 5%] 2023-01-11T22:51:06.1555323Z test_ops.py::TestCommonCUDA::test_dtypes_tensordot_cuda PASSED [ 5%] 2023-01-11T22:51:06.1555747Z test_ops.py::TestCommonCUDA::test_dtypes_to_sparse_cuda SKIPPED (Skipped!) [ 5%] 2023-01-11T22:51:06.1556177Z test_ops.py::TestCommonCUDA::test_dtypes_transpose_cuda PASSED [ 5%] 2023-01-11T22:51:06.1556593Z test_ops.py::TestCommonCUDA::test_dtypes_triangular_solve_cuda PASSED [ 5%] 2023-01-11T22:51:06.1557012Z test_ops.py::TestCommonCUDA::test_dtypes_tril_cuda PASSED [ 5%] 2023-01-11T22:51:06.1557497Z test_ops.py::TestCommonCUDA::test_dtypes_triu_cuda PASSED [ 5%] 2023-01-11T22:51:06.1557908Z test_ops.py::TestCommonCUDA::test_dtypes_unfold_copy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1558317Z test_ops.py::TestCommonCUDA::test_dtypes_unfold_cuda PASSED [ 5%] 2023-01-11T22:51:06.1558771Z test_ops.py::TestCommonCUDA::test_dtypes_uniform_cuda PASSED [ 5%] 2023-01-11T22:51:06.1559188Z test_ops.py::TestCommonCUDA::test_dtypes_unique_consecutive_cuda PASSED [ 5%] 2023-01-11T22:51:06.1559611Z test_ops.py::TestCommonCUDA::test_dtypes_unsqueeze_cuda PASSED [ 5%] 2023-01-11T22:51:06.1560023Z test_ops.py::TestCommonCUDA::test_dtypes_var_mean_cuda PASSED [ 5%] 2023-01-11T22:51:06.1560420Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_real_cuda PASSED [ 5%] 2023-01-11T22:51:06.1560832Z test_ops.py::TestCommonCUDA::test_dtypes_vsplit_cuda PASSED [ 5%] 2023-01-11T22:51:06.1561244Z test_ops.py::TestCommonCUDA::test_dtypes_vstack_cuda PASSED [ 5%] 2023-01-11T22:51:06.1561647Z test_ops.py::TestCommonCUDA::test_dtypes_where_cuda PASSED [ 5%] 2023-01-11T22:51:06.1562054Z test_ops.py::TestCommonCUDA::test_dtypes_xlogy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1562457Z test_ops.py::TestCommonCUDA::test_dtypes_zero__cuda PASSED [ 5%] 2023-01-11T22:51:06.1562851Z test_ops.py::TestCommonCUDA::test_dtypes_zeros_like_cuda PASSED [ 5%] 2023-01-11T22:51:06.1563265Z test_ops.py::TestCommonCUDA::test_errors___radd___cuda PASSED [ 5%] 2023-01-11T22:51:06.1563663Z test_ops.py::TestCommonCUDA::test_errors___rdiv___cuda PASSED [ 5%] 2023-01-11T22:51:06.1564066Z test_ops.py::TestCommonCUDA::test_errors___rmul___cuda PASSED [ 5%] 2023-01-11T22:51:06.1564467Z test_ops.py::TestCommonCUDA::test_errors___rpow___cuda PASSED [ 5%] 2023-01-11T22:51:06.1564875Z test_ops.py::TestCommonCUDA::test_errors___rsub___cuda PASSED [ 5%] 2023-01-11T22:51:06.1565276Z test_ops.py::TestCommonCUDA::test_errors___rxor___cuda PASSED [ 5%] 2023-01-11T22:51:06.1565666Z test_ops.py::TestCommonCUDA::test_errors_amax_cuda PASSED [ 5%] 2023-01-11T22:51:06.1566066Z test_ops.py::TestCommonCUDA::test_errors_amin_cuda PASSED [ 5%] 2023-01-11T22:51:06.1566472Z test_ops.py::TestCommonCUDA::test_errors_atan2_cuda PASSED [ 5%] 2023-01-11T22:51:06.1566878Z test_ops.py::TestCommonCUDA::test_errors_bernoulli_cuda PASSED [ 5%] 2023-01-11T22:51:06.1567296Z test_ops.py::TestCommonCUDA::test_errors_bitwise_left_shift_cuda PASSED [ 5%] 2023-01-11T22:51:06.1567711Z test_ops.py::TestCommonCUDA::test_errors_bitwise_or_cuda PASSED [ 5%] 2023-01-11T22:51:06.1568133Z test_ops.py::TestCommonCUDA::test_errors_bitwise_right_shift_cuda PASSED [ 5%] 2023-01-11T22:51:06.1568544Z test_ops.py::TestCommonCUDA::test_errors_bitwise_xor_cuda PASSED [ 5%] 2023-01-11T22:51:06.1568953Z test_ops.py::TestCommonCUDA::test_errors_complex_cuda PASSED [ 5%] 2023-01-11T22:51:06.1569362Z test_ops.py::TestCommonCUDA::test_errors_copysign_cuda PASSED [ 5%] 2023-01-11T22:51:06.1569765Z test_ops.py::TestCommonCUDA::test_errors_cov_cuda PASSED [ 5%] 2023-01-11T22:51:06.1570171Z test_ops.py::TestCommonCUDA::test_errors_diag_cuda PASSED [ 5%] 2023-01-11T22:51:06.1570575Z test_ops.py::TestCommonCUDA::test_errors_diag_embed_cuda PASSED [ 5%] 2023-01-11T22:51:06.1570992Z test_ops.py::TestCommonCUDA::test_errors_diagonal_copy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1571405Z test_ops.py::TestCommonCUDA::test_errors_div_no_rounding_mode_cuda PASSED [ 5%] 2023-01-11T22:51:06.1571823Z test_ops.py::TestCommonCUDA::test_errors_dstack_cuda PASSED [ 5%] 2023-01-11T22:51:06.1572222Z test_ops.py::TestCommonCUDA::test_errors_eq_cuda PASSED [ 5%] 2023-01-11T22:51:06.1572685Z test_ops.py::TestCommonCUDA::test_errors_fft_fft2_cuda PASSED [ 5%] 2023-01-11T22:51:06.1573087Z test_ops.py::TestCommonCUDA::test_errors_fft_fft_cuda PASSED [ 5%] 2023-01-11T22:51:06.1573496Z test_ops.py::TestCommonCUDA::test_errors_fft_hfftn_cuda PASSED [ 5%] 2023-01-11T22:51:06.1573903Z test_ops.py::TestCommonCUDA::test_errors_fft_ifftn_cuda PASSED [ 5%] 2023-01-11T22:51:06.1574346Z test_ops.py::TestCommonCUDA::test_errors_fft_ihfft_cuda PASSED [ 5%] 2023-01-11T22:51:06.1574759Z test_ops.py::TestCommonCUDA::test_errors_fft_ihfftn_cuda PASSED [ 5%] 2023-01-11T22:51:06.1575170Z test_ops.py::TestCommonCUDA::test_errors_fft_irfft2_cuda PASSED [ 5%] 2023-01-11T22:51:06.1575584Z test_ops.py::TestCommonCUDA::test_errors_fft_irfft_cuda PASSED [ 5%] 2023-01-11T22:51:06.1575992Z test_ops.py::TestCommonCUDA::test_errors_fft_irfftn_cuda PASSED [ 5%] 2023-01-11T22:51:06.1576405Z test_ops.py::TestCommonCUDA::test_errors_fft_rfft2_cuda PASSED [ 5%] 2023-01-11T22:51:06.1576818Z test_ops.py::TestCommonCUDA::test_errors_fft_rfft_cuda PASSED [ 5%] 2023-01-11T22:51:06.1577213Z test_ops.py::TestCommonCUDA::test_errors_fft_rfftn_cuda PASSED [ 5%] 2023-01-11T22:51:06.1577626Z test_ops.py::TestCommonCUDA::test_errors_floor_divide_cuda PASSED [ 5%] 2023-01-11T22:51:06.1578040Z test_ops.py::TestCommonCUDA::test_errors_fmin_cuda PASSED [ 5%] 2023-01-11T22:51:06.1578443Z test_ops.py::TestCommonCUDA::test_errors_gather_cuda PASSED [ 5%] 2023-01-11T22:51:06.1578853Z test_ops.py::TestCommonCUDA::test_errors_gradient_cuda PASSED [ 5%] 2023-01-11T22:51:06.1579264Z test_ops.py::TestCommonCUDA::test_errors_hsplit_cuda PASSED [ 5%] 2023-01-11T22:51:06.1579658Z test_ops.py::TestCommonCUDA::test_errors_hstack_cuda PASSED [ 5%] 2023-01-11T22:51:06.1580069Z test_ops.py::TestCommonCUDA::test_errors_hypot_cuda PASSED [ 5%] 2023-01-11T22:51:06.1580478Z test_ops.py::TestCommonCUDA::test_errors_isclose_cuda PASSED [ 5%] 2023-01-11T22:51:06.1580895Z test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_cuda PASSED [ 5%] 2023-01-11T22:51:06.1581311Z test_ops.py::TestCommonCUDA::test_errors_ldexp_cuda PASSED [ 5%] 2023-01-11T22:51:06.1581720Z test_ops.py::TestCommonCUDA::test_errors_le_cuda PASSED [ 5%] 2023-01-11T22:51:06.1582121Z test_ops.py::TestCommonCUDA::test_errors_linalg_cross_cuda PASSED [ 5%] 2023-01-11T22:51:06.1582520Z test_ops.py::TestCommonCUDA::test_errors_linspace_cuda PASSED [ 5%] 2023-01-11T22:51:06.1582938Z test_ops.py::TestCommonCUDA::test_errors_logcumsumexp_cuda PASSED [ 5%] 2023-01-11T22:51:06.1583363Z test_ops.py::TestCommonCUDA::test_errors_logical_and_cuda PASSED [ 5%] 2023-01-11T22:51:06.1584069Z test_ops.py::TestCommonCUDA::test_errors_logical_or_cuda PASSED [ 5%] 2023-01-11T22:51:06.1584492Z test_ops.py::TestCommonCUDA::test_errors_logical_xor_cuda PASSED [ 5%] 2023-01-11T22:51:06.1584961Z test_ops.py::TestCommonCUDA::test_errors_masked_select_cuda PASSED [ 5%] 2023-01-11T22:51:06.1585468Z test_ops.py::TestCommonCUDA::test_errors_max_binary_cuda PASSED [ 5%] 2023-01-11T22:51:06.1585942Z test_ops.py::TestCommonCUDA::test_errors_mean_cuda PASSED [ 5%] 2023-01-11T22:51:06.1586442Z test_ops.py::TestCommonCUDA::test_errors_median_cuda PASSED [ 5%] 2023-01-11T22:51:06.1586928Z test_ops.py::TestCommonCUDA::test_errors_min_binary_cuda PASSED [ 5%] 2023-01-11T22:51:06.1587420Z test_ops.py::TestCommonCUDA::test_errors_minimum_cuda PASSED [ 5%] 2023-01-11T22:51:06.1587907Z test_ops.py::TestCommonCUDA::test_errors_movedim_cuda PASSED [ 5%] 2023-01-11T22:51:06.1588389Z test_ops.py::TestCommonCUDA::test_errors_mul_cuda PASSED [ 5%] 2023-01-11T22:51:06.1588883Z test_ops.py::TestCommonCUDA::test_errors_narrow_copy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1589460Z test_ops.py::TestCommonCUDA::test_errors_narrow_cuda PASSED [ 5%] 2023-01-11T22:51:06.1589969Z test_ops.py::TestCommonCUDA::test_errors_native_layer_norm_cuda PASSED [ 5%] 2023-01-11T22:51:06.1590464Z test_ops.py::TestCommonCUDA::test_errors_ne_cuda PASSED [ 5%] 2023-01-11T22:51:06.1591016Z test_ops.py::TestCommonCUDA::test_errors_nextafter_cuda PASSED [ 5%] 2023-01-11T22:51:06.1591534Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool1d_cuda PASSED [ 5%] 2023-01-11T22:51:06.1592071Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool2d_cuda PASSED [ 5%] 2023-01-11T22:51:06.1592608Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_embedding_cuda PASSED [ 5%] 2023-01-11T22:51:06.1593122Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_gelu_cuda PASSED [ 5%] 2023-01-11T22:51:06.1593629Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_group_norm_cuda PASSED [ 5%] 2023-01-11T22:51:06.1594074Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_huber_loss_cuda PASSED [ 5%] 2023-01-11T22:51:06.1594507Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_l1_loss_cuda PASSED [ 5%] 2023-01-11T22:51:06.1594950Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool1d_cuda PASSED [ 5%] 2023-01-11T22:51:06.1595391Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool2d_cuda PASSED [ 5%] 2023-01-11T22:51:06.1595837Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_poisson_nll_loss_cuda PASSED [ 5%] 2023-01-11T22:51:06.1596269Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_prelu_cuda PASSED [ 5%] 2023-01-11T22:51:06.1596743Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 5%] 2023-01-11T22:51:06.1597231Z test_ops.py::TestCommonCUDA::test_errors_ormqr_cuda SKIPPED (cuSOLVER not available) [ 5%] 2023-01-11T22:51:06.1597664Z test_ops.py::TestCommonCUDA::test_errors_pow_cuda PASSED [ 5%] 2023-01-11T22:51:06.1598074Z test_ops.py::TestCommonCUDA::test_errors_renorm_cuda PASSED [ 5%] 2023-01-11T22:51:06.1598485Z test_ops.py::TestCommonCUDA::test_errors_reshape_as_cuda PASSED [ 5%] 2023-01-11T22:51:06.1598892Z test_ops.py::TestCommonCUDA::test_errors_reshape_cuda PASSED [ 5%] 2023-01-11T22:51:06.1599291Z test_ops.py::TestCommonCUDA::test_errors_roll_cuda PASSED [ 5%] 2023-01-11T22:51:06.1599697Z test_ops.py::TestCommonCUDA::test_errors_rot90_cuda PASSED [ 5%] 2023-01-11T22:51:06.1600103Z test_ops.py::TestCommonCUDA::test_errors_scatter_add_cuda PASSED [ 5%] 2023-01-11T22:51:06.1600509Z test_ops.py::TestCommonCUDA::test_errors_scatter_cuda PASSED [ 5%] 2023-01-11T22:51:06.1600935Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_cosine_cuda PASSED [ 5%] 2023-01-11T22:51:06.1601371Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_gaussian_cuda PASSED [ 5%] 2023-01-11T22:51:06.1601817Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_general_cosine_cuda PASSED [ 5%] 2023-01-11T22:51:06.1602251Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_kaiser_cuda PASSED [ 5%] 2023-01-11T22:51:06.1602689Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_nuttall_cuda PASSED [ 5%] 2023-01-11T22:51:06.1603147Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_u_cuda PASSED [ 5%] 2023-01-11T22:51:06.1603609Z test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_h_cuda PASSED [ 5%] 2023-01-11T22:51:06.1604311Z test_ops.py::TestCommonCUDA::test_errors_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1605085Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1605931Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:51:06.1606468Z test_ops.py::TestCommonCUDA::test_errors_special_xlog1py_cuda PASSED [ 5%] 2023-01-11T22:51:06.1606871Z test_ops.py::TestCommonCUDA::test_errors_sub_cuda PASSED [ 5%] 2023-01-11T22:51:06.1607272Z test_ops.py::TestCommonCUDA::test_errors_t_cuda PASSED [ 5%] 2023-01-11T22:51:06.1607714Z test_ops.py::TestCommonCUDA::test_errors_tril_cuda PASSED [ 5%] 2023-01-11T22:51:06.1608122Z test_ops.py::TestCommonCUDA::test_errors_true_divide_cuda PASSED [ 5%] 2023-01-11T22:51:06.1608531Z test_ops.py::TestCommonCUDA::test_errors_unbind_cuda PASSED [ 5%] 2023-01-11T22:51:06.1608934Z test_ops.py::TestCommonCUDA::test_errors_view_as_cuda PASSED [ 5%] 2023-01-11T22:51:06.1609339Z test_ops.py::TestCommonCUDA::test_errors_view_copy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1609739Z test_ops.py::TestCommonCUDA::test_errors_xlogy_cuda PASSED [ 5%] 2023-01-11T22:51:06.1610200Z test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1610716Z test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1611242Z test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1611769Z test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1612291Z test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1612811Z test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1613350Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmatmul___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1613870Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1614396Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1614920Z test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1615467Z test_ops.py::TestCommonCUDA::test_multiple_devices__softmax_backward_data_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:51:06.1616011Z test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1616529Z test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1617045Z test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1617561Z test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1618074Z test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1618592Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcdiv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1619120Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1619642Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1620163Z test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1620733Z test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1621248Z test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1621776Z test_ops.py::TestCommonCUDA::test_multiple_devices_allclose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1622349Z test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1622858Z test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1623374Z test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1623939Z test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1624467Z test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1624986Z test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1625498Z test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1626019Z test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1626538Z test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1627052Z test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1627573Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1628095Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1628622Z test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1629151Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1629704Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_partial_views_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1630278Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_partial_views_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1630823Z test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1631342Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1631857Z test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1632377Z test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1632903Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1633441Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1633972Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1634501Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1635029Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1635629Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1636163Z test_ops.py::TestCommonCUDA::test_multiple_devices_bernoulli_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1636691Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_and_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1637284Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_right_shift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1637824Z test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1638364Z test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1638892Z test_ops.py::TestCommonCUDA::test_multiple_devices_bmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1639417Z test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1639955Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1640516Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1641064Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1641608Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1642136Z test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1642663Z test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1643201Z test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1643736Z test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1644247Z test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1644780Z test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1645296Z test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1645811Z test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1646352Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_inverse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1646900Z test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1647422Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1647951Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1648481Z test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1649008Z test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1649548Z test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1650121Z test_ops.py::TestCommonCUDA::test_multiple_devices_complex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1650651Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1651184Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1651771Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1652304Z test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1652828Z test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1653349Z test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1653868Z test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1654381Z test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1654907Z test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1655437Z test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1655958Z test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1656481Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1657005Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1657531Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1658062Z test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1658593Z test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1659108Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1659632Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1660177Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1660720Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1661254Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1661797Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1662347Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1662905Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1663452Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1664021Z test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1664533Z test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1665185Z test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1665811Z test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1666430Z test_ops.py::TestCommonCUDA::test_multiple_devices_einsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1667124Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1667746Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1668353Z test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1668975Z test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1669586Z test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1670196Z test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1670813Z test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1671434Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1672046Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1672661Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1673286Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1673804Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1674303Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1674819Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1675350Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1675868Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1676381Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1676895Z test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1677406Z test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1677917Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1678419Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1678935Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1679463Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1679986Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1680503Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1681067Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1681587Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1682108Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1682675Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1683187Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1683713Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1684242Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1684771Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1685291Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1685813Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1686338Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1686851Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1687366Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1687876Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1688399Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1688918Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1689434Z test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1689953Z test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1690463Z test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1690974Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1691498Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1692007Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1692519Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1693032Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1693544Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1694045Z test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1694555Z test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1695091Z test_ops.py::TestCommonCUDA::test_multiple_devices_grid_sampler_2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1695664Z test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1696175Z test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1696672Z test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1697237Z test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1697760Z test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1698278Z test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1698789Z test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1699303Z test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:51:06.1699810Z test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1700312Z test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1700823Z test_ops.py::TestCommonCUDA::test_multiple_devices_igamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1701345Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1701869Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1702392Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1702923Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1703455Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1704094Z test_ops.py::TestCommonCUDA::test_multiple_devices_inner_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1704611Z test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1705118Z test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1705615Z test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1706124Z test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1706634Z test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1707153Z test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1707670Z test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1708188Z test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1708701Z test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1709213Z test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1709829Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1710420Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1710983Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1711592Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1712166Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1712719Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1713251Z test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1713772Z test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1714283Z test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1714786Z test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1715327Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_singular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1715867Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eig_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1716584Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 7%] 2023-01-11T22:51:06.1717302Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 7%] 2023-01-11T22:51:06.1717878Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1718425Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1718966Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1719512Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1720063Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1720796Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_multi_dot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1721407Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1721966Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1722520Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1723146Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_hermitian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1723780Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 7%] 2023-01-11T22:51:06.1724411Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_slogdet_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1725159Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1725818Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1726455Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1727153Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vecdot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1727807Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vector_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1728446Z test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1729075Z test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1729690Z test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1730304Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1730934Z test_ops.py::TestCommonCUDA::test_multiple_devices_logcumsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1731567Z test_ops.py::TestCommonCUDA::test_multiple_devices_logdet_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1732189Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1732834Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1733364Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1733889Z test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1734404Z test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1734920Z test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1735450Z test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1735964Z test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1736464Z test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1736970Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1737482Z test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1737995Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1738523Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1739052Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1739578Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1740107Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1740635Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1741237Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1741771Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1742301Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1742950Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1743489Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_normalize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1744081Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1744615Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1745153Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1745676Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1746211Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1746733Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1747250Z test_ops.py::TestCommonCUDA::test_multiple_devices_matmul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1747769Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1748305Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1748841Z test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1749358Z test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1749923Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1750481Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1751030Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1751551Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1752086Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1752637Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1753175Z test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1753699Z test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1754206Z test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1754718Z test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1755227Z test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1755801Z test_ops.py::TestCommonCUDA::test_multiple_devices_mv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1756335Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1756886Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1757487Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1758017Z test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1758535Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1759069Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanquantile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1759592Z test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1760123Z test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1760649Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1761174Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1761710Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_batch_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1762260Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_layer_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1762783Z test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1763305Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1763840Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1764366Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1764880Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1765399Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1765910Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1766429Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1767002Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1767605Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1768197Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1768784Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1769361Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_alpha_dropout_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1770003Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1770571Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1771133Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1771774Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1772340Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1772930Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1773535Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1774121Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_similarity_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1774694Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_ctc_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1775256Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1775814Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1776368Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_elu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1776954Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1777564Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1778155Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1778728Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1779280Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_glu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1779854Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1780446Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_area_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1781020Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_linear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1781618Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1782201Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_layer_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1782765Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_leaky_relu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1783323Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_linear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1784016Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_local_response_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1784615Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1785194Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1785810Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1786389Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1786961Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:51:06.1787529Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mish_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1788086Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mse_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1788672Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1789265Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_reflect_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1789861Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_replicate_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1790445Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1791038Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1791607Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pdist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1792171Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1792738Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1793300Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1793854Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1794404Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_rrelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1794963Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_selu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1795511Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_silu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1796075Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1796653Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1797232Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1797798Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1798421Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1798987Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1799549Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1800179Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1800743Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1801307Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1801910Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1802499Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_unfold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1803074Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1803625Z test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1804149Z test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1804669Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1805189Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_fro_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1805718Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1806234Z test_ops.py::TestCommonCUDA::test_multiple_devices_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 8%] 2023-01-11T22:51:06.1806747Z test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1807271Z test_ops.py::TestCommonCUDA::test_multiple_devices_pinverse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1807789Z test_ops.py::TestCommonCUDA::test_multiple_devices_polar_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1808336Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1808875Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_int64 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:51:06.1809390Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_int64 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:51:06.1809935Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:51:06.1810453Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_int64 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:51:06.1810969Z test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1811486Z test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1812003Z test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1812503Z test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1813064Z test_ops.py::TestCommonCUDA::test_multiple_devices_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 8%] 2023-01-11T22:51:06.1813581Z test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1814107Z test_ops.py::TestCommonCUDA::test_multiple_devices_rand_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1814682Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1815212Z test_ops.py::TestCommonCUDA::test_multiple_devices_randn_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1815736Z test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1816246Z test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1816764Z test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1817299Z test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1817822Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1818363Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1818908Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1819434Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1819964Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1820504Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1821024Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1821548Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1822082Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1822611Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1823132Z test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1823651Z test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1824338Z test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1824852Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1825369Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1825902Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1826413Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:51:06.1826918Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1827493Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1828022Z test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1828558Z test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1829136Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1829659Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1830182Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1830710Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1831277Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1831835Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1832395Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1832936Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1833462Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1833991Z test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1834508Z test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1835037Z test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1835539Z test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1836082Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_bartlett_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1836664Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_exponential_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1837242Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_general_cosine_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1837814Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_hamming_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1838376Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_hann_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1838935Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_kaiser_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1839492Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_nuttall_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1840031Z test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1840534Z test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1841043Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1841562Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1842144Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1842667Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1843194Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1843757Z test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1844267Z test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1844793Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1845325Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1845872Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1846412Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1846984Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1847532Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1848092Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1848896Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:51:06.1849698Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:51:06.1850304Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1850843Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1851399Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1851978Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1852554Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1853085Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1853618Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1854155Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1854716Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1855267Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1855807Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1856334Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1856960Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1857568Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1858360Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:51:06.1859237Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:51:06.1860061Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:51:06.1860693Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1861254Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1861798Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1862349Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1862887Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1863433Z test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1864046Z test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1864564Z test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1865075Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1865594Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1866126Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_unbiased_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1866651Z test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1867157Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1867672Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1868198Z test_ops.py::TestCommonCUDA::test_multiple_devices_symeig_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1868714Z test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1869239Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1869782Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1870305Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1870815Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1871321Z test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1871889Z test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1872403Z test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1872924Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:51:06.1873518Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensordot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1874036Z test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1874550Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1875081Z test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1875611Z test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1876135Z test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1876653Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1877182Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1877709Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1878262Z test_ops.py::TestCommonCUDA::test_multiple_devices_triangular_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1878792Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1879304Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1879821Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_indices_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1880348Z test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1880873Z test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1881386Z test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1881895Z test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1882417Z test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1882946Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1883490Z test_ops.py::TestCommonCUDA::test_multiple_devices_uniform_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1884031Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1884583Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1885107Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1885614Z test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1886206Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_unbiased_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1886746Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_unbiased_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1887282Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_complex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1887866Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1888389Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1888933Z test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1889451Z test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1889961Z test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1890481Z test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1890997Z test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1891526Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:51:06.1892016Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___getitem___cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1892470Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rand___cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1892923Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rmul___cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1893371Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rxor___cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1893814Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_abs_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1894277Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acos_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1894723Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_add_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1895171Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_aminmax_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1895631Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_angle_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1896112Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_argwhere_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:51:06.1896675Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_partial_views_cuda_bool SKIPPED (Modifies input strides and storage_offset) [ 9%] 2023-01-11T22:51:06.1897223Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_scatter_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1897682Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asin_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1898130Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan2_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1898580Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1899035Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_2d_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1899505Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bfloat16_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1899724Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_and_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1899940Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_not_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1900162Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_xor_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1900425Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_block_diag_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1900648Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_to_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1900858Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_byte_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1901078Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cdouble_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1901340Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_min_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1901540Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clone_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1901763Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_column_stack_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1901991Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_combinations_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1902216Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_physical_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1902447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_constant_pad_nd_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1902665Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_contiguous_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1902881Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_copysign_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1903093Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cos_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1903319Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_count_nonzero_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1903531Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_deg2rad_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1903825Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_copy_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1904034Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diff_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1904250Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_digamma_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1904483Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_div_no_rounding_mode_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1904694Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_double_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1904906Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dsplit_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1905147Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_like_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:51:06.1905357Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eq_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1905569Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_equal_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1905777Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1905995Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_as_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1906212Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expm1_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1906407Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eye_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1906622Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft2_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1906836Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1907048Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1907261Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1907477Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1907694Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1907982Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1908200Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1908417Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1908677Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfftn_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1908889Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flip_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1909102Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fliplr_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1909313Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1909556Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmin_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1909769Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1909994Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_like_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1910207Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gather_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1910414Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gt_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1910635Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_heaviside_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1910851Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hstack_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1911045Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_i0_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1911264Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_fill_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1911480Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isclose_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1911697Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isfinite_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1911908Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isinf_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1912117Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isnan_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1912328Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isreal_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1912577Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_return_by_ref_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1912802Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_unary_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1913012Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_kron_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1913229Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_and_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1913447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logsumexp_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1913658Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_long_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1913862Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lt_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1914080Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_mean_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1914301Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_prod_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1914526Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_scatter_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1914790Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_select_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:51:06.1915007Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_binary_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1915240Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_no_dim_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1915527Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_list_of_tensors_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1915770Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_variadic_tensors_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1915976Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_binary_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1916251Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_no_dim_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1916485Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_with_dim_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1916698Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mode_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1916913Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nan_to_num_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1917128Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nansum_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1917338Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ne_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1917635Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_strided_cuda_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2023-01-11T22:51:06.1917889Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1918168Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1918410Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_constant_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1918656Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1918889Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nonzero_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:51:06.1919116Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_like_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1919330Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_outer_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1919544Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_permute_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1919786Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_0_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1920039Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_1_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:51:06.1920274Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_prod_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1920483Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_put_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1920693Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ravel_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1920911Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1921143Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_interleave_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1921362Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_as_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1921569Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1921783Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize__cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1922003Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_conj_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1922222Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_neg_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1922431Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_roll_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1922682Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rot90_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1922893Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rsqrt_cuda_bool PASSED [ 9%] 2023-01-11T22:51:06.1923114Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_add_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1923326Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1923595Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_scatter_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1923805Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sgn_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1924014Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_short_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1924233Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sigmoid_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1924439Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sin_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1924651Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1924879Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y0_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1925110Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y1_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1925390Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_t_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1925885Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_v_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:51:06.1926110Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_entr_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1926359Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_h_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1926609Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_he_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1926827Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i0e_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1927034Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1927284Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_laguerre_polynomial_l_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1927762Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_legendre_polynomial_p_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:51:06.1928005Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i0_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1928251Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k1_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1928477Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtri_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1928741Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1928996Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1929495Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:51:06.1929982Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:51:06.1930228Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_spherical_bessel_j0_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1930439Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1930729Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sqrt_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1930943Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_stack_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1931155Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1931415Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tensor_split_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1931625Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_trace_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1931833Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_triu_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1932052Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_true_divide_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1932263Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unbind_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1932478Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_as_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1932694Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_copy_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1932905Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vsplit_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1933113Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zero__cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1933338Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_like_cuda_bool PASSED [ 10%] 2023-01-11T22:51:06.1933550Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1933753Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1933963Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1934185Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1934408Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1934626Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1934839Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1935057Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1935269Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1935481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___ror___cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1935699Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1935912Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1936126Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1936336Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rxor___cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1936578Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples__native_batch_norm_legit_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1936795Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1937008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1937218Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1937429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1937646Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1937856Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1938118Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1938329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1938545Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1938808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1939029Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1939244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1939482Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1939698Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1939916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1940124Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1940337Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1940547Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1940766Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1941002Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1941212Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1941419Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1941634Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1941853Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1942064Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1942281Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1942509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_complex64 XFAIL [ 10%] 2023-01-11T22:51:06.1942723Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_int64 XFAIL [ 10%] 2023-01-11T22:51:06.1942953Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_float32 XFAIL [ 10%] 2023-01-11T22:51:06.1943189Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_int64 XFAIL [ 10%] 2023-01-11T22:51:06.1943482Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_int64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2023-01-11T22:51:06.1943855Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1944073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1944294Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1944511Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1944726Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1944943Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1945155Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1945366Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1945576Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1945864Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1946083Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1946329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1946591Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1946810Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1947027Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1947252Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1947466Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1947684Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bincount_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1947905Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_and_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1948122Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_left_shift_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1948348Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1948571Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1948788Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1949002Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1949216Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1949427Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1949669Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1949889Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1950109Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1950332Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1950544Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1950774Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1951000Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1951215Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1951454Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1951676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1951890Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1952104Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1952325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1952543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1952746Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1952956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1953168Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1953456Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1953696Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1953926Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1954194Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1954414Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1954627Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1954836Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1955051Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1955267Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1955485Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1955703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1955920Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1956129Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1956351Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1956571Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1956826Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1957061Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1957289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1957510Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1957729Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1957960Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1958185Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1958407Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1958627Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_int64 PASSED [ 10%] 2023-01-11T22:51:06.1958845Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_float32 PASSED [ 10%] 2023-01-11T22:51:06.1959066Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_complex64 PASSED [ 10%] 2023-01-11T22:51:06.1959277Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1959499Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1959715Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1959923Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1960140Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1960355Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1960576Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1960836Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1961049Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1961294Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1961573Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1961807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1962054Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1962270Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1962502Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1962721Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1962945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1963170Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1963388Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1963609Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1963822Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1964038Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1964270Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1964500Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1964717Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1964929Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1965149Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1965366Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1965603Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:51:06.1965848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:51:06.1966089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_int64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:51:06.1966309Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1966520Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1966723Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1966940Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1967157Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1967377Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1967577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1967800Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1968015Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1968227Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1968509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:51:06.1968737Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_int64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:51:06.1968955Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1969207Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1969423Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1969634Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1969859Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1970083Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1970306Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1970522Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1970745Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1970967Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1971184Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1971397Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1971616Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1971829Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1972055Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1972276Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1972483Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1972732Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1972954Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1973172Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1973393Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1973608Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1973832Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1974054Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1974274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1974491Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1974711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1974928Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1975140Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1975356Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1975569Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1975830Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1976042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1976253Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1976474Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1976727Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1976945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1977165Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1977371Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1977588Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1977804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1978033Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1978258Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1978483Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1978695Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1978916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1979127Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1979339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frac_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1979555Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frexp_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1979767Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1979977Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1980199Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1980420Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1980628Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1980836Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1981060Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1981274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1981490Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1981703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1981912Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1982130Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1982341Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1982562Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1982863Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1983073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1983291Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1983568Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1983851Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hypot_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1984062Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1984338Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igammac_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1984553Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_imag_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1984778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1985001Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1985214Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1985626Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1985854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1986081Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1986313Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1986542Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1986778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1986986Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1987209Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1987426Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1987645Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1987867Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1988089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1988313Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1988539Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1988755Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1988966Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1989180Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1989396Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1989620Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1989840Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1990063Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1990284Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1990497Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1990717Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_istft_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1990961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1991210Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1991543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1991806Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1992085Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1992332Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1992567Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1992798Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1993021Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1993245Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1993462Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lcm_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1993695Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1993911Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_int64 PASSED [ 11%] 2023-01-11T22:51:06.1994135Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_complex64 PASSED [ 11%] 2023-01-11T22:51:06.1994354Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_float32 PASSED [ 11%] 2023-01-11T22:51:06.1994583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1994808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.1995111Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_complex64 SKIPPED (The backward may give different results) [ 12%] 2023-01-11T22:51:06.1995339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1995574Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1995802Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.1996040Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1996277Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1996510Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.1996804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_complex64 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:51:06.1997098Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:51:06.1997325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1997552Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.1997771Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1997996Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.1998451Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:51:06.1998885Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:51:06.1999381Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:51:06.1999625Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.1999863Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2000162Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2000391Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2000615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2000855Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2001094Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2001330Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2001573Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2001811Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2002057Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2002298Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2002564Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2002812Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_complex64 SKIPPED (67470!) [ 12%] 2023-01-11T22:51:06.2003076Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2003333Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2003559Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2003800Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2004067Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:51:06.2004289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2004521Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2004737Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2004987Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2005207Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2005442Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2005670Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2005910Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2006153Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2006385Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2006612Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2006879Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2007120Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2007351Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2007629Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2007848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2008063Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2008274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2008480Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2008690Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2008923Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2009144Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp2_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2009383Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logcumsumexp_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2009597Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2009807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2010023Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2010251Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2010476Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2010700Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2010919Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2011144Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2011365Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2011581Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2011797Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2012008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2012224Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2012445Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2012663Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2012890Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2013103Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2013312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2013534Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2013757Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2013979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2014249Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2014489Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2014703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2014992Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2015222Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2015445Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2015671Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2015892Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2016117Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2016350Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2016567Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2016790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_median_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2017033Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2017257Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2017481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2017708Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2017936Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2018163Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2018385Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2018614Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmax_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2018843Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2019065Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2019283Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2019511Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2019731Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2019941Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2020156Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2020396Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2020621Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2020839Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2021088Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2021318Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2021549Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2021809Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2022021Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2022234Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2022501Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2022714Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2022953Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2023202Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2023439Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2023675Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2023974Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2024194Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2024417Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2024629Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2024846Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2025045Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2025264Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2025491Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2025701Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2025909Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2026121Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2026360Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2026595Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2026811Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2027029Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmean_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2027251Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2027471Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2027695Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanquantile_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2027912Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2028126Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2028350Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2028570Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2028790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2029005Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2029280Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2029493Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_int64 PASSED [ 12%] 2023-01-11T22:51:06.2029714Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_batch_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2029961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_dropout_backward_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2030241Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_layer_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:51:06.2030455Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2030678Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_complex64 PASSED [ 12%] 2023-01-11T22:51:06.2030913Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_float32 SKIPPED (Skipped!) [ 12%] 2023-01-11T22:51:06.2031147Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_int64 SKIPPED (Skipped!) [ 12%] 2023-01-11T22:51:06.2031453Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2023-01-11T22:51:06.2031750Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2023-01-11T22:51:06.2031977Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2032190Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2032408Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2032617Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2032832Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2033052Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2033333Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:51:06.2033597Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2033853Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2034103Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2034363Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2034615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2034870Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2035110Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2035350Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2035593Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2035837Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2036140Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2036367Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_bilinear_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2036680Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2036916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_celu_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2037156Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2037429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2037664Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2037917Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2038166Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2038424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2038674Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2038931Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2039187Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2039435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_similarity_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2039686Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cross_entropy_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2039922Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_ctc_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2040169Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2040413Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2040658Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_bag_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2040897Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2041189Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2041472Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2041734Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2041987Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2042239Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2042470Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gelu_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2042711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardswish_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2042951Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2043183Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_huber_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2043429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_instance_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2043679Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_area_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2043979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2044237Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2044478Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_layer_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2044760Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_leaky_relu_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2044994Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2045250Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_local_response_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2045488Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2045732Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2045981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2046232Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2046479Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2046748Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2047012Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2047245Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_one_hot_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2047492Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2047738Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2047980Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2048223Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2048471Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2048710Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2048964Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2049215Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2049466Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2049711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2049956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2050205Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2050448Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2050692Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2050929Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_prelu_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2051203Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_silu_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2051452Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2051703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2051979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2052235Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2052479Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2052717Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2052960Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2053203Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2053456Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2053731Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2053973Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2054208Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2054461Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2054684Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2054908Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2055119Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2055335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2055558Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2055776Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2055982Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2056196Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2056406Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2056630Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2056854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2057110Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 13%] 2023-01-11T22:51:06.2057329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2057543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2057749Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2057969Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2058189Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2058398Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polar_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2058748Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2059008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:51:06.2059260Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:51:06.2059554Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_int64 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:51:06.2059805Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_int64 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:51:06.2060027Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2060247Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2060468Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2060683Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2060898Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2061112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2061315Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2061531Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_quantile_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2061753Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2061968Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2062237Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_float32 SKIPPED (Test expects tensor input) [ 13%] 2023-01-11T22:51:06.2062466Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2062730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_complex64 SKIPPED (Test expects tensor input) [ 13%] 2023-01-11T22:51:06.2062954Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2063173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2063390Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2063601Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2063971Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2064194Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2064412Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2064628Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2064848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2065087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2065319Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2065542Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2065760Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2065982Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2066274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2066481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2066702Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2066928Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2067203Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2067420Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_int64 PASSED [ 13%] 2023-01-11T22:51:06.2067649Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2067868Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2068095Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_complex64 PASSED [ 13%] 2023-01-11T22:51:06.2068313Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2068524Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2068734Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2068968Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_0_cuda_float32 PASSED [ 13%] 2023-01-11T22:51:06.2069212Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2069433Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2069640Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2069858Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2070066Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2070315Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2070557Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2070798Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_int64 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2071017Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2071235Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2071444Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2071658Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2071894Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2072124Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2072357Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2072588Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2072813Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2073053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_offsets_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2073268Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2073476Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2073745Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2073953Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2074183Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2074405Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2074658Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2074869Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2075124Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_bartlett_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2075381Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_blackman_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2075636Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_cosine_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2075893Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2076146Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_hann_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2076405Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2076658Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_nuttall_cuda_float32 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:51:06.2076879Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2077083Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2077292Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2077508Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2077725Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2077940Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2078155Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2078371Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2078587Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2078801Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2079011Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2079228Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2079442Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2079649Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2079880Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2080108Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2080342Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2080579Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2080807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2081063Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2081362Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2081871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2082397Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2082618Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2082836Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2083064Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2083322Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2083569Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2083791Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2084015Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2084267Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2084497Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2084722Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2084965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2085215Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2085440Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2085666Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2085906Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2086162Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2086426Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2086674Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2086923Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2087424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2087918Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2088418Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2088909Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2089456Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:51:06.2089710Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2089954Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2090213Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2090424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2090656Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2090879Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2091113Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2091336Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2091562Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2091778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2092008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2092224Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2092436Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2092648Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2092862Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2093084Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2093301Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2093538Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_unbiased_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2093771Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_unbiased_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2093999Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_unbiased_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2094216Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2094430Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2094638Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2094849Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2095073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2095292Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2095509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2095733Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2095936Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2096148Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2096371Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2096577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2096811Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2097084Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2097314Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2097529Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2097778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2097996Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2098206Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2098435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2098660Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2098871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2099091Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2099314Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_float32 SKIPPED [ 14%] 2023-01-11T22:51:06.2099538Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2099769Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2099995Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2100211Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2100446Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2100644Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2100853Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2101077Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2101291Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2101504Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2101729Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2101956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2102171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2102395Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2102612Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2102827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2103041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2103253Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2103476Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2103755Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2103987Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_unbiased_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2104215Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_unbiased_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2104435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2104712Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_complex_cuda_float32 XFAIL [ 14%] 2023-01-11T22:51:06.2104936Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2105152Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2105408Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2105617Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2105827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2106045Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_complex64 PASSED [ 14%] 2023-01-11T22:51:06.2106254Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_int64 PASSED [ 14%] 2023-01-11T22:51:06.2106469Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_float32 PASSED [ 14%] 2023-01-11T22:51:06.2106685Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2106940Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_complex64 PASSED [ 15%] 2023-01-11T22:51:06.2107148Z test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2107350Z test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2107548Z test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2107745Z test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2107943Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2108157Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2108358Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2108553Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2108746Z test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2108935Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_float64 XFAIL [ 15%] 2023-01-11T22:51:06.2109129Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2109339Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2109542Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2109726Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2109925Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2110118Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2110309Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2110502Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2110698Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2110888Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2111083Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2111313Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2111536Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2111770Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2112050Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2112278Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2112483Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2112739Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2112958Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2113177Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2113382Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2113617Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2113835Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2114050Z test_ops.py::TestCommonCUDA::test_numpy_ref_native_layer_norm_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2114274Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2114506Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2114741Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_complex128 XFAIL [ 15%] 2023-01-11T22:51:06.2114966Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_group_norm_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2115175Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2115392Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_layer_norm_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2115609Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_mse_loss_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2115827Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pdist_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2116048Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2116251Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2116454Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2116653Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2116852Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2117055Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2117253Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2117457Z test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2117662Z test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2117884Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_blackman_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2118100Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_cosine_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2118327Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_exponential_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2118558Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_general_cosine_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2118776Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_general_hamming_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2118995Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_hamming_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2119202Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2119452Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2119648Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2119842Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2120049Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2120309Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2120511Z test_ops.py::TestCommonCUDA::test_numpy_ref_triu_indices_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2120712Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_complex128 PASSED [ 15%] 2023-01-11T22:51:06.2120912Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_float64 PASSED [ 15%] 2023-01-11T22:51:06.2121108Z test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2121301Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2121484Z test_ops.py::TestCommonCUDA::test_out_T_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2121673Z test_ops.py::TestCommonCUDA::test_out___radd___cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2121857Z test_ops.py::TestCommonCUDA::test_out___rand___cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2122049Z test_ops.py::TestCommonCUDA::test_out___rdiv___cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2122236Z test_ops.py::TestCommonCUDA::test_out___ror___cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2122421Z test_ops.py::TestCommonCUDA::test_out___rxor___cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2122615Z test_ops.py::TestCommonCUDA::test_out__native_batch_norm_legit_cuda_float32 XFAIL [ 15%] 2023-01-11T22:51:06.2122808Z test_ops.py::TestCommonCUDA::test_out__refs_T_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2123019Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_bfloat16_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2123231Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_byte_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2123442Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_cdouble_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2123651Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_cfloat_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2123862Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_chalf_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2124069Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_char_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2124284Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_complex_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2124495Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_float_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2124701Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_int_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2124895Z test_ops.py::TestCommonCUDA::test_out__refs_abs_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2125090Z test_ops.py::TestCommonCUDA::test_out__refs_acosh_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2125392Z test_ops.py::TestCommonCUDA::test_out__refs_allclose_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2023-01-11T22:51:06.2125586Z test_ops.py::TestCommonCUDA::test_out__refs_amax_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2125777Z test_ops.py::TestCommonCUDA::test_out__refs_any_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2125972Z test_ops.py::TestCommonCUDA::test_out__refs_arange_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2126164Z test_ops.py::TestCommonCUDA::test_out__refs_asinh_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2126352Z test_ops.py::TestCommonCUDA::test_out__refs_atan_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2126545Z test_ops.py::TestCommonCUDA::test_out__refs_atanh_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2126785Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_2d_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2126976Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_3d_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2127186Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_and_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2127389Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_left_shift_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2127657Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_right_shift_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2127853Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_xor_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2128064Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_shapes_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2128274Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_tensors_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2128476Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_to_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2128676Z test_ops.py::TestCommonCUDA::test_out__refs_bucketize_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2128877Z test_ops.py::TestCommonCUDA::test_out__refs_chunk_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2129074Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_max_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2129276Z test_ops.py::TestCommonCUDA::test_out__refs_column_stack_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2129489Z test_ops.py::TestCommonCUDA::test_out__refs_constant_pad_nd_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2129688Z test_ops.py::TestCommonCUDA::test_out__refs_contiguous_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2129880Z test_ops.py::TestCommonCUDA::test_out__refs_cosh_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2130071Z test_ops.py::TestCommonCUDA::test_out__refs_diag_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2130267Z test_ops.py::TestCommonCUDA::test_out__refs_diag_embed_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2130466Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2130674Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_scatter_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2130871Z test_ops.py::TestCommonCUDA::test_out__refs_digamma_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2131071Z test_ops.py::TestCommonCUDA::test_out__refs_div_no_rounding_mode_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2131267Z test_ops.py::TestCommonCUDA::test_out__refs_dstack_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2131517Z test_ops.py::TestCommonCUDA::test_out__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2023-01-11T22:51:06.2131775Z test_ops.py::TestCommonCUDA::test_out__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2023-01-11T22:51:06.2131967Z test_ops.py::TestCommonCUDA::test_out__refs_eq_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2132159Z test_ops.py::TestCommonCUDA::test_out__refs_erf_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2132356Z test_ops.py::TestCommonCUDA::test_out__refs_expand_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2132549Z test_ops.py::TestCommonCUDA::test_out__refs_expm1_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2132740Z test_ops.py::TestCommonCUDA::test_out__refs_eye_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2132935Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2133128Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2133326Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2133519Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2133714Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2133909Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2134162Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftshift_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2134362Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2134560Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2134757Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2134998Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2135183Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2135376Z test_ops.py::TestCommonCUDA::test_out__refs_fill_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2135576Z test_ops.py::TestCommonCUDA::test_out__refs_flipud_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2135777Z test_ops.py::TestCommonCUDA::test_out__refs_float_power_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2135976Z test_ops.py::TestCommonCUDA::test_out__refs_floor_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2136180Z test_ops.py::TestCommonCUDA::test_out__refs_floor_divide_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2136371Z test_ops.py::TestCommonCUDA::test_out__refs_fmax_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2136561Z test_ops.py::TestCommonCUDA::test_out__refs_fmin_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2136751Z test_ops.py::TestCommonCUDA::test_out__refs_gcd_cuda_int64 PASSED [ 15%] 2023-01-11T22:51:06.2136939Z test_ops.py::TestCommonCUDA::test_out__refs_gt_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2137135Z test_ops.py::TestCommonCUDA::test_out__refs_hsplit_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2137333Z test_ops.py::TestCommonCUDA::test_out__refs_hstack_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2137525Z test_ops.py::TestCommonCUDA::test_out__refs_hypot_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2137723Z test_ops.py::TestCommonCUDA::test_out__refs_i0_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2137918Z test_ops.py::TestCommonCUDA::test_out__refs_igamma_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2138113Z test_ops.py::TestCommonCUDA::test_out__refs_imag_cuda_complex64 PASSED [ 15%] 2023-01-11T22:51:06.2138311Z test_ops.py::TestCommonCUDA::test_out__refs_index_add_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2138517Z test_ops.py::TestCommonCUDA::test_out__refs_index_select_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2138711Z test_ops.py::TestCommonCUDA::test_out__refs_isinf_cuda_float32 PASSED [ 15%] 2023-01-11T22:51:06.2138895Z test_ops.py::TestCommonCUDA::test_out__refs_isneginf_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2139092Z test_ops.py::TestCommonCUDA::test_out__refs_isposinf_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2139282Z test_ops.py::TestCommonCUDA::test_out__refs_isreal_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2139472Z test_ops.py::TestCommonCUDA::test_out__refs_lcm_cuda_int64 PASSED [ 16%] 2023-01-11T22:51:06.2139667Z test_ops.py::TestCommonCUDA::test_out__refs_lgamma_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2139878Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_matrix_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2140074Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_svd_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2140282Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_vector_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2140482Z test_ops.py::TestCommonCUDA::test_out__refs_linspace_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2140681Z test_ops.py::TestCommonCUDA::test_out__refs_logical_not_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2140873Z test_ops.py::TestCommonCUDA::test_out__refs_lt_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2141064Z test_ops.py::TestCommonCUDA::test_out__refs_mean_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2141283Z test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2141554Z test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2141752Z test_ops.py::TestCommonCUDA::test_out__refs_minimum_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2141942Z test_ops.py::TestCommonCUDA::test_out__refs_mul_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2142144Z test_ops.py::TestCommonCUDA::test_out__refs_narrow_copy_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2142392Z test_ops.py::TestCommonCUDA::test_out__refs_native_layer_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2142583Z test_ops.py::TestCommonCUDA::test_out__refs_neg_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2142764Z test_ops.py::TestCommonCUDA::test_out__refs_new_full_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2142959Z test_ops.py::TestCommonCUDA::test_out__refs_new_ones_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2143157Z test_ops.py::TestCommonCUDA::test_out__refs_nextafter_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2143389Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_alpha_dropout_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2143600Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_celu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2144169Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_elu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2144389Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_gelu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2144600Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_glu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2144822Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2145038Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2145248Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2145466Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2145679Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mish_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2145895Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2146105Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_prelu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2146315Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_selu_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2146545Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2146775Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2146991Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softplus_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2147207Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2147441Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2147637Z test_ops.py::TestCommonCUDA::test_out__refs_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2147819Z test_ops.py::TestCommonCUDA::test_out__refs_ones_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148018Z test_ops.py::TestCommonCUDA::test_out__refs_permute_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148208Z test_ops.py::TestCommonCUDA::test_out__refs_real_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148405Z test_ops.py::TestCommonCUDA::test_out__refs_remainder_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148597Z test_ops.py::TestCommonCUDA::test_out__refs_repeat_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148796Z test_ops.py::TestCommonCUDA::test_out__refs_reshape_as_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2148990Z test_ops.py::TestCommonCUDA::test_out__refs_reshape_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2149266Z test_ops.py::TestCommonCUDA::test_out__refs_rot90_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2149462Z test_ops.py::TestCommonCUDA::test_out__refs_rsub_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2149655Z test_ops.py::TestCommonCUDA::test_out__refs_signbit_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2149846Z test_ops.py::TestCommonCUDA::test_out__refs_sin_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2150080Z test_ops.py::TestCommonCUDA::test_out__refs_sinc_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2150286Z test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j0_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2150487Z test_ops.py::TestCommonCUDA::test_out__refs_special_entr_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2150687Z test_ops.py::TestCommonCUDA::test_out__refs_special_i0e_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2150885Z test_ops.py::TestCommonCUDA::test_out__refs_special_i1e_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2151099Z test_ops.py::TestCommonCUDA::test_out__refs_special_logit_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2151334Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2151537Z test_ops.py::TestCommonCUDA::test_out__refs_special_ndtri_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2151752Z test_ops.py::TestCommonCUDA::test_out__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2151962Z test_ops.py::TestCommonCUDA::test_out__refs_special_xlog1py_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2152168Z test_ops.py::TestCommonCUDA::test_out__refs_special_zeta_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2152361Z test_ops.py::TestCommonCUDA::test_out__refs_square_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2152555Z test_ops.py::TestCommonCUDA::test_out__refs_squeeze_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2152744Z test_ops.py::TestCommonCUDA::test_out__refs_std_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2152937Z test_ops.py::TestCommonCUDA::test_out__refs_sub_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2153136Z test_ops.py::TestCommonCUDA::test_out__refs_sum_to_size_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2153323Z test_ops.py::TestCommonCUDA::test_out__refs_t_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2153512Z test_ops.py::TestCommonCUDA::test_out__refs_tan_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2153716Z test_ops.py::TestCommonCUDA::test_out__refs_tensor_split_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2153915Z test_ops.py::TestCommonCUDA::test_out__refs_transpose_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2154104Z test_ops.py::TestCommonCUDA::test_out__refs_tril_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2154296Z test_ops.py::TestCommonCUDA::test_out__refs_unbind_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2154493Z test_ops.py::TestCommonCUDA::test_out__refs_unflatten_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2154698Z test_ops.py::TestCommonCUDA::test_out__refs_unfold_copy_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2154892Z test_ops.py::TestCommonCUDA::test_out__refs_unfold_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2155088Z test_ops.py::TestCommonCUDA::test_out__refs_unsqueeze_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2155277Z test_ops.py::TestCommonCUDA::test_out__refs_view_as_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2155474Z test_ops.py::TestCommonCUDA::test_out__refs_vstack_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2155653Z test_ops.py::TestCommonCUDA::test_out__refs_zeros_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2155838Z test_ops.py::TestCommonCUDA::test_out_abs_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2156029Z test_ops.py::TestCommonCUDA::test_out_addcmul_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2156215Z test_ops.py::TestCommonCUDA::test_out_addmv_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2156402Z test_ops.py::TestCommonCUDA::test_out_addr_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2156742Z test_ops.py::TestCommonCUDA::test_out_allclose_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2023-01-11T22:51:06.2156932Z test_ops.py::TestCommonCUDA::test_out_amax_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2157119Z test_ops.py::TestCommonCUDA::test_out_any_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2157350Z test_ops.py::TestCommonCUDA::test_out_arange_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2157539Z test_ops.py::TestCommonCUDA::test_out_argmin_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2157732Z test_ops.py::TestCommonCUDA::test_out_argwhere_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2157918Z test_ops.py::TestCommonCUDA::test_out_asinh_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2158111Z test_ops.py::TestCommonCUDA::test_out_atan_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2158304Z test_ops.py::TestCommonCUDA::test_out_bitwise_and_cuda_int64 PASSED [ 16%] 2023-01-11T22:51:06.2158493Z test_ops.py::TestCommonCUDA::test_out_bitwise_or_cuda_int64 PASSED [ 16%] 2023-01-11T22:51:06.2158692Z test_ops.py::TestCommonCUDA::test_out_bitwise_right_shift_cuda_int64 PASSED [ 16%] 2023-01-11T22:51:06.2158884Z test_ops.py::TestCommonCUDA::test_out_bitwise_xor_cuda_int64 PASSED [ 16%] 2023-01-11T22:51:06.2159079Z test_ops.py::TestCommonCUDA::test_out_block_diag_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2159266Z test_ops.py::TestCommonCUDA::test_out_bmm_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2159447Z test_ops.py::TestCommonCUDA::test_out_broadcast_to_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2159637Z test_ops.py::TestCommonCUDA::test_out_byte_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2159833Z test_ops.py::TestCommonCUDA::test_out_cartesian_prod_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160022Z test_ops.py::TestCommonCUDA::test_out_cat_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160223Z test_ops.py::TestCommonCUDA::test_out_cdist_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160420Z test_ops.py::TestCommonCUDA::test_out_cdouble_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160609Z test_ops.py::TestCommonCUDA::test_out_ceil_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160799Z test_ops.py::TestCommonCUDA::test_out_cfloat_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2160986Z test_ops.py::TestCommonCUDA::test_out_chalf_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2161176Z test_ops.py::TestCommonCUDA::test_out_char_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2161366Z test_ops.py::TestCommonCUDA::test_out_cholesky_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2161564Z test_ops.py::TestCommonCUDA::test_out_cholesky_inverse_cuda_float32 XFAIL [ 16%] 2023-01-11T22:51:06.2161752Z test_ops.py::TestCommonCUDA::test_out_chunk_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2161948Z test_ops.py::TestCommonCUDA::test_out_clamp_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2162137Z test_ops.py::TestCommonCUDA::test_out_clamp_max_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2162330Z test_ops.py::TestCommonCUDA::test_out_clamp_min_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2162515Z test_ops.py::TestCommonCUDA::test_out_clone_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2162715Z test_ops.py::TestCommonCUDA::test_out_combinations_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2162906Z test_ops.py::TestCommonCUDA::test_out_complex_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2163093Z test_ops.py::TestCommonCUDA::test_out_constant_pad_nd_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2163288Z test_ops.py::TestCommonCUDA::test_out_contiguous_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2163478Z test_ops.py::TestCommonCUDA::test_out_copysign_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2163667Z test_ops.py::TestCommonCUDA::test_out_cos_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2163908Z test_ops.py::TestCommonCUDA::test_out_cross_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2164099Z test_ops.py::TestCommonCUDA::test_out_cummin_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2164284Z test_ops.py::TestCommonCUDA::test_out_cumsum_cuda_float32 XFAIL [ 16%] 2023-01-11T22:51:06.2164510Z test_ops.py::TestCommonCUDA::test_out_diag_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2164701Z test_ops.py::TestCommonCUDA::test_out_diagflat_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2164896Z test_ops.py::TestCommonCUDA::test_out_diagonal_copy_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2165081Z test_ops.py::TestCommonCUDA::test_out_diff_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2165267Z test_ops.py::TestCommonCUDA::test_out_dist_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2165474Z test_ops.py::TestCommonCUDA::test_out_div_no_rounding_mode_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2165684Z test_ops.py::TestCommonCUDA::test_out_div_trunc_rounding_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2165870Z test_ops.py::TestCommonCUDA::test_out_dot_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2166059Z test_ops.py::TestCommonCUDA::test_out_dstack_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2166305Z test_ops.py::TestCommonCUDA::test_out_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2023-01-11T22:51:06.2166489Z test_ops.py::TestCommonCUDA::test_out_eq_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2166679Z test_ops.py::TestCommonCUDA::test_out_erf_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2166854Z test_ops.py::TestCommonCUDA::test_out_erfc_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167040Z test_ops.py::TestCommonCUDA::test_out_exp2_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167226Z test_ops.py::TestCommonCUDA::test_out_expm1_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167417Z test_ops.py::TestCommonCUDA::test_out_eye_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167605Z test_ops.py::TestCommonCUDA::test_out_fft_fft2_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167793Z test_ops.py::TestCommonCUDA::test_out_fft_fft_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2167982Z test_ops.py::TestCommonCUDA::test_out_fft_fftn_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2168173Z test_ops.py::TestCommonCUDA::test_out_fft_hfft2_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2168367Z test_ops.py::TestCommonCUDA::test_out_fft_hfft_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2168556Z test_ops.py::TestCommonCUDA::test_out_fft_hfftn_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2168747Z test_ops.py::TestCommonCUDA::test_out_fft_ifft2_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2168936Z test_ops.py::TestCommonCUDA::test_out_fft_ifft_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2169134Z test_ops.py::TestCommonCUDA::test_out_fft_ifftn_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2169328Z test_ops.py::TestCommonCUDA::test_out_fft_ifftshift_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2169517Z test_ops.py::TestCommonCUDA::test_out_fft_ihfft2_cuda_float32 XFAIL [ 16%] 2023-01-11T22:51:06.2169706Z test_ops.py::TestCommonCUDA::test_out_fft_ihfft_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2169901Z test_ops.py::TestCommonCUDA::test_out_fft_irfft2_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2170091Z test_ops.py::TestCommonCUDA::test_out_fft_irfft_cuda_float32 PASSED [ 16%] 2023-01-11T22:51:06.2170281Z test_ops.py::TestCommonCUDA::test_out_fft_irfftn_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2170460Z test_ops.py::TestCommonCUDA::test_out_fft_rfft2_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2170650Z test_ops.py::TestCommonCUDA::test_out_fft_rfft_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2170837Z test_ops.py::TestCommonCUDA::test_out_fill_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2171076Z test_ops.py::TestCommonCUDA::test_out_flatten_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2171267Z test_ops.py::TestCommonCUDA::test_out_flip_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2171457Z test_ops.py::TestCommonCUDA::test_out_fliplr_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2171685Z test_ops.py::TestCommonCUDA::test_out_flipud_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2171873Z test_ops.py::TestCommonCUDA::test_out_float_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2172065Z test_ops.py::TestCommonCUDA::test_out_float_power_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2172251Z test_ops.py::TestCommonCUDA::test_out_fmax_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2172436Z test_ops.py::TestCommonCUDA::test_out_fmod_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2172627Z test_ops.py::TestCommonCUDA::test_out_gather_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2172815Z test_ops.py::TestCommonCUDA::test_out_geqrf_cuda_float32 XFAIL [ 17%] 2023-01-11T22:51:06.2173016Z test_ops.py::TestCommonCUDA::test_out_grid_sampler_2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2173200Z test_ops.py::TestCommonCUDA::test_out_half_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2173394Z test_ops.py::TestCommonCUDA::test_out_heaviside_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2173581Z test_ops.py::TestCommonCUDA::test_out_histc_cuda_float32 XFAIL [ 17%] 2023-01-11T22:51:06.2173769Z test_ops.py::TestCommonCUDA::test_out_hstack_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2173961Z test_ops.py::TestCommonCUDA::test_out_hypot_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2174143Z test_ops.py::TestCommonCUDA::test_out_index_reduce_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2174328Z test_ops.py::TestCommonCUDA::test_out_int_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2174517Z test_ops.py::TestCommonCUDA::test_out_isclose_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2174713Z test_ops.py::TestCommonCUDA::test_out_isfinite_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2174898Z test_ops.py::TestCommonCUDA::test_out_isin_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2175088Z test_ops.py::TestCommonCUDA::test_out_isnan_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2175285Z test_ops.py::TestCommonCUDA::test_out_isposinf_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2175471Z test_ops.py::TestCommonCUDA::test_out_isreal_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2175686Z test_ops.py::TestCommonCUDA::test_out_jiterator_2inputs_2outputs_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2175911Z test_ops.py::TestCommonCUDA::test_out_jiterator_4inputs_with_extra_args_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2176131Z test_ops.py::TestCommonCUDA::test_out_jiterator_binary_return_by_ref_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2176332Z test_ops.py::TestCommonCUDA::test_out_jiterator_unary_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2176519Z test_ops.py::TestCommonCUDA::test_out_le_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2176713Z test_ops.py::TestCommonCUDA::test_out_lgamma_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2176904Z test_ops.py::TestCommonCUDA::test_out_linalg_cross_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2177101Z test_ops.py::TestCommonCUDA::test_out_linalg_det_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2177310Z test_ops.py::TestCommonCUDA::test_out_linalg_det_singular_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2177569Z test_ops.py::TestCommonCUDA::test_out_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 17%] 2023-01-11T22:51:06.2177767Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2177972Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_ex_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2178215Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_solve_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2178426Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2178630Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2178846Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2179085Z test_ops.py::TestCommonCUDA::test_out_linalg_multi_dot_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2179293Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_hermitian_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2179539Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 17%] 2023-01-11T22:51:06.2179768Z test_ops.py::TestCommonCUDA::test_out_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 17%] 2023-01-11T22:51:06.2179960Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2180159Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_ex_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2180359Z test_ops.py::TestCommonCUDA::test_out_linalg_tensorinv_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2180558Z test_ops.py::TestCommonCUDA::test_out_linalg_vecdot_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2180750Z test_ops.py::TestCommonCUDA::test_out_linspace_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2180940Z test_ops.py::TestCommonCUDA::test_out_log2_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2181133Z test_ops.py::TestCommonCUDA::test_out_logaddexp_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2181338Z test_ops.py::TestCommonCUDA::test_out_logcumsumexp_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2181530Z test_ops.py::TestCommonCUDA::test_out_logdet_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2181724Z test_ops.py::TestCommonCUDA::test_out_logical_or_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2181919Z test_ops.py::TestCommonCUDA::test_out_logical_xor_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2182106Z test_ops.py::TestCommonCUDA::test_out_logit_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2182285Z test_ops.py::TestCommonCUDA::test_out_logspace_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2182482Z test_ops.py::TestCommonCUDA::test_out_logsumexp_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2182677Z test_ops.py::TestCommonCUDA::test_out_masked_amax_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2182874Z test_ops.py::TestCommonCUDA::test_out_masked_cumsum_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2183064Z test_ops.py::TestCommonCUDA::test_out_masked_fill_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2183263Z test_ops.py::TestCommonCUDA::test_out_masked_log_softmax_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2183463Z test_ops.py::TestCommonCUDA::test_out_masked_logaddexp_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2183655Z test_ops.py::TestCommonCUDA::test_out_masked_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2183921Z test_ops.py::TestCommonCUDA::test_out_masked_normalize_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2184115Z test_ops.py::TestCommonCUDA::test_out_masked_prod_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2184308Z test_ops.py::TestCommonCUDA::test_out_masked_scatter_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2184502Z test_ops.py::TestCommonCUDA::test_out_masked_std_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2184693Z test_ops.py::TestCommonCUDA::test_out_max_binary_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2184900Z test_ops.py::TestCommonCUDA::test_out_max_reduction_no_dim_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2185105Z test_ops.py::TestCommonCUDA::test_out_max_reduction_with_dim_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2185297Z test_ops.py::TestCommonCUDA::test_out_maximum_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2185486Z test_ops.py::TestCommonCUDA::test_out_median_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2185752Z test_ops.py::TestCommonCUDA::test_out_meshgrid_list_of_tensors_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2185947Z test_ops.py::TestCommonCUDA::test_out_min_binary_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2186139Z test_ops.py::TestCommonCUDA::test_out_min_reduction_no_dim_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2186391Z test_ops.py::TestCommonCUDA::test_out_min_reduction_with_dim_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2186580Z test_ops.py::TestCommonCUDA::test_out_minimum_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2186767Z test_ops.py::TestCommonCUDA::test_out_mode_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2186955Z test_ops.py::TestCommonCUDA::test_out_movedim_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2187141Z test_ops.py::TestCommonCUDA::test_out_msort_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2187355Z test_ops.py::TestCommonCUDA::test_out_multinomial_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:51:06.2187541Z test_ops.py::TestCommonCUDA::test_out_mv_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2187746Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2187936Z test_ops.py::TestCommonCUDA::test_out_nan_to_num_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2188131Z test_ops.py::TestCommonCUDA::test_out_nanmedian_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2188322Z test_ops.py::TestCommonCUDA::test_out_nansum_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2188512Z test_ops.py::TestCommonCUDA::test_out_narrow_copy_cuda_float32 XFAIL [ 17%] 2023-01-11T22:51:06.2188699Z test_ops.py::TestCommonCUDA::test_out_narrow_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2188899Z test_ops.py::TestCommonCUDA::test_out_native_batch_norm_cuda_float32 XFAIL [ 17%] 2023-01-11T22:51:06.2189099Z test_ops.py::TestCommonCUDA::test_out_native_layer_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2189290Z test_ops.py::TestCommonCUDA::test_out_ne_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2189475Z test_ops.py::TestCommonCUDA::test_out_neg_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2189677Z test_ops.py::TestCommonCUDA::test_out_new_empty_strided_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2189860Z test_ops.py::TestCommonCUDA::test_out_nextafter_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2190108Z test_ops.py::TestCommonCUDA::test_out_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2190338Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2190557Z test_ops.py::TestCommonCUDA::test_out_nn_functional_alpha_dropout_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2190769Z test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2191005Z test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2191217Z test_ops.py::TestCommonCUDA::test_out_nn_functional_bilinear_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2191420Z test_ops.py::TestCommonCUDA::test_out_nn_functional_celu_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2191624Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2191851Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2192081Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_similarity_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2192294Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2192504Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2192748Z test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2193022Z test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2193230Z test_ops.py::TestCommonCUDA::test_out_nn_functional_glu_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2193440Z test_ops.py::TestCommonCUDA::test_out_nn_functional_grid_sample_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2193648Z test_ops.py::TestCommonCUDA::test_out_nn_functional_group_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2193899Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardshrink_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2194109Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardswish_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2194319Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardtanh_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2194526Z test_ops.py::TestCommonCUDA::test_out_nn_functional_huber_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2194735Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_area_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2194966Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2195196Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2195423Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_linear_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2195633Z test_ops.py::TestCommonCUDA::test_out_nn_functional_kl_div_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2195842Z test_ops.py::TestCommonCUDA::test_out_nn_functional_l1_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2196050Z test_ops.py::TestCommonCUDA::test_out_nn_functional_leaky_relu_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2196261Z test_ops.py::TestCommonCUDA::test_out_nn_functional_logsigmoid_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2196484Z test_ops.py::TestCommonCUDA::test_out_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2196695Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2196908Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2197126Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2197333Z test_ops.py::TestCommonCUDA::test_out_nn_functional_one_hot_cuda_int64 PASSED [ 17%] 2023-01-11T22:51:06.2197551Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_circular_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2197765Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_reflect_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2197979Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2198181Z test_ops.py::TestCommonCUDA::test_out_nn_functional_relu_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2198382Z test_ops.py::TestCommonCUDA::test_out_nn_functional_silu_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2198592Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2198820Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2199029Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softshrink_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2199230Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softsign_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2199457Z test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2199682Z test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_nearest_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2199875Z test_ops.py::TestCommonCUDA::test_out_norm_inf_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2200063Z test_ops.py::TestCommonCUDA::test_out_norm_nuc_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2200269Z test_ops.py::TestCommonCUDA::test_out_normal_number_mean_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2200503Z test_ops.py::TestCommonCUDA::test_out_ones_like_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2200724Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2200928Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_var_mean_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2201168Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_view_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2201356Z test_ops.py::TestCommonCUDA::test_out_outer_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2201565Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_0_cuda_float32 PASSED [ 17%] 2023-01-11T22:51:06.2201793Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:51:06.2202021Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:51:06.2202255Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:51:06.2202484Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 18%] 2023-01-11T22:51:06.2202676Z test_ops.py::TestCommonCUDA::test_out_positive_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2202904Z test_ops.py::TestCommonCUDA::test_out_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 18%] 2023-01-11T22:51:06.2203099Z test_ops.py::TestCommonCUDA::test_out_quantile_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2203292Z test_ops.py::TestCommonCUDA::test_out_randint_like_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2203480Z test_ops.py::TestCommonCUDA::test_out_randn_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2203660Z test_ops.py::TestCommonCUDA::test_out_randn_like_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2203848Z test_ops.py::TestCommonCUDA::test_out_real_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2204048Z test_ops.py::TestCommonCUDA::test_out_reciprocal_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2204236Z test_ops.py::TestCommonCUDA::test_out_renorm_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2204425Z test_ops.py::TestCommonCUDA::test_out_repeat_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2204632Z test_ops.py::TestCommonCUDA::test_out_repeat_interleave_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2204826Z test_ops.py::TestCommonCUDA::test_out_resize__cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2205015Z test_ops.py::TestCommonCUDA::test_out_resize_as__cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2205207Z test_ops.py::TestCommonCUDA::test_out_resolve_neg_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2205392Z test_ops.py::TestCommonCUDA::test_out_round_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2205608Z test_ops.py::TestCommonCUDA::test_out_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 18%] 2023-01-11T22:51:06.2205830Z test_ops.py::TestCommonCUDA::test_out_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 18%] 2023-01-11T22:51:06.2206017Z test_ops.py::TestCommonCUDA::test_out_rsqrt_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2206211Z test_ops.py::TestCommonCUDA::test_out_scatter_add_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2206400Z test_ops.py::TestCommonCUDA::test_out_scatter_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2206610Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amax_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2206812Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_sum_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2207009Z test_ops.py::TestCommonCUDA::test_out_searchsorted_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2207215Z test_ops.py::TestCommonCUDA::test_out_segment_reduce_lengths_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2207393Z test_ops.py::TestCommonCUDA::test_out_select_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2207628Z test_ops.py::TestCommonCUDA::test_out_short_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2207821Z test_ops.py::TestCommonCUDA::test_out_sigmoid_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2208038Z test_ops.py::TestCommonCUDA::test_out_signal_windows_exponential_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2208245Z test_ops.py::TestCommonCUDA::test_out_signal_windows_hann_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2208491Z test_ops.py::TestCommonCUDA::test_out_signal_windows_kaiser_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2208680Z test_ops.py::TestCommonCUDA::test_out_signbit_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2208867Z test_ops.py::TestCommonCUDA::test_out_sin_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2209052Z test_ops.py::TestCommonCUDA::test_out_sinc_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2209240Z test_ops.py::TestCommonCUDA::test_out_slice_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2209425Z test_ops.py::TestCommonCUDA::test_out_sort_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2209625Z test_ops.py::TestCommonCUDA::test_out_special_airy_ai_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2209829Z test_ops.py::TestCommonCUDA::test_out_special_bessel_j1_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2210058Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2210289Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2210765Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2023-01-11T22:51:06.2210960Z test_ops.py::TestCommonCUDA::test_out_special_entr_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2211182Z test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_h_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2211374Z test_ops.py::TestCommonCUDA::test_out_special_i0e_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2211600Z test_ops.py::TestCommonCUDA::test_out_special_laguerre_polynomial_l_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2211814Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k0_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2212013Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k1_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2212241Z test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2212464Z test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2212932Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2023-01-11T22:51:06.2213395Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2023-01-11T22:51:06.2213867Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2023-01-11T22:51:06.2214083Z test_ops.py::TestCommonCUDA::test_out_special_spherical_bessel_j0_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2214277Z test_ops.py::TestCommonCUDA::test_out_special_zeta_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2214474Z test_ops.py::TestCommonCUDA::test_out_split_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2214673Z test_ops.py::TestCommonCUDA::test_out_split_with_sizes_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2214861Z test_ops.py::TestCommonCUDA::test_out_sqrt_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2215051Z test_ops.py::TestCommonCUDA::test_out_square_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2215238Z test_ops.py::TestCommonCUDA::test_out_stack_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2215479Z test_ops.py::TestCommonCUDA::test_out_std_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2215675Z test_ops.py::TestCommonCUDA::test_out_std_unbiased_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2215862Z test_ops.py::TestCommonCUDA::test_out_sub_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2216052Z test_ops.py::TestCommonCUDA::test_out_sum_to_size_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2216277Z test_ops.py::TestCommonCUDA::test_out_svd_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2216509Z test_ops.py::TestCommonCUDA::test_out_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 18%] 2023-01-11T22:51:06.2216704Z test_ops.py::TestCommonCUDA::test_out_tensor_split_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2216895Z test_ops.py::TestCommonCUDA::test_out_tensordot_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2217079Z test_ops.py::TestCommonCUDA::test_out_tile_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2217255Z test_ops.py::TestCommonCUDA::test_out_topk_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2217448Z test_ops.py::TestCommonCUDA::test_out_trace_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2217641Z test_ops.py::TestCommonCUDA::test_out_transpose_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2217834Z test_ops.py::TestCommonCUDA::test_out_trapezoid_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2218035Z test_ops.py::TestCommonCUDA::test_out_triangular_solve_cuda_float32 XFAIL [ 18%] 2023-01-11T22:51:06.2218226Z test_ops.py::TestCommonCUDA::test_out_tril_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2218411Z test_ops.py::TestCommonCUDA::test_out_triu_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2218604Z test_ops.py::TestCommonCUDA::test_out_true_divide_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2218794Z test_ops.py::TestCommonCUDA::test_out_unflatten_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2218988Z test_ops.py::TestCommonCUDA::test_out_unfold_copy_cuda_float32 XFAIL [ 18%] 2023-01-11T22:51:06.2219177Z test_ops.py::TestCommonCUDA::test_out_unfold_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2219378Z test_ops.py::TestCommonCUDA::test_out_unique_consecutive_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2219563Z test_ops.py::TestCommonCUDA::test_out_unique_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2219749Z test_ops.py::TestCommonCUDA::test_out_var_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2219943Z test_ops.py::TestCommonCUDA::test_out_var_unbiased_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2220130Z test_ops.py::TestCommonCUDA::test_out_view_as_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2220316Z test_ops.py::TestCommonCUDA::test_out_view_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2220507Z test_ops.py::TestCommonCUDA::test_out_vstack_cuda_float32 PASSED [ 18%] 2023-01-11T22:51:06.2220695Z test_ops.py::TestCommonCUDA::test_out_warning___rand___cuda PASSED [ 18%] 2023-01-11T22:51:06.2220876Z test_ops.py::TestCommonCUDA::test_out_warning___rdiv___cuda PASSED [ 18%] 2023-01-11T22:51:06.2221070Z test_ops.py::TestCommonCUDA::test_out_warning___rmatmul___cuda PASSED [ 18%] 2023-01-11T22:51:06.2221257Z test_ops.py::TestCommonCUDA::test_out_warning___ror___cuda PASSED [ 18%] 2023-01-11T22:51:06.2221466Z test_ops.py::TestCommonCUDA::test_out_warning__native_batch_norm_legit_cuda PASSED [ 18%] 2023-01-11T22:51:06.2221659Z test_ops.py::TestCommonCUDA::test_out_warning__refs_T_cuda PASSED [ 18%] 2023-01-11T22:51:06.2221874Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bfloat16_cuda PASSED [ 18%] 2023-01-11T22:51:06.2222082Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_byte_cuda PASSED [ 18%] 2023-01-11T22:51:06.2222296Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cdouble_cuda PASSED [ 18%] 2023-01-11T22:51:06.2222508Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_chalf_cuda PASSED [ 18%] 2023-01-11T22:51:06.2222769Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_double_cuda PASSED [ 18%] 2023-01-11T22:51:06.2222980Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_float_cuda PASSED [ 18%] 2023-01-11T22:51:06.2223189Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_int_cuda PASSED [ 18%] 2023-01-11T22:51:06.2223397Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_long_cuda PASSED [ 18%] 2023-01-11T22:51:06.2223651Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_short_cuda PASSED [ 18%] 2023-01-11T22:51:06.2223906Z test_ops.py::TestCommonCUDA::test_out_warning__refs_abs_cuda PASSED [ 18%] 2023-01-11T22:51:06.2224098Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addr_cuda PASSED [ 18%] 2023-01-11T22:51:06.2224299Z test_ops.py::TestCommonCUDA::test_out_warning__refs_all_cuda PASSED [ 18%] 2023-01-11T22:51:06.2224597Z test_ops.py::TestCommonCUDA::test_out_warning__refs_allclose_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2023-01-11T22:51:06.2224794Z test_ops.py::TestCommonCUDA::test_out_warning__refs_any_cuda PASSED [ 18%] 2023-01-11T22:51:06.2224988Z test_ops.py::TestCommonCUDA::test_out_warning__refs_arange_cuda PASSED [ 18%] 2023-01-11T22:51:06.2225199Z test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_scatter_cuda PASSED [ 18%] 2023-01-11T22:51:06.2225386Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atan2_cuda PASSED [ 18%] 2023-01-11T22:51:06.2225577Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atan_cuda PASSED [ 18%] 2023-01-11T22:51:06.2225776Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_1d_cuda PASSED [ 18%] 2023-01-11T22:51:06.2225975Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_2d_cuda PASSED [ 18%] 2023-01-11T22:51:06.2226171Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_3d_cuda PASSED [ 18%] 2023-01-11T22:51:06.2226371Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_or_cuda PASSED [ 18%] 2023-01-11T22:51:06.2226589Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_right_shift_cuda PASSED [ 18%] 2023-01-11T22:51:06.2226798Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_tensors_cuda PASSED [ 18%] 2023-01-11T22:51:06.2227003Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_to_cuda PASSED [ 18%] 2023-01-11T22:51:06.2227197Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cat_cuda PASSED [ 18%] 2023-01-11T22:51:06.2227390Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_cuda PASSED [ 18%] 2023-01-11T22:51:06.2227588Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_min_cuda PASSED [ 18%] 2023-01-11T22:51:06.2227795Z test_ops.py::TestCommonCUDA::test_out_warning__refs_column_stack_cuda PASSED [ 18%] 2023-01-11T22:51:06.2228001Z test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_physical_cuda PASSED [ 18%] 2023-01-11T22:51:06.2228210Z test_ops.py::TestCommonCUDA::test_out_warning__refs_constant_pad_nd_cuda PASSED [ 18%] 2023-01-11T22:51:06.2228411Z test_ops.py::TestCommonCUDA::test_out_warning__refs_copysign_cuda PASSED [ 18%] 2023-01-11T22:51:06.2228606Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cumsum_cuda PASSED [ 18%] 2023-01-11T22:51:06.2228815Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_scatter_cuda PASSED [ 18%] 2023-01-11T22:51:06.2229010Z test_ops.py::TestCommonCUDA::test_out_warning__refs_dstack_cuda PASSED [ 18%] 2023-01-11T22:51:06.2229265Z test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_like_cuda SKIPPED (Expected: empty is not comparable) [ 18%] 2023-01-11T22:51:06.2229444Z test_ops.py::TestCommonCUDA::test_out_warning__refs_eq_cuda PASSED [ 18%] 2023-01-11T22:51:06.2229636Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erf_cuda PASSED [ 18%] 2023-01-11T22:51:06.2229829Z test_ops.py::TestCommonCUDA::test_out_warning__refs_exp2_cuda PASSED [ 18%] 2023-01-11T22:51:06.2230023Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_cuda PASSED [ 18%] 2023-01-11T22:51:06.2230268Z test_ops.py::TestCommonCUDA::test_out_warning__refs_eye_cuda PASSED [ 18%] 2023-01-11T22:51:06.2230463Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft_cuda PASSED [ 18%] 2023-01-11T22:51:06.2230658Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftn_cuda PASSED [ 18%] 2023-01-11T22:51:06.2230918Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftshift_cuda PASSED [ 18%] 2023-01-11T22:51:06.2231117Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft2_cuda PASSED [ 18%] 2023-01-11T22:51:06.2231312Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft_cuda PASSED [ 18%] 2023-01-11T22:51:06.2231512Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft_cuda PASSED [ 18%] 2023-01-11T22:51:06.2231712Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft_cuda PASSED [ 18%] 2023-01-11T22:51:06.2231907Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft_cuda PASSED [ 18%] 2023-01-11T22:51:06.2232108Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfftn_cuda PASSED [ 18%] 2023-01-11T22:51:06.2232300Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fill_cuda PASSED [ 18%] 2023-01-11T22:51:06.2232494Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flatten_cuda PASSED [ 18%] 2023-01-11T22:51:06.2232686Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flip_cuda PASSED [ 18%] 2023-01-11T22:51:06.2232884Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fliplr_cuda PASSED [ 18%] 2023-01-11T22:51:06.2233075Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmin_cuda PASSED [ 18%] 2023-01-11T22:51:06.2233256Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmod_cuda PASSED [ 18%] 2023-01-11T22:51:06.2233447Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ge_cuda PASSED [ 18%] 2023-01-11T22:51:06.2233635Z test_ops.py::TestCommonCUDA::test_out_warning__refs_gt_cuda PASSED [ 18%] 2023-01-11T22:51:06.2233838Z test_ops.py::TestCommonCUDA::test_out_warning__refs_heaviside_cuda PASSED [ 18%] 2023-01-11T22:51:06.2234032Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hsplit_cuda PASSED [ 18%] 2023-01-11T22:51:06.2234225Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hstack_cuda PASSED [ 18%] 2023-01-11T22:51:06.2234417Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hypot_cuda PASSED [ 18%] 2023-01-11T22:51:06.2234615Z test_ops.py::TestCommonCUDA::test_out_warning__refs_igamma_cuda PASSED [ 18%] 2023-01-11T22:51:06.2234820Z test_ops.py::TestCommonCUDA::test_out_warning__refs_igammac_cuda PASSED [ 18%] 2023-01-11T22:51:06.2235016Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isfinite_cuda PASSED [ 19%] 2023-01-11T22:51:06.2235207Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isinf_cuda PASSED [ 19%] 2023-01-11T22:51:06.2235402Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isneginf_cuda PASSED [ 19%] 2023-01-11T22:51:06.2235600Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isposinf_cuda PASSED [ 19%] 2023-01-11T22:51:06.2235797Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isreal_cuda PASSED [ 19%] 2023-01-11T22:51:06.2235987Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lcm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2236178Z test_ops.py::TestCommonCUDA::test_out_warning__refs_le_cuda PASSED [ 19%] 2023-01-11T22:51:06.2236376Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lgamma_cuda PASSED [ 19%] 2023-01-11T22:51:06.2236587Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_matrix_norm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2236789Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_norm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2236976Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linspace_cuda PASSED [ 19%] 2023-01-11T22:51:06.2237166Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log_cuda PASSED [ 19%] 2023-01-11T22:51:06.2237366Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_or_cuda PASSED [ 19%] 2023-01-11T22:51:06.2237613Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_xor_cuda PASSED [ 19%] 2023-01-11T22:51:06.2237815Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logsumexp_cuda PASSED [ 19%] 2023-01-11T22:51:06.2238005Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lt_cuda PASSED [ 19%] 2023-01-11T22:51:06.2238228Z test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_list_of_tensors_cuda PASSED [ 19%] 2023-01-11T22:51:06.2238490Z test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_variadic_tensors_cuda PASSED [ 19%] 2023-01-11T22:51:06.2238685Z test_ops.py::TestCommonCUDA::test_out_warning__refs_minimum_cuda PASSED [ 19%] 2023-01-11T22:51:06.2238878Z test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_cuda PASSED [ 19%] 2023-01-11T22:51:06.2239067Z test_ops.py::TestCommonCUDA::test_out_warning__refs_neg_cuda PASSED [ 19%] 2023-01-11T22:51:06.2239319Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_cuda SKIPPED (Expected: empty is not comparable) [ 19%] 2023-01-11T22:51:06.2239519Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_ones_cuda PASSED [ 19%] 2023-01-11T22:51:06.2239718Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nextafter_cuda PASSED [ 19%] 2023-01-11T22:51:06.2239949Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_alpha_dropout_cuda PASSED [ 19%] 2023-01-11T22:51:06.2240163Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_celu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2240444Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_dropout_cuda SKIPPED (Expected: dropout is not comparable) [ 19%] 2023-01-11T22:51:06.2240654Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_elu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2240864Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_gelu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2241072Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_glu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2241295Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardshrink_cuda PASSED [ 19%] 2023-01-11T22:51:06.2241519Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 19%] 2023-01-11T22:51:06.2241738Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_huber_loss_cuda PASSED [ 19%] 2023-01-11T22:51:06.2241960Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_leaky_relu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2242176Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_nll_loss_cuda PASSED [ 19%] 2023-01-11T22:51:06.2242384Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2242605Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softshrink_cuda PASSED [ 19%] 2023-01-11T22:51:06.2242823Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_threshold_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243018Z test_ops.py::TestCommonCUDA::test_out_warning__refs_norm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243211Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ones_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243408Z test_ops.py::TestCommonCUDA::test_out_warning__refs_positive_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243602Z test_ops.py::TestCommonCUDA::test_out_warning__refs_prod_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243797Z test_ops.py::TestCommonCUDA::test_out_warning__refs_randn_cuda PASSED [ 19%] 2023-01-11T22:51:06.2243989Z test_ops.py::TestCommonCUDA::test_out_warning__refs_real_cuda PASSED [ 19%] 2023-01-11T22:51:06.2244183Z test_ops.py::TestCommonCUDA::test_out_warning__refs_repeat_cuda PASSED [ 19%] 2023-01-11T22:51:06.2244375Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rot90_cuda PASSED [ 19%] 2023-01-11T22:51:06.2244567Z test_ops.py::TestCommonCUDA::test_out_warning__refs_round_cuda PASSED [ 19%] 2023-01-11T22:51:06.2244758Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rsqrt_cuda PASSED [ 19%] 2023-01-11T22:51:06.2244993Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sgn_cuda PASSED [ 19%] 2023-01-11T22:51:06.2245190Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sign_cuda PASSED [ 19%] 2023-01-11T22:51:06.2245386Z test_ops.py::TestCommonCUDA::test_out_warning__refs_signbit_cuda PASSED [ 19%] 2023-01-11T22:51:06.2245621Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_entr_cuda PASSED [ 19%] 2023-01-11T22:51:06.2245827Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_erfcx_cuda PASSED [ 19%] 2023-01-11T22:51:06.2246027Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1_cuda PASSED [ 19%] 2023-01-11T22:51:06.2246230Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1e_cuda PASSED [ 19%] 2023-01-11T22:51:06.2246435Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_ndtr_cuda PASSED [ 19%] 2023-01-11T22:51:06.2246666Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_softmax_with_dtype_cuda PASSED [ 19%] 2023-01-11T22:51:06.2246928Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_logit_cuda PASSED [ 19%] 2023-01-11T22:51:06.2247182Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cuda PASSED [ 19%] 2023-01-11T22:51:06.2247405Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtri_cuda PASSED [ 19%] 2023-01-11T22:51:06.2247618Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sqrt_cuda PASSED [ 19%] 2023-01-11T22:51:06.2247827Z test_ops.py::TestCommonCUDA::test_out_warning__refs_square_cuda PASSED [ 19%] 2023-01-11T22:51:06.2248035Z test_ops.py::TestCommonCUDA::test_out_warning__refs_stack_cuda PASSED [ 19%] 2023-01-11T22:51:06.2248240Z test_ops.py::TestCommonCUDA::test_out_warning__refs_std_cuda PASSED [ 19%] 2023-01-11T22:51:06.2248445Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sub_cuda PASSED [ 19%] 2023-01-11T22:51:06.2248660Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_to_size_cuda PASSED [ 19%] 2023-01-11T22:51:06.2248867Z test_ops.py::TestCommonCUDA::test_out_warning__refs_t_cuda PASSED [ 19%] 2023-01-11T22:51:06.2249073Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tan_cuda PASSED [ 19%] 2023-01-11T22:51:06.2249278Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tanh_cuda PASSED [ 19%] 2023-01-11T22:51:06.2249499Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tensor_split_cuda PASSED [ 19%] 2023-01-11T22:51:06.2249681Z test_ops.py::TestCommonCUDA::test_out_warning__refs_trace_cuda PASSED [ 19%] 2023-01-11T22:51:06.2249899Z test_ops.py::TestCommonCUDA::test_out_warning__refs_transpose_cuda PASSED [ 19%] 2023-01-11T22:51:06.2250105Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_cuda PASSED [ 19%] 2023-01-11T22:51:06.2250310Z test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_cuda PASSED [ 19%] 2023-01-11T22:51:06.2250526Z test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_indices_cuda PASSED [ 19%] 2023-01-11T22:51:06.2250740Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unbind_cuda PASSED [ 19%] 2023-01-11T22:51:06.2250961Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_copy_cuda PASSED [ 19%] 2023-01-11T22:51:06.2251169Z test_ops.py::TestCommonCUDA::test_out_warning__refs_view_as_cuda PASSED [ 19%] 2023-01-11T22:51:06.2251377Z test_ops.py::TestCommonCUDA::test_out_warning__refs_vsplit_cuda PASSED [ 19%] 2023-01-11T22:51:06.2251592Z test_ops.py::TestCommonCUDA::test_out_warning__refs_where_cuda PASSED [ 19%] 2023-01-11T22:51:06.2251798Z test_ops.py::TestCommonCUDA::test_out_warning__refs_xlogy_cuda PASSED [ 19%] 2023-01-11T22:51:06.2252002Z test_ops.py::TestCommonCUDA::test_out_warning__refs_zeros_cuda PASSED [ 19%] 2023-01-11T22:51:06.2252224Z test_ops.py::TestCommonCUDA::test_out_warning__softmax_backward_data_cuda PASSED [ 19%] 2023-01-11T22:51:06.2252426Z test_ops.py::TestCommonCUDA::test_out_warning_acos_cuda PASSED [ 19%] 2023-01-11T22:51:06.2252681Z test_ops.py::TestCommonCUDA::test_out_warning_acosh_cuda PASSED [ 19%] 2023-01-11T22:51:06.2252885Z test_ops.py::TestCommonCUDA::test_out_warning_addmm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2253101Z test_ops.py::TestCommonCUDA::test_out_warning_addmm_decomposed_cuda PASSED [ 19%] 2023-01-11T22:51:06.2253311Z test_ops.py::TestCommonCUDA::test_out_warning_addmv_cuda PASSED [ 19%] 2023-01-11T22:51:06.2253663Z test_ops.py::TestCommonCUDA::test_out_warning_allclose_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2023-01-11T22:51:06.2253870Z test_ops.py::TestCommonCUDA::test_out_warning_aminmax_cuda PASSED [ 19%] 2023-01-11T22:51:06.2254049Z test_ops.py::TestCommonCUDA::test_out_warning_argmax_cuda PASSED [ 19%] 2023-01-11T22:51:06.2254254Z test_ops.py::TestCommonCUDA::test_out_warning_argsort_cuda PASSED [ 19%] 2023-01-11T22:51:06.2254462Z test_ops.py::TestCommonCUDA::test_out_warning_as_strided_cuda PASSED [ 19%] 2023-01-11T22:51:06.2254691Z test_ops.py::TestCommonCUDA::test_out_warning_as_strided_partial_views_cuda PASSED [ 19%] 2023-01-11T22:51:06.2254894Z test_ops.py::TestCommonCUDA::test_out_warning_asin_cuda PASSED [ 19%] 2023-01-11T22:51:06.2255101Z test_ops.py::TestCommonCUDA::test_out_warning_asinh_cuda PASSED [ 19%] 2023-01-11T22:51:06.2255307Z test_ops.py::TestCommonCUDA::test_out_warning_atan2_cuda PASSED [ 19%] 2023-01-11T22:51:06.2255519Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_1d_cuda PASSED [ 19%] 2023-01-11T22:51:06.2255723Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_3d_cuda PASSED [ 19%] 2023-01-11T22:51:06.2255935Z test_ops.py::TestCommonCUDA::test_out_warning_baddbmm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2256152Z test_ops.py::TestCommonCUDA::test_out_warning_bfloat16_cuda PASSED [ 19%] 2023-01-11T22:51:06.2256361Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_or_cuda PASSED [ 19%] 2023-01-11T22:51:06.2256586Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_right_shift_cuda PASSED [ 19%] 2023-01-11T22:51:06.2256792Z test_ops.py::TestCommonCUDA::test_out_warning_bmm_cuda PASSED [ 19%] 2023-01-11T22:51:06.2257014Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_shapes_cuda PASSED [ 19%] 2023-01-11T22:51:06.2257234Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_tensors_cuda PASSED [ 19%] 2023-01-11T22:51:06.2257449Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_to_cuda PASSED [ 19%] 2023-01-11T22:51:06.2257658Z test_ops.py::TestCommonCUDA::test_out_warning_bucketize_cuda PASSED [ 19%] 2023-01-11T22:51:06.2257870Z test_ops.py::TestCommonCUDA::test_out_warning_cartesian_prod_cuda PASSED [ 19%] 2023-01-11T22:51:06.2258051Z test_ops.py::TestCommonCUDA::test_out_warning_cdouble_cuda PASSED [ 19%] 2023-01-11T22:51:06.2258254Z test_ops.py::TestCommonCUDA::test_out_warning_chalf_cuda PASSED [ 19%] 2023-01-11T22:51:06.2258458Z test_ops.py::TestCommonCUDA::test_out_warning_char_cuda PASSED [ 19%] 2023-01-11T22:51:06.2258671Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_cuda PASSED [ 19%] 2023-01-11T22:51:06.2258889Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_inverse_cuda PASSED [ 19%] 2023-01-11T22:51:06.2259101Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_solve_cuda PASSED [ 19%] 2023-01-11T22:51:06.2259312Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_cuda PASSED [ 19%] 2023-01-11T22:51:06.2259521Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_max_cuda PASSED [ 19%] 2023-01-11T22:51:06.2259726Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_min_cuda PASSED [ 19%] 2023-01-11T22:51:06.2259934Z test_ops.py::TestCommonCUDA::test_out_warning_column_stack_cuda PASSED [ 19%] 2023-01-11T22:51:06.2260148Z test_ops.py::TestCommonCUDA::test_out_warning_combinations_cuda PASSED [ 19%] 2023-01-11T22:51:06.2260358Z test_ops.py::TestCommonCUDA::test_out_warning_complex_cuda PASSED [ 19%] 2023-01-11T22:51:06.2260612Z test_ops.py::TestCommonCUDA::test_out_warning_conj_cuda PASSED [ 19%] 2023-01-11T22:51:06.2260817Z test_ops.py::TestCommonCUDA::test_out_warning_cos_cuda PASSED [ 19%] 2023-01-11T22:51:06.2261021Z test_ops.py::TestCommonCUDA::test_out_warning_cosh_cuda PASSED [ 19%] 2023-01-11T22:51:06.2261227Z test_ops.py::TestCommonCUDA::test_out_warning_cross_cuda PASSED [ 19%] 2023-01-11T22:51:06.2261476Z test_ops.py::TestCommonCUDA::test_out_warning_cummax_cuda PASSED [ 19%] 2023-01-11T22:51:06.2261679Z test_ops.py::TestCommonCUDA::test_out_warning_cumsum_cuda PASSED [ 19%] 2023-01-11T22:51:06.2261905Z test_ops.py::TestCommonCUDA::test_out_warning_cumulative_trapezoid_cuda PASSED [ 19%] 2023-01-11T22:51:06.2262085Z test_ops.py::TestCommonCUDA::test_out_warning_deg2rad_cuda PASSED [ 19%] 2023-01-11T22:51:06.2262286Z test_ops.py::TestCommonCUDA::test_out_warning_diag_cuda PASSED [ 19%] 2023-01-11T22:51:06.2262494Z test_ops.py::TestCommonCUDA::test_out_warning_diag_embed_cuda PASSED [ 19%] 2023-01-11T22:51:06.2262711Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_copy_cuda PASSED [ 19%] 2023-01-11T22:51:06.2262919Z test_ops.py::TestCommonCUDA::test_out_warning_digamma_cuda PASSED [ 19%] 2023-01-11T22:51:06.2263123Z test_ops.py::TestCommonCUDA::test_out_warning_dist_cuda PASSED [ 19%] 2023-01-11T22:51:06.2263345Z test_ops.py::TestCommonCUDA::test_out_warning_div_floor_rounding_cuda PASSED [ 19%] 2023-01-11T22:51:06.2263569Z test_ops.py::TestCommonCUDA::test_out_warning_div_no_rounding_mode_cuda PASSED [ 19%] 2023-01-11T22:51:06.2263921Z test_ops.py::TestCommonCUDA::test_out_warning_dot_cuda PASSED [ 19%] 2023-01-11T22:51:06.2264137Z test_ops.py::TestCommonCUDA::test_out_warning_dsplit_cuda PASSED [ 19%] 2023-01-11T22:51:06.2264342Z test_ops.py::TestCommonCUDA::test_out_warning_dstack_cuda PASSED [ 19%] 2023-01-11T22:51:06.2264548Z test_ops.py::TestCommonCUDA::test_out_warning_einsum_cuda PASSED [ 19%] 2023-01-11T22:51:06.2264809Z test_ops.py::TestCommonCUDA::test_out_warning_empty_cuda SKIPPED (Expected: empty is not comparable) [ 19%] 2023-01-11T22:51:06.2265014Z test_ops.py::TestCommonCUDA::test_out_warning_erfc_cuda PASSED [ 19%] 2023-01-11T22:51:06.2265219Z test_ops.py::TestCommonCUDA::test_out_warning_exp_cuda PASSED [ 19%] 2023-01-11T22:51:06.2265435Z test_ops.py::TestCommonCUDA::test_out_warning_expand_as_cuda PASSED [ 19%] 2023-01-11T22:51:06.2265640Z test_ops.py::TestCommonCUDA::test_out_warning_expand_cuda PASSED [ 19%] 2023-01-11T22:51:06.2265849Z test_ops.py::TestCommonCUDA::test_out_warning_expm1_cuda PASSED [ 19%] 2023-01-11T22:51:06.2266057Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fftn_cuda PASSED [ 19%] 2023-01-11T22:51:06.2266263Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft_cuda PASSED [ 19%] 2023-01-11T22:51:06.2266443Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft2_cuda PASSED [ 19%] 2023-01-11T22:51:06.2266652Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftn_cuda PASSED [ 19%] 2023-01-11T22:51:06.2266857Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft2_cuda XFAIL [ 19%] 2023-01-11T22:51:06.2267067Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft2_cuda PASSED [ 19%] 2023-01-11T22:51:06.2267310Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft_cuda PASSED [ 19%] 2023-01-11T22:51:06.2267521Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft2_cuda PASSED [ 19%] 2023-01-11T22:51:06.2267730Z test_ops.py::TestCommonCUDA::test_out_warning_flatten_cuda PASSED [ 19%] 2023-01-11T22:51:06.2267935Z test_ops.py::TestCommonCUDA::test_out_warning_fliplr_cuda PASSED [ 19%] 2023-01-11T22:51:06.2268143Z test_ops.py::TestCommonCUDA::test_out_warning_float_power_cuda PASSED [ 20%] 2023-01-11T22:51:06.2268352Z test_ops.py::TestCommonCUDA::test_out_warning_fmax_cuda PASSED [ 20%] 2023-01-11T22:51:06.2268624Z test_ops.py::TestCommonCUDA::test_out_warning_fmin_cuda PASSED [ 20%] 2023-01-11T22:51:06.2268831Z test_ops.py::TestCommonCUDA::test_out_warning_fmod_cuda PASSED [ 20%] 2023-01-11T22:51:06.2269034Z test_ops.py::TestCommonCUDA::test_out_warning_full_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2269238Z test_ops.py::TestCommonCUDA::test_out_warning_gather_cuda PASSED [ 20%] 2023-01-11T22:51:06.2269488Z test_ops.py::TestCommonCUDA::test_out_warning_ge_cuda PASSED [ 20%] 2023-01-11T22:51:06.2269691Z test_ops.py::TestCommonCUDA::test_out_warning_geqrf_cuda PASSED [ 20%] 2023-01-11T22:51:06.2269904Z test_ops.py::TestCommonCUDA::test_out_warning_grid_sampler_2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2270107Z test_ops.py::TestCommonCUDA::test_out_warning_gt_cuda PASSED [ 20%] 2023-01-11T22:51:06.2270403Z test_ops.py::TestCommonCUDA::test_out_warning_histogramdd_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 20%] 2023-01-11T22:51:06.2270589Z test_ops.py::TestCommonCUDA::test_out_warning_hstack_cuda PASSED [ 20%] 2023-01-11T22:51:06.2270795Z test_ops.py::TestCommonCUDA::test_out_warning_hypot_cuda PASSED [ 20%] 2023-01-11T22:51:06.2271000Z test_ops.py::TestCommonCUDA::test_out_warning_igamma_cuda PASSED [ 20%] 2023-01-11T22:51:06.2271205Z test_ops.py::TestCommonCUDA::test_out_warning_imag_cuda PASSED [ 20%] 2023-01-11T22:51:06.2271416Z test_ops.py::TestCommonCUDA::test_out_warning_index_add_cuda PASSED [ 20%] 2023-01-11T22:51:06.2271626Z test_ops.py::TestCommonCUDA::test_out_warning_index_copy_cuda PASSED [ 20%] 2023-01-11T22:51:06.2271836Z test_ops.py::TestCommonCUDA::test_out_warning_index_select_cuda PASSED [ 20%] 2023-01-11T22:51:06.2272040Z test_ops.py::TestCommonCUDA::test_out_warning_inner_cuda PASSED [ 20%] 2023-01-11T22:51:06.2272243Z test_ops.py::TestCommonCUDA::test_out_warning_int_cuda PASSED [ 20%] 2023-01-11T22:51:06.2272542Z test_ops.py::TestCommonCUDA::test_out_warning_isfinite_cuda PASSED [ 20%] 2023-01-11T22:51:06.2272756Z test_ops.py::TestCommonCUDA::test_out_warning_isposinf_cuda PASSED [ 20%] 2023-01-11T22:51:06.2272960Z test_ops.py::TestCommonCUDA::test_out_warning_istft_cuda PASSED [ 20%] 2023-01-11T22:51:06.2273192Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_2inputs_2outputs_cuda PASSED [ 20%] 2023-01-11T22:51:06.2273410Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_unary_cuda PASSED [ 20%] 2023-01-11T22:51:06.2273612Z test_ops.py::TestCommonCUDA::test_out_warning_kron_cuda PASSED [ 20%] 2023-01-11T22:51:06.2273819Z test_ops.py::TestCommonCUDA::test_out_warning_kthvalue_cuda PASSED [ 20%] 2023-01-11T22:51:06.2274025Z test_ops.py::TestCommonCUDA::test_out_warning_lcm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2274231Z test_ops.py::TestCommonCUDA::test_out_warning_ldexp_cuda PASSED [ 20%] 2023-01-11T22:51:06.2274434Z test_ops.py::TestCommonCUDA::test_out_warning_lerp_cuda PASSED [ 20%] 2023-01-11T22:51:06.2274617Z test_ops.py::TestCommonCUDA::test_out_warning_lgamma_cuda PASSED [ 20%] 2023-01-11T22:51:06.2274825Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cond_cuda PASSED [ 20%] 2023-01-11T22:51:06.2275034Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_cuda PASSED [ 20%] 2023-01-11T22:51:06.2275254Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_singular_cuda PASSED [ 20%] 2023-01-11T22:51:06.2275465Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigh_cuda PASSED [ 20%] 2023-01-11T22:51:06.2275686Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvals_cuda PASSED [ 20%] 2023-01-11T22:51:06.2275904Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvalsh_cuda PASSED [ 20%] 2023-01-11T22:51:06.2276109Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_cuda PASSED [ 20%] 2023-01-11T22:51:06.2276543Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 20%] 2023-01-11T22:51:06.2276862Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_grad_oriented_cuda PASSED [ 20%] 2023-01-11T22:51:06.2277086Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_ex_cuda PASSED [ 20%] 2023-01-11T22:51:06.2277304Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_cuda PASSED [ 20%] 2023-01-11T22:51:06.2277560Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_cuda PASSED [ 20%] 2023-01-11T22:51:06.2277790Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_hermitian_cuda PASSED [ 20%] 2023-01-11T22:51:06.2278051Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_singular_cuda SKIPPED (cuSOLVER not available) [ 20%] 2023-01-11T22:51:06.2278261Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_svd_cuda PASSED [ 20%] 2023-01-11T22:51:06.2278472Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_svdvals_cuda PASSED [ 20%] 2023-01-11T22:51:06.2278687Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorinv_cuda PASSED [ 20%] 2023-01-11T22:51:06.2278904Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vander_cuda PASSED [ 20%] 2023-01-11T22:51:06.2279111Z test_ops.py::TestCommonCUDA::test_out_warning_linspace_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2279290Z test_ops.py::TestCommonCUDA::test_out_warning_log1p_cuda PASSED [ 20%] 2023-01-11T22:51:06.2279511Z test_ops.py::TestCommonCUDA::test_out_warning_logcumsumexp_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2279717Z test_ops.py::TestCommonCUDA::test_out_warning_logdet_cuda PASSED [ 20%] 2023-01-11T22:51:06.2279927Z test_ops.py::TestCommonCUDA::test_out_warning_logical_and_cuda PASSED [ 20%] 2023-01-11T22:51:06.2280138Z test_ops.py::TestCommonCUDA::test_out_warning_logical_xor_cuda PASSED [ 20%] 2023-01-11T22:51:06.2280345Z test_ops.py::TestCommonCUDA::test_out_warning_logspace_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2280558Z test_ops.py::TestCommonCUDA::test_out_warning_logsumexp_cuda PASSED [ 20%] 2023-01-11T22:51:06.2280764Z test_ops.py::TestCommonCUDA::test_out_warning_long_cuda PASSED [ 20%] 2023-01-11T22:51:06.2280990Z test_ops.py::TestCommonCUDA::test_out_warning_masked_amax_cuda PASSED [ 20%] 2023-01-11T22:51:06.2281203Z test_ops.py::TestCommonCUDA::test_out_warning_masked_argmin_cuda PASSED [ 20%] 2023-01-11T22:51:06.2281416Z test_ops.py::TestCommonCUDA::test_out_warning_masked_fill_cuda PASSED [ 20%] 2023-01-11T22:51:06.2281641Z test_ops.py::TestCommonCUDA::test_out_warning_masked_logaddexp_cuda PASSED [ 20%] 2023-01-11T22:51:06.2281857Z test_ops.py::TestCommonCUDA::test_out_warning_masked_scatter_cuda PASSED [ 20%] 2023-01-11T22:51:06.2282065Z test_ops.py::TestCommonCUDA::test_out_warning_masked_std_cuda PASSED [ 20%] 2023-01-11T22:51:06.2282271Z test_ops.py::TestCommonCUDA::test_out_warning_masked_sum_cuda PASSED [ 20%] 2023-01-11T22:51:06.2282483Z test_ops.py::TestCommonCUDA::test_out_warning_matrix_exp_cuda PASSED [ 20%] 2023-01-11T22:51:06.2282724Z test_ops.py::TestCommonCUDA::test_out_warning_max_pool2d_with_indices_backward_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2282946Z test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_no_dim_cuda PASSED [ 20%] 2023-01-11T22:51:06.2283169Z test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_with_dim_cuda PASSED [ 20%] 2023-01-11T22:51:06.2283350Z test_ops.py::TestCommonCUDA::test_out_warning_maximum_cuda PASSED [ 20%] 2023-01-11T22:51:06.2283660Z test_ops.py::TestCommonCUDA::test_out_warning_mean_cuda PASSED [ 20%] 2023-01-11T22:51:06.2283891Z test_ops.py::TestCommonCUDA::test_out_warning_min_binary_cuda PASSED [ 20%] 2023-01-11T22:51:06.2284114Z test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_no_dim_cuda PASSED [ 20%] 2023-01-11T22:51:06.2284323Z test_ops.py::TestCommonCUDA::test_out_warning_minimum_cuda PASSED [ 20%] 2023-01-11T22:51:06.2284526Z test_ops.py::TestCommonCUDA::test_out_warning_mm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2284795Z test_ops.py::TestCommonCUDA::test_out_warning_movedim_cuda PASSED [ 20%] 2023-01-11T22:51:06.2285011Z test_ops.py::TestCommonCUDA::test_out_warning_multinomial_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2285237Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_3_cuda PASSED [ 20%] 2023-01-11T22:51:06.2285445Z test_ops.py::TestCommonCUDA::test_out_warning_nanmedian_cuda PASSED [ 20%] 2023-01-11T22:51:06.2285701Z test_ops.py::TestCommonCUDA::test_out_warning_nanquantile_cuda PASSED [ 20%] 2023-01-11T22:51:06.2285905Z test_ops.py::TestCommonCUDA::test_out_warning_nansum_cuda PASSED [ 20%] 2023-01-11T22:51:06.2286111Z test_ops.py::TestCommonCUDA::test_out_warning_narrow_cuda PASSED [ 20%] 2023-01-11T22:51:06.2286345Z test_ops.py::TestCommonCUDA::test_out_warning_native_batch_norm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2286547Z test_ops.py::TestCommonCUDA::test_out_warning_ne_cuda PASSED [ 20%] 2023-01-11T22:51:06.2286766Z test_ops.py::TestCommonCUDA::test_out_warning_new_empty_strided_cuda PASSED [ 20%] 2023-01-11T22:51:06.2286977Z test_ops.py::TestCommonCUDA::test_out_warning_new_full_cuda PASSED [ 20%] 2023-01-11T22:51:06.2287187Z test_ops.py::TestCommonCUDA::test_out_warning_new_ones_cuda PASSED [ 20%] 2023-01-11T22:51:06.2287394Z test_ops.py::TestCommonCUDA::test_out_warning_nextafter_cuda PASSED [ 20%] 2023-01-11T22:51:06.2287657Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional__scaled_dot_product_attention_cuda PASSED [ 20%] 2023-01-11T22:51:06.2287875Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool1d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2288114Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2288351Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_alpha_dropout_cuda PASSED [ 20%] 2023-01-11T22:51:06.2288578Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2288870Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_celu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2289093Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv1d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2289314Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2289553Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2289793Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose3d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2290034Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_similarity_cuda PASSED [ 20%] 2023-01-11T22:51:06.2290264Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout3d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2290484Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_elu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2290716Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_bag_cuda PASSED [ 20%] 2023-01-11T22:51:06.2290984Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cuda PASSED [ 20%] 2023-01-11T22:51:06.2291236Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2291456Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_glu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2291699Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_grid_sample_cuda PASSED [ 20%] 2023-01-11T22:51:06.2291934Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardswish_cuda PASSED [ 20%] 2023-01-11T22:51:06.2292179Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bilinear_cuda PASSED [ 20%] 2023-01-11T22:51:06.2292423Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_nearest_cuda PASSED [ 20%] 2023-01-11T22:51:06.2292645Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_linear_cuda PASSED [ 20%] 2023-01-11T22:51:06.2292960Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_local_response_norm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2293166Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_logsigmoid_cuda PASSED [ 20%] 2023-01-11T22:51:06.2293406Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_margin_ranking_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2293748Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2293986Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_grad_cuda PASSED [ 20%] 2023-01-11T22:51:06.2294225Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2294465Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_grad_cuda PASSED [ 20%] 2023-01-11T22:51:06.2294701Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_cuda PASSED [ 20%] 2023-01-11T22:51:06.2294936Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mse_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2295161Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_nll_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2295382Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_one_hot_cuda PASSED [ 20%] 2023-01-11T22:51:06.2295629Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pairwise_distance_cuda PASSED [ 20%] 2023-01-11T22:51:06.2295866Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_shuffle_cuda PASSED [ 20%] 2023-01-11T22:51:06.2296093Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_prelu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2296312Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_rrelu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2296535Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_selu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2296885Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_complex_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 20%] 2023-01-11T22:51:06.2297116Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_cuda PASSED [ 20%] 2023-01-11T22:51:06.2297346Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_smooth_l1_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2297582Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_soft_margin_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2297812Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softplus_cuda PASSED [ 20%] 2023-01-11T22:51:06.2298039Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softshrink_cuda PASSED [ 20%] 2023-01-11T22:51:06.2298240Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_threshold_cuda PASSED [ 20%] 2023-01-11T22:51:06.2298482Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_loss_cuda PASSED [ 20%] 2023-01-11T22:51:06.2298703Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_unfold_cuda PASSED [ 20%] 2023-01-11T22:51:06.2298942Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_nearest_cuda PASSED [ 20%] 2023-01-11T22:51:06.2299145Z test_ops.py::TestCommonCUDA::test_out_warning_norm_cuda PASSED [ 20%] 2023-01-11T22:51:06.2299353Z test_ops.py::TestCommonCUDA::test_out_warning_norm_fro_cuda PASSED [ 20%] 2023-01-11T22:51:06.2299559Z test_ops.py::TestCommonCUDA::test_out_warning_norm_nuc_cuda PASSED [ 20%] 2023-01-11T22:51:06.2299766Z test_ops.py::TestCommonCUDA::test_out_warning_normal_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2299982Z test_ops.py::TestCommonCUDA::test_out_warning_normal_number_mean_cuda PASSED [ 20%] 2023-01-11T22:51:06.2300182Z test_ops.py::TestCommonCUDA::test_out_warning_ones_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2300389Z test_ops.py::TestCommonCUDA::test_out_warning_ones_like_cuda PASSED [ 20%] 2023-01-11T22:51:06.2300592Z test_ops.py::TestCommonCUDA::test_out_warning_outer_cuda PASSED [ 20%] 2023-01-11T22:51:06.2300848Z test_ops.py::TestCommonCUDA::test_out_warning_permute_cuda PASSED [ 20%] 2023-01-11T22:51:06.2301099Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_1_cuda SKIPPED (Skipped!) [ 20%] 2023-01-11T22:51:06.2301345Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_2_cuda SKIPPED (Skipped!) [ 20%] 2023-01-11T22:51:06.2301589Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_3_cuda SKIPPED (Skipped!) [ 20%] 2023-01-11T22:51:06.2301879Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_4_cuda SKIPPED (Skipped!) [ 20%] 2023-01-11T22:51:06.2302089Z test_ops.py::TestCommonCUDA::test_out_warning_positive_cuda PASSED [ 20%] 2023-01-11T22:51:06.2302306Z test_ops.py::TestCommonCUDA::test_out_warning_prod_cuda PASSED [ 20%] 2023-01-11T22:51:06.2302515Z test_ops.py::TestCommonCUDA::test_out_warning_rad2deg_cuda PASSED [ 20%] 2023-01-11T22:51:06.2302696Z test_ops.py::TestCommonCUDA::test_out_warning_rand_like_cuda PASSED [ 20%] 2023-01-11T22:51:06.2302905Z test_ops.py::TestCommonCUDA::test_out_warning_randint_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2303117Z test_ops.py::TestCommonCUDA::test_out_warning_randint_like_cuda PASSED [ 20%] 2023-01-11T22:51:06.2303317Z test_ops.py::TestCommonCUDA::test_out_warning_randn_cuda XFAIL [ 20%] 2023-01-11T22:51:06.2303526Z test_ops.py::TestCommonCUDA::test_out_warning_reciprocal_cuda PASSED [ 21%] 2023-01-11T22:51:06.2303805Z test_ops.py::TestCommonCUDA::test_out_warning_remainder_cuda PASSED [ 21%] 2023-01-11T22:51:06.2304013Z test_ops.py::TestCommonCUDA::test_out_warning_renorm_cuda PASSED [ 21%] 2023-01-11T22:51:06.2304218Z test_ops.py::TestCommonCUDA::test_out_warning_repeat_cuda PASSED [ 21%] 2023-01-11T22:51:06.2304426Z test_ops.py::TestCommonCUDA::test_out_warning_reshape_as_cuda PASSED [ 21%] 2023-01-11T22:51:06.2304634Z test_ops.py::TestCommonCUDA::test_out_warning_resize_as__cuda PASSED [ 21%] 2023-01-11T22:51:06.2304849Z test_ops.py::TestCommonCUDA::test_out_warning_resolve_conj_cuda PASSED [ 21%] 2023-01-11T22:51:06.2305051Z test_ops.py::TestCommonCUDA::test_out_warning_roll_cuda PASSED [ 21%] 2023-01-11T22:51:06.2305283Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_3_cuda SKIPPED (Skipped!) [ 21%] 2023-01-11T22:51:06.2305522Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_neg_3_cuda SKIPPED (Skipped!) [ 21%] 2023-01-11T22:51:06.2305729Z test_ops.py::TestCommonCUDA::test_out_warning_rsqrt_cuda PASSED [ 21%] 2023-01-11T22:51:06.2305939Z test_ops.py::TestCommonCUDA::test_out_warning_scalar_tensor_cuda PASSED [ 21%] 2023-01-11T22:51:06.2306145Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_add_cuda PASSED [ 21%] 2023-01-11T22:51:06.2306369Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_mean_cuda PASSED [ 21%] 2023-01-11T22:51:06.2306579Z test_ops.py::TestCommonCUDA::test_out_warning_searchsorted_cuda PASSED [ 21%] 2023-01-11T22:51:06.2306806Z test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_offsets_cuda PASSED [ 21%] 2023-01-11T22:51:06.2306983Z test_ops.py::TestCommonCUDA::test_out_warning_sgn_cuda PASSED [ 21%] 2023-01-11T22:51:06.2307186Z test_ops.py::TestCommonCUDA::test_out_warning_short_cuda PASSED [ 21%] 2023-01-11T22:51:06.2307387Z test_ops.py::TestCommonCUDA::test_out_warning_sign_cuda PASSED [ 21%] 2023-01-11T22:51:06.2307635Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_blackman_cuda PASSED [ 21%] 2023-01-11T22:51:06.2307858Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_cosine_cuda PASSED [ 21%] 2023-01-11T22:51:06.2308090Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_exponential_cuda PASSED [ 21%] 2023-01-11T22:51:06.2308318Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_gaussian_cuda PASSED [ 21%] 2023-01-11T22:51:06.2308556Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_general_cosine_cuda PASSED [ 21%] 2023-01-11T22:51:06.2308856Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_general_hamming_cuda PASSED [ 21%] 2023-01-11T22:51:06.2309083Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_hamming_cuda PASSED [ 21%] 2023-01-11T22:51:06.2309291Z test_ops.py::TestCommonCUDA::test_out_warning_signbit_cuda PASSED [ 21%] 2023-01-11T22:51:06.2309492Z test_ops.py::TestCommonCUDA::test_out_warning_sin_cuda PASSED [ 21%] 2023-01-11T22:51:06.2309744Z test_ops.py::TestCommonCUDA::test_out_warning_sinh_cuda PASSED [ 21%] 2023-01-11T22:51:06.2309954Z test_ops.py::TestCommonCUDA::test_out_warning_slice_scatter_cuda PASSED [ 21%] 2023-01-11T22:51:06.2310159Z test_ops.py::TestCommonCUDA::test_out_warning_softmax_cuda PASSED [ 21%] 2023-01-11T22:51:06.2310378Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y0_cuda PASSED [ 21%] 2023-01-11T22:51:06.2310594Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y1_cuda PASSED [ 21%] 2023-01-11T22:51:06.2310836Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_u_cuda PASSED [ 21%] 2023-01-11T22:51:06.2311323Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:51:06.2311538Z test_ops.py::TestCommonCUDA::test_out_warning_special_erfcx_cuda PASSED [ 21%] 2023-01-11T22:51:06.2311754Z test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_h_cuda PASSED [ 21%] 2023-01-11T22:51:06.2311965Z test_ops.py::TestCommonCUDA::test_out_warning_special_i0e_cuda PASSED [ 21%] 2023-01-11T22:51:06.2312176Z test_ops.py::TestCommonCUDA::test_out_warning_special_i1_cuda PASSED [ 21%] 2023-01-11T22:51:06.2312385Z test_ops.py::TestCommonCUDA::test_out_warning_special_i1e_cuda PASSED [ 21%] 2023-01-11T22:51:06.2312850Z test_ops.py::TestCommonCUDA::test_out_warning_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:51:06.2313086Z test_ops.py::TestCommonCUDA::test_out_warning_special_log_ndtr_cuda PASSED [ 21%] 2023-01-11T22:51:06.2313319Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i0_cuda PASSED [ 21%] 2023-01-11T22:51:06.2313549Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i1_cuda PASSED [ 21%] 2023-01-11T22:51:06.2313780Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k1_cuda PASSED [ 21%] 2023-01-11T22:51:06.2313996Z test_ops.py::TestCommonCUDA::test_out_warning_special_ndtr_cuda PASSED [ 21%] 2023-01-11T22:51:06.2314209Z test_ops.py::TestCommonCUDA::test_out_warning_special_ndtri_cuda PASSED [ 21%] 2023-01-11T22:51:06.2314470Z test_ops.py::TestCommonCUDA::test_out_warning_special_polygamma_special_polygamma_n_0_cuda PASSED [ 21%] 2023-01-11T22:51:06.2314713Z test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k1_cuda PASSED [ 21%] 2023-01-11T22:51:06.2315200Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:51:06.2315438Z test_ops.py::TestCommonCUDA::test_out_warning_special_spherical_bessel_j0_cuda PASSED [ 21%] 2023-01-11T22:51:06.2315644Z test_ops.py::TestCommonCUDA::test_out_warning_sqrt_cuda PASSED [ 21%] 2023-01-11T22:51:06.2315854Z test_ops.py::TestCommonCUDA::test_out_warning_squeeze_cuda PASSED [ 21%] 2023-01-11T22:51:06.2316060Z test_ops.py::TestCommonCUDA::test_out_warning_stack_cuda PASSED [ 21%] 2023-01-11T22:51:06.2316267Z test_ops.py::TestCommonCUDA::test_out_warning_std_mean_cuda PASSED [ 21%] 2023-01-11T22:51:06.2316476Z test_ops.py::TestCommonCUDA::test_out_warning_std_unbiased_cuda PASSED [ 21%] 2023-01-11T22:51:06.2316681Z test_ops.py::TestCommonCUDA::test_out_warning_stft_cuda PASSED [ 21%] 2023-01-11T22:51:06.2316881Z test_ops.py::TestCommonCUDA::test_out_warning_svd_cuda PASSED [ 21%] 2023-01-11T22:51:06.2317121Z test_ops.py::TestCommonCUDA::test_out_warning_symeig_cuda PASSED [ 21%] 2023-01-11T22:51:06.2317329Z test_ops.py::TestCommonCUDA::test_out_warning_take_cuda PASSED [ 21%] 2023-01-11T22:51:06.2317535Z test_ops.py::TestCommonCUDA::test_out_warning_tanh_cuda PASSED [ 21%] 2023-01-11T22:51:06.2317746Z test_ops.py::TestCommonCUDA::test_out_warning_tensordot_cuda PASSED [ 21%] 2023-01-11T22:51:06.2317994Z test_ops.py::TestCommonCUDA::test_out_warning_tile_cuda PASSED [ 21%] 2023-01-11T22:51:06.2318196Z test_ops.py::TestCommonCUDA::test_out_warning_topk_cuda PASSED [ 21%] 2023-01-11T22:51:06.2318414Z test_ops.py::TestCommonCUDA::test_out_warning_trace_cuda PASSED [ 21%] 2023-01-11T22:51:06.2318627Z test_ops.py::TestCommonCUDA::test_out_warning_transpose_cuda PASSED [ 21%] 2023-01-11T22:51:06.2318841Z test_ops.py::TestCommonCUDA::test_out_warning_trapezoid_cuda PASSED [ 21%] 2023-01-11T22:51:06.2319057Z test_ops.py::TestCommonCUDA::test_out_warning_triangular_solve_cuda PASSED [ 21%] 2023-01-11T22:51:06.2319272Z test_ops.py::TestCommonCUDA::test_out_warning_tril_indices_cuda PASSED [ 21%] 2023-01-11T22:51:06.2319476Z test_ops.py::TestCommonCUDA::test_out_warning_triu_cuda PASSED [ 21%] 2023-01-11T22:51:06.2319685Z test_ops.py::TestCommonCUDA::test_out_warning_triu_indices_cuda PASSED [ 21%] 2023-01-11T22:51:06.2319892Z test_ops.py::TestCommonCUDA::test_out_warning_trunc_cuda PASSED [ 21%] 2023-01-11T22:51:06.2320100Z test_ops.py::TestCommonCUDA::test_out_warning_unflatten_cuda PASSED [ 21%] 2023-01-11T22:51:06.2320308Z test_ops.py::TestCommonCUDA::test_out_warning_unfold_copy_cuda XFAIL [ 21%] 2023-01-11T22:51:06.2320517Z test_ops.py::TestCommonCUDA::test_out_warning_unfold_cuda PASSED [ 21%] 2023-01-11T22:51:06.2320726Z test_ops.py::TestCommonCUDA::test_out_warning_uniform_cuda PASSED [ 21%] 2023-01-11T22:51:06.2320944Z test_ops.py::TestCommonCUDA::test_out_warning_unique_consecutive_cuda PASSED [ 21%] 2023-01-11T22:51:06.2321127Z test_ops.py::TestCommonCUDA::test_out_warning_unique_cuda PASSED [ 21%] 2023-01-11T22:51:06.2321332Z test_ops.py::TestCommonCUDA::test_out_warning_var_mean_cuda PASSED [ 21%] 2023-01-11T22:51:06.2321543Z test_ops.py::TestCommonCUDA::test_out_warning_var_unbiased_cuda PASSED [ 21%] 2023-01-11T22:51:06.2321747Z test_ops.py::TestCommonCUDA::test_out_warning_vdot_cuda PASSED [ 21%] 2023-01-11T22:51:06.2321964Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_complex_cuda PASSED [ 21%] 2023-01-11T22:51:06.2322168Z test_ops.py::TestCommonCUDA::test_out_warning_view_copy_cuda XFAIL [ 21%] 2023-01-11T22:51:06.2322372Z test_ops.py::TestCommonCUDA::test_out_warning_view_cuda PASSED [ 21%] 2023-01-11T22:51:06.2322583Z test_ops.py::TestCommonCUDA::test_out_warning_vsplit_cuda PASSED [ 21%] 2023-01-11T22:51:06.2322787Z test_ops.py::TestCommonCUDA::test_out_warning_where_cuda PASSED [ 21%] 2023-01-11T22:51:06.2322991Z test_ops.py::TestCommonCUDA::test_out_warning_zeros_cuda XFAIL [ 21%] 2023-01-11T22:51:06.2323197Z test_ops.py::TestCommonCUDA::test_out_where_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2323403Z test_ops.py::TestCommonCUDA::test_out_xlogy_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2323609Z test_ops.py::TestCommonCUDA::test_out_zeros_like_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2323833Z test_ops.py::TestCommonCUDA::test_pointwise_tag_coverage_cuda PASSED [ 21%] 2023-01-11T22:51:06.2324049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2324267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex128 PASSED [ 21%] 2023-01-11T22:51:06.2324487Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex32 PASSED [ 21%] 2023-01-11T22:51:06.2324705Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex64 PASSED [ 21%] 2023-01-11T22:51:06.2324917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float16 PASSED [ 21%] 2023-01-11T22:51:06.2325155Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2325370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float64 PASSED [ 21%] 2023-01-11T22:51:06.2325577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2325827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2326038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int8 PASSED [ 21%] 2023-01-11T22:51:06.2326252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2326490Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bool PASSED [ 21%] 2023-01-11T22:51:06.2326737Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex128 PASSED [ 21%] 2023-01-11T22:51:06.2326984Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex64 PASSED [ 21%] 2023-01-11T22:51:06.2327228Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2327465Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2327703Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2327944Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2328183Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex32 PASSED [ 21%] 2023-01-11T22:51:06.2328422Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex64 PASSED [ 21%] 2023-01-11T22:51:06.2328653Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float64 PASSED [ 21%] 2023-01-11T22:51:06.2328886Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2329128Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int64 PASSED [ 21%] 2023-01-11T22:51:06.2329450Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2329683Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bool PASSED [ 21%] 2023-01-11T22:51:06.2329927Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex128 PASSED [ 21%] 2023-01-11T22:51:06.2330163Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex64 PASSED [ 21%] 2023-01-11T22:51:06.2330367Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2330596Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2330830Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2331075Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2331310Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bool PASSED [ 21%] 2023-01-11T22:51:06.2331547Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2331786Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2332024Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2332265Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex32 PASSED [ 21%] 2023-01-11T22:51:06.2332503Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float16 PASSED [ 21%] 2023-01-11T22:51:06.2332739Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2333031Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2333268Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bool PASSED [ 21%] 2023-01-11T22:51:06.2333506Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex128 PASSED [ 21%] 2023-01-11T22:51:06.2333785Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float16 PASSED [ 21%] 2023-01-11T22:51:06.2334017Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2334246Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int64 PASSED [ 21%] 2023-01-11T22:51:06.2334477Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int8 PASSED [ 21%] 2023-01-11T22:51:06.2334707Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2334948Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:51:06.2335188Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex32 PASSED [ 21%] 2023-01-11T22:51:06.2335424Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float64 PASSED [ 21%] 2023-01-11T22:51:06.2335633Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2335867Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int64 PASSED [ 21%] 2023-01-11T22:51:06.2336096Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_uint8 PASSED [ 21%] 2023-01-11T22:51:06.2336332Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float16 PASSED [ 21%] 2023-01-11T22:51:06.2336568Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2336808Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float64 PASSED [ 21%] 2023-01-11T22:51:06.2337050Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float32 PASSED [ 21%] 2023-01-11T22:51:06.2337283Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2337518Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int8 PASSED [ 21%] 2023-01-11T22:51:06.2337764Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex128 PASSED [ 21%] 2023-01-11T22:51:06.2338001Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex64 PASSED [ 21%] 2023-01-11T22:51:06.2338234Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float16 PASSED [ 21%] 2023-01-11T22:51:06.2338470Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float64 PASSED [ 21%] 2023-01-11T22:51:06.2338704Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int16 PASSED [ 21%] 2023-01-11T22:51:06.2338935Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int32 PASSED [ 21%] 2023-01-11T22:51:06.2339164Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int8 PASSED [ 21%] 2023-01-11T22:51:06.2339395Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2339655Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2339896Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2340130Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2340368Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2340600Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2340877Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2341083Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2341323Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2341599Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2341832Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2342065Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2342296Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2342537Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2342770Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2343009Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2343238Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2343479Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2343861Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2344101Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2344331Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2344564Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2344795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2345009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2345224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2345438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2345656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int16 PASSED [ 22%] 2023-01-11T22:51:06.2345867Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2346059Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2346270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2346491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2346710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2346923Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2347136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2347346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2347562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2347784Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2348002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2348213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2348428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2348647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2348931Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2349147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int16 PASSED [ 22%] 2023-01-11T22:51:06.2349370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2349660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2349880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2350112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2350337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2350530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2350753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2350972Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2351191Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2351408Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2351632Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex128 XFAIL [ 22%] 2023-01-11T22:51:06.2351846Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float32 XFAIL [ 22%] 2023-01-11T22:51:06.2352058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float64 XFAIL [ 22%] 2023-01-11T22:51:06.2352275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int16 XFAIL [ 22%] 2023-01-11T22:51:06.2352484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int32 XFAIL [ 22%] 2023-01-11T22:51:06.2352692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int8 XFAIL [ 22%] 2023-01-11T22:51:06.2352912Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2353132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2353361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2353578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int16 PASSED [ 22%] 2023-01-11T22:51:06.2353791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2354015Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2354244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2354467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2354677Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2354869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2355083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2355298Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2355522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2355735Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2355955Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2356165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2356376Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int16 PASSED [ 22%] 2023-01-11T22:51:06.2356587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2356852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2357067Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2357280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2357490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2357753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2357969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2358183Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2358401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2358627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2358860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2359058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2359281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2359500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2359745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2359996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2360240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2360486Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int16 PASSED [ 22%] 2023-01-11T22:51:06.2360742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2360985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2361220Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2361452Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2361695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2361930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2362167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2362384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2362594Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2362818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2363037Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2363253Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2363470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2363681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2363869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2364084Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2364306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2364527Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2364800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2365016Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2365233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2365491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2365709Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2365966Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2366184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2366407Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2366620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2366837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2367053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2367272Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2367491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2367711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2367928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2368147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2368340Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2368562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2368785Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2368999Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2369213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2369433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2369665Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2369893Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2370119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2370339Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float32 PASSED [ 22%] 2023-01-11T22:51:06.2370560Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2370783Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2371008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:51:06.2371233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex32 PASSED [ 22%] 2023-01-11T22:51:06.2371467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float16 PASSED [ 22%] 2023-01-11T22:51:06.2371692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2371914Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2372143Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex128 PASSED [ 22%] 2023-01-11T22:51:06.2372370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex64 PASSED [ 22%] 2023-01-11T22:51:06.2372595Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float64 PASSED [ 22%] 2023-01-11T22:51:06.2372874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2373073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2373294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int8 PASSED [ 22%] 2023-01-11T22:51:06.2373560Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2373791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int64 PASSED [ 22%] 2023-01-11T22:51:06.2374016Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_bool PASSED [ 22%] 2023-01-11T22:51:06.2374236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int32 PASSED [ 22%] 2023-01-11T22:51:06.2374458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_uint8 PASSED [ 22%] 2023-01-11T22:51:06.2374682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2374903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2375122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2375353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2375591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2375811Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2376048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_shapes_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2376298Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2376534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2376773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2377014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2377249Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2377482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2377708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2377914Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2378140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2378363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2378588Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2378819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2379041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2379264Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2379487Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2379706Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2379928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2380142Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2380362Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2380633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2380853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2381066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2381276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2381629Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2381842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2382059Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2382289Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2382476Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2382696Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2382910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2383134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2383357Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2383581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2383849Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2384066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2384277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2384490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2384705Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2384920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2385142Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2385360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2385577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2385790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2386003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2386216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2386441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2386666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2386860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2387075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2387297Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2387519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2387741Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2387960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2388179Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2388399Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2388691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2388911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2389129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2389340Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2389601Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2389819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2390049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2390282Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2390506Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2390738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2390963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2391180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2391372Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2391590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2391806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2392018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2392230Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2392458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2392698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2392932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2393162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2393393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2393620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2393847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2394063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2394289Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2394507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2394731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2394960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2395199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2395432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2395663Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2395891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2396090Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2396317Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2396587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2396816Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2397037Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2397257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2397520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2397736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2397967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2398181Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2398394Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2398609Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2398822Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2399039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2399260Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2399489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2399708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2399922Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2400136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2400321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2400545Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2400771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2400990Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2401206Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int16 PASSED [ 23%] 2023-01-11T22:51:06.2401424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2401637Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2401860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2402079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2402293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2402516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bool PASSED [ 23%] 2023-01-11T22:51:06.2402823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2403079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2403308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2403535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2403759Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2403979Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2404204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2404421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2404711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2404951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2405156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2405428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2405658Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2405883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2406111Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_uint8 PASSED [ 23%] 2023-01-11T22:51:06.2406341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:51:06.2406570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2406803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex32 PASSED [ 23%] 2023-01-11T22:51:06.2407033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2407252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2407496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_complex128 PASSED [ 23%] 2023-01-11T22:51:06.2407736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_complex64 PASSED [ 23%] 2023-01-11T22:51:06.2408063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2408303Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2408544Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int32 PASSED [ 23%] 2023-01-11T22:51:06.2408778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2409010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int8 PASSED [ 23%] 2023-01-11T22:51:06.2409228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int64 PASSED [ 23%] 2023-01-11T22:51:06.2409466Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float16 PASSED [ 23%] 2023-01-11T22:51:06.2409700Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float32 PASSED [ 23%] 2023-01-11T22:51:06.2409939Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float64 PASSED [ 23%] 2023-01-11T22:51:06.2410144Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2410383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2410623Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex32 XFAIL [ 24%] 2023-01-11T22:51:06.2410862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2411101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2411336Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2411576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2411811Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2412055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2412287Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2412596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2412817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2413044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex32 PASSED [ 24%] 2023-01-11T22:51:06.2413271Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2413533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2413749Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2413972Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2414189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2414416Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2414645Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex32 PASSED [ 24%] 2023-01-11T22:51:06.2414869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2415087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2415280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2415500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2415718Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2415936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2416210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2416479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2416761Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2417042Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2417316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2417594Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2417860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2418130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2418397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2418680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2418967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2419246Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2419525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2419800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2420076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2420397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:51:06.2420614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2420830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2421046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2421305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2421515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2421698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2421910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2422122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2422341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2422557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2422768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2422985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2423212Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2423427Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2423639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2424009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2424232Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2424453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2424678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2424893Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2425115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2425334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2425549Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2425761Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2425948Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2426162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2426374Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2426591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2426817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2427034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex32 PASSED [ 24%] 2023-01-11T22:51:06.2427258Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2427476Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float16 PASSED [ 24%] 2023-01-11T22:51:06.2427690Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2427903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2428114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2428324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2428613Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2428842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2429065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2429300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2429594Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float16 PASSED [ 24%] 2023-01-11T22:51:06.2429815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2430041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2430261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2430452Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2430675Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2430901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2431118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2431351Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2431570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float16 PASSED [ 24%] 2023-01-11T22:51:06.2431787Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2432006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2432221Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2432435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2432654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2432877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2433093Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2433309Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2433528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2433748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:51:06.2433962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2434177Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2434391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2434604Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2434789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2435008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2435238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2435461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2435677Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2435891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2436109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2436331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2436620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2436839Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2437055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2437271Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2437534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2437750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2437969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2438187Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2438410Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2438645Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex32 PASSED [ 24%] 2023-01-11T22:51:06.2438873Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float16 PASSED [ 24%] 2023-01-11T22:51:06.2439099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2439296Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2439526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2439749Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2439976Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex128 PASSED [ 24%] 2023-01-11T22:51:06.2440204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2440425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2440646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2440864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2441080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2441306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex64 PASSED [ 24%] 2023-01-11T22:51:06.2441524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2441741Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2441959Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2442173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2442393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2442620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float64 PASSED [ 24%] 2023-01-11T22:51:06.2442838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2443055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2443276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2443493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2443710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2443900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int64 PASSED [ 24%] 2023-01-11T22:51:06.2444119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int8 PASSED [ 24%] 2023-01-11T22:51:06.2444335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2444610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_bool PASSED [ 24%] 2023-01-11T22:51:06.2444847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float32 PASSED [ 24%] 2023-01-11T22:51:06.2445066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int16 PASSED [ 24%] 2023-01-11T22:51:06.2445325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int32 PASSED [ 24%] 2023-01-11T22:51:06.2445545Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_uint8 PASSED [ 24%] 2023-01-11T22:51:06.2445763Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2445988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2446209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2446432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2446654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2446871Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2447089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2447320Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2447552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2447785Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2448014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2448245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2448447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2448670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2448894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2449125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2449342Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2449564Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2449786Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2450006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2450246Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2450467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2450690Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2450907Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2451129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2451354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2451574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2451793Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2452014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2452233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2452508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2452738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2452964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2453203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2453425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2453644Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2453864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2454082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2454303Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2454521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2454747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2454973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2455199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2455429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2455652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2455870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2456087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2456310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2456528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2456748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2456971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2457190Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2457411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2457602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2457818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2458034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2458257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2458470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2458691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2458914Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2459136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2459351Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2459565Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2459776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2459992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2460270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:51:06.2460492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2460752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2460985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2461251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2461467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2461682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2461896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2462085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:51:06.2462303Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2462515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2462730Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2462942Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2463162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2463389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2463612Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2463929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2464147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2464371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2464591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2464805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2465022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2465246Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:51:06.2465466Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2465695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2465924Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2466164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2466393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2466587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2466805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2467019Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2467235Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2467449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2467696Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_bfloat16 SKIPPED (Skipped!) [ 25%] 2023-01-11T22:51:06.2467921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2468151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2468444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2468674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2468891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2469165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2469377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2469591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2469812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2470025Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2470238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2470453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2470666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2470891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2471079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2471299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2471512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2471740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2471954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2472167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2472385Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2472600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2472813Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2473022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2473237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2473450Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2473660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2473868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int64 PASSED [ 25%] 2023-01-11T22:51:06.2474076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2474292Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:51:06.2474506Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2474727Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2474950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2475147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2475365Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float64 PASSED [ 25%] 2023-01-11T22:51:06.2475581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2475793Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int32 PASSED [ 25%] 2023-01-11T22:51:06.2476008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_uint8 PASSED [ 25%] 2023-01-11T22:51:06.2476234Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex64 PASSED [ 25%] 2023-01-11T22:51:06.2476512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2476735Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2476954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2477209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:51:06.2477421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bool PASSED [ 25%] 2023-01-11T22:51:06.2477634Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float16 PASSED [ 25%] 2023-01-11T22:51:06.2477842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int16 PASSED [ 25%] 2023-01-11T22:51:06.2478054Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int8 PASSED [ 25%] 2023-01-11T22:51:06.2478272Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2478496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float32 PASSED [ 25%] 2023-01-11T22:51:06.2478717Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex128 PASSED [ 25%] 2023-01-11T22:51:06.2478936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex32 PASSED [ 25%] 2023-01-11T22:51:06.2479164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bfloat16 XFAIL [ 25%] 2023-01-11T22:51:06.2479381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bool XFAIL [ 25%] 2023-01-11T22:51:06.2479575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float32 XFAIL [ 25%] 2023-01-11T22:51:06.2479794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int32 XFAIL [ 25%] 2023-01-11T22:51:06.2480012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int8 XFAIL [ 25%] 2023-01-11T22:51:06.2480237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex128 XFAIL [ 25%] 2023-01-11T22:51:06.2480460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float64 XFAIL [ 26%] 2023-01-11T22:51:06.2480679Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int8 XFAIL [ 26%] 2023-01-11T22:51:06.2480901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bfloat16 XFAIL [ 26%] 2023-01-11T22:51:06.2481119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bool XFAIL [ 26%] 2023-01-11T22:51:06.2481338Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float32 XFAIL [ 26%] 2023-01-11T22:51:06.2481560Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float64 XFAIL [ 26%] 2023-01-11T22:51:06.2481777Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int64 XFAIL [ 26%] 2023-01-11T22:51:06.2482011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bfloat16 XFAIL [ 26%] 2023-01-11T22:51:06.2482235Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bool XFAIL [ 26%] 2023-01-11T22:51:06.2482470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex32 XFAIL [ 26%] 2023-01-11T22:51:06.2482695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex64 XFAIL [ 26%] 2023-01-11T22:51:06.2482924Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float32 XFAIL [ 26%] 2023-01-11T22:51:06.2483145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int64 XFAIL [ 26%] 2023-01-11T22:51:06.2483369Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int8 XFAIL [ 26%] 2023-01-11T22:51:06.2483589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_uint8 XFAIL [ 26%] 2023-01-11T22:51:06.2483809Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2484008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2484286Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2484508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2484725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2484939Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2485202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2485419Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2485643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2485869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2486096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex32 PASSED [ 26%] 2023-01-11T22:51:06.2486325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2486543Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2486761Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2486975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2487205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2487420Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2487635Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2487854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2488071Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2488286Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2488474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2488697Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2488920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2489143Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2489361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2489580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2489801Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2490024Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2490243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2490456Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2490672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2490884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2491098Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2491306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2491516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2491726Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2491948Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2492169Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2492452Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2492672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2492865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2493122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2493337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2493578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2493818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2494056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2494291Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2494529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2494751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2494981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2495211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2495437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2495662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2495903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2496134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2496378Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2496617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2496852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2497081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2497302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2497522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2497718Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2497953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int16 XFAIL [ 26%] 2023-01-11T22:51:06.2498176Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int32 XFAIL [ 26%] 2023-01-11T22:51:06.2498389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int8 XFAIL [ 26%] 2023-01-11T22:51:06.2498606Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_uint8 XFAIL [ 26%] 2023-01-11T22:51:06.2498822Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2499041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2499253Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2499462Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2499673Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2499886Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2500165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2500378Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2500590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2500804Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2501058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2501268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2501480Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2501687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2501896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2502088Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2502300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2502515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex32 PASSED [ 26%] 2023-01-11T22:51:06.2502731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2502950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2503167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2503375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2503582Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2503862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2504070Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2504283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2504516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2504759Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2505006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2505245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2505475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2505711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2505945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2506168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2506396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2506620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2506823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2507038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2507254Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2507471Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2507691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2507974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2508213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex128 PASSED [ 26%] 2023-01-11T22:51:06.2508445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2508667Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2508934Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2509148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2509371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2509589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2509807Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2510025Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2510241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2510458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2510803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2511023Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2511240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2511459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2511655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2511869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2512090Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2512313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex64 PASSED [ 26%] 2023-01-11T22:51:06.2512531Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2512752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2512965Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int8 PASSED [ 26%] 2023-01-11T22:51:06.2513182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2513405Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float16 PASSED [ 26%] 2023-01-11T22:51:06.2513633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float32 PASSED [ 26%] 2023-01-11T22:51:06.2513854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float64 PASSED [ 26%] 2023-01-11T22:51:06.2514074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int16 PASSED [ 26%] 2023-01-11T22:51:06.2514288Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int32 PASSED [ 26%] 2023-01-11T22:51:06.2514500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int64 PASSED [ 26%] 2023-01-11T22:51:06.2514720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_uint8 PASSED [ 26%] 2023-01-11T22:51:06.2514933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:51:06.2515141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bool PASSED [ 26%] 2023-01-11T22:51:06.2515349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2515556Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2515760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2516030Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2516261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2516485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex32 PASSED [ 27%] 2023-01-11T22:51:06.2516750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2516969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2517182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2517395Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2517605Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2517820Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2518033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2518244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2518454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2518673Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2518896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2519106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2519314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2519549Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2519789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2520027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2520265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2520503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2520724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2520961Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2521203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2521445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2521667Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2521885Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2522096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2522317Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2522544Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2522764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2522981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2523193Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2523411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2523674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2523891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2524118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2524328Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2524580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex32 XFAIL [ 27%] 2023-01-11T22:51:06.2524794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2525001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2525205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2525390Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2525602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2525807Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2526025Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2526240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2526458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2526673Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2526889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2527113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2527331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2527554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2527778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2527999Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2528213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2528435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2528651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2528867Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2529082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2529300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2529529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2529717Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2529920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2530131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2530339Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2530553Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2530766Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex32 PASSED [ 27%] 2023-01-11T22:51:06.2530974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2531181Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2531466Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2531677Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2531888Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2532094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2532410Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2532687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2532966Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2533241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2533514Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2533781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2534050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2534320Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:51:06.2534625Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2535023Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2535345Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2535637Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2535930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2536202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2536489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2536777Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2537066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:51:06.2537280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2537501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2537721Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2537944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2538164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2538379Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2538593Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2538812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2539088Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2539316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2539538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2539804Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2540048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2540262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2540485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2540710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex32 PASSED [ 27%] 2023-01-11T22:51:06.2540934Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2541157Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int32 PASSED [ 27%] 2023-01-11T22:51:06.2541374Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2541573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2541885Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:51:06.2542191Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:51:06.2542493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:51:06.2542725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2542963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2543263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:51:06.2543554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:51:06.2543896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2544128Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2544354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2544587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2544827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2545057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2545303Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2545551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2545799Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2546040Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2546281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2546523Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2546889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 27%] 2023-01-11T22:51:06.2547131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2547386Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2547695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2547947Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2548188Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2548400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2548636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2548880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2549119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2549358Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 27%] 2023-01-11T22:51:06.2549619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2549869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 27%] 2023-01-11T22:51:06.2550131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 27%] 2023-01-11T22:51:06.2550392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 27%] 2023-01-11T22:51:06.2550654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 27%] 2023-01-11T22:51:06.2550919Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 27%] 2023-01-11T22:51:06.2551172Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 27%] 2023-01-11T22:51:06.2551427Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 27%] 2023-01-11T22:51:06.2551678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2551933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 27%] 2023-01-11T22:51:06.2552182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 27%] 2023-01-11T22:51:06.2552415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:51:06.2552651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2552892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2553124Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2553360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2553592Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2553848Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2554099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2554397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2554625Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2554854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float64 XFAIL [ 28%] 2023-01-11T22:51:06.2555138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2555381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2555624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2555868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2556110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2556362Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2556605Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2556837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2557073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2557302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2557532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2557760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2557985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2558218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2558446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2558672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2558910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2559138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2559368Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2559602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2559833Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2560089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2560317Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2560575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2560831Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2561079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2561335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2561591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2561904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2562158Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2562406Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2562694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2562937Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2563178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2563424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2563665Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2563911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2564154Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2564402Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2564645Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2564886Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2565127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2565366Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2565609Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2565852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2566091Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2566326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2566543Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2566781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2567045Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2567299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2567556Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2567814Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2568067Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2568318Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2568565Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2568779Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2569001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2569220Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2569490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2569710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2569930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2570147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2570407Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2570622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2570835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2571048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2571273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2571503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2571705Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2571935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2572161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2572401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2572624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2572842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2573063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2573293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2573529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2573753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2573977Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2574199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2574420Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2574634Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2574853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2575068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2575281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2575503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2575717Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2575945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2576140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2576362Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2576581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2576795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2577014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2577239Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2577461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2577762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2577985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2578206Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2578477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2578701Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2578919Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2579135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2579359Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:51:06.2579580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2579803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2580018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2580239Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2580428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2580647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2580870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2581096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2581321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2581549Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2581778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2582002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2582229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2582458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2582682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2582907Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2583129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2583350Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2583573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2583870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2584099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2584327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2584549Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2584767Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2584957Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2585178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2585395Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2585693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_uint8 PASSED [ 28%] 2023-01-11T22:51:06.2585920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bool PASSED [ 28%] 2023-01-11T22:51:06.2586151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex128 PASSED [ 28%] 2023-01-11T22:51:06.2586382Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2586678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex64 PASSED [ 28%] 2023-01-11T22:51:06.2586904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float16 PASSED [ 28%] 2023-01-11T22:51:06.2587127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float64 PASSED [ 28%] 2023-01-11T22:51:06.2587349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int32 PASSED [ 28%] 2023-01-11T22:51:06.2587575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2587804Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2588022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int16 PASSED [ 28%] 2023-01-11T22:51:06.2588257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int64 PASSED [ 28%] 2023-01-11T22:51:06.2588484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex32 PASSED [ 28%] 2023-01-11T22:51:06.2588708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float32 PASSED [ 28%] 2023-01-11T22:51:06.2588925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int8 PASSED [ 28%] 2023-01-11T22:51:06.2589142Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2589360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2589546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2589761Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2589979Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2590192Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2590412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2590623Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2590830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2591043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2591252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2591460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2591674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2591886Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2592102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex128 PASSED [ 29%] 2023-01-11T22:51:06.2592316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2592534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2592746Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2592960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2593176Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2593400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2593617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2593869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex32 PASSED [ 29%] 2023-01-11T22:51:06.2594082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2594298Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2594552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2594772Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2594988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2595201Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2595412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2595623Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2595835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2596045Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2596255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2596474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2596685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2596900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2597110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2597322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2597533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2597739Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2597964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex128 PASSED [ 29%] 2023-01-11T22:51:06.2598156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex32 PASSED [ 29%] 2023-01-11T22:51:06.2598381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2598593Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2598798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2599006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2599224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2599447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex128 PASSED [ 29%] 2023-01-11T22:51:06.2599667Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2599880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2600089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2600304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2600532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2600750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2600966Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2601180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2601394Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2601662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2601902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2602145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex128 PASSED [ 29%] 2023-01-11T22:51:06.2602359Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2602648Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2602880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2603112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2603352Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2603585Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2603813Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2604041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2604268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2604503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2604741Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2604974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2605205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2605435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2605668Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2605900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2606129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2606360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2606589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2606818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2607047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2607280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2607480Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2607707Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2607930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2608161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2608393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2608614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2608838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2609063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2609283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2609567Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2609788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2610008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2610274Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2610495Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2610718Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2610938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2611165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2611397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2611626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2611851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2612077Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2612283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2612535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2612794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 29%] 2023-01-11T22:51:06.2613062Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2613319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2613573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2613822Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2614075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2614304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2614530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2614751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2614974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2615236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 29%] 2023-01-11T22:51:06.2615485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2615734Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2615984Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2616236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2616489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2616740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2616988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2617295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2617544Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2617795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2618068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:51:06.2618288Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2618489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2618713Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2618932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2619156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2619383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2619612Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2619968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2620189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2620411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2620660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 29%] 2023-01-11T22:51:06.2620905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2621148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2621385Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2621624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2621868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2622109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2622350Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 29%] 2023-01-11T22:51:06.2622596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2622836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 29%] 2023-01-11T22:51:06.2623065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2623294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float32 PASSED [ 29%] 2023-01-11T22:51:06.2623522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float64 PASSED [ 29%] 2023-01-11T22:51:06.2623775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int64 PASSED [ 29%] 2023-01-11T22:51:06.2623997Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2624216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int16 PASSED [ 29%] 2023-01-11T22:51:06.2624435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_uint8 PASSED [ 29%] 2023-01-11T22:51:06.2624641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bool PASSED [ 29%] 2023-01-11T22:51:06.2624856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2625152Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2625371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2625579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2625836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2626044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2626252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2626464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2626680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2626892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2627114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2627324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2627541Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2627755Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2627965Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2628159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2628383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2628602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2628814Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2629026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2629244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2629464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2629682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2629906Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2630128Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2630344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2630559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2630778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2631003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2631217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2631432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2631660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2631881Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2632101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2632325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2632518Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2632742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2633019Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2633233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2633445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2633653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2633915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2634134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2634353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2634571Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2634781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2635000Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2635214Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2635447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2635670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2635896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2636113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2636322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2636533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2636744Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2636931Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2637147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2637358Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2637565Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2637791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2638003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2638218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2638439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2638654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2638865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2639087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2639308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2639524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2639739Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2639956Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2640180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bool XFAIL [ 30%] 2023-01-11T22:51:06.2640412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex128 XFAIL [ 30%] 2023-01-11T22:51:06.2640641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex64 XFAIL [ 30%] 2023-01-11T22:51:06.2640915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float32 XFAIL [ 30%] 2023-01-11T22:51:06.2641112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int16 XFAIL [ 30%] 2023-01-11T22:51:06.2641333Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int32 XFAIL [ 30%] 2023-01-11T22:51:06.2641556Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int64 XFAIL [ 30%] 2023-01-11T22:51:06.2641823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int8 XFAIL [ 30%] 2023-01-11T22:51:06.2642046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_uint8 XFAIL [ 30%] 2023-01-11T22:51:06.2642272Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2642482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2642700Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2642921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2643136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2643348Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2643559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2643773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2643983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2644203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2644422Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2644641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2644860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2645094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2645321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2645520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2645746Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2645964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2646177Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2646399Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2646616Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2646835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2647051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2647278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2647494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2647710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2647933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2648144Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2648370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2648591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2648806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2649087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2649302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2649513Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2649770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2649967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2650195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2650426Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2650647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2650871Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2651099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2651321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2651547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2651775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2651998Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2652227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2652443Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2652655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2652877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2653091Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bool PASSED [ 30%] 2023-01-11T22:51:06.2653316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2653538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2653757Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2653972Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2654185Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2654384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2654612Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2654837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex64 PASSED [ 30%] 2023-01-11T22:51:06.2655056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2655273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float32 PASSED [ 30%] 2023-01-11T22:51:06.2655489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2655711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int32 PASSED [ 30%] 2023-01-11T22:51:06.2655926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int8 PASSED [ 30%] 2023-01-11T22:51:06.2656145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2656370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2656587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2656864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2657081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2657301Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2657568Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex32 PASSED [ 30%] 2023-01-11T22:51:06.2657781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float64 PASSED [ 30%] 2023-01-11T22:51:06.2657994Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int16 PASSED [ 30%] 2023-01-11T22:51:06.2658203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int64 PASSED [ 30%] 2023-01-11T22:51:06.2658412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_uint8 PASSED [ 30%] 2023-01-11T22:51:06.2658630Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:51:06.2658856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex128 PASSED [ 30%] 2023-01-11T22:51:06.2659053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float16 PASSED [ 30%] 2023-01-11T22:51:06.2659271Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2659491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int16 PASSED [ 31%] 2023-01-11T22:51:06.2659704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex128 PASSED [ 31%] 2023-01-11T22:51:06.2659920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2660127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float64 PASSED [ 31%] 2023-01-11T22:51:06.2660346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2660559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2660773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float64 PASSED [ 31%] 2023-01-11T22:51:06.2660990Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2661202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2661421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex32 PASSED [ 31%] 2023-01-11T22:51:06.2661635Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2661857Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2662067Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float64 PASSED [ 31%] 2023-01-11T22:51:06.2662277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2662493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2662710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2662925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex128 PASSED [ 31%] 2023-01-11T22:51:06.2663132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2663324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2663530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2663799Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int64 PASSED [ 31%] 2023-01-11T22:51:06.2664009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2664225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2664429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2664713Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2664927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2665143Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2665404Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int32 PASSED [ 31%] 2023-01-11T22:51:06.2665617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2665833Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex32 PASSED [ 31%] 2023-01-11T22:51:06.2666049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2666261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2666473Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2666685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int16 PASSED [ 31%] 2023-01-11T22:51:06.2666903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int32 PASSED [ 31%] 2023-01-11T22:51:06.2667111Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int64 PASSED [ 31%] 2023-01-11T22:51:06.2667324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2667535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2667728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2667936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2668155Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex128 PASSED [ 31%] 2023-01-11T22:51:06.2668371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2668583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2668796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2669005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2669215Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int32 PASSED [ 31%] 2023-01-11T22:51:06.2669421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int64 PASSED [ 31%] 2023-01-11T22:51:06.2669633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2669851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2670059Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2670278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2670499Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2670708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2670916Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2671127Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_add_cuda PASSED [ 31%] 2023-01-11T22:51:06.2671345Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_arange_cuda PASSED [ 31%] 2023-01-11T22:51:06.2671583Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_right_shift_cuda PASSED [ 31%] 2023-01-11T22:51:06.2671782Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_xor_cuda PASSED [ 31%] 2023-01-11T22:51:06.2672005Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_min_cuda XFAIL [ 31%] 2023-01-11T22:51:06.2672223Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_copysign_cuda PASSED [ 31%] 2023-01-11T22:51:06.2672499Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_embed_cuda PASSED [ 31%] 2023-01-11T22:51:06.2672731Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_copy_cuda PASSED [ 31%] 2023-01-11T22:51:06.2672950Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_cuda PASSED [ 31%] 2023-01-11T22:51:06.2673222Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_floor_rounding_cuda PASSED [ 31%] 2023-01-11T22:51:06.2673441Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dsplit_cuda PASSED [ 31%] 2023-01-11T22:51:06.2673650Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dstack_cuda XFAIL [ 31%] 2023-01-11T22:51:06.2673856Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eq_cuda PASSED [ 31%] 2023-01-11T22:51:06.2674065Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fft2_cuda PASSED [ 31%] 2023-01-11T22:51:06.2674281Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fftn_cuda PASSED [ 31%] 2023-01-11T22:51:06.2674504Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfft2_cuda PASSED [ 31%] 2023-01-11T22:51:06.2674719Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfft_cuda PASSED [ 31%] 2023-01-11T22:51:06.2674937Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_hfftn_cuda PASSED [ 31%] 2023-01-11T22:51:06.2675156Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifft2_cuda PASSED [ 31%] 2023-01-11T22:51:06.2675373Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifft_cuda PASSED [ 31%] 2023-01-11T22:51:06.2675587Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ifftn_cuda PASSED [ 31%] 2023-01-11T22:51:06.2675803Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfft_cuda PASSED [ 31%] 2023-01-11T22:51:06.2676024Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfftn_cuda PASSED [ 31%] 2023-01-11T22:51:06.2676236Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fliplr_cuda PASSED [ 31%] 2023-01-11T22:51:06.2676440Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_floor_divide_cuda PASSED [ 31%] 2023-01-11T22:51:06.2676654Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmax_cuda PASSED [ 31%] 2023-01-11T22:51:06.2676864Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmin_cuda PASSED [ 31%] 2023-01-11T22:51:06.2677081Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmod_cuda PASSED [ 31%] 2023-01-11T22:51:06.2677293Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ge_cuda PASSED [ 31%] 2023-01-11T22:51:06.2677495Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gt_cuda PASSED [ 31%] 2023-01-11T22:51:06.2677708Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hypot_cuda PASSED [ 31%] 2023-01-11T22:51:06.2677921Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igamma_cuda PASSED [ 31%] 2023-01-11T22:51:06.2678138Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igammac_cuda PASSED [ 31%] 2023-01-11T22:51:06.2678357Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_index_select_cuda XFAIL [ 31%] 2023-01-11T22:51:06.2678566Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lcm_cuda PASSED [ 31%] 2023-01-11T22:51:06.2678788Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_and_cuda PASSED [ 31%] 2023-01-11T22:51:06.2679011Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_or_cuda PASSED [ 31%] 2023-01-11T22:51:06.2679219Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lt_cuda PASSED [ 31%] 2023-01-11T22:51:06.2679432Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_masked_fill_cuda XFAIL [ 31%] 2023-01-11T22:51:06.2679643Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mean_cuda PASSED [ 31%] 2023-01-11T22:51:06.2679857Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_minimum_cuda XFAIL [ 31%] 2023-01-11T22:51:06.2680067Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mul_cuda PASSED [ 31%] 2023-01-11T22:51:06.2680328Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_neg_cuda PASSED [ 31%] 2023-01-11T22:51:06.2680531Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nextafter_cuda PASSED [ 31%] 2023-01-11T22:51:06.2680763Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_gelu_cuda PASSED [ 31%] 2023-01-11T22:51:06.2681057Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 31%] 2023-01-11T22:51:06.2681295Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_huber_loss_cuda PASSED [ 31%] 2023-01-11T22:51:06.2681548Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 31%] 2023-01-11T22:51:06.2681790Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_prelu_cuda PASSED [ 31%] 2023-01-11T22:51:06.2682007Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_as_cuda PASSED [ 31%] 2023-01-11T22:51:06.2682226Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_cuda PASSED [ 31%] 2023-01-11T22:51:06.2682448Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_zeta_cuda PASSED [ 31%] 2023-01-11T22:51:06.2682658Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sub_cuda PASSED [ 31%] 2023-01-11T22:51:06.2682880Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sum_to_size_cuda PASSED [ 31%] 2023-01-11T22:51:06.2683091Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_triu_cuda PASSED [ 31%] 2023-01-11T22:51:06.2683307Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_unbind_cuda PASSED [ 31%] 2023-01-11T22:51:06.2683521Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vsplit_cuda PASSED [ 31%] 2023-01-11T22:51:06.2683738Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_xlogy_cuda PASSED [ 31%] 2023-01-11T22:51:06.2683982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2684222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2684465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float16 PASSED [ 31%] 2023-01-11T22:51:06.2684706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2684946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int16 PASSED [ 31%] 2023-01-11T22:51:06.2685181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int32 PASSED [ 31%] 2023-01-11T22:51:06.2685417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2685693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2685920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float32 PASSED [ 31%] 2023-01-11T22:51:06.2686200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2686442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int32 PASSED [ 31%] 2023-01-11T22:51:06.2687079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 31%] 2023-01-11T22:51:06.2687358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2687636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex128 PASSED [ 31%] 2023-01-11T22:51:06.2687913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2688237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int16 PASSED [ 31%] 2023-01-11T22:51:06.2688508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int64 PASSED [ 31%] 2023-01-11T22:51:06.2688777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_uint8 PASSED [ 31%] 2023-01-11T22:51:06.2689122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2689419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2689725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2690246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.bfloat16 doesn't support nvfuser) [ 31%] 2023-01-11T22:51:06.2690548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2691020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 31%] 2023-01-11T22:51:06.2691516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.bfloat16 doesn't support nvfuser) [ 31%] 2023-01-11T22:51:06.2691987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 31%] 2023-01-11T22:51:06.2692291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2692561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:51:06.2692823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bool PASSED [ 31%] 2023-01-11T22:51:06.2693095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex32 PASSED [ 31%] 2023-01-11T22:51:06.2693367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex64 PASSED [ 31%] 2023-01-11T22:51:06.2693633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float64 PASSED [ 31%] 2023-01-11T22:51:06.2693894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int16 PASSED [ 31%] 2023-01-11T22:51:06.2694160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int64 PASSED [ 31%] 2023-01-11T22:51:06.2694420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int8 PASSED [ 31%] 2023-01-11T22:51:06.2694717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2695015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2695313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2695808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 31%] 2023-01-11T22:51:06.2696176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2696475Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:51:06.2696953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 31%] 2023-01-11T22:51:06.2697271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex128 PASSED [ 31%] 2023-01-11T22:51:06.2697534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2697798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2698058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2698325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2698598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2698892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2699168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2699436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2699707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:51:06.2699980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2700252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:51:06.2700514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:51:06.2700785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:51:06.2701054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2701364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2701680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2702201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.cdouble doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2702675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:51:06.2703175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.cdouble doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2703476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2703915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2704271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2704538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2704797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:51:06.2705126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2705432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2705944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.cfloat doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2706252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2706783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.cfloat doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2707082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2707385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2707654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2707921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2708187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:51:06.2708453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:51:06.2708717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2708979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2709281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2709579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2709885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2710186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2710489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2710964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:51:06.2711455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.chalf doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2711929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:51:06.2712196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2712499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2712772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2713034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2713345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:51:06.2713604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2713909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2714211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2714513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2715017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:51:06.2715327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2715814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.char doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2716298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.char doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2716599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2716885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2717158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:51:06.2717668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.complex doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2717942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2718206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2718483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:51:06.2718758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:51:06.2719025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2719297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2719560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:51:06.2719822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2720126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2720676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:51:06.2720986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2721533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.double doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2722023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.double doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2722494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:51:06.2722766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2723028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2723299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2723568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2723829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:51:06.2724092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2724355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:51:06.2724660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2725155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:51:06.2725466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2725765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2726256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.float doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2726535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2726845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2727313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:51:06.2727587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2727847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2728111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2728380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2728701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2728965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2729228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2729566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2729862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2730160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2730461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2730943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:51:06.2731206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2731487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:51:06.2731759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2732025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2732322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2732624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2732932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2733240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2733533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2734001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:51:06.2734295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2734591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2734865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:51:06.2735138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2735407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2735665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:51:06.2735924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2736274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2736586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2737084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:51:06.2737452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2737748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2738237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.long doesn't support nvfuser) [ 32%] 2023-01-11T22:51:06.2738707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:51:06.2738998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2739439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:51:06.2739736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2740002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2740264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:51:06.2740539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2740802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:51:06.2741062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:51:06.2741338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:51:06.2741596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2741853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2742150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2742444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2742742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2743042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2743287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:51:06.2743534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:51:06.2743848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:51:06.2744158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:51:06.2744404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:51:06.2744643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2744931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:51:06.2745167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:51:06.2745451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2745923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:51:06.2746210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2746490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:51:06.2746925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:51:06.2747174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int32 PASSED [ 32%] 2023-01-11T22:51:06.2747448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2747877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:51:06.2748125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2748379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2748601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2748846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2749133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2749413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2749853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2750102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2750381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2750635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2750883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2751133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2751383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:51:06.2751627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2751868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:51:06.2752171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2752457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2752733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2753066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2753347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2753630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2754071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int32 SKIPPED (_refs.acosh doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2754326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:51:06.2754575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex32 PASSED [ 33%] 2023-01-11T22:51:06.2754825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2755073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2755314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2755555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2755798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2756083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2756375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2756651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2756884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2757160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2757405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2757678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2757956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2758213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:51:06.2758462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2758756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2759046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2759300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2759554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2759858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2760113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2760366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2760654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2760944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2761238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2761709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2761962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2762207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2762457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2762699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2762943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2763184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2763424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2763704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2763993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2764425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float32 SKIPPED (_refs.addr doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2764709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2765151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2765550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int32 SKIPPED (_refs.addr doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2765800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2766049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2766315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2766598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2766843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2767283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2767558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2767901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2768160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2768411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2768704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2768960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2769249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2769538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2769833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2770288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float32 SKIPPED (_refs.allclose doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2770578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2770821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:51:06.2771065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2771317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2771562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2771805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:51:06.2772051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2772325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2772602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2772855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2773132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2773569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:51:06.2773845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2774091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2774315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2774560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2774801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2775041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2775483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2775971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:51:06.2776248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2776544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2776789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:51:06.2777036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:51:06.2777283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2777527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2777775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2778015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:51:06.2778254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2778500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:51:06.2778786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2779061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2779508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:51:06.2779760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2780034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2780308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2780562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2780815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2781061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:51:06.2781317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:51:06.2781604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2782044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float32 SKIPPED (_refs.arange doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2782482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int32 SKIPPED (_refs.arange doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2782919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:51:06.2783179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2783407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:51:06.2783770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:51:06.2784030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:51:06.2784431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:51:06.2784786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2785078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2785371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2785654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2786123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2786411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2786709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2786991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2787261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2787539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:51:06.2787817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:51:06.2788089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2788355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2788663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2788972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2789283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2789768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 33%] 2023-01-11T22:51:06.2790242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:51:06.2790547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2790815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:51:06.2791086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:51:06.2791353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:51:06.2791749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:51:06.2792015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:51:06.2792313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:51:06.2792652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2792954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2793253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2793749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float32 SKIPPED (_refs.as_strided_scatter doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2794051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2794517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2795000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int32 SKIPPED (_refs.as_strided_scatter doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2795298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2795552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:51:06.2795802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:51:06.2796022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2796262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2796507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2796759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2797044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2797320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2797610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2798075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:51:06.2798353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2798804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2799063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:51:06.2799313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:51:06.2799556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2799854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2800101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2800544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float32 SKIPPED (_refs.asinh doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2800870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2801313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2801749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int32 SKIPPED (_refs.asinh doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2802031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2802274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2802515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2802763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2803041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2803315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2803567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float32 PASSED [ 34%] 2023-01-11T22:51:06.2804008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2804254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:51:06.2804500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:51:06.2804741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2804984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2805203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2805447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2805729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2806003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2806278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2806536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2806973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2807247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2807494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:51:06.2807800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:51:06.2808057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:51:06.2808311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:51:06.2808598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:51:06.2808839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2809080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2809325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2809609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2810083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:51:06.2810368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2810657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2810905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float32 PASSED [ 34%] 2023-01-11T22:51:06.2811190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2811437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2811881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2812159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2812417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:51:06.2812674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:51:06.2812931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:51:06.2813182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:51:06.2813431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:51:06.2813659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2813904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2814153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2814411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2814661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2814951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2815237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2815583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2815873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2816207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2816491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2816747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:51:06.2816996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:51:06.2817260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:51:06.2817514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:51:06.2817762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:51:06.2818015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2818262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2818509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2818759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2819050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2819341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2819803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_2d doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2820256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2820539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2820793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:51:06.2821049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:51:06.2821309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:51:06.2821564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:51:06.2821816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:51:06.2822065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:51:06.2822311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2822537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2822789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2823152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2823635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:51:06.2824122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2824589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_3d doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2824873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2825325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2825611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2826056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2826353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2826608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2826862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2827113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2827365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2827818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2828076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2828362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2828645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2828903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2829159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2829418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2829888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2830184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2830436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2830686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2830967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2831489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2831777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2832028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2832321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2832573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2832856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2833315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2833764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2834050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2834314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2834554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2834814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:51:06.2835284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:51:06.2835752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:51:06.2836004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:51:06.2836262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2836515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:51:06.2836799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2837081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:51:06.2837570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cuda_float32 SKIPPED (_refs.broadcast_shapes doesn't support nvfuser) [ 34%] 2023-01-11T22:51:06.2837836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:51:06.2838098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:51:06.2838369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:51:06.2838637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:51:06.2838896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:51:06.2839155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:51:06.2839477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2839747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:51:06.2840045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2840393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2840779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2841055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2841356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2841612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2841868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:51:06.2842128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2842381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:51:06.2842675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2842974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2843271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2843531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2843995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2844290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2844539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float16 XFAIL [ 35%] 2023-01-11T22:51:06.2844764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int16 XFAIL [ 35%] 2023-01-11T22:51:06.2845012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int32 XFAIL [ 35%] 2023-01-11T22:51:06.2845259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int64 XFAIL [ 35%] 2023-01-11T22:51:06.2845504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_uint8 XFAIL [ 35%] 2023-01-11T22:51:06.2845755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float32 XFAIL [ 35%] 2023-01-11T22:51:06.2846015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int32 XFAIL [ 35%] 2023-01-11T22:51:06.2846474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2846757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2847005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2847311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:51:06.2847562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:51:06.2847808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2848090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2848329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2848565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:51:06.2848803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2849274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2023-01-11T22:51:06.2849556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2849992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:51:06.2850271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2850702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2850976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2851234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2851479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2851725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2851965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2852209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2852448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:51:06.2852727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2853157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float32 SKIPPED (_refs.ceil doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2853416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2853854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:51:06.2854279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int32 SKIPPED (_refs.ceil doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2854554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2854985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2855262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2855570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2855824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:51:06.2856085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2856376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2856620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:51:06.2856860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2857104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:51:06.2857398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2857867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2023-01-11T22:51:06.2858151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2858586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float32 SKIPPED (_refs.chunk doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2859022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:51:06.2859448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int32 SKIPPED (_refs.chunk doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2859733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2859983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2860230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2860476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2860718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2860970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2861411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2861693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2862125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2862560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2862842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2863094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2863346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2863597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:51:06.2863953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2864211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2864497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2864825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2865289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp_max doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2865735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp_max doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2866024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2866305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2866562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2866814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:51:06.2867066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2867318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:51:06.2867604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2867890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2868340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp_min doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2868623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2868906Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2869154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:51:06.2869400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2869644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2869934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2870219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2870504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2870764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2871039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2871314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2871628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:51:06.2871893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:51:06.2872145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2872436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2872731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2873017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2873310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2873766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float32 SKIPPED (_refs.column_stack doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2874222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int32 SKIPPED (_refs.column_stack doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2874677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2874928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:51:06.2875170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2875413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2875657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2875908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2876187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2876463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2876892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float32 SKIPPED (_refs.conj doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2877333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:51:06.2877756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int32 SKIPPED (_refs.conj doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2878037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2878303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2878571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:51:06.2878828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2879086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:51:06.2879338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:51:06.2879593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:51:06.2879910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:51:06.2880208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2880560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2881037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:51:06.2881495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int32 SKIPPED (_refs.conj_physical doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2881951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2882243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2882505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2882767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:51:06.2883030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:51:06.2883285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:51:06.2883538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:51:06.2883836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2884132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2884429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2884907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float32 SKIPPED (_refs.constant_pad_nd doesn't support nvfuser) [ 35%] 2023-01-11T22:51:06.2885181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2885470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:51:06.2885928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:51:06.2886198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:51:06.2886451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:51:06.2886721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:51:06.2886981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2887241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:51:06.2887499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2887806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:51:06.2888062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2888353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2888681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2889163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:51:06.2889454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2889745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2890208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float32 SKIPPED (_refs.contiguous doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2890459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:51:06.2890714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2890967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2891215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2891498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2891787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2892235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float32 SKIPPED (_refs.copysign doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2892522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2892974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2893257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2893497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:51:06.2893749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:51:06.2893998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2894242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:51:06.2894485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2894728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2894969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2895230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2895507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2896026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2896318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2896639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2896883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:51:06.2897133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:51:06.2897382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2897626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2897874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2898156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2898433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2898684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2898930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int32 PASSED [ 36%] 2023-01-11T22:51:06.2899373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2899630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2899880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2900125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2900372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2900669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2900955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2901393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float32 SKIPPED (_refs.cumsum doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2901680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2902125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2902562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int32 SKIPPED (_refs.cumsum doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2903010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2903270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2903535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:51:06.2903850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2904174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:51:06.2904439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2904692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2904970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2905455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:51:06.2905751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2906225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float32 SKIPPED (_refs.diag_embed doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2906478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2906738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:51:06.2906992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:51:06.2907242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2907490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:51:06.2907738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2907991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2908236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:51:06.2908481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2908726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2908975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2909259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2909546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2909991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float32 SKIPPED (_refs.diag doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2910433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2910715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2910997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2911263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:51:06.2911527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2911792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2912111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2912382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2912682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2913024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2913326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2913797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2914270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal_copy doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2914562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2914992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2915257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2915521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:51:06.2915773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2916066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2916355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2916837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:51:06.2917132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2917583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2917873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2918326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2918614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2918900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2919172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2919447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:51:06.2919713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2919977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2920299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2920567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2920840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2921148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2921450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2921945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal_scatter doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2922244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2922730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal_scatter doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2923196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2923501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2923754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:51:06.2924005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2924256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2924513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:51:06.2924769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2925058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2925511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float32 SKIPPED (_refs.digamma doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2925964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:51:06.2926397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int32 SKIPPED (_refs.digamma doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2926839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2927128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2927372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2927642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2927914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2928180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:51:06.2928440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2928765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:51:06.2929072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2929379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2929721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2930179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2930476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2930948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:51:06.2931246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2931522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:51:06.2931807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex32 SKIPPED (Skipped!) [ 36%] 2023-01-11T22:51:06.2932095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex64 SKIPPED (Skipped!) [ 36%] 2023-01-11T22:51:06.2932366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:51:06.2932639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:51:06.2932910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:51:06.2933178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:51:06.2933447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:51:06.2933744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2934042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex128 SKIPPED (Skipped!) [ 36%] 2023-01-11T22:51:06.2934333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex64 SKIPPED (Skipped!) [ 36%] 2023-01-11T22:51:06.2934640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:51:06.2935106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 36%] 2023-01-11T22:51:06.2935422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2935889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2936188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2936518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2936785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2937045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2937350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2937647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2938109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2938404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2938866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2939126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:51:06.2939390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex128 PASSED [ 37%] 2023-01-11T22:51:06.2939621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex32 PASSED [ 37%] 2023-01-11T22:51:06.2939875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex64 PASSED [ 37%] 2023-01-11T22:51:06.2940127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2940389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2940645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2940895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2941182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2941635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.dsplit doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2942073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.dsplit doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2942513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2942801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2943061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:51:06.2943318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex128 PASSED [ 37%] 2023-01-11T22:51:06.2943577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex32 PASSED [ 37%] 2023-01-11T22:51:06.2943965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex64 PASSED [ 37%] 2023-01-11T22:51:06.2944219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2944468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2944844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2945139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2945429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2945766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2946217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.dstack doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2946500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2946951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2947230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2947641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bool SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2948070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex128 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2948489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2948908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2949320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2949731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2950153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_uint8 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2950573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2950980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2951365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2951774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:51:06.2952203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2952620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bool SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2953059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2953486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2953906Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2954385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2954818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2955261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2955751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2956185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2956619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2957048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2957477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:51:06.2957719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:51:06.2957976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex32 PASSED [ 37%] 2023-01-11T22:51:06.2958218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2958465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:51:06.2958710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2958960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2959240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2959524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2959810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2960068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2960502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2960751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:51:06.2960999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:51:06.2961246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2961498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2961748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:51:06.2961993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2962236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:51:06.2962519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2962772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2963091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2963347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2963625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2964115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2964363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:51:06.2964614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2964860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:51:06.2965120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2965406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2965684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2965942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2966390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:51:06.2966828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2967111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2967360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:51:06.2967610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2967863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2968111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2968405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:51:06.2968653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2968942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2969225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2969666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2969949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2970206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2970453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:51:06.2970700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2971004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2971255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2971510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2971832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2972281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:51:06.2972710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int32 SKIPPED (_refs.exp2 doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2972988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2973270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2973526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex64 PASSED [ 37%] 2023-01-11T22:51:06.2973776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:51:06.2974025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2974272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2974516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:51:06.2974800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2975280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2023-01-11T22:51:06.2975562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2975820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2976108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2976549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:51:06.2976794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2977238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:51:06.2977516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2977775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:51:06.2978038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex64 PASSED [ 37%] 2023-01-11T22:51:06.2978292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:51:06.2978543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:51:06.2978795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2979044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:51:06.2979360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:51:06.2979657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2979992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2980284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2980748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.expand_as doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2981200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:51:06.2981653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.expand_as doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2981916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2982176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:51:06.2982426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:51:06.2982677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:51:06.2982929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:51:06.2983178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:51:06.2983434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:51:06.2983765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2984054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:51:06.2984505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float32 SKIPPED (_refs.expand doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2984951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:51:06.2985388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int32 SKIPPED (_refs.expand doesn't support nvfuser) [ 37%] 2023-01-11T22:51:06.2985675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2985960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2986215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bfloat16 PASSED [ 38%] 2023-01-11T22:51:06.2986472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.2986720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.2986967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.2987249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2987570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.2987858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2988307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.2988646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2988892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.2989147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.2989394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float16 PASSED [ 38%] 2023-01-11T22:51:06.2989648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.2989904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.2990147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.2990395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.2990612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.2990894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2991326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float32 SKIPPED (_refs.eye doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.2991752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int32 SKIPPED (_refs.eye doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.2992030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2992464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.2992744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2993002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.2993254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.2993508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.2993762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.2994012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.2994262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.2994714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.2995009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2995454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:51:06.2995799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2996053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.2996314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.2996614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.2996862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.2997111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.2997388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2997681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2997964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2998416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:51:06.2998705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2998987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.2999237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.2999494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.2999757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3000007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.3000231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.3000483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.3000735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3001185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fftn doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3001474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3001921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fftn doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3002189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bfloat16 PASSED [ 38%] 2023-01-11T22:51:06.3002461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3002722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex32 PASSED [ 38%] 2023-01-11T22:51:06.3002983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.3003239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3003497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.3003854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3004150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3004512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3004993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fftshift doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3005283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3005571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3005833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3006089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.3006349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3006608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.3006861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.3007115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3007406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3007692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3008143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3008405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3008662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.3008912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.3009162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3009447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3009705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3010166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3010422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.3010676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.3010931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3011218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3011569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3012033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfftn doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3012322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3012824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:51:06.3013109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3013551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3013817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3014076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.3014331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3014586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.3014846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.3015093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3015384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3015846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3016135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3016579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3017027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3017313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3017565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.3017826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3018083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.3018332Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.3018583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.3018872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3019318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:51:06.3019760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifft doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3020108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3020559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3020858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.3021125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:51:06.3021354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3021609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3021861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.3022117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3022398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3022690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3023153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifftn doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3023437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3023854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3024151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3024417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bfloat16 PASSED [ 38%] 2023-01-11T22:51:06.3024682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex32 PASSED [ 38%] 2023-01-11T22:51:06.3024948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:51:06.3025210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float16 PASSED [ 38%] 2023-01-11T22:51:06.3025471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3025733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3025994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:51:06.3026254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:51:06.3026550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3026842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3027136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3027430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3027969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3028265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3028527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3028830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:51:06.3029082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3029334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:51:06.3029618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3030099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3030547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:51:06.3030839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3031284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:51:06.3031569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:51:06.3031798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:51:06.3032056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:51:06.3032310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:51:06.3032562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:51:06.3032816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3033069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3033524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfft doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3033811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3034072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3034328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3034617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3034920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3035208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3035655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3035999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3036258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:51:06.3036519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3036821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3037076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3037327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3037578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:51:06.3037829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3038086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3038339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3038625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3038925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3039385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3039828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3040100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3040356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3040608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3040837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:51:06.3041087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3041381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3041668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3041926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3042180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3042432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:51:06.3042687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3042975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3043270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3043729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3044034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:51:06.3044286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3044541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3044904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3045277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3045733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfft2 doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3046023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3046468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3046721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3046974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3047225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3047506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3047954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfft doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3048245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3048690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfft doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3049135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3049389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3049642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3049893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3050191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3050642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3051088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3051378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3051603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:51:06.3051849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:51:06.3052100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex32 PASSED [ 39%] 2023-01-11T22:51:06.3052417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:51:06.3052669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3052917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3053233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3053477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3053725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3054004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3054284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3054568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3055038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2023-01-11T22:51:06.3055339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3055615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3056045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.fill doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3056483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3056908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.fill doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3057168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:51:06.3057425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex32 PASSED [ 39%] 2023-01-11T22:51:06.3057676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3057926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3058177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3058426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3058675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3058967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3059254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3059727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2023-01-11T22:51:06.3060020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3060308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3060805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float32 SKIPPED (_refs.flatten doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3061261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3061746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int32 SKIPPED (_refs.flatten doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3062004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3062259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3062512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3062763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3063009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3063288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3063585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3063965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3064245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3064685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float32 SKIPPED (_refs.flip doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3064976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3065425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3065857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int32 SKIPPED (_refs.flip doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3066295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3066550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:51:06.3066807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:51:06.3067064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3067321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:51:06.3067571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3067827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3068076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3068323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3068572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3068942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3069235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3069692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3070197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int32 SKIPPED (_refs.fliplr doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3070461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:51:06.3070719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:51:06.3070971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:51:06.3071230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3071453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:51:06.3071705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:51:06.3071999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3072283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3072574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3072863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3073151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3073590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int32 SKIPPED (_refs.flipud doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3073877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3074320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:51:06.3074581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:51:06.3074841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:51:06.3075135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:51:06.3075390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:51:06.3075645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:51:06.3075903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3076198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3076488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3076778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3077386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int32 SKIPPED (_refs.float_power doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3077678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:51:06.3077952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:51:06.3078291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3078766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float32 SKIPPED (_refs.floor_divide doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3079219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:51:06.3079680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int32 SKIPPED (_refs.floor_divide doesn't support nvfuser) [ 39%] 2023-01-11T22:51:06.3079964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3080264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3080513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:51:06.3080761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:51:06.3081046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:51:06.3081485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float32 SKIPPED (_refs.floor doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3081925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3082352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int32 SKIPPED (_refs.floor doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3082786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3083062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3083314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3083537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3083797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3084043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3084291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:51:06.3084539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:51:06.3084818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3085251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int32 SKIPPED (_refs.fmax doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3085503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3085806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3086054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3086296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:51:06.3086584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:51:06.3086868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3087144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3087583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float32 SKIPPED (_refs.fmin doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3087865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3088111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3088356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3088606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3088849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:51:06.3089095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3089378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3089628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int32 PASSED [ 40%] 2023-01-11T22:51:06.3089916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3090192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3090445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3090693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3090979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3091413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float32 SKIPPED (_refs.frac doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3091635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3091878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:51:06.3092129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3092577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3093005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int32 SKIPPED (_refs.gcd doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3093253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3093514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3093821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3094072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3094315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3094601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3094840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:51:06.3095090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3095364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3095623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3096070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3096318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int32 PASSED [ 40%] 2023-01-11T22:51:06.3096760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3097038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3097279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3097521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3097765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3098009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:51:06.3098251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:51:06.3098500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3098777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3099058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3099496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3099908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3100197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3100459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3100716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:51:06.3100973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3101264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3101554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3102078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float32 SKIPPED (_refs.heaviside doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3102371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3102878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3103163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3103412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3103667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:51:06.3103983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:51:06.3104232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3104479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3104726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:51:06.3105009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3105494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2023-01-11T22:51:06.3105780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3106222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.hsplit doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3106669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3106952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3107204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3107455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3107702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:51:06.3107950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3108237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3108521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3108811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3109286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2023-01-11T22:51:06.3109572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3110042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.hstack doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3110553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3111004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.hstack doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3111315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3111542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3111825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3112071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3112317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3112568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3112849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3113126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3113564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float32 SKIPPED (_refs.i0 doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3113844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3114267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int32 SKIPPED (_refs.i0 doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3114546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3114989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3115241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3115499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3115949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float32 SKIPPED (_refs.igammac doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3116237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3116488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex32 PASSED [ 40%] 2023-01-11T22:51:06.3116744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:51:06.3117028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3117282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3117541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex32 PASSED [ 40%] 2023-01-11T22:51:06.3117801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:51:06.3118055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3118307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:51:06.3118661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3118955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3119245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3119750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:51:06.3120014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:51:06.3120273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3120533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3120802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3121100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3121398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3121688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3121975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3122435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3122889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_copy doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3123148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3123405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:51:06.3123663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:51:06.3123922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3124183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:51:06.3124440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3124740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3125039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3125338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3125802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_fill doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3126254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:51:06.3126759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_fill doesn't support nvfuser) [ 40%] 2023-01-11T22:51:06.3127054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3127317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:51:06.3127635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:51:06.3127901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:51:06.3128159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:51:06.3128418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:51:06.3128710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:51:06.3129009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3129302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3129614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3130089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_select doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3130382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3130839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3131131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3131390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3131644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:51:06.3131893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3132120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3132410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3132703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3132993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3133278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3133562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3134011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3134290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3134603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:51:06.3134874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3135127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:51:06.3135423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3135671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3135965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3136255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3136544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3137003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float32 SKIPPED (_refs.isfinite doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3137293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3137747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int32 SKIPPED (_refs.isfinite doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3137999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3138251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:51:06.3138498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:51:06.3138751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3138999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3139284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3139572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3139864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3140308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isinf doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3140593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3141034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3141461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isinf doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3141721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:51:06.3141968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:51:06.3142220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3142443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3142749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:51:06.3143003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3143288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3143626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3144037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3144292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float32 PASSED [ 41%] 2023-01-11T22:51:06.3144748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3145017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3145455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3145714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:51:06.3145969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3146219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3146468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:51:06.3146712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:51:06.3146965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3147210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3147495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3147779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3148059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3148499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3148753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:51:06.3149001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3149288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3149736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isposinf doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3150188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isposinf doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3150470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3150908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3151234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3151486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:51:06.3151736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3152035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3152298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3152590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3153050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3153334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3153580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:51:06.3153828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3154072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:51:06.3154517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3154964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int32 SKIPPED (_refs.lcm doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3155243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3155684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3155934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:51:06.3156184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3156464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3156711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3157147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3157429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3157682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:51:06.3157937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3158193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3158474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3158755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3159000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:51:06.3159306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3159558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3159809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3160138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3160394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float32 PASSED [ 41%] 2023-01-11T22:51:06.3160854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3161146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3161428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3161676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3161944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3162247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3162553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3162846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3163341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.matrix_norm doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3163641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3163905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3164163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3164456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3164762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3165062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3165529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.norm doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3165823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3166092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3166350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3166607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3166959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3167423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.svd doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3167685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3168035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3168334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3168813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.svdvals doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3169110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3169385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3169702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3170011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3170506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.vector_norm doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3170808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3171074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:51:06.3171338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3171597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3171861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:51:06.3172117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:51:06.3172366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int16 XFAIL [ 41%] 2023-01-11T22:51:06.3172614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int64 XFAIL [ 41%] 2023-01-11T22:51:06.3172865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_uint8 XFAIL [ 41%] 2023-01-11T22:51:06.3173159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3173427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3173893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float32 SKIPPED (_refs.linspace doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3174355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:51:06.3174795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int32 SKIPPED (_refs.linspace doesn't support nvfuser) [ 41%] 2023-01-11T22:51:06.3175088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:51:06.3175595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:51:06.3175855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:51:06.3176150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:51:06.3176391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:51:06.3176632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:51:06.3176872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:51:06.3177155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3177432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3177713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3177966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3178244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3178487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3178764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3179014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3179256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3179505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:51:06.3179763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3180017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:51:06.3180267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3180545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3181006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3181291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3181539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3181788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3182034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:51:06.3182281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3182500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3182745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3183080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3183375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3183659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3184231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3184513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3184762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3185018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3185279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3185533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex32 PASSED [ 42%] 2023-01-11T22:51:06.3185781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3186028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3186272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3186521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3186770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3187020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:51:06.3187303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3187593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3187874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3188125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3188573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3188849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3189134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3189410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 42%] 2023-01-11T22:51:06.3189688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3189965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3190232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3190544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3190921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3191233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3191484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3191811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3192116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3192419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3192689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3192946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3193209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3193476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:51:06.3193733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3193985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3194237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3194495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3194803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3195098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3195396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3195660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3195947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3196202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3196470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3196730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3196988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:51:06.3197247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3197502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3197802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3198098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3198442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3198741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3199003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3199340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3199830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:51:06.3200091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3200353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3200584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3200837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3201095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3201395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3201686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3201974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3202261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3202723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3202983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3203437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:51:06.3203729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3203987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3204245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3204512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3204776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:51:06.3205044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3205299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3205558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3205815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3206070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:51:06.3206422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3206725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3207065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3207327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3207582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int16 XFAIL [ 42%] 2023-01-11T22:51:06.3207838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3208100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:51:06.3208391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3208682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3209149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float32 SKIPPED (_refs.logspace doesn't support nvfuser) [ 42%] 2023-01-11T22:51:06.3209442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3209732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3209987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3210223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3210483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3210735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3210995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3211255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:51:06.3211553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3211843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3212130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3212584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:51:06.3212834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:51:06.3213084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:51:06.3213329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3213570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3214010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:51:06.3214358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3214622Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:51:06.3214882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3215187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex32 PASSED [ 42%] 2023-01-11T22:51:06.3215453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:51:06.3215709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3216006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3216503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2023-01-11T22:51:06.3216963Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.masked_fill doesn't support nvfuser) [ 42%] 2023-01-11T22:51:06.3217258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3217708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3217993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3218280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3218529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:51:06.3218784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:51:06.3219039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:51:06.3219283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:51:06.3219533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:51:06.3219795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3220255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float32 SKIPPED (_refs.maximum doesn't support nvfuser) [ 42%] 2023-01-11T22:51:06.3220543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3221011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:51:06.3221302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3221585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:51:06.3221839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:51:06.3222091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3222400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:51:06.3222702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3222985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3223286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3223561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3223987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:51:06.3224272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:51:06.3224554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3224830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:51:06.3225106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3225378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:51:06.3225648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3225959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3226268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3226580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3226885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3227386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:51:06.3227693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3227971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3228260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:51:06.3228550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:51:06.3228822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3229099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3229374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:51:06.3229690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3230074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3230570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3231069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:51:06.3231432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3231691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:51:06.3231916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3232172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3232428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3232678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3232931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:51:06.3233180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:51:06.3233435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3233894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float32 SKIPPED (_refs.minimum doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3234351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:51:06.3234794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int32 SKIPPED (_refs.minimum doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3235080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3235338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3235592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3235881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3236179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3236670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2023-01-11T22:51:06.3236956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3237250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3237693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int32 SKIPPED (_refs.movedim doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3237940Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:51:06.3238188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3238498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:51:06.3238752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3238993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3239277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:51:06.3239517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3239765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3240037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3240486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:51:06.3240737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:51:06.3240984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3241218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3241470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3241736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:51:06.3241990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3242290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3242576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3243174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float32 SKIPPED (_refs.nan_to_num doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3243471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3243759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3244029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:51:06.3244296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:51:06.3244556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3244813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:51:06.3245071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3245367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3245661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3246132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.narrow_copy doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3246660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:51:06.3247142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.narrow_copy doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3247435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3247947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:51:06.3248237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3248489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3248754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:51:06.3249008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3249259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3249517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:51:06.3249768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3250019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3250273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:51:06.3250526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3250818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3251290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2023-01-11T22:51:06.3251557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3251839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3252278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float32 SKIPPED (_refs.narrow doesn't support nvfuser) [ 43%] 2023-01-11T22:51:06.3252720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:51:06.3253159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:51:06.3253436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3253701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:51:06.3253960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3254217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:51:06.3254512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3254836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3255140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3255394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:51:06.3255683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:51:06.3255935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:51:06.3256178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:51:06.3256422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:51:06.3256703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3256988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3257278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3257536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3257815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3258066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3258340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3258620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3258871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:51:06.3259122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:51:06.3259372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3259619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:51:06.3259862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:51:06.3260109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3260328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:51:06.3260618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3260906Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3261188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3261443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:51:06.3261722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3261973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int32 PASSED [ 43%] 2023-01-11T22:51:06.3262248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3262580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:51:06.3263030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bool SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3263510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3264023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3264451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int64 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3264893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3265334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3265763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3266195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3266624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3267045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3267477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2023-01-11T22:51:06.3267808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3268305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3268654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3268983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3269501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3269851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3270188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3270526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3270859Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3271183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2023-01-11T22:51:06.3271525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3271790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:51:06.3272049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3272349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3272604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:51:06.3272863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:51:06.3273124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:51:06.3273428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3273728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3274018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3274312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3274780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3275041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3275295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3275552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bool PASSED [ 44%] 2023-01-11T22:51:06.3275807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:51:06.3276070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:51:06.3276325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:51:06.3276575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:51:06.3276866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3277167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3277465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3277920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_ones doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3278375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3278661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3278920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3279177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:51:06.3279500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:51:06.3279765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:51:06.3280021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3280315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3280563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:51:06.3280817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:51:06.3281071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:51:06.3281365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3281663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3282151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2023-01-11T22:51:06.3282601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3283064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_zeros doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3283521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3283976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_zeros doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3284239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3284504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3284971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float32 SKIPPED (_refs.nextafter doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3285313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:51:06.3285665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:51:06.3286010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:51:06.3286279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3286525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3286833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3287137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3287441Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3287781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_bfloat16 XFAIL [ 44%] 2023-01-11T22:51:06.3288062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float16 XFAIL [ 44%] 2023-01-11T22:51:06.3288330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float64 XFAIL [ 44%] 2023-01-11T22:51:06.3288674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3288975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3289248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float32 XFAIL [ 44%] 2023-01-11T22:51:06.3289518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3289782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3290051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3290359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3290657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3290925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3291189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3291635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3291972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3292264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3292530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3292798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3293066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3293372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3293675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3293977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3294263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3294543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3294858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3295457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.group_norm doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3295777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3296058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3296385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3296675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3296958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3297506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hardshrink doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3297790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3298071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3298350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:51:06.3298597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:51:06.3298878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:51:06.3299192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3299539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3300085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hardtanh doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3300401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3300882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3301359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:51:06.3301655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3301995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3302325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3302652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3302934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3303213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3303589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3304059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3304415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3304725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3304996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3305314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:51:06.3305619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:51:06.3305925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3306257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3306563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3307093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.l1_loss doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3307411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3307697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3307978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3308290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3308605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3308879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3309156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3309460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3309744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3310056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3310354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 44%] 2023-01-11T22:51:06.3310654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:51:06.3310949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:51:06.3311309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:51:06.3311605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3311901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3312234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:51:06.3312569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3313111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2023-01-11T22:51:06.3313414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3313737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3314252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3314550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 44%] 2023-01-11T22:51:06.3314883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3315149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:51:06.3315438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:51:06.3315724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:51:06.3316233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:51:06.3316790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.margin_ranking_loss doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3317112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3317614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:51:06.3317947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3318222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:51:06.3318494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3318791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3319091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3319428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:51:06.3319708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:51:06.3320029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:51:06.3320335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3320636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3321147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.mse_loss doesn't support nvfuser) [ 44%] 2023-01-11T22:51:06.3321456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:51:06.3321725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float16 XFAIL [ 44%] 2023-01-11T22:51:06.3322036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3322336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3322850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.nll_loss doesn't support nvfuser) [ 45%] 2023-01-11T22:51:06.3323160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3323454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:51:06.3323751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3324043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3324329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3324617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:51:06.3324943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3325266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3325585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3326093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3326415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3326689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3327029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3327323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3327614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:51:06.3327944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3328269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3328554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3328839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3329135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3329455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3329774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3330278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3330597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3330883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3331159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3331665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.prelu doesn't support nvfuser) [ 45%] 2023-01-11T22:51:06.3331976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3332247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3332516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3332789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3333059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:51:06.3333363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3333646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3333954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3334478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3334747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3335112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3335596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3335945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3336217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3336490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3336756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3337029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3337292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:51:06.3337798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.relu doesn't support nvfuser) [ 45%] 2023-01-11T22:51:06.3338277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3338579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3338902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3339208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3339486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3339786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3340085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3340380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3340669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3340961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3341249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3341529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3341815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3342103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:51:06.3342425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3342798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3343121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3343416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3343849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3344165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3344458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:51:06.3344755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3345019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3345309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3345597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3345882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3346165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:51:06.3346493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3346811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3347127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3347420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3347926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3348245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3348525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3348807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3349084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3349416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3349698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3349977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:51:06.3350319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3350637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3350928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:51:06.3351265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3351544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3351816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3352126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3352620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3352901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3353214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3353692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3353977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:51:06.3354261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3354575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3354852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3355165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3355476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3355788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3356277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3356586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3356882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:51:06.3357179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3357473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3357761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3358049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3358430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3358735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3359104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3359426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3359746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3360046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:51:06.3360306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3360561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3360855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3361147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3361435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3361716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3362168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.norm doesn't support nvfuser) [ 45%] 2023-01-11T22:51:06.3362425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3362675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:51:06.3362930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3363180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3363428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:51:06.3363675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3363968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3364436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2023-01-11T22:51:06.3364719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3365012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3365450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float32 SKIPPED (_refs.ones doesn't support nvfuser) [ 45%] 2023-01-11T22:51:06.3365888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3366386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:51:06.3366650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bool PASSED [ 45%] 2023-01-11T22:51:06.3366911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3367222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:51:06.3367478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3367729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:51:06.3368215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2023-01-11T22:51:06.3368512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3368806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3369068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:51:06.3369362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3369816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:51:06.3370049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3370342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:51:06.3370619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:51:06.3370877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:51:06.3371138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:51:06.3371395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:51:06.3371651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3372128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:51:06.3372582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float32 SKIPPED (_refs.positive doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3373036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:51:06.3373325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3373777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3374065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3374319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:51:06.3374576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:51:06.3374889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3375144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3375396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3375692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:51:06.3376165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:51:06.3376452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3376890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float32 SKIPPED (_refs.pow doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3377175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3377600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int32 SKIPPED (_refs.pow doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3377887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3378136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3378384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3378633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3378889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3379139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3379428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3379725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3380167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float32 SKIPPED (_refs.prod doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3380426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3380864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int32 SKIPPED (_refs.prod doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3381319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3381761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3382216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3382666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3383111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3383624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3384150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3384608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3385123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:51:06.3385383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:51:06.3385643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3385899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3386167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3386423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3386678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3386934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3387184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3387469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3387758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3388051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3388485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int32 SKIPPED (_refs.ravel doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3388927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3389214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3389470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3389722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:51:06.3389969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3390221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3390467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:51:06.3390935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:51:06.3391382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float32 SKIPPED (_refs.real doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3391664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3391946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3392449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3392718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3392972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3393247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3393505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3393766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:51:06.3394066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3394358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3394626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3394923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3395400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:51:06.3395664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:51:06.3395926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3396181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3396439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3396706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:51:06.3397002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3397296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3397554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3397846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3398108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:51:06.3398371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3398621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3398868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3399123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:51:06.3399407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3399692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3400042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3400335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3400799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float32 SKIPPED (_refs.repeat doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3401295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int32 SKIPPED (_refs.repeat doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3401579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3401848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:51:06.3402110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3402349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3402609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3402859Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3403117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3403368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:51:06.3403663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3404127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.reshape_as doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3404587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3404845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:51:06.3405112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3405397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3405653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3405904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3406160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:51:06.3406642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:51:06.3407121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int32 SKIPPED (_refs.reshape doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3407415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3407679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3407937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:51:06.3408193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:51:06.3408494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3408752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3409004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3409295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:51:06.3409580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3409859Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3410153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3410614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:51:06.3411053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int32 SKIPPED (_refs.roll doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3411308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:51:06.3411562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:51:06.3411787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3412037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3412285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3412567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3412863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3413304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float32 SKIPPED (_refs.rot90 doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3413740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int32 SKIPPED (_refs.rot90 doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3414185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3414442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:51:06.3414696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:51:06.3414956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3415206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:51:06.3415460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3415752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3416198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float32 SKIPPED (_refs.round doesn't support nvfuser) [ 46%] 2023-01-11T22:51:06.3416485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3416985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:51:06.3417240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:51:06.3417502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:51:06.3417786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:51:06.3418085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:51:06.3418342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:51:06.3418593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:51:06.3418841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:51:06.3419095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:51:06.3419352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:51:06.3419650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3419945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3420426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:51:06.3420714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:51:06.3421141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3421583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3421844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:51:06.3422103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:51:06.3422357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3422610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3422861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3423129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3423420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3424011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3424304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3424589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3424846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:51:06.3425093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3425422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:51:06.3425682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex32 PASSED [ 47%] 2023-01-11T22:51:06.3425933Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3426229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3426476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:51:06.3426722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3427008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3427493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2023-01-11T22:51:06.3427780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3428264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3428550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3428807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3429073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:51:06.3429339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:51:06.3429601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:51:06.3429860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3430086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3430377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3430675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3431153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2023-01-11T22:51:06.3431449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3431742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3432192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3432451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:51:06.3432700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3432952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3433199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3433449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3433803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3434071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3434355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3434856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3435296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3435559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:51:06.3435820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3436079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3436333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3436630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3436920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3437371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float32 SKIPPED (_refs.signbit doesn't support nvfuser) [ 47%] 2023-01-11T22:51:06.3437819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3438117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3438563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3438853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3439118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:51:06.3439373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:51:06.3439627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3439880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3440131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3440351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3440633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3440926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3441396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2023-01-11T22:51:06.3441684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3441996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3442449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3442705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3443054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3443496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3443747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3444006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:51:06.3444265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:51:06.3444517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3444766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:51:06.3445020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3445273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3445562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3445848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3446143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3446428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3446688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3446976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3447424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3447708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3448148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3448433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3448684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3448950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:51:06.3449203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3449462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3449681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3449968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3450495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2023-01-11T22:51:06.3450788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3451086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3451538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3451793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3452076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3452354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:51:06.3452624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3452894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3453167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3453437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3453707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:51:06.3453972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:51:06.3454282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3454603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3454929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3455208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3455485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3455948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3456212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3456480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3456747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3457019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3457283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3457778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.bessel_j0 doesn't support nvfuser) [ 47%] 2023-01-11T22:51:06.3458315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3458793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3459064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3459380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3459675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3459985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3460462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3460724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:51:06.3460990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3461255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:51:06.3461513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:51:06.3461810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3462280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3462577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3462840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3463105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3463371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3463636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3463993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3464293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3464772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3465257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.erfcx doesn't support nvfuser) [ 47%] 2023-01-11T22:51:06.3465556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3465815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3466078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3466336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:51:06.3466692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3467179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i0e doesn't support nvfuser) [ 47%] 2023-01-11T22:51:06.3467641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:51:06.3467988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:51:06.3468420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:51:06.3468681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:51:06.3468947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:51:06.3469204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:51:06.3469463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:51:06.3469726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3470188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i1 doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3470450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3470707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3470970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3471258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3471718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3472179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i1e doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3472449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3472716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3472985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:51:06.3473248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3473515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3474001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.log_ndtr doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3474303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3474597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:51:06.3474889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 48%] 2023-01-11T22:51:06.3475236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 48%] 2023-01-11T22:51:06.3475544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3475869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3476158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3476480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3476804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3477101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3477423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3477931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:51:06.3478193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:51:06.3478458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3478722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3478985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3479244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3479516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3479818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3480299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.logit doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3480761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3481242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.logit doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3481701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:51:06.3481990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3482282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3482604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3482928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3483498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3484045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3484417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3484711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3485005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3485300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3485911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3486235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3486749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3487277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3487597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3488095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:51:06.3488417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3488712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3489005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3489292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3489583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3489875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3490200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3490743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3491256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3491844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3492169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3492675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:51:06.3492983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:51:06.3493251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3493515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3493775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3494042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3494338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3494809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3495288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.ndtr doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3495581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3495847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:51:06.3496118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3496388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3496650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:51:06.3496946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3497427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.ndtri doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3497897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.ndtri doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3498193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3498482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 48%] 2023-01-11T22:51:06.3498741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 48%] 2023-01-11T22:51:06.3499024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3499300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:51:06.3499611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3499986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3500309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3500599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3500925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3501208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:51:06.3501491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3501778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3502061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3502339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3502652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3503162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3503840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.spherical_bessel_j0 doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3504166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3504442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:51:06.3504710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3504979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3505246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3505513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:51:06.3505780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3506049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3506348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3506838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.xlog1py doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3507325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.xlog1py doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3507621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3507923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3508274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3508537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3509009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.zeta doesn't support nvfuser) [ 48%] 2023-01-11T22:51:06.3509430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3509901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3510198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3510495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3510756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex32 PASSED [ 48%] 2023-01-11T22:51:06.3511013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex64 PASSED [ 48%] 2023-01-11T22:51:06.3511273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3511494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3511965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2023-01-11T22:51:06.3512250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3512533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3512784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3513225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3513504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3513781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3514027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:51:06.3514299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex64 SKIPPED (Skipped!) [ 48%] 2023-01-11T22:51:06.3514552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3514803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3515049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:51:06.3515294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:51:06.3515541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3515785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3516029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3516370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3516654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3516908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3517411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3517662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int32 PASSED [ 48%] 2023-01-11T22:51:06.3517939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3518216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3518470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:51:06.3518723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex32 PASSED [ 48%] 2023-01-11T22:51:06.3518973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:51:06.3519231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:51:06.3519479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:51:06.3519727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:51:06.3519991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3520282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3520730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:51:06.3521010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:51:06.3521290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3521544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3521786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3522038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3522291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3522550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3522793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3523037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3523282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3523569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3524035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:51:06.3524525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float32 SKIPPED (_refs.stack doesn't support nvfuser) [ 49%] 2023-01-11T22:51:06.3524813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3525308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3525739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int32 SKIPPED (_refs.stack doesn't support nvfuser) [ 49%] 2023-01-11T22:51:06.3526017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3526263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3526522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3526807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3527055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3527308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex32 PASSED [ 49%] 2023-01-11T22:51:06.3527552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3527798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3528039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3528282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3528521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:51:06.3528761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3528984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3529266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3529730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:51:06.3530012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3530292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3530734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3531005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3531448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:51:06.3531721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3531963Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3532211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex32 PASSED [ 49%] 2023-01-11T22:51:06.3532536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3532786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3533033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3533315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:51:06.3533590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3533872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3534336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:51:06.3534624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3534904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3535184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3535454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3535889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:51:06.3536163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3536424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3536674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3536931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3537189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3537439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3537685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3537932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3538225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3538494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3538789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3539048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3539303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3539587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3540096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:51:06.3540345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3540581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3540867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3541107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3541347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3541625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3541898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3542147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3542424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3542697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3542954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3543205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex32 PASSED [ 49%] 2023-01-11T22:51:06.3543451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3543771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3544021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3544261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3544500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3544783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3545063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3545343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3545619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3545897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3546145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3546376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3546625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3546872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3547116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:51:06.3547358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3547696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3548183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:51:06.3548469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3548801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3549052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3549496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3549745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3550025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3550463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:51:06.3550721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3550976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:51:06.3551228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3551478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:51:06.3551732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3552022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3552320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3552612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3553078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float32 SKIPPED (_refs.tensor_split doesn't support nvfuser) [ 49%] 2023-01-11T22:51:06.3553534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3553998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int32 SKIPPED (_refs.tensor_split doesn't support nvfuser) [ 49%] 2023-01-11T22:51:06.3554238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3554491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:51:06.3554737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:51:06.3554978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:51:06.3555216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3555454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:51:06.3555691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3556010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3556290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3556567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3557059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3557308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:51:06.3557549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3557791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3558037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3558281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3558564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3558847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3559151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3559619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:51:06.3559904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3560334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int32 SKIPPED (_refs.trace doesn't support nvfuser) [ 49%] 2023-01-11T22:51:06.3560767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:51:06.3561021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3561279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3561532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:51:06.3561784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3562038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3562327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3562609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3562901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3563186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3563640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:51:06.3563952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:51:06.3564242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3564491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:51:06.3564801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:51:06.3565042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:51:06.3565281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:51:06.3565503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:51:06.3565783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3566060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:51:06.3566338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3566775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int32 SKIPPED (_refs.tril doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3567050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3567486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:51:06.3567761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3568006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3568258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3568503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3568751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:51:06.3568991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:51:06.3569234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3569508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3569792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3570235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3570657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int32 SKIPPED (_refs.triu doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3570946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3571206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3571465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3571718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3572034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3572287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3572577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3572911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3573200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3573483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3573737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3573985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3574232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3574457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3574703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:51:06.3574984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3575432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float32 SKIPPED (_refs.trunc doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3575720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3576166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3576593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int32 SKIPPED (_refs.trunc doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3577032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:51:06.3577283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3577537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3577789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:51:06.3578041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3578291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3578536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3578827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3579107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3579577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:51:06.3580075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float32 SKIPPED (_refs.unbind doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3580369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3580820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3581147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3581426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3581677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3581936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3582194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3582446Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:51:06.3582698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3582989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3583273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3583561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3583920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3584380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int32 SKIPPED (_refs.unflatten doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3584640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3584901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3585136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3585391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3585643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:51:06.3585936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3586237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3586523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3586777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3587030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3587282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:51:06.3587535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3587849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3588100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3588348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3588642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:51:06.3588891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3589171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3589453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3589917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3590353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int32 SKIPPED (_refs.unfold doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3590633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3590889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3591143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3591400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3591650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:51:06.3591903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3592189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3592480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3592962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:51:06.3593253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3593511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3593768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3594050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3594481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:51:06.3594772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3595016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3595260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3595503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3595842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3596129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3596406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3596704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3596960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3597218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3597473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3597727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:51:06.3598015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3598299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3598553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3598808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:51:06.3599058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:51:06.3599308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3599556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:51:06.3599803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3600086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3600376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3600659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3601113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.view_as doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3601399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3601845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3602126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3602377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3602619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3602869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:51:06.3603092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3603392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:51:06.3603637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3604084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:51:06.3604578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:51:06.3604840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:51:06.3605097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3605358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:51:06.3605617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3605872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3606122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3606370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:51:06.3606625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:51:06.3606921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3607208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3607498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3607779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3608217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.vsplit doesn't support nvfuser) [ 50%] 2023-01-11T22:51:06.3608499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3608939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:51:06.3609185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:51:06.3609440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:51:06.3609691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:51:06.3609937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:51:06.3610180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:51:06.3610428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:51:06.3610671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:51:06.3610918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:51:06.3611203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3611538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3611809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:51:06.3612095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3612426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3612870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.vstack doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3613151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3613409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3613657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3613900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3614190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3614636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:51:06.3615065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int32 SKIPPED (_refs.where doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3615345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3615634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3615885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3616127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3616379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3616626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3616873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3617150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3617596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float32 SKIPPED (_refs.xlogy doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3617875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3618318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:51:06.3618751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int32 SKIPPED (_refs.xlogy doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3619189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:51:06.3619434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3619745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3619998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3620242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3620526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3620807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3621082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3621368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3621665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3622108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float32 SKIPPED (_refs.zeros doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3622530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:51:06.3622969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int32 SKIPPED (_refs.zeros doesn't support nvfuser) [ 51%] 2023-01-11T22:51:06.3623252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3623528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3623937Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3624213Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3624487Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3624796Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3625071Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3625329Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3625627Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3625888Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3626141Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3626400Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3626658Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3626911Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3627163Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3627419Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3627755Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3628027Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3628318Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3628650Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3628942Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3629233Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3629526Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3629787Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3630258Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:51:06.3630521Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3630811Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:51:06.3631031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3631253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3631472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3631671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3631888Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3632104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3632316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3632525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3632764Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3633015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3633273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3633522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3633767Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3634004Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3634250Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3634491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3634729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3634971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3635212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3635510Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3635750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3635987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3636275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3636516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3636753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3636986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3637196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3637432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3637671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3637918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3638172Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3638442Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3638692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3638932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3639174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3639413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3639655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3639895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3640134Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3640384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3640630Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3640877Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3641120Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3641359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3641600Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3641842Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3642084Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3642327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3642565Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3642800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3643066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3643303Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3643538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3643820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float64 PASSED [ 51%] 2023-01-11T22:51:06.3644052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3644286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3644519Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3644766Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3645012Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3645248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3645492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3645741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3645981Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3646218Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3646454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3646696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3646941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3647182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex32 PASSED [ 51%] 2023-01-11T22:51:06.3647424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3647665Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float16 PASSED [ 51%] 2023-01-11T22:51:06.3647901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3648134Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3648367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3648604Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int8 PASSED [ 51%] 2023-01-11T22:51:06.3648820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3649066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3649307Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3649543Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3649776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3650016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3650253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3650538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3650772Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3651009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3651247Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3651538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex64 PASSED [ 51%] 2023-01-11T22:51:06.3651774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_uint8 PASSED [ 51%] 2023-01-11T22:51:06.3652013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:51:06.3652248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bool PASSED [ 51%] 2023-01-11T22:51:06.3652499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex128 PASSED [ 51%] 2023-01-11T22:51:06.3652738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float32 PASSED [ 51%] 2023-01-11T22:51:06.3652972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int16 PASSED [ 51%] 2023-01-11T22:51:06.3653204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int32 PASSED [ 51%] 2023-01-11T22:51:06.3653440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int64 PASSED [ 51%] 2023-01-11T22:51:06.3653675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3653955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3654186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3654412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3654615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3654834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3655048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3655268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3655484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3655708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3655932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3656151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3656371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3656586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3656802Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3657027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3657257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3657480Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3657704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3657927Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3658143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3658412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3658631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3658847Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3659090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3659314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3659538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3659756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3659969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3660182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3660414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3660639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3660866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3661098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3661323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3661546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3661770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3661989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3662213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3662439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3662660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3662878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3663099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3663316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3663534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3663844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3664060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3664280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3664500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3664722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3664937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3665159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3665392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3665618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3665841Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3666057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3666336Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3666557Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3666772Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3667039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3667255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3667473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3667691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3667908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3668121Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3668317Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3668532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3668747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3668976Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3669191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3669404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3669617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3669836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3670068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3670297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3670516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3670733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3670951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3671170Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3671405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3671638Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3671863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3672090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3672343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3672587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3672837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3673081Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3673304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3673548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3673786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3674072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3674312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3674550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3674812Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3675026Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3675248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3675471Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3675691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3675915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3676136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3676364Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3676586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3676809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3677026Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3677243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3677458Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3677676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3677895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3678095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3678310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3678529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3678742Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3678963Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3679178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3679400Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3679624Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3679844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3680068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3680284Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3680503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3680728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex128 PASSED [ 52%] 2023-01-11T22:51:06.3680956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3681175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float64 PASSED [ 52%] 2023-01-11T22:51:06.3681391Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3681606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3681881Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3682109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3682334Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3682628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3682829Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3683050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3683271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3683500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3683731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3683952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3684173Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3684397Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3684619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3684844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:51:06.3685063Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3685302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex32 PASSED [ 52%] 2023-01-11T22:51:06.3685535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex64 PASSED [ 52%] 2023-01-11T22:51:06.3685761Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float16 PASSED [ 52%] 2023-01-11T22:51:06.3685986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float32 PASSED [ 52%] 2023-01-11T22:51:06.3686209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3686432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3686661Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3686887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3687113Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_uint8 PASSED [ 52%] 2023-01-11T22:51:06.3687350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3687564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3687788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int16 PASSED [ 52%] 2023-01-11T22:51:06.3688011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int32 PASSED [ 52%] 2023-01-11T22:51:06.3688238Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int64 PASSED [ 52%] 2023-01-11T22:51:06.3688459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int8 PASSED [ 52%] 2023-01-11T22:51:06.3688681Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_bool PASSED [ 52%] 2023-01-11T22:51:06.3688905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3689146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3689423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3689652Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3689894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3690178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3690462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3690700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3690938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3691165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3691411Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3691640Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3691871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3692104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3692329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3692555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3692782Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3692984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3693208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3693433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3693647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3693869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3694092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3694308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3694661Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3694878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3695097Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3695319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3695532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3695754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3695979Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3696201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3696423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3696643Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3696863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3697079Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3697354Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3697551Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3697769Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3698037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3698261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3698486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3698706Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3698930Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3699152Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3699375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3699601Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3699822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3700049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3700268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3700484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3700703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3700917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3701154Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3701390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3701621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3701852Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3702076Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3702275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3702498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3702715Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3702935Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3703155Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3703388Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3703616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3703913Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3704148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3704375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3704605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3704845Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3705144Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3705381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3705614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3705892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3706132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3706365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3706596Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3706827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3707059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3707287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3707488Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3707719Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3707944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3708168Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3708385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3708608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3708827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3709046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3709265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3709481Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3709698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3709924Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3710143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3710360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3710580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3710801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3711024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3711283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3711499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3711732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3711966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3712171Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3712397Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int16 PASSED [ 53%] 2023-01-11T22:51:06.3712621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3712891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3713118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3713340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3713619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3713856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3714089Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3714323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3714553Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3714786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3715016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3715245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3715478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3715701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3715921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3716143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3716366Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3716619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3716866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3717102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3717316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3717551Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3717785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3718008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3718232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3718452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3718680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3718923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3719163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3719401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3719635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3719870Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3720117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3720355Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3720654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex32 PASSED [ 53%] 2023-01-11T22:51:06.3720906Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3721147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float16 PASSED [ 53%] 2023-01-11T22:51:06.3721426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3721667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3721911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int64 PASSED [ 53%] 2023-01-11T22:51:06.3722146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3722389Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:51:06.3722624Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float64 PASSED [ 53%] 2023-01-11T22:51:06.3722859Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3723076Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int8 PASSED [ 53%] 2023-01-11T22:51:06.3723294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bool PASSED [ 53%] 2023-01-11T22:51:06.3723523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3723743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3723962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_uint8 PASSED [ 53%] 2023-01-11T22:51:06.3724189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex128 PASSED [ 53%] 2023-01-11T22:51:06.3724418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex64 PASSED [ 53%] 2023-01-11T22:51:06.3724640Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float32 PASSED [ 53%] 2023-01-11T22:51:06.3724857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int32 PASSED [ 53%] 2023-01-11T22:51:06.3725080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3725300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3725526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3725742Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3725970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3726200Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3726421Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3726639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3726856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3727086Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3727304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3727525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3727736Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex32 PASSED [ 54%] 2023-01-11T22:51:06.3727962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3728245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3728462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3728686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3728946Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3729162Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3729375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3729589Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3729800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3730019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3730241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3730458Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3730674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3730900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3731117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3731334Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3731547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3731763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3731980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3732184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3732401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3732621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3732843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3733063Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3733283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3733502Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3733720Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3733936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3734148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3734366Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3734595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3734820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3735039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3735260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3735478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3735695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3735975Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3736196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3736424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3736653Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3736894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3737114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3737334Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3737563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3737790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3738013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3738233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3738449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3738671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3738890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3739109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3739327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3739546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3739770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3739989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3740204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3740419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3740641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3740856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3741069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3741260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3741473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3741696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3741926Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3742146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3742368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3742606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3742821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3743040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3743262Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3743483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3743904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3744136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3744353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3744631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3744853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3745074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3745294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3745513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3745744Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3745972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float16 PASSED [ 54%] 2023-01-11T22:51:06.3746179Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3746404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3746632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3746854Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3747072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3747298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3747524Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3747746Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3748002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3748222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3748446Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3748662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3748880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3749099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3749318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3749547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3749771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3749991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3750215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3750436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3750653Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3750882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3751083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3751305Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3751644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3751867Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3752086Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3752350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3752572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3752799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3753029Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex64 PASSED [ 54%] 2023-01-11T22:51:06.3753259Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3753484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3753703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3753922Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3754142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3754363Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3754593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3754817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3755039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3755259Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3755485Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3755707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3755904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3756145Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:51:06.3756382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex128 PASSED [ 54%] 2023-01-11T22:51:06.3756616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex32 PASSED [ 54%] 2023-01-11T22:51:06.3756846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3757078Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float64 PASSED [ 54%] 2023-01-11T22:51:06.3757308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3757539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3757759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3757984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3758205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int64 PASSED [ 54%] 2023-01-11T22:51:06.3758434Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3758653Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_bool PASSED [ 54%] 2023-01-11T22:51:06.3758875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3759158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int16 PASSED [ 54%] 2023-01-11T22:51:06.3759379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int32 PASSED [ 54%] 2023-01-11T22:51:06.3759599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int8 PASSED [ 54%] 2023-01-11T22:51:06.3759818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_uint8 PASSED [ 54%] 2023-01-11T22:51:06.3760088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float32 PASSED [ 54%] 2023-01-11T22:51:06.3760312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3760534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3760754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3760953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3761188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3761414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3761632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3761858Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3762085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3762307Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3762528Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3762748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3762969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3763201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3763430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3763662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3763889Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3764109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3764333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3764554Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3764770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3764995Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3765214Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3765431Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3765655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3765851Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3766074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3766292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3766507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3766781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3767006Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex32 PASSED [ 55%] 2023-01-11T22:51:06.3767223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3767438Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3767694Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3767909Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3768125Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3768353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3768577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3768802Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3769020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3769240Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3769461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3769678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3769895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3770111Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3770326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3770529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3770755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3770974Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3771193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3771416Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3771642Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3771863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3772084Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3772305Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3772530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3772747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3772964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3773182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3773412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3773642Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3773874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3774095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3774318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3774583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3774801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3775018Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3775268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3775500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3775726Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3775952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3776174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3776395Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3776611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3776822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3777036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3777258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3777477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3777688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3777901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3778122Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3778339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3778555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3778773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3778986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3779211Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3779423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3779614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3779827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3780040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3780258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3780471Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3780684Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3780895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3781111Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3781325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3781541Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3781754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3781967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3782232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3782467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3782689Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3782917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3783180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3783399Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3783621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3783899Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3784127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex32 PASSED [ 55%] 2023-01-11T22:51:06.3784329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3784558Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3784781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3785004Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3785223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3785444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3785662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3785886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3786108Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3786326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3786544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3786766Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3786986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3787207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3787418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3787632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float16 PASSED [ 55%] 2023-01-11T22:51:06.3787844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3788063Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3788273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3788482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3788672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3788893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3789115Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3789337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex32 PASSED [ 55%] 2023-01-11T22:51:06.3789569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3789804Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3790098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex32 PASSED [ 55%] 2023-01-11T22:51:06.3790326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float32 PASSED [ 55%] 2023-01-11T22:51:06.3790551Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3790836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3791056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3791275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3791505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex128 PASSED [ 55%] 2023-01-11T22:51:06.3791737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3791965Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3792186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3792409Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3792630Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int64 PASSED [ 55%] 2023-01-11T22:51:06.3792854Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3793080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3793303Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bool PASSED [ 55%] 2023-01-11T22:51:06.3793536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex64 PASSED [ 55%] 2023-01-11T22:51:06.3793738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float64 PASSED [ 55%] 2023-01-11T22:51:06.3793960Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int16 PASSED [ 55%] 2023-01-11T22:51:06.3794183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int32 PASSED [ 55%] 2023-01-11T22:51:06.3794403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int8 PASSED [ 55%] 2023-01-11T22:51:06.3794630Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_uint8 PASSED [ 55%] 2023-01-11T22:51:06.3794862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:51:06.3795097Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3795333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex32 PASSED [ 56%] 2023-01-11T22:51:06.3795563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3795788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3796017Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3796236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3796466Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3796690Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3796912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3797132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3797353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3797591Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3797873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3798102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3798337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3798587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3798842Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3799109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3799378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3799651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3799927Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3800193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3800455Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3800721Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3801051Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3801338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3801601Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3801868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3802133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3802398Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3802663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3802920Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3803188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3803460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3803729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3803996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3804236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3804504Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3804771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3805036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3805297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3805562Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3805827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3806091Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3806356Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3806616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3806946Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3807217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3807473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3807732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3808043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3808302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3808555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3808815Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3809076Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3809349Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3809613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3809853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3810117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3810380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3810643Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3810930Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3811215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3811511Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3811785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3812066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3812339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3812623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3812896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3813189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3813471Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3813748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3814039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3814337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3814623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3814908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3815180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3815456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3815725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3815967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3816295Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3816572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3816823Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3817082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3817301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3817512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3817728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3817944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3818168Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3818382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3818602Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3818818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3819038Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3819251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3819472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3819692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3819909Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3820132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3820350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3820564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3820754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3820973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3821192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3821408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3821627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3821848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3822066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3822278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3822490Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3822709Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3822951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3823201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3823447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3823820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3824136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3824379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3824623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3824904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3825128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3825359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3825588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3825818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3826025Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3826249Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3826473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3826699Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3826932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3827163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3827387Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3827612Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3827839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3828061Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3828285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3828507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3828737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3828969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex128 PASSED [ 56%] 2023-01-11T22:51:06.3829194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3829419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float32 PASSED [ 56%] 2023-01-11T22:51:06.3829645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3829871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3830095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3830318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3830552Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3830759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex64 PASSED [ 56%] 2023-01-11T22:51:06.3830983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3831205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3831426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3831705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_uint8 PASSED [ 56%] 2023-01-11T22:51:06.3831935Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:51:06.3832160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float64 PASSED [ 56%] 2023-01-11T22:51:06.3832382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int32 PASSED [ 56%] 2023-01-11T22:51:06.3832681Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int8 PASSED [ 56%] 2023-01-11T22:51:06.3832912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bool PASSED [ 56%] 2023-01-11T22:51:06.3833125Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float16 PASSED [ 56%] 2023-01-11T22:51:06.3833338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int16 PASSED [ 56%] 2023-01-11T22:51:06.3833550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int64 PASSED [ 56%] 2023-01-11T22:51:06.3833765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3833982Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3834210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3834436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3834666Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3834897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3835122Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3835347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3835575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3835776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3836000Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3836225Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3836448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3836667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3836884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3837107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3837330Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3837552Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3837770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3838021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3838272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3838523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3838771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3839018Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3839261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3839574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3839822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3840065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3840357Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3840609Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3840863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3841110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3841338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3841583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3841829Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3842056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3842278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3842502Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3842723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3842941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3843165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3843392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3843680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3843961Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3844236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3844498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3844755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3845013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3845275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3845533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3845789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3846056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3846320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3846513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3846771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3847018Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3847285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3847544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3847858Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3848133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3848397Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3848707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3849045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3849315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3849587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3849850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3850127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3850390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3850655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3850911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3851171Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3851424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3851685Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3851948Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3852143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3852402Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3852675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3852955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3853231Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3853487Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3853737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3853993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3854249Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3854498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3854750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3855005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3855262Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3855527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3855787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3856049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3856301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3856550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3856862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3857124Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3857452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3857706Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3857972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3858248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3858503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3858758Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3859039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3859325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3859600Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3859869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3860152Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3860421Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3860682Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3860947Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3861208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3861474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3861730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3861986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3862256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int8 PASSED [ 57%] 2023-01-11T22:51:06.3862523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_uint8 PASSED [ 57%] 2023-01-11T22:51:06.3862785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3863041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bool PASSED [ 57%] 2023-01-11T22:51:06.3863305Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3863508Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3863831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3864102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex128 PASSED [ 57%] 2023-01-11T22:51:06.3864378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex32 PASSED [ 57%] 2023-01-11T22:51:06.3864649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3864908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3865165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3865422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3865750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3866073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3866336Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int64 PASSED [ 57%] 2023-01-11T22:51:06.3866597Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3866949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3867237Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3867510Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3867787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3868083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3868367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3868639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3868913Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3869193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3869465Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3869733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3869959Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3870247Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3870537Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3870830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3871112Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 57%] 2023-01-11T22:51:06.3871390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 57%] 2023-01-11T22:51:06.3871693Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3871987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3872288Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3872590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3872878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 57%] 2023-01-11T22:51:06.3873160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3873439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 57%] 2023-01-11T22:51:06.3873723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 57%] 2023-01-11T22:51:06.3873997Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 57%] 2023-01-11T22:51:06.3874278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:51:06.3874615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3874923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3875270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3875611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3875882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3876192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3876454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3876722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3876984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3877274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3877561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3877798Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3878056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3878307Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3878550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3878794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3879065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3879309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3879568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3879834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3880096Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3880360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3880616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3880872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3881176Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3881417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3881674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3881926Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3882236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3882491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3882745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3883033Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3883306Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3883542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3883775Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3884012Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3884252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3884463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3884699Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3884938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3885179Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3885416Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3885713Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3885979Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3886245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3886500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3886752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3887010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3887264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3887517Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3887780Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3888044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3888300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3888555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3888811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3889062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3889341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3889594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3889897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3890153Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3890406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3890701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3890953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3891203Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3891428Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3891711Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3891955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3892201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3892451Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3892696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3892937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3893177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3893441Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3893704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3893964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3894219Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3894483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3894707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3894929Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3895147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3895363Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3895584Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3895833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3896056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3896282Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3896503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3896724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3896945Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3897140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3897426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3897659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3897915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3898140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3898406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3898632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3898862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3899090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3899319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3899550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3899774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3899994Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3900219Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3900439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3900658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3900879Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3901100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3901365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3901580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3901796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3901989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bool PASSED [ 58%] 2023-01-11T22:51:06.3902222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3902448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3902666Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3902887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3903104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3903324Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3903545Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3903823Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3904043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3904274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3904494Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3904717Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3904940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3905155Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bool PASSED [ 58%] 2023-01-11T22:51:06.3905473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3905698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float16 PASSED [ 58%] 2023-01-11T22:51:06.3905915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3906179Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3906403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3906598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bool PASSED [ 58%] 2023-01-11T22:51:06.3906821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3907044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex32 PASSED [ 58%] 2023-01-11T22:51:06.3907267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex64 PASSED [ 58%] 2023-01-11T22:51:06.3907526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3907748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3907967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3908190Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3908403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3908619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3908849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3909074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bool PASSED [ 58%] 2023-01-11T22:51:06.3909342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3909568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3909794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float32 PASSED [ 58%] 2023-01-11T22:51:06.3910024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3910253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int16 PASSED [ 58%] 2023-01-11T22:51:06.3910477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3910698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int64 PASSED [ 58%] 2023-01-11T22:51:06.3910919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_uint8 PASSED [ 58%] 2023-01-11T22:51:06.3911141Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3911344Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float64 PASSED [ 58%] 2023-01-11T22:51:06.3911563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int32 PASSED [ 58%] 2023-01-11T22:51:06.3911783Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int8 PASSED [ 58%] 2023-01-11T22:51:06.3912084Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:51:06.3912365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex128 PASSED [ 58%] 2023-01-11T22:51:06.3912631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3912896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3913160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3913482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3913758Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3914037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex128 PASSED [ 59%] 2023-01-11T22:51:06.3914302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex32 PASSED [ 59%] 2023-01-11T22:51:06.3914625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3914892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3915158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3915425Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3915731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3916056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3916369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3916750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3917060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3917298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3917615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3917936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3918251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3918627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3918958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3919281Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3919599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3919923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3920236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3920560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3920878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3921198Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3921510Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3921835Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex128 PASSED [ 59%] 2023-01-11T22:51:06.3922149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3922448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3922759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3923072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3923393Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3923703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3923939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3924323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3924657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex128 PASSED [ 59%] 2023-01-11T22:51:06.3924972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3925294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3925681Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3926009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3926326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3926648Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3927016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3927329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3927654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3927964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3928303Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3928613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3928933Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3929242Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3929545Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3929858Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3930168Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3930404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3930743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3931072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex128 PASSED [ 59%] 2023-01-11T22:51:06.3931390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3931704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3932021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3932338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3932658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3932969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3933293Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3933598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3933913Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3934257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3934598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3934938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3935288Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3935710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3936058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3936401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3936800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3937138Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3937416Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3937628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3937910Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3938202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3938475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3938748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3939030Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3939305Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3939572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3939840Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3940128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3940408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3940678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3940944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3941220Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3941486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3941754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3942016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3942296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3942563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3942827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3943090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3943332Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3943534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3943908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3944142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3944367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3944668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3944952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3945231Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3945509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3945853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3946160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3946476Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3946788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3947098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3947404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3947705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3948011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3948298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3948581Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3948960Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3949241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3949521Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3949836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3950146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3950462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3950774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3951058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3951370Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3951687Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3951998Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3952310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3952621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3952928Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3953272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3953558Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3953906Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3954186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3954464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3954739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int16 PASSED [ 59%] 2023-01-11T22:51:06.3955065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3955337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3955613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3955888Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3956672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3956988Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_uint8 PASSED [ 59%] 2023-01-11T22:51:06.3957244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3957508Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 59%] 2023-01-11T22:51:06.3957773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 59%] 2023-01-11T22:51:06.3958032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 59%] 2023-01-11T22:51:06.3958283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 59%] 2023-01-11T22:51:06.3958614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 59%] 2023-01-11T22:51:06.3958927Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 59%] 2023-01-11T22:51:06.3959173Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:51:06.3959384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bool PASSED [ 59%] 2023-01-11T22:51:06.3959811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float16 PASSED [ 59%] 2023-01-11T22:51:06.3960054Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float32 PASSED [ 59%] 2023-01-11T22:51:06.3960300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.3960542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.3960874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.3961323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.3962117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.3962375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.3962614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.3962855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.3963082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.3963394Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.3963628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.3963863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.3964190Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.3964419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.3964650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.3964917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.3965164Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.3965394Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.3965593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.3965827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.3966071Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.3966334Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.3966572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.3966804Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.3967039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.3967262Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.3967500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.3967790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.3968020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.3968283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.3968507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.3968730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.3968951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.3969178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.3969413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.3969636Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.3969855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4016473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4016776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4016983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4017199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4017464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4017730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4017980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.4018218Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4018461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4019029Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4019294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4019559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.4019884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4020136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4020384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4020626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4020868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4021110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4021352Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4021580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4021816Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4022055Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4022297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4022544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4022785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4023024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4023266Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4023513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4023974Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4024215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4024468Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.4024712Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4024953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4025192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4025429Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4025685Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bfloat16 XFAIL [ 60%] 2023-01-11T22:51:06.4025949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex128 XFAIL [ 60%] 2023-01-11T22:51:06.4026207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex64 XFAIL [ 60%] 2023-01-11T22:51:06.4026463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float16 XFAIL [ 60%] 2023-01-11T22:51:06.4026710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int16 XFAIL [ 60%] 2023-01-11T22:51:06.4026958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int8 XFAIL [ 60%] 2023-01-11T22:51:06.4027210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_uint8 XFAIL [ 60%] 2023-01-11T22:51:06.4027452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4027699Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4028027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4028269Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4028509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4028805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4029042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4029279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4029515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4029765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.4030014Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4030260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4030499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4030737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4030993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4031246Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4031497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4031748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4031989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4032233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4032486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.4032733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4032977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4033230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4033468Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4033707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4033957Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4034197Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4034445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex32 PASSED [ 60%] 2023-01-11T22:51:06.4034686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4034925Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4035163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4035421Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4035672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4035932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4036188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4036432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4036730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4036977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float64 PASSED [ 60%] 2023-01-11T22:51:06.4037220Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4037489Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4037690Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4037898Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4038108Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4038311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4038518Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4038721Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4038931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4039149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4039357Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4039562Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4039764Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4039967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4040175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4040385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4040605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4040818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4041027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4041242Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4041443Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4041644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex128 PASSED [ 60%] 2023-01-11T22:51:06.4041854Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4042058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4042260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4042465Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_uint8 PASSED [ 60%] 2023-01-11T22:51:06.4042676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4042885Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bool PASSED [ 60%] 2023-01-11T22:51:06.4043098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4043308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float16 PASSED [ 60%] 2023-01-11T22:51:06.4043518Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4043722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int16 PASSED [ 60%] 2023-01-11T22:51:06.4043977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int32 PASSED [ 60%] 2023-01-11T22:51:06.4044182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int64 PASSED [ 60%] 2023-01-11T22:51:06.4044388Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int8 PASSED [ 60%] 2023-01-11T22:51:06.4044637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex64 PASSED [ 60%] 2023-01-11T22:51:06.4044837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float32 PASSED [ 60%] 2023-01-11T22:51:06.4045042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:51:06.4045252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4045464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4045672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4045875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4046073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4046280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4046491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4046692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4046894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4047094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4047298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4047499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4047697Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4047900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4048099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4048295Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4048491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4048698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4048896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4049099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4049301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4049500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4049702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4049911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4050119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4050322Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4050528Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4050728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4050979Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4051188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4051392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4051595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4051875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4052073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4052272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4052470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4052667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4052871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4053069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4053273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4053475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4053682Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4053890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4054093Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4054299Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4054497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4054728Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4054963Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4055180Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4055401Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4055610Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4055825Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4056044Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4056253Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4056467Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4056675Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4056887Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4057110Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_bfloat16 XFAIL [ 61%] 2023-01-11T22:51:06.4057331Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float16 XFAIL [ 61%] 2023-01-11T22:51:06.4057550Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float32 XFAIL [ 61%] 2023-01-11T22:51:06.4057766Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float64 XFAIL [ 61%] 2023-01-11T22:51:06.4057973Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float16 XFAIL [ 61%] 2023-01-11T22:51:06.4058247Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float32 XFAIL [ 61%] 2023-01-11T22:51:06.4058457Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float64 XFAIL [ 61%] 2023-01-11T22:51:06.4058655Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bool XFAIL [ 61%] 2023-01-11T22:51:06.4058902Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex32 XFAIL [ 61%] 2023-01-11T22:51:06.4059109Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float32 XFAIL [ 61%] 2023-01-11T22:51:06.4059310Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int64 XFAIL [ 61%] 2023-01-11T22:51:06.4059503Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int8 XFAIL [ 61%] 2023-01-11T22:51:06.4059702Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_uint8 XFAIL [ 61%] 2023-01-11T22:51:06.4059920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4060137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4060346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4060556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4060769Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4060979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4061225Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4061464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4061702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4061944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4062183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4062424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4062660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4062893Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4063125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4063356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4063591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4063924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4064157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4064402Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4064641Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4064918Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4065191Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4065534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4065832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4066117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4066474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4066770Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4067057Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int16 PASSED [ 61%] 2023-01-11T22:51:06.4067343Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4067627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4067922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4068218Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4068506Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4068790Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4069073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4069360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4069654Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4069944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4070227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4070509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4070799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4071081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4071374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex128 PASSED [ 61%] 2023-01-11T22:51:06.4071664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4071955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4072238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4072521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4072810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4073084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4073375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4073665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4074007Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4074297Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4074581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4074912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4075201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4075491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4075773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4076055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4076340Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4076623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4076919Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4077210Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4077487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4077720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4077955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4078192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4078432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4078664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4078905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4079136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4079369Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int8 PASSED [ 61%] 2023-01-11T22:51:06.4079607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:51:06.4079848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex32 PASSED [ 61%] 2023-01-11T22:51:06.4080086Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4080317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float16 PASSED [ 61%] 2023-01-11T22:51:06.4080552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float32 PASSED [ 61%] 2023-01-11T22:51:06.4080786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4081017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4081247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int64 PASSED [ 61%] 2023-01-11T22:51:06.4081478Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_uint8 PASSED [ 61%] 2023-01-11T22:51:06.4081753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bool PASSED [ 61%] 2023-01-11T22:51:06.4081996Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex64 PASSED [ 61%] 2023-01-11T22:51:06.4082236Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float64 PASSED [ 61%] 2023-01-11T22:51:06.4082517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int32 PASSED [ 61%] 2023-01-11T22:51:06.4082750Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4082985Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4083205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4083425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4083645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4083856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4084078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4084295Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4084506Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4084720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4084926Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4085155Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4085376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4085590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4085804Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4086029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4086251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4086466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4086683Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4086902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4087120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4087334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4087551Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4087770Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4087983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4088192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4088403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4088671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4088901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4089126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4089351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4089616Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4089838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4090060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4090278Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4090498Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4090716Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4090926Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4091146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4091367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4091588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4091797Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4092015Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4092230Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4092443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4092659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4092867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4093081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4093292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4093500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4093731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4093955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4094168Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4094379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4094592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4094803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4095018Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4095234Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4095441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4095658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4095909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4096125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4096334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4096585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4096810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4097027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4097242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4097453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4097668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4097893Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4098114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4098341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4098590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4098835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4099085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4099333Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4099571Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4099812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4100058Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4100294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4100529Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4100761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4100983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4101207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4101427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4101635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4101853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4102066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4102325Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4102541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4102813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4103034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4103247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4103464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4103840Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4104094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4104361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4104621Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4104881Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4105137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4105398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4105657Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4105929Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4106193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4106449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4106705Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4106963Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4107228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4107495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4107763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4108030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4108289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4108549Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4108809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4109068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4109332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4109589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4109847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4110121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:51:06.4110399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex128 PASSED [ 62%] 2023-01-11T22:51:06.4110676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4110953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4111294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4111567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float64 PASSED [ 62%] 2023-01-11T22:51:06.4111836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4112114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4112448Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4112717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4112982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4113246Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4113514Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bool PASSED [ 62%] 2023-01-11T22:51:06.4113786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex32 PASSED [ 62%] 2023-01-11T22:51:06.4114065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex64 PASSED [ 62%] 2023-01-11T22:51:06.4114341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float16 PASSED [ 62%] 2023-01-11T22:51:06.4114609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float32 PASSED [ 62%] 2023-01-11T22:51:06.4114871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4115135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4115396Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4115666Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4115936Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4116201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4116487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4116761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4117040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4117289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4117508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4117732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4117955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4118172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int64 PASSED [ 62%] 2023-01-11T22:51:06.4118410Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4118643Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int32 PASSED [ 62%] 2023-01-11T22:51:06.4118879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4119114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4119379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int16 PASSED [ 62%] 2023-01-11T22:51:06.4119604Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int8 PASSED [ 62%] 2023-01-11T22:51:06.4119828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_uint8 PASSED [ 62%] 2023-01-11T22:51:06.4120096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_shapes_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4120336Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4120575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4120814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4121048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4121285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4121518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4121750Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4121985Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4122214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4122442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4122671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4122902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4123125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4123352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4123582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4123807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4124027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4124248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4124472Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4124694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex32 PASSED [ 63%] 2023-01-11T22:51:06.4124912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4125126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4125345Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4125551Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4125771Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4125986Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4126204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4126475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4126698Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4126917Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4127174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4127389Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4127615Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4127837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4128055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4128276Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4128493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4128721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4128947Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4129170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4129391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4129619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4129843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4130071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4130289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4130517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4130736Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex32 PASSED [ 63%] 2023-01-11T22:51:06.4130956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4131172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4131390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4131609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4131829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4132064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4132292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4132531Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4132763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4132989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4133214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4133444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4133697Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4133923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4134137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4134395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4134610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4134843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4135084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4135325Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4135561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4135796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4136026Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4136256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4136484Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4136726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4136962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4137202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4137433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4137665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4137899Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4138131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4138368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4138602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex32 PASSED [ 63%] 2023-01-11T22:51:06.4138836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4139071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4139301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4139528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4139759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4139985Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4140211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4140434Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4140659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4140923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4141146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4141367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4141627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4141846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4142056Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4142269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4142485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4142701Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4142917Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4143132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4143362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4143586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4143934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4144157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4144374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4144600Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4144856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4145118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4145385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4145645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4145908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4146175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4146442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4146705Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4146968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4147227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4147491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4147762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex32 PASSED [ 63%] 2023-01-11T22:51:06.4148043Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4148317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4148592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4148944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4149235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex128 PASSED [ 63%] 2023-01-11T22:51:06.4149525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4149854Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4150135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4150412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4150692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4150969Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4151244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex32 PASSED [ 63%] 2023-01-11T22:51:06.4151520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4151796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4152064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4152330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4152595Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4152888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4153182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_complex64 PASSED [ 63%] 2023-01-11T22:51:06.4153465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4153747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4154036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4154310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4154563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int16 PASSED [ 63%] 2023-01-11T22:51:06.4154823Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int32 PASSED [ 63%] 2023-01-11T22:51:06.4155087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4155354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int8 PASSED [ 63%] 2023-01-11T22:51:06.4155646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float16 PASSED [ 63%] 2023-01-11T22:51:06.4155936Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4156226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int64 PASSED [ 63%] 2023-01-11T22:51:06.4156515Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_uint8 PASSED [ 63%] 2023-01-11T22:51:06.4156810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:51:06.4157102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bool PASSED [ 63%] 2023-01-11T22:51:06.4157449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex32 XFAIL [ 63%] 2023-01-11T22:51:06.4157691Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float32 PASSED [ 63%] 2023-01-11T22:51:06.4157934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float64 PASSED [ 63%] 2023-01-11T22:51:06.4158214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4158451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4158690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4158933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4159176Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4159415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4159651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4159887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4160109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4160338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4160566Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex32 PASSED [ 64%] 2023-01-11T22:51:06.4160792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4161017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4161228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4161449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4161679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4161907Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4162133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex32 PASSED [ 64%] 2023-01-11T22:51:06.4162358Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4162580Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4162801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4163021Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4163238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4163460Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4163682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4163903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4164181Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4164516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4164800Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4165075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4165392Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4165664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4165933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4166202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4166474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4166758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4167047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4167337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4167619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4167895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:51:06.4168118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4168342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4168555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4168781Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4168999Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4169216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4169432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4169646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4169861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4170073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4170293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4170510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4170731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4170946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4171160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4171381Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4171659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4171877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4172093Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4172350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4172572Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4172794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4173013Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4173233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4173451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4173662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4173883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4174102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4174317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4174533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4174754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4174979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4175204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4175424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4175640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4175877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4176116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4176347Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4176576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4176807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4177035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4177255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4177481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4177708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4177924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4178146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4178366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4178588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4178838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4179061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4179282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4179539Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4179755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4179978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4180189Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4180411Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4180638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4180851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4181079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4181302Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4181528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4181751Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4181973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4182193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4182411Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4182627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4182844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4183064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4183293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4183517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4183805Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4184018Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4184254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:51:06.4184485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4184723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4184959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4185190Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4185420Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4185648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4185872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4186234Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4186457Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4186689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4186959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4187182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4187402Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4187622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4187844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int8 PASSED [ 64%] 2023-01-11T22:51:06.4188070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4188296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4188523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4188745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4188970Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4189187Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4189421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4189648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4189871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4190095Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4190319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4190541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4190764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4190992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4191214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4191441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int32 PASSED [ 64%] 2023-01-11T22:51:06.4191658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4191877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_uint8 PASSED [ 64%] 2023-01-11T22:51:06.4192100Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4192327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex128 PASSED [ 64%] 2023-01-11T22:51:06.4192552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float32 PASSED [ 64%] 2023-01-11T22:51:06.4192770Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int16 PASSED [ 64%] 2023-01-11T22:51:06.4192997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4193267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float64 PASSED [ 64%] 2023-01-11T22:51:06.4193500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bool PASSED [ 64%] 2023-01-11T22:51:06.4193739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex64 PASSED [ 64%] 2023-01-11T22:51:06.4194009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float16 PASSED [ 64%] 2023-01-11T22:51:06.4194236Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int64 PASSED [ 64%] 2023-01-11T22:51:06.4194465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4194690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4194911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4195131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4195356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4195574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4195800Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4196024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4196246Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4196466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4196693Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4196918Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4197143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4197367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4197591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4197813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4198035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4198253Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4198490Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4198719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4198942Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4199169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4199389Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4199612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4199835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4200071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4200367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4200586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4200811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4201085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4201308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4201532Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4201756Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4201974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4202260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4202493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4202715Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4202942Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4203160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4203381Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4203606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4203830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4204047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4204274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4204493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4204726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4204951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4205173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4205394Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4205620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4205831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4206048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4206275Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4206497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4206722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4206938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4207160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4207380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4207645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4207876Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4208101Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4208382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4208607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4208828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4209047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4209267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4209504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4209739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4209974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4210206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4210435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4210664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4210887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4211116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4211331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4211552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4211768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4211990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4212206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4212424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4212677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_bfloat16 SKIPPED (Skipped!) [ 65%] 2023-01-11T22:51:06.4212909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4213141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4213370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4213594Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4213809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4214028Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4214245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4214461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4214722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4214940Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4215156Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4215407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4215623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4215843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4216063Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4216281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4216491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4216709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4216923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4217140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4217357Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4217574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4217790Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4218009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4218222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4218435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4218652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4218865Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4219087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4219294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4219505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4219718Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4219946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4220180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4220406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4220635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4220863Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4221086Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4221308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4221523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4221744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4222008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4222225Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4222443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4222714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4222937Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4223157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bool PASSED [ 65%] 2023-01-11T22:51:06.4223385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex64 PASSED [ 65%] 2023-01-11T22:51:06.4223603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4223887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4224106Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4224327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4224550Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4224768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4224980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4225191Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4225404Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4225616Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4225827Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4226050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4226273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float64 PASSED [ 65%] 2023-01-11T22:51:06.4226503Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4226725Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4226956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex32 PASSED [ 65%] 2023-01-11T22:51:06.4227184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float16 PASSED [ 65%] 2023-01-11T22:51:06.4227414Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4227637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4227860Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int64 PASSED [ 65%] 2023-01-11T22:51:06.4228081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int8 PASSED [ 65%] 2023-01-11T22:51:06.4228301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_uint8 PASSED [ 65%] 2023-01-11T22:51:06.4228528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:51:06.4228761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex128 PASSED [ 65%] 2023-01-11T22:51:06.4229046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float32 PASSED [ 65%] 2023-01-11T22:51:06.4229272Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int16 PASSED [ 65%] 2023-01-11T22:51:06.4229494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int32 PASSED [ 65%] 2023-01-11T22:51:06.4229715Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4229984Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4230208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4230433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4230665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4230899Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4231128Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4231353Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4231583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4231808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4232030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4232246Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4232475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4232721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4232960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex32 PASSED [ 66%] 2023-01-11T22:51:06.4233197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4233432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4233657Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4233886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4234112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4234339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4234573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4234795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4235023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4235255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4235481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4235705Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4235926Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4236193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4236422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4236647Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4236883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4237150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4237377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4237606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4237820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4238047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4238274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4238495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4238722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4238940Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4239159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4239380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4239597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4239822Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4240044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4240274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4240501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4240729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4240952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4241176Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4241406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4241630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4241854Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4242078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4242303Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4242523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4242747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4242958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4243184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4243453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4243674Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4243891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4244148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4244365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4244579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4244793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4245007Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4245223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4245435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4245650Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4245871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4246094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4246314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4246537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4246757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4246981Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4247202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4247442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4247689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4247922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4248148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4248380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4248608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4248845Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4249073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4249312Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4249554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4249789Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4250040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4250282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4250565Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4250802Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4251033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4251296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4251522Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4251740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int16 XFAIL [ 66%] 2023-01-11T22:51:06.4251960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int32 XFAIL [ 66%] 2023-01-11T22:51:06.4252181Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int8 XFAIL [ 66%] 2023-01-11T22:51:06.4252412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4252638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4252859Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4253078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4253304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4253525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4253746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4253959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4254180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4254407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4254627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4254846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4255063Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4255280Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4255498Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4255712Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4255932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4256154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4256377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex32 PASSED [ 66%] 2023-01-11T22:51:06.4256599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex64 PASSED [ 66%] 2023-01-11T22:51:06.4256814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4257034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4257246Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4257463Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4257758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4258013Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4258273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 66%] 2023-01-11T22:51:06.4258560Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4258809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4259053Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4259293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4259523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4259799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4260089Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4260368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4260639Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4260912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4261184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4261460Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_uint8 PASSED [ 66%] 2023-01-11T22:51:06.4261745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4262025Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4262298Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4262575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int32 PASSED [ 66%] 2023-01-11T22:51:06.4262846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int64 PASSED [ 66%] 2023-01-11T22:51:06.4263115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4263388Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4263669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex128 PASSED [ 66%] 2023-01-11T22:51:06.4264143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float16 PASSED [ 66%] 2023-01-11T22:51:06.4264422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float32 PASSED [ 66%] 2023-01-11T22:51:06.4264692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4264971Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int16 PASSED [ 66%] 2023-01-11T22:51:06.4265240Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4265522Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:51:06.4265793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bool PASSED [ 66%] 2023-01-11T22:51:06.4266068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float64 PASSED [ 66%] 2023-01-11T22:51:06.4266413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int8 PASSED [ 66%] 2023-01-11T22:51:06.4266682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4266946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int64 XFAIL [ 67%] 2023-01-11T22:51:06.4267270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4267552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4267838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4268122Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4268354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4268580Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4268798Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4269010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4269248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4269480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4269718Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4269953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4270193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4270423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4270652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4270884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4271111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4271337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4271560Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4271817Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4272051Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4272279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4272490Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4272724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4272949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4273206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4273472Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4273728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4274020Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4274269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4274570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4274917Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4275228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4275535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4275840Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4276142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4276441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4276718Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4276992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4277259Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4277534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4277812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4278098Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4278369Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4278638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4278912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4279182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4279451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4279708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex32 XFAIL [ 67%] 2023-01-11T22:51:06.4279979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4280241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4280511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4280786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4281062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4281336Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4281608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4281893Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4282167Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4282524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4282804Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4283085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4283412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4283685Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4283965Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4284242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4284516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4284791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4285062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4285323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4285618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4285913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4286182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4286429Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4286695Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4286959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4287219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int16 PASSED [ 67%] 2023-01-11T22:51:06.4287489Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4287730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4287957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4288178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4288397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4288621Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4288840Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int16 PASSED [ 67%] 2023-01-11T22:51:06.4289055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4289334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4289628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4289914Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4290199Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4290520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4290799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4291078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 67%] 2023-01-11T22:51:06.4291428Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2023-01-11T22:51:06.4291729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2023-01-11T22:51:06.4292030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2023-01-11T22:51:06.4292331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2023-01-11T22:51:06.4292627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2023-01-11T22:51:06.4292857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4293089Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4293318Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4293544Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4293770Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4293984Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4294203Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4294427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_uint8 PASSED [ 67%] 2023-01-11T22:51:06.4294658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4294887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex64 PASSED [ 67%] 2023-01-11T22:51:06.4295114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4295336Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4295553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4295778Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4296006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4296238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4296476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4296703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4296927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int16 PASSED [ 67%] 2023-01-11T22:51:06.4297148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int32 PASSED [ 67%] 2023-01-11T22:51:06.4297370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int64 PASSED [ 67%] 2023-01-11T22:51:06.4297641Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4297878Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4298189Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 67%] 2023-01-11T22:51:06.4298478Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4298719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4299030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 67%] 2023-01-11T22:51:06.4299338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 67%] 2023-01-11T22:51:06.4299579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4299821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4300067Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4300296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4300539Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4300780Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4301023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4301278Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4301525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4301782Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4302034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4302285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4302535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4302781Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 67%] 2023-01-11T22:51:06.4303029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 67%] 2023-01-11T22:51:06.4303297Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4303564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4303899Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4304150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:51:06.4304396Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4304696Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4304943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4305191Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4305483Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 67%] 2023-01-11T22:51:06.4305728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4305975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 67%] 2023-01-11T22:51:06.4306219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 67%] 2023-01-11T22:51:06.4306490Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 67%] 2023-01-11T22:51:06.4306764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 67%] 2023-01-11T22:51:06.4307032Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 67%] 2023-01-11T22:51:06.4307300Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4307568Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4307828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4308091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4308343Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4308607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4308872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4309135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4309391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4309650Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4309915Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4310174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4310418Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4310668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4310914Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4311159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4311422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4311732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4311994Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4312254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4312553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4312814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4313070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4313321Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4313576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4313822Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4314066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4314310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4314551Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4314786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4315023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4315264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4315505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4315742Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4315975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4316220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4316483Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4316743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 68%] 2023-01-11T22:51:06.4317012Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4317272Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4317526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4317788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4318041Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4318297Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4318554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4318869Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4319131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4319388Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4319684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4319938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4320194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4320446Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4320696Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4320942Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4321197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4321449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4321694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4321944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4322199Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4322449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4322695Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4322948Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4323192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4323440Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4323687Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4323922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4324169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4324432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4324697Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4324957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4325220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4325445Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4325670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4325941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4326163Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4326385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4326645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4326871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4327094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4327314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4327533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4327752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4327968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4328199Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4328426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bool PASSED [ 68%] 2023-01-11T22:51:06.4328659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4328886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4329115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4329340Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4329563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4329801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4330035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4330273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4330498Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4330720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4330940Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4331165Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4331386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex32 XFAIL [ 68%] 2023-01-11T22:51:06.4331609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4331823Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4332048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4332267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4332495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4332722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4332942Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4333212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4333437Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4333654Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4333924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4334155Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4334375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4334592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4334803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4335031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4335253Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4335468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4335687Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4335904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4336118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4336353Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4336583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bool PASSED [ 68%] 2023-01-11T22:51:06.4336816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4337044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4337270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4337494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4337718Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4337943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4338173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4338405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4338631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4338860Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4339083Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4339309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4339533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int8 PASSED [ 68%] 2023-01-11T22:51:06.4339759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_uint8 PASSED [ 68%] 2023-01-11T22:51:06.4339982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4340244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex128 PASSED [ 68%] 2023-01-11T22:51:06.4340474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4340696Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4340980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float64 PASSED [ 68%] 2023-01-11T22:51:06.4341197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4341426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4341649Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bool PASSED [ 68%] 2023-01-11T22:51:06.4341884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4342117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4342344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float32 PASSED [ 68%] 2023-01-11T22:51:06.4342567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4342795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4343016Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int64 PASSED [ 68%] 2023-01-11T22:51:06.4343232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bool PASSED [ 68%] 2023-01-11T22:51:06.4343466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex64 PASSED [ 68%] 2023-01-11T22:51:06.4343735Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int16 PASSED [ 68%] 2023-01-11T22:51:06.4343960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int32 PASSED [ 68%] 2023-01-11T22:51:06.4344180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:51:06.4344403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex32 PASSED [ 68%] 2023-01-11T22:51:06.4344632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float16 PASSED [ 68%] 2023-01-11T22:51:06.4344852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4345069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4345286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4345509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4345728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4345945Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4346166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4346384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4346610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4346829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4347049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4347267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4347541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4347763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4347989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4348254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4348477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4348692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4348911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4349131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4349361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4349576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4349793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4350014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4350238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex128 PASSED [ 69%] 2023-01-11T22:51:06.4350459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4350663Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4350877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4351100Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4351322Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4351546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4351769Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4351991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4352214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4352431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4352648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4352867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4353097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4353317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4353537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4353759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4353978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex32 PASSED [ 69%] 2023-01-11T22:51:06.4354197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4354414Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4354679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4354900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4355119Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4355346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex128 PASSED [ 69%] 2023-01-11T22:51:06.4355604Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4355812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4356030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4356248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4356467Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4356691Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4356916Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex32 PASSED [ 69%] 2023-01-11T22:51:06.4357136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4357361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4357574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4357791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4358009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4358222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4358468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4358719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex128 PASSED [ 69%] 2023-01-11T22:51:06.4358966Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4359218Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4359474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4359712Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4359949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4360186Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4360422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4360658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4360898Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4361130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4361353Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4361589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4361869Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4362100Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4362335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4362607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4362839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4363077Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4363316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4363549Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4363786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4364015Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4364241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4364476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4364706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4364932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4365158Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4365385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4365618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4365844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4366065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4366302Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4366526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4366750Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4366979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4367207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4367442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4367676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4367933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4368195Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4368453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4368714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4369009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4369267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4369505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4369776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4370009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4370241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4370504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4370764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4371029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4371292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4371563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4371824Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4372083Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4372341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4372605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4372867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4373128Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4373390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4373649Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4373883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4374115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4374349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4374569Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4374797Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4375027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4375259Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_uint8 PASSED [ 69%] 2023-01-11T22:51:06.4375497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4375725Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4375983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4376287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4376537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4376794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 69%] 2023-01-11T22:51:06.4377081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4377329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4377579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4377820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4378061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float32 PASSED [ 69%] 2023-01-11T22:51:06.4378297Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4378531Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4378852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 69%] 2023-01-11T22:51:06.4379081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int16 PASSED [ 69%] 2023-01-11T22:51:06.4379309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4379538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int64 PASSED [ 69%] 2023-01-11T22:51:06.4379755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bool PASSED [ 69%] 2023-01-11T22:51:06.4379979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex32 PASSED [ 69%] 2023-01-11T22:51:06.4380201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex64 PASSED [ 69%] 2023-01-11T22:51:06.4380423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float16 PASSED [ 69%] 2023-01-11T22:51:06.4380641Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int32 PASSED [ 69%] 2023-01-11T22:51:06.4380848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int8 PASSED [ 69%] 2023-01-11T22:51:06.4381074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:51:06.4381298Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex128 PASSED [ 69%] 2023-01-11T22:51:06.4381532Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4381752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4381972Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4382192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4382410Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4382631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4382855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4383086Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4383357Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4383582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4383949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4384237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4384459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4384686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4384909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4385129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4385354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4385576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4385795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4386020Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4386250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4386467Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4386690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4386908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4387135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4387356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4387578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4387801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4388013Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4388232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4388451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4388675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4388898Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4389115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4389330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4389546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4389760Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4389973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4390206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4390436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4390727Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4390957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4391184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4391447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4391662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4391885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4392104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4392326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4392545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4392760Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4392975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4393197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4393421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4393640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4393859Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4394073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4394286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4394502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4394729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4394948Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4395169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4395386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4395602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4395814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4396031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4396245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4396473Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4396707Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4396944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4397175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4397401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4397631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4397890Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4398114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4398332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4398583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4398798Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4399021Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4399239Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4399467Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4399694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4399914Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4400132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4400351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4400570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4400803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4401027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4401261Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4401495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4401724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4401943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4402172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4402401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4402626Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4402853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4403070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4403293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4403511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4403741Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4403968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4404185Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4404412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4404634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4404850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4405116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4405335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4405550Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4405820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4406053Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4406291Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4406521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4406745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4406981Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4407198Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4407420Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4407642Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4407861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4408079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4408298Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4408524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4408755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4408975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4409192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4409417Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4409633Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4409853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4410073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int64 PASSED [ 70%] 2023-01-11T22:51:06.4410294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4410521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4410755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4410988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4411221Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4411447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4411668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4411892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4412173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:51:06.4412404Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4412630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4412972Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4413204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4413436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4413662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int16 PASSED [ 70%] 2023-01-11T22:51:06.4413891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int32 PASSED [ 70%] 2023-01-11T22:51:06.4414120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4414348Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_uint8 PASSED [ 70%] 2023-01-11T22:51:06.4414578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4414810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4415034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float16 PASSED [ 70%] 2023-01-11T22:51:06.4415254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float32 PASSED [ 70%] 2023-01-11T22:51:06.4415476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4415701Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int8 PASSED [ 70%] 2023-01-11T22:51:06.4415926Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bool PASSED [ 70%] 2023-01-11T22:51:06.4416164Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex128 PASSED [ 70%] 2023-01-11T22:51:06.4416398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex32 PASSED [ 70%] 2023-01-11T22:51:06.4416632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex64 PASSED [ 70%] 2023-01-11T22:51:06.4416861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float64 PASSED [ 70%] 2023-01-11T22:51:06.4417087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4417313Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int32 PASSED [ 71%] 2023-01-11T22:51:06.4417535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4417757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int8 PASSED [ 71%] 2023-01-11T22:51:06.4417982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_uint8 PASSED [ 71%] 2023-01-11T22:51:06.4418190Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:51:06.4418416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4418635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4418864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4419089Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4419312Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4419579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4419808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex32 PASSED [ 71%] 2023-01-11T22:51:06.4420026Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4420287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4420502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4420720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4420940Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4421159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4421376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int8 PASSED [ 71%] 2023-01-11T22:51:06.4421591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_uint8 PASSED [ 71%] 2023-01-11T22:51:06.4421820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4422056Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex32 PASSED [ 71%] 2023-01-11T22:51:06.4422285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4422505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4422725Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4422949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4423167Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4423376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4423599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int8 PASSED [ 71%] 2023-01-11T22:51:06.4423912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4424140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex32 PASSED [ 71%] 2023-01-11T22:51:06.4424367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4424589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4424812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4425030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4425248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4425468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4425691Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_uint8 PASSED [ 71%] 2023-01-11T22:51:06.4425906Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bool PASSED [ 71%] 2023-01-11T22:51:06.4426133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4426362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex32 PASSED [ 71%] 2023-01-11T22:51:06.4426644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4426868Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4427092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4427309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int32 PASSED [ 71%] 2023-01-11T22:51:06.4427573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bool PASSED [ 71%] 2023-01-11T22:51:06.4427795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4428014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4428232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int32 PASSED [ 71%] 2023-01-11T22:51:06.4428455Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int8 PASSED [ 71%] 2023-01-11T22:51:06.4428664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_uint8 PASSED [ 71%] 2023-01-11T22:51:06.4428891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4429111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4429332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int16 PASSED [ 71%] 2023-01-11T22:51:06.4429548Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_uint8 PASSED [ 71%] 2023-01-11T22:51:06.4429801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4430048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4430298Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 71%] 2023-01-11T22:51:06.4430541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:51:06.4430777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4431017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4431253Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex128 PASSED [ 71%] 2023-01-11T22:51:06.4431491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float16 PASSED [ 71%] 2023-01-11T22:51:06.4431723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4431952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int64 PASSED [ 71%] 2023-01-11T22:51:06.4432172Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4432399Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4432622Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4432841Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4433064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4433282Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4433504Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4433745Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager__native_batch_norm_legit_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4434009Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4434215Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4434435Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4434685Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4434904Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4435152Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_complex64 SKIPPED (Skipped!) [ 71%] 2023-01-11T22:51:06.4435392Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_float32 SKIPPED (Skipped!) [ 71%] 2023-01-11T22:51:06.4435608Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_float32 XFAIL [ 71%] 2023-01-11T22:51:06.4435832Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_complex64 XFAIL [ 71%] 2023-01-11T22:51:06.4436073Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4436290Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4436531Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_complex64 SKIPPED (Skipped!) [ 71%] 2023-01-11T22:51:06.4436768Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_float32 SKIPPED (Skipped!) [ 71%] 2023-01-11T22:51:06.4436987Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4437213Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4437435Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4437658Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4437874Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4438092Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4438305Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4438519Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_arange_cuda_float32 XFAIL [ 71%] 2023-01-11T22:51:06.4438811Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 71%] 2023-01-11T22:51:06.4439060Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_partial_views_cuda_complex64 XFAIL [ 71%] 2023-01-11T22:51:06.4439300Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_partial_views_cuda_float32 XFAIL [ 71%] 2023-01-11T22:51:06.4439512Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4439735Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4439947Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4440161Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan2_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4440381Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4440598Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4440811Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4441030Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4441299Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bernoulli_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4441523Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4441742Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4442005Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4442221Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4442446Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4442665Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4442877Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4443109Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4443325Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4443536Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4443763Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4443977Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ceil_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4444198Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4444408Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4444620Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4444854Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4445073Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4445294Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4445507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4445734Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_min_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4445957Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4446171Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4446403Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4446634Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4446855Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_complex_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4447070Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4447303Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4447534Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4447762Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4447985Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4448207Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_copysign_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4448435Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4448701Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4448933Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4449146Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4449404Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4449617Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4449834Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4450051Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4450279Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4450504Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4450725Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4450956Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4451181Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4451427Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4451660Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4451875Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4452096Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_digamma_cuda_float32 PASSED [ 71%] 2023-01-11T22:51:06.4452318Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_complex64 PASSED [ 71%] 2023-01-11T22:51:06.4452556Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_floor_rounding_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4452796Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4453021Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4453235Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4453455Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4453674Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4453892Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4454133Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_float32 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:51:06.4454362Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4454570Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4454786Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4455002Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4455216Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfinv_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4455442Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4455664Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4455926Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4456164Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_float32 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:51:06.4456386Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4456645Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4456870Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4457088Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4457310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4457539Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4457763Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4457989Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4458206Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4458436Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4458656Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4458879Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4459111Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4459336Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4459567Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4459782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4460012Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4460237Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4460457Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4460677Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4460904Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4461121Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4461343Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4461576Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4461792Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4462005Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmin_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4462224Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frexp_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4462437Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_complex64 XFAIL [ 72%] 2023-01-11T22:51:06.4462649Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_float32 XFAIL [ 72%] 2023-01-11T22:51:06.4462869Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4463091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4463358Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4463594Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_grid_sampler_2d_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4463969Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4464264Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4464481Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4464698Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4464917Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hypot_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4465117Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_i0_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4465338Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igamma_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4465556Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igammac_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4465776Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_imag_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4466006Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4466228Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4466453Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_reduce_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4466675Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4466890Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4467111Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4467328Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4467555Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4467779Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4467994Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4468214Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isneginf_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4468432Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4468684Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4468924Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4469180Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4469397Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4469619Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_complex64 XFAIL [ 72%] 2023-01-11T22:51:06.4469831Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_float32 XFAIL [ 72%] 2023-01-11T22:51:06.4470031Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_le_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4470248Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4470467Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4470735Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lgamma_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4470961Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4471202Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4471472Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4471707Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4471935Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4472227Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_complex64 SKIPPED (cuSOLVER not available) [ 72%] 2023-01-11T22:51:06.4472456Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4473130Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 72%] 2023-01-11T22:51:06.4473575Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 72%] 2023-01-11T22:51:06.4474011Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 72%] 2023-01-11T22:51:06.4474243Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4474472Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4474719Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4474949Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4475177Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4475411Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4475652Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4475892Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4476125Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4476365Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4476608Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4476849Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4477085Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4477308Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4477541Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4477801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4478034Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4478259Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4478503Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4478827Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 72%] 2023-01-11T22:51:06.4479061Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4479303Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4479573Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4479816Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4480040Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4480273Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4480502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4480747Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4480975Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4481210Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4481441Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4481678Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4481899Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4482115Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4482335Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4482553Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4482770Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4482992Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp2_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4483223Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4483454Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logcumsumexp_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4483677Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4483895Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4484125Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4484352Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4484592Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_float32 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:51:06.4484825Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4485050Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4485276Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4485490Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logit_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4485710Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_float32 XFAIL [ 72%] 2023-01-11T22:51:06.4485983Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lt_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4486200Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4486411Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4486629Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4486881Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4487089Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4487310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4487542Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4487773Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4487997Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_complex64 PASSED [ 72%] 2023-01-11T22:51:06.4488221Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4488457Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_log_softmax_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4488696Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logsumexp_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4488919Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4489145Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_median_cuda_float32 PASSED [ 72%] 2023-01-11T22:51:06.4489378Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4489612Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4489836Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4490066Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4490299Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmin_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4490522Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4490747Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4490971Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4491225Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4491465Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_no_dim_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4491684Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_maximum_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4491900Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_median_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4492151Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4492398Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4492613Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4492825Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mode_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4493050Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4493310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4493521Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4493748Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_multinomial_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4494033Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4494274Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4494495Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nan_to_num_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4494711Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmean_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4494937Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanquantile_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4495156Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nansum_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4495385Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4495607Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4495824Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4496056Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_batch_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4496288Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_layer_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4496502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4496716Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4496957Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_float32 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:51:06.4497267Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 73%] 2023-01-11T22:51:06.4497571Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 73%] 2023-01-11T22:51:06.4497794Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4498019Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4498243Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4498498Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4498760Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4499015Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4499274Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4499512Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool2d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4499755Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool3d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4499998Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4500258Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4500593Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4500847Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4501102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4501399Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4501657Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4501901Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_ctc_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4502143Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout2d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4502390Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout3d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4502631Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4502873Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4503152Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4503433Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4503748Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4503986Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gelu_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4504234Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_group_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4504476Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardswish_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4504719Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardtanh_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4504980Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4505226Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_instance_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4505484Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4505725Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4505970Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_layer_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4506208Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4506464Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4506709Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool2d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4506953Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4507199Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4507453Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4507754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4507993Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mish_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4508235Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mse_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4508529Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4508789Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4509028Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_nll_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4509271Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4509520Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4509767Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4510015Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4510280Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4510537Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4510785Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4511036Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4511278Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_prelu_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4511515Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_rrelu_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4511749Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_selu_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4511991Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4512233Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softplus_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4512477Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4512728Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4512987Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4513247Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4513528Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4513770Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4514026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4514272Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_nearest_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4514490Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4514705Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4514968Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4515194Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4515411Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4515666Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4515891Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4516111Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4516369Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:51:06.4516622Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:51:06.4516838Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4517063Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4517281Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4517544Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:51:06.4517801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:51:06.4518016Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4518229Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4518447Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4518662Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4518912Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:51:06.4519129Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rad2deg_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4519357Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4519565Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_cuda_float32 XFAIL [ 73%] 2023-01-11T22:51:06.4519781Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_complex64 XFAIL [ 73%] 2023-01-11T22:51:06.4519992Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_float32 XFAIL [ 73%] 2023-01-11T22:51:06.4520219Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4520434Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4520646Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4520874Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4521099Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_remainder_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4521321Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4521535Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4521776Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4522013Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4522281Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4522500Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4522723Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4522979Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4523204Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4523434Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4523663Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4523880Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4524098Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4524311Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4524541Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_0_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4524756Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4524974Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4525223Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:51:06.4525452Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4525675Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4525901Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_complex64 PASSED [ 73%] 2023-01-11T22:51:06.4526139Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_prod_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4526374Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_sum_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4526618Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_lengths_cuda_float32 PASSED [ 73%] 2023-01-11T22:51:06.4526859Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_offsets_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4527074Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4527284Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4527496Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4527719Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4527932Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sign_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4528194Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_bartlett_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4528456Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_blackman_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4528714Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_cosine_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4528977Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_exponential_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4529235Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4529533Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_hamming_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:51:06.4529753Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signbit_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4529967Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4530218Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4530445Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_scatter_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4530654Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4530897Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4531138Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4531370Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j0_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4531603Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j1_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4531834Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y1_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4532093Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4532320Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_entr_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4532548Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_erfcx_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4532800Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_he_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4533027Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i0e_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4533251Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1e_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4533758Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:51:06.4534009Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i0_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4534255Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i1_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4534501Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k1_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4534767Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4535028Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4535282Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4535515Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_xlog1py_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4535747Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_zeta_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4535965Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4536199Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4536417Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4536630Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4536914Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4537128Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4537345Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4537603Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4537816Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4538035Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4538268Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_unbiased_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4538491Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_unbiased_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4538706Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4538922Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4539136Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4539366Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4539580Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4539794Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4540001Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4540236Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4540455Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4540672Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4540883Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4541115Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4541342Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4541564Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4541789Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4541995Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4542212Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4542443Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4542671Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4542898Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_topk_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4543113Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4543335Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4543550Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4543832Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4544112Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4544331Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4544545Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4544775Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4545044Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4545257Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trunc_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4545487Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4545716Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4545931Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_float32 XFAIL [ 74%] 2023-01-11T22:51:06.4546163Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4546387Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4546603Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4546819Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4547034Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4547252Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4547491Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_unbiased_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4547715Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_unbiased_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4547932Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4548144Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4548369Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4548589Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4548815Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_real_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4549031Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4549240Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4549453Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4549669Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4549888Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_complex64 PASSED [ 74%] 2023-01-11T22:51:06.4550102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_xlogy_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4550320Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4550531Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_float32 XFAIL [ 74%] 2023-01-11T22:51:06.4550752Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4550970Z test_ops.py::TestCompositeComplianceCUDA::test_backward_H_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4551184Z test_ops.py::TestCompositeComplianceCUDA::test_backward_T_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4551447Z test_ops.py::TestCompositeComplianceCUDA::test_backward___radd___cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4551677Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmatmul___cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4551892Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmul___cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4552116Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rsub___cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4552414Z test_ops.py::TestCompositeComplianceCUDA::test_backward__softmax_backward_data_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4552635Z test_ops.py::TestCompositeComplianceCUDA::test_backward_abs_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4552855Z test_ops.py::TestCompositeComplianceCUDA::test_backward_acos_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4553076Z test_ops.py::TestCompositeComplianceCUDA::test_backward_acosh_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4553295Z test_ops.py::TestCompositeComplianceCUDA::test_backward_add_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4553524Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addcdiv_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4553764Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_decomposed_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4553986Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmv_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4554216Z test_ops.py::TestCompositeComplianceCUDA::test_backward_angle_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4554446Z test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4554696Z test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_partial_views_cuda_float32 XFAIL [ 74%] 2023-01-11T22:51:06.4554938Z test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_scatter_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4555157Z test_ops.py::TestCompositeComplianceCUDA::test_backward_asin_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4555378Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atan_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4555596Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atanh_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4555826Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_1d_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4556055Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_3d_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4556286Z test_ops.py::TestCompositeComplianceCUDA::test_backward_baddbmm_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4556515Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bernoulli_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4556736Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bmm_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4556970Z test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_tensors_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4557202Z test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_to_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4557441Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cartesian_prod_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4557659Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cat_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4557881Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cdist_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4558104Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ceil_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4558326Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cfloat_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4558552Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4558773Z test_ops.py::TestCompositeComplianceCUDA::test_backward_chunk_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4558999Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_min_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4559273Z test_ops.py::TestCompositeComplianceCUDA::test_backward_column_stack_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4559509Z test_ops.py::TestCompositeComplianceCUDA::test_backward_combinations_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4559730Z test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4560004Z test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_physical_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4560234Z test_ops.py::TestCompositeComplianceCUDA::test_backward_contiguous_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4560453Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cosh_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4560675Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cummin_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4560901Z test_ops.py::TestCompositeComplianceCUDA::test_backward_deg2rad_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4561121Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4561347Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagflat_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4561574Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4561801Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_scatter_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4562026Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dist_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4562275Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_no_rounding_mode_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4562501Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dot_cuda_float32 PASSED [ 74%] 2023-01-11T22:51:06.4562726Z test_ops.py::TestCompositeComplianceCUDA::test_backward_double_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4562946Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erfc_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4563170Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erfinv_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4563387Z test_ops.py::TestCompositeComplianceCUDA::test_backward_exp2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4563616Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_as_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4563840Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4564062Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4564289Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4564515Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4564742Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4564965Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4565203Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftshift_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4565433Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4565660Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4565886Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4566108Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4566335Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4566546Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fill_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4566770Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flipud_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4567037Z test_ops.py::TestCompositeComplianceCUDA::test_backward_float_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4567262Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmin_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4567481Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmod_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4567746Z test_ops.py::TestCompositeComplianceCUDA::test_backward_gather_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4567968Z test_ops.py::TestCompositeComplianceCUDA::test_backward_half_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4568189Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hstack_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4568413Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hypot_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4568640Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_add_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4568868Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_copy_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4569101Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_fill_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4569331Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_reduce_cuda_float32 XFAIL [ 75%] 2023-01-11T22:51:06.4569560Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_select_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4569786Z test_ops.py::TestCompositeComplianceCUDA::test_backward_inner_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4570004Z test_ops.py::TestCompositeComplianceCUDA::test_backward_kron_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4570229Z test_ops.py::TestCompositeComplianceCUDA::test_backward_kthvalue_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4570450Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lerp_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4570684Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cond_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4570930Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cross_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4571158Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4571400Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_singular_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4571621Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eig_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4571851Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigh_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4572148Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 75%] 2023-01-11T22:51:06.4572387Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4572628Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_ex_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4572859Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4573128Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 75%] 2023-01-11T22:51:06.4573360Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4573597Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_ex_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4573845Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_triangular_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4574073Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svd_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4574310Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorinv_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4574544Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vecdot_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4574830Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vector_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4575054Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log10_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4575277Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log1p_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4575536Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log2_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4575754Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4575981Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4576214Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logcumsumexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4576439Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logit_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4576671Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logsumexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4576887Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_solve_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4577108Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mH_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4577323Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mT_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4577560Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumsum_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4577801Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logsumexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4578030Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_mean_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4578264Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_median_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4578502Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_normalize_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4578738Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_scatter_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4578969Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_select_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4579209Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmin_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4579438Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_sum_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4579668Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_var_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4579909Z test_ops.py::TestCompositeComplianceCUDA::test_backward_matmul_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4580140Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_binary_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4580401Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4580652Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_with_dim_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4580872Z test_ops.py::TestCompositeComplianceCUDA::test_backward_median_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4581116Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_no_dim_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4581339Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mode_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4581564Z test_ops.py::TestCompositeComplianceCUDA::test_backward_movedim_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4581785Z test_ops.py::TestCompositeComplianceCUDA::test_backward_msort_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4582029Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4582244Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmean_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4582519Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanquantile_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4582742Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nansum_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4582982Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_batch_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4583279Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_dropout_backward_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4583497Z test_ops.py::TestCompositeComplianceCUDA::test_backward_neg_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4583893Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4584159Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4584415Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_alpha_dropout_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4584669Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4584918Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4585187Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4585472Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4585713Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_celu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4585957Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv1d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4586198Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4586464Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4586732Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4586994Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_similarity_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4587244Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_ctc_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4587497Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4587747Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout3d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4587994Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4588240Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_elu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4588527Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4588817Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4589077Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4589347Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4589589Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_glu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4589840Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_group_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4590154Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardtanh_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4590408Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_huber_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4590665Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_instance_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4590970Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_area_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4591237Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4591502Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4591769Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4592012Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_kl_div_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4592265Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_l1_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4592510Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_linear_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4592778Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4593034Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool3d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4593290Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4593550Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4593804Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4594072Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4594315Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mish_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4594565Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mse_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4594835Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4595109Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4595362Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_normalize_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4595617Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_circular_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4595880Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_constant_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4596126Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_reflect_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4596385Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_replicate_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4596650Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pairwise_distance_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4596895Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pdist_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4597143Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_prelu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4597389Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu6_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4597648Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4597934Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_selu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4598174Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_silu_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4598426Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softshrink_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4598717Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_tanhshrink_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4598966Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_threshold_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4599232Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4599518Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4599785Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4600047Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_nearest_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4600266Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4600514Z test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_number_mean_cuda_float32 PASSED [ 75%] 2023-01-11T22:51:06.4600776Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 75%] 2023-01-11T22:51:06.4600998Z test_ops.py::TestCompositeComplianceCUDA::test_backward_outer_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4601318Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pca_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2023-01-11T22:51:06.4601545Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polar_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4601796Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_0_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4602047Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4602296Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_3_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4602548Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_4_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4602759Z test_ops.py::TestCompositeComplianceCUDA::test_backward_put_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4602988Z test_ops.py::TestCompositeComplianceCUDA::test_backward_quantile_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4603218Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rad2deg_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4603439Z test_ops.py::TestCompositeComplianceCUDA::test_backward_real_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4603665Z test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4603899Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_as_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4604125Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4604347Z test_ops.py::TestCompositeComplianceCUDA::test_backward_roll_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4604568Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4604808Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_0_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4605052Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_neg_3_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4605273Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rsub_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4605562Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amin_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4605805Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_prod_cuda_float32 XFAIL [ 76%] 2023-01-11T22:51:06.4606046Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_sum_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4606336Z test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_lengths_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4606599Z test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_offsets_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4606817Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sgn_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4607042Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sin_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4607261Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sinc_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4607488Z test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4607704Z test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4607927Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sort_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4608168Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_erfcx_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4608399Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i0e_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4608629Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4608859Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1e_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4609096Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_log_ndtr_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4609329Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtr_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4609569Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_xlog1py_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4609795Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4610020Z test_ops.py::TestCompositeComplianceCUDA::test_backward_squeeze_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4610246Z test_ops.py::TestCompositeComplianceCUDA::test_backward_stack_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4610487Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_unbiased_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4610706Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sub_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4610924Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4611144Z test_ops.py::TestCompositeComplianceCUDA::test_backward_t_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4611367Z test_ops.py::TestCompositeComplianceCUDA::test_backward_take_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4611584Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tan_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4611814Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tensor_split_cuda_float32 XFAIL [ 76%] 2023-01-11T22:51:06.4612045Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tensordot_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4612268Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tile_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4612486Z test_ops.py::TestCompositeComplianceCUDA::test_backward_to_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4612698Z test_ops.py::TestCompositeComplianceCUDA::test_backward_topk_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4612927Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trapezoid_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4613217Z test_ops.py::TestCompositeComplianceCUDA::test_backward_true_divide_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4613443Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trunc_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4613672Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unflatten_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4613900Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unsqueeze_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4614161Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4614402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_unbiased_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4614626Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4614856Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_copy_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4615085Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4615311Z test_ops.py::TestCompositeComplianceCUDA::test_backward_zero__cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4615543Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___getitem___cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4615768Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rdiv___cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4615999Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmod___cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4616222Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmul___cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4616449Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rpow___cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4616699Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__softmax_backward_data_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4616919Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_abs_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4617147Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acos_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4617371Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_add_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4617589Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addbmm_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4617820Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcdiv_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4618052Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4618275Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addr_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4618548Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_allclose_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4618772Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amin_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4619041Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_any_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4619316Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_arange_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4619584Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmax_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4619861Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argsort_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4620134Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argwhere_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4620365Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4620617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_partial_views_cuda_float32 XFAIL [ 76%] 2023-01-11T22:51:06.4620911Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_scatter_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4621135Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asin_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4621363Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4621587Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atanh_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4621858Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_2d_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4622089Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_3d_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4622322Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bernoulli_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4622541Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bmm_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4622783Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cartesian_prod_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4623006Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cat_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4623280Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdist_cuda_float32 SKIPPED (Does not support forward_ad) [ 76%] 2023-01-11T22:51:06.4623542Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cfloat_cuda_float32 SKIPPED (Does not support forward_ad) [ 76%] 2023-01-11T22:51:06.4623867Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_cuda_float32 SKIPPED (Does not support forward_ad) [ 76%] 2023-01-11T22:51:06.4624107Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_solve_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4624338Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_min_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4624564Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clone_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4624800Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4625038Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_physical_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4625280Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_constant_pad_nd_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4625501Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cos_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4625728Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cross_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4625953Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumsum_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4626177Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_deg2rad_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4626410Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_embed_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4626640Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4626865Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diff_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4627092Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_digamma_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4627315Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dist_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4627563Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_floor_rounding_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4627811Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_no_rounding_mode_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4628037Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_double_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4628309Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4628585Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_like_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4628861Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfc_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4629150Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4629591Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expm1_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4629975Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4630211Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4630443Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfftn_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4630675Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftn_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4630908Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4631185Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfftn_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4631456Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft2_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4631736Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4632011Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flip_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4632335Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_cuda_float32 SKIPPED (Does not support forward_ad) [ 76%] 2023-01-11T22:51:06.4632629Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_power_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4632990Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_divide_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4633276Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmax_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4633558Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmod_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4633837Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frac_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4634114Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frexp_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4634482Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4634855Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_like_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4635138Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gather_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4635514Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_geqrf_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4635797Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gradient_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4636148Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_grid_sampler_2d_cuda_float32 SKIPPED (Does not support forward_ad) [ 76%] 2023-01-11T22:51:06.4636472Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gt_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4636800Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_histc_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4637075Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hsplit_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4637356Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_copy_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4637625Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_put_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4637912Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_select_cuda_float32 PASSED [ 76%] 2023-01-11T22:51:06.4638289Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_int_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4638632Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isclose_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4638964Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isfinite_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4639334Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isin_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4639661Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isinf_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4639982Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isnan_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4640314Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isposinf_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4640683Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:51:06.4641026Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4641390Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4641732Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_unary_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4642013Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kthvalue_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4642284Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lgamma_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4642568Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cond_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4642874Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_singular_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4643171Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvalsh_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4643533Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 77%] 2023-01-11T22:51:06.4643823Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_ex_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4644405Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 77%] 2023-01-11T22:51:06.4644936Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 77%] 2023-01-11T22:51:06.4645457Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 77%] 2023-01-11T22:51:06.4645775Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4646056Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4646350Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_solve_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4646648Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_norm_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4646948Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_power_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4647238Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_multi_dot_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4647507Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4647897Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4648203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_hermitian_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4648438Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4648741Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_triangular_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4648980Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vander_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4649252Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linspace_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4649476Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log10_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4649696Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4649953Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_with_dtype_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4650188Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp2_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4650472Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logcumsumexp_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4650702Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logdet_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4650982Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_and_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4651257Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_not_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4651530Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_xor_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4651761Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_solve_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4651990Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_unpack_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4652224Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amin_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4652509Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmax_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4652788Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmin_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4653044Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumprod_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4653290Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logsumexp_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4653526Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_mean_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4653764Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_median_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4653997Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_normalize_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4654229Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_var_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4654459Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matmul_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4654689Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_binary_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4654940Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_no_dim_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4655188Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_with_dim_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4655524Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_maximum_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4655756Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_binary_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4656004Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_no_dim_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4656229Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_msort_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4656492Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mul_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4656715Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mv_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4656968Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4657220Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4657492Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4657724Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nan_to_num_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4657952Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmean_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4658186Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmedian_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4658466Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_copy_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4658760Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_dropout_backward_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4659048Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_layer_norm_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4659316Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ne_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4659603Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_strided_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4659873Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_ones_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4660194Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4660462Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4660718Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4660986Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4661252Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4661518Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4661772Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool2d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4662087Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4662342Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_bilinear_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4662616Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4662870Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_celu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4663176Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4663440Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4663864Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_similarity_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4664201Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cross_entropy_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4664495Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_ctc_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4664749Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout2d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4665005Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout3d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4665260Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4665562Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_bag_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4665818Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4666110Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4666379Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4666647Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4666909Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 77%] 2023-01-11T22:51:06.4667159Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gelu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4667402Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_glu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4667671Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardswish_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4667927Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardtanh_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4668190Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_area_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4668459Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4668715Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_linear_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4668965Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_kl_div_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4669218Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_leaky_relu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4669475Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_logsigmoid_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4669742Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4669996Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool1d_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4670268Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 77%] 2023-01-11T22:51:06.4670531Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4670826Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mish_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4671136Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4671385Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_nll_loss_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4671696Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_circular_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4671954Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_constant_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4672209Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_reflect_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4672497Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pdist_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4672762Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4673009Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu6_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4673260Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_rrelu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4673509Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_selu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4673750Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_silu_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4674002Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4674254Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_threshold_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4674519Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4674809Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4675057Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_unfold_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4675321Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_nearest_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4675555Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_fro_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4675773Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_inf_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4676000Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_nuc_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4676272Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:51:06.4676541Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4676807Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 77%] 2023-01-11T22:51:06.4677037Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_permute_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4677297Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_1_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4677549Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_3_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4677793Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_positive_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4678054Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 77%] 2023-01-11T22:51:06.4678326Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4678648Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_like_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4678920Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4679230Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_like_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4679467Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reciprocal_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4679698Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4679930Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4680201Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize__cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4680477Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize_as__cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4680699Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_roll_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4680940Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_3_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4681194Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_neg_3_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4681421Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsqrt_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4681658Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_add_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4681908Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amin_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4682152Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_sum_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4682374Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4682641Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_short_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:51:06.4682882Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sigmoid_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4683109Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sign_cuda_float32 PASSED [ 77%] 2023-01-11T22:51:06.4683404Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_bartlett_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4683699Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_exponential_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4683996Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_general_hamming_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4684288Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_hamming_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4684555Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signbit_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4684781Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sin_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4685003Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinc_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4685240Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_scatter_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4685486Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_with_dtype_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4685765Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_airy_ai_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4686091Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y1_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4686395Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4686633Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_erfcx_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4686979Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4687281Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4687516Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i0e_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4687746Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4687982Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1e_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4688236Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_log_ndtr_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4688532Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4688773Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtr_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4689049Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4689351Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4689881Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:51:06.4690389Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:51:06.4690688Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:51:06.4690934Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_xlog1py_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4691150Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4691393Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_with_sizes_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4691617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sqrt_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4691845Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stack_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4692068Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4692287Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stft_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4692607Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2023-01-11T22:51:06.4692878Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_symeig_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:51:06.4693095Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_t_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4693332Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_along_dim_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4693557Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4693846Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tan_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4694088Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensor_split_cuda_float32 XFAIL [ 78%] 2023-01-11T22:51:06.4694368Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_sparse_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:51:06.4694633Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trace_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4694864Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_transpose_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4695098Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapezoid_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4695340Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triangular_solve_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4695562Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triu_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4695801Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_true_divide_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4696026Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unbind_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4696261Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_copy_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4696494Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4696708Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4696951Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_unbiased_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4697190Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_unbiased_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4697431Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_complex_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4697656Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4697880Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zero__cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4698099Z test_ops.py::TestCompositeComplianceCUDA::test_operator_H_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4698318Z test_ops.py::TestCompositeComplianceCUDA::test_operator_T_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4698549Z test_ops.py::TestCompositeComplianceCUDA::test_operator___radd___cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4698778Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rdiv___cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4699014Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmul___cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4699241Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rpow___cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4699463Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rsub___cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4699717Z test_ops.py::TestCompositeComplianceCUDA::test_operator__softmax_backward_data_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4699939Z test_ops.py::TestCompositeComplianceCUDA::test_operator_abs_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4700162Z test_ops.py::TestCompositeComplianceCUDA::test_operator_acos_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4700392Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addcmul_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4700616Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4700859Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_decomposed_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4701085Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmv_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4701311Z test_ops.py::TestCompositeComplianceCUDA::test_operator_allclose_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4701567Z test_ops.py::TestCompositeComplianceCUDA::test_operator_angle_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4701796Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argmax_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4702024Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argsort_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4702251Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argwhere_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4702526Z test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4702769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_scatter_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4702990Z test_ops.py::TestCompositeComplianceCUDA::test_operator_asin_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4703216Z test_ops.py::TestCompositeComplianceCUDA::test_operator_asinh_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4703439Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atan_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4703672Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_1d_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4703965Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_3d_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4704197Z test_ops.py::TestCompositeComplianceCUDA::test_operator_baddbmm_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4704443Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bfloat16_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4704672Z test_ops.py::TestCompositeComplianceCUDA::test_operator_block_diag_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4704895Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bmm_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4705119Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bool_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4705362Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_shapes_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4705607Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_tensors_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4705836Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bucketize_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4706057Z test_ops.py::TestCompositeComplianceCUDA::test_operator_byte_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4706296Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cartesian_prod_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4706516Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cat_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4706731Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cdouble_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4706953Z test_ops.py::TestCompositeComplianceCUDA::test_operator_char_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4707184Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4707410Z test_ops.py::TestCompositeComplianceCUDA::test_operator_chunk_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4707641Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_max_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4707878Z test_ops.py::TestCompositeComplianceCUDA::test_operator_combinations_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4708106Z test_ops.py::TestCompositeComplianceCUDA::test_operator_complex_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4708333Z test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4708572Z test_ops.py::TestCompositeComplianceCUDA::test_operator_constant_pad_nd_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4708804Z test_ops.py::TestCompositeComplianceCUDA::test_operator_copysign_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4709040Z test_ops.py::TestCompositeComplianceCUDA::test_operator_count_nonzero_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4709261Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cov_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4709538Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cross_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4709769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumprod_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4710022Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumulative_trapezoid_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4710294Z test_ops.py::TestCompositeComplianceCUDA::test_operator_deg2rad_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4710515Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4710743Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagflat_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4710981Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_copy_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4711207Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4711453Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_scatter_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4711665Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diff_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4711893Z test_ops.py::TestCompositeComplianceCUDA::test_operator_digamma_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4712117Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dist_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4712367Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_no_rounding_mode_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4712612Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_trunc_rounding_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4712833Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dot_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4713059Z test_ops.py::TestCompositeComplianceCUDA::test_operator_einsum_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4713339Z test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 78%] 2023-01-11T22:51:06.4713633Z test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_like_cuda_float32 SKIPPED (Expected: empty_like is not comparable) [ 78%] 2023-01-11T22:51:06.4713857Z test_ops.py::TestCompositeComplianceCUDA::test_operator_equal_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4714078Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erf_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4714303Z test_ops.py::TestCompositeComplianceCUDA::test_operator_exp_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4714533Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4714755Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expm1_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4714983Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft2_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4715213Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftn_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4715455Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4715683Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfftn_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4715910Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft2_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4716139Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftn_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4716369Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft2_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4716597Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft2_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4716814Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4717042Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfftn_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4717313Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft2_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4717544Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfftn_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4717770Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flatten_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4718035Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flip_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4718260Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fliplr_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4718484Z test_ops.py::TestCompositeComplianceCUDA::test_operator_float_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4718718Z test_ops.py::TestCompositeComplianceCUDA::test_operator_float_power_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4718942Z test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4719176Z test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_divide_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4719402Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmod_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4719624Z test_ops.py::TestCompositeComplianceCUDA::test_operator_frac_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4719845Z test_ops.py::TestCompositeComplianceCUDA::test_operator_full_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4720078Z test_ops.py::TestCompositeComplianceCUDA::test_operator_full_like_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4720302Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gather_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4720526Z test_ops.py::TestCompositeComplianceCUDA::test_operator_geqrf_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4720744Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gt_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4720968Z test_ops.py::TestCompositeComplianceCUDA::test_operator_half_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4721211Z test_ops.py::TestCompositeComplianceCUDA::test_operator_histc_cuda_float32 PASSED [ 78%] 2023-01-11T22:51:06.4721435Z test_ops.py::TestCompositeComplianceCUDA::test_operator_i0_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4721654Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_copy_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4721885Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_put_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4722114Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isnan_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4722344Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isneginf_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4722614Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (skip) [ 79%] 2023-01-11T22:51:06.4722890Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (skip) [ 79%] 2023-01-11T22:51:06.4723119Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ldexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4723338Z test_ops.py::TestCompositeComplianceCUDA::test_operator_le_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4723572Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigh_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4723870Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 79%] 2023-01-11T22:51:06.4724103Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4724336Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_ex_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4724793Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 79%] 2023-01-11T22:51:06.4725285Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 79%] 2023-01-11T22:51:06.4725527Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4726479Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/91685 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.) [ 79%] 2023-01-11T22:51:06.4726769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_solve_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4727016Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4727263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_power_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4727508Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4727766Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4728012Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_multi_dot_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4728263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4728495Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4728747Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_hermitian_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4729033Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 79%] 2023-01-11T22:51:06.4729305Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 79%] 2023-01-11T22:51:06.4729546Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_slogdet_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4729786Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_ex_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4730013Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svdvals_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4730257Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vander_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4730483Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log1p_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4730734Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_with_dtype_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4730967Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4731206Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logcumsumexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4731444Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_and_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4731675Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_or_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4731904Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logspace_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4732140Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logsumexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4732363Z test_ops.py::TestCompositeComplianceCUDA::test_operator_long_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4732582Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4732807Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_solve_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4733036Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_unpack_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4733314Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mT_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4733549Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amin_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4733793Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4734042Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmin_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4734329Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumprod_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4734571Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logsumexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4734806Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_median_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4735048Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_normalize_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4735275Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_prod_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4735513Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_scatter_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4735751Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_select_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4735992Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmin_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4736228Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_std_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4736459Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_sum_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4736688Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_var_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4736914Z test_ops.py::TestCompositeComplianceCUDA::test_operator_matmul_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4737145Z test_ops.py::TestCompositeComplianceCUDA::test_operator_matrix_exp_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4737376Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_binary_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4737641Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4737887Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_no_dim_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4738118Z test_ops.py::TestCompositeComplianceCUDA::test_operator_maximum_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4738371Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_no_dim_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4738641Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_with_dim_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4738861Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4739088Z test_ops.py::TestCompositeComplianceCUDA::test_operator_movedim_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4739316Z test_ops.py::TestCompositeComplianceCUDA::test_operator_msort_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4739537Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mul_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4739756Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mv_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4740007Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4740257Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4740490Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmedian_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4740714Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanquantile_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4740939Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nansum_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4741218Z test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_copy_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4741442Z test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_cuda_float32 XFAIL [ 79%] 2023-01-11T22:51:06.4741686Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_batch_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4741969Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_layer_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4742192Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ne_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4742413Z test_ops.py::TestCompositeComplianceCUDA::test_operator_neg_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4742642Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_ones_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4742871Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_zeros_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4743104Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nextafter_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4743387Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4743656Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4743983Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4744255Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4744500Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_celu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4744747Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv2d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4745008Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4745275Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4745533Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cross_entropy_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4745782Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_ctc_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4746043Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout3d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4746294Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4746537Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_elu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4746817Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_bag_cuda_float32 SKIPPED (Allowed exemption) [ 79%] 2023-01-11T22:51:06.4747102Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_cuda_float32 SKIPPED (Allowed exemption) [ 79%] 2023-01-11T22:51:06.4747386Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4747680Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4747927Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_glu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4748180Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardtanh_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4748448Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4748700Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_huber_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4749008Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_instance_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4749274Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_area_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4749542Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4749833Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_kl_div_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4750087Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_layer_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4750353Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_local_response_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4750610Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool1d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4750870Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool3d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4751127Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4751375Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mish_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4751627Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mse_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4751889Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4752158Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4752407Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_nll_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4752663Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_circular_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4752924Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_reflect_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4753172Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pdist_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4753434Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4753681Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_prelu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4753916Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu6_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4754158Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_selu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4754399Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_silu_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4754651Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4754918Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4755173Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softplus_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4755429Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softshrink_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4755679Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softsign_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4755948Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4756235Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4756544Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4756810Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_nearest_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4757047Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_inf_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4757290Z test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_number_mean_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4757593Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 79%] 2023-01-11T22:51:06.4757819Z test_ops.py::TestCompositeComplianceCUDA::test_operator_outer_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4758045Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polar_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4758298Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_0_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4758558Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_3_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4758784Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pow_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4759013Z test_ops.py::TestCompositeComplianceCUDA::test_operator_prod_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4759240Z test_ops.py::TestCompositeComplianceCUDA::test_operator_put_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4759478Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rand_like_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4759707Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4759928Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_like_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4760160Z test_ops.py::TestCompositeComplianceCUDA::test_operator_remainder_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4760387Z test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4760651Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resize__cuda_float32 SKIPPED (Allowed exception) [ 79%] 2023-01-11T22:51:06.4760914Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resize_as__cuda_float32 SKIPPED (Allowed exemption) [ 79%] 2023-01-11T22:51:06.4761148Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_neg_cuda_float32 PASSED [ 79%] 2023-01-11T22:51:06.4761376Z test_ops.py::TestCompositeComplianceCUDA::test_operator_roll_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4761600Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rot90_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4761839Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_3_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4762063Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rsqrt_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4762307Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scalar_tensor_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4762560Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_sum_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4762809Z test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_lengths_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4763033Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sgn_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4763260Z test_ops.py::TestCompositeComplianceCUDA::test_operator_short_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4763488Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sigmoid_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4763712Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sign_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4763961Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_cosine_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4764225Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_general_hamming_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4764518Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_hamming_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4764765Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_hann_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4765012Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_kaiser_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4765276Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sinc_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4765488Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sinh_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4765734Z test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_with_dtype_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4765976Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_airy_ai_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4766218Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j0_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4766487Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4767005Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:51:06.4767251Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_erfcx_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4767516Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_he_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4767749Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i0e_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4767980Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4768211Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1e_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4768479Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_laguerre_polynomial_l_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4768980Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:51:06.4769250Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k0_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4769514Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k1_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4769751Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtri_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4770263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:51:06.4770776Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:51:06.4771034Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_spherical_bessel_j0_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4771276Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_xlog1py_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4771503Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sqrt_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4771727Z test_ops.py::TestCompositeComplianceCUDA::test_operator_stack_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4771955Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4772198Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_unbiased_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4772436Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_unbiased_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4772712Z test_ops.py::TestCompositeComplianceCUDA::test_operator_stft_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4772939Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sub_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4773159Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_to_size_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4773387Z test_ops.py::TestCompositeComplianceCUDA::test_operator_symeig_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4773645Z test_ops.py::TestCompositeComplianceCUDA::test_operator_t_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4773869Z test_ops.py::TestCompositeComplianceCUDA::test_operator_take_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4774091Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tan_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4774323Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tensor_split_cuda_float32 XFAIL [ 80%] 2023-01-11T22:51:06.4774556Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tensordot_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4774786Z test_ops.py::TestCompositeComplianceCUDA::test_operator_topk_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4775018Z test_ops.py::TestCompositeComplianceCUDA::test_operator_transpose_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4775263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_triangular_solve_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4775501Z test_ops.py::TestCompositeComplianceCUDA::test_operator_triu_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4775740Z test_ops.py::TestCompositeComplianceCUDA::test_operator_true_divide_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4775964Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trunc_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4776188Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unbind_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4776419Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unflatten_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4776657Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_copy_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4776883Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4777127Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_consecutive_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4777356Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4777588Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unsqueeze_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4777811Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4778041Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_unbiased_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4778263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vdot_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4778506Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_complex_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4778734Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4778964Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_copy_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4779188Z test_ops.py::TestCompositeComplianceCUDA::test_operator_where_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4779414Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4779645Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_like_cuda_float32 PASSED [ 80%] 2023-01-11T22:51:06.4779847Z test_ops.py::TestMathBitsCUDA::test_conj_view_H_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4780051Z test_ops.py::TestMathBitsCUDA::test_conj_view___rsub___cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4780255Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_T_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4780533Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bfloat16_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4780770Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cdouble_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4781004Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_chalf_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4781284Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_char_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4781521Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_double_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4781751Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_float_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4781975Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_half_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4782201Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_long_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4782432Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_short_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4782638Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_abs_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4782847Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acosh_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4783050Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_allclose_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4783331Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2023-01-11T22:51:06.4783541Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atanh_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4783884Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_2d_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4784104Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_3d_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4784325Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_to_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4784538Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_chunk_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4784746Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_clone_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4784964Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_column_stack_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4785173Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4785393Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_physical_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4785618Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_constant_pad_nd_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4785823Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cos_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4786030Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cosh_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4786242Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cumsum_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4786451Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4786686Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_copy_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4786904Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4787117Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dsplit_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4787328Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dstack_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4787543Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_as_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4787744Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft2_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4787954Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4788251Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftn_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4788467Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft2_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4788679Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4788947Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4789159Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftn_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4789375Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft2_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4789592Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_float_power_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4789803Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hsplit_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4790013Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_imag_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4790227Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_add_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4790439Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isreal_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4790647Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_lerp_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4790876Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4791092Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_norm_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4791317Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svdvals_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4791544Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_vector_norm_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4791751Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log10_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4791962Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log1p_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4792169Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log2_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4792393Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4792613Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_and_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4792826Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_or_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4793040Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_masked_fill_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4793280Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4793492Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_movedim_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4793702Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_neg_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4793973Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2023-01-11T22:51:06.4794268Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 80%] 2023-01-11T22:51:06.4794486Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_zeros_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4794720Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4794975Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4795223Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4795516Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4795766Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4796007Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4796299Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4796503Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ones_cuda_complex64 XFAIL [ 80%] 2023-01-11T22:51:06.4796718Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_positive_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4796929Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ravel_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4797139Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_real_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4797367Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reciprocal_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4797579Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_repeat_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4797795Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_as_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4797998Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4798208Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_roll_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4798414Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rot90_cuda_complex64 PASSED [ 80%] 2023-01-11T22:51:06.4798622Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsqrt_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4798828Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sgn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4799032Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sin_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4799240Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinc_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4799448Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4799693Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4799906Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sub_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4800110Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_t_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4800314Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tan_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4800520Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_trace_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4800741Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_transpose_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4800961Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_true_divide_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4801177Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unbind_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4801398Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_copy_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4801609Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4801823Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_mean_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4802030Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4802241Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vsplit_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4802434Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_zeros_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4802634Z test_ops.py::TestMathBitsCUDA::test_conj_view_abs_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4802848Z test_ops.py::TestMathBitsCUDA::test_conj_view_acos_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4803095Z test_ops.py::TestMathBitsCUDA::test_conj_view_add_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4803304Z test_ops.py::TestMathBitsCUDA::test_conj_view_addbmm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4803509Z test_ops.py::TestMathBitsCUDA::test_conj_view_addcdiv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4803751Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4803960Z test_ops.py::TestMathBitsCUDA::test_conj_view_allclose_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4804159Z test_ops.py::TestMathBitsCUDA::test_conj_view_any_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4804360Z test_ops.py::TestMathBitsCUDA::test_conj_view_asin_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4804559Z test_ops.py::TestMathBitsCUDA::test_conj_view_atan_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4804760Z test_ops.py::TestMathBitsCUDA::test_conj_view_atanh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4804973Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_1d_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4805179Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_2d_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4805384Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_3d_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4805594Z test_ops.py::TestMathBitsCUDA::test_conj_view_bfloat16_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4805793Z test_ops.py::TestMathBitsCUDA::test_conj_view_bmm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4805992Z test_ops.py::TestMathBitsCUDA::test_conj_view_bool_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4806215Z test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_tensors_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4806403Z test_ops.py::TestMathBitsCUDA::test_conj_view_byte_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4806609Z test_ops.py::TestMathBitsCUDA::test_conj_view_cfloat_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4806815Z test_ops.py::TestMathBitsCUDA::test_conj_view_chalf_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4807015Z test_ops.py::TestMathBitsCUDA::test_conj_view_char_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4807232Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_solve_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4807438Z test_ops.py::TestMathBitsCUDA::test_conj_view_chunk_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4807664Z test_ops.py::TestMathBitsCUDA::test_conj_view_conj_physical_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4807886Z test_ops.py::TestMathBitsCUDA::test_conj_view_constant_pad_nd_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4808085Z test_ops.py::TestMathBitsCUDA::test_conj_view_cosh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4808300Z test_ops.py::TestMathBitsCUDA::test_conj_view_count_nonzero_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4808498Z test_ops.py::TestMathBitsCUDA::test_conj_view_cov_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4808707Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumsum_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4808935Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumulative_trapezoid_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4809135Z test_ops.py::TestMathBitsCUDA::test_conj_view_diag_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4809340Z test_ops.py::TestMathBitsCUDA::test_conj_view_diff_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4809562Z test_ops.py::TestMathBitsCUDA::test_conj_view_div_no_rounding_mode_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4809764Z test_ops.py::TestMathBitsCUDA::test_conj_view_double_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4809969Z test_ops.py::TestMathBitsCUDA::test_conj_view_dsplit_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4810176Z test_ops.py::TestMathBitsCUDA::test_conj_view_dstack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4810379Z test_ops.py::TestMathBitsCUDA::test_conj_view_einsum_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4810635Z test_ops.py::TestMathBitsCUDA::test_conj_view_empty_cuda_complex64 SKIPPED (Skipped!) [ 81%] 2023-01-11T22:51:06.4810863Z test_ops.py::TestMathBitsCUDA::test_conj_view_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 81%] 2023-01-11T22:51:06.4811068Z test_ops.py::TestMathBitsCUDA::test_conj_view_equal_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4811314Z test_ops.py::TestMathBitsCUDA::test_conj_view_expand_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4811531Z test_ops.py::TestMathBitsCUDA::test_conj_view_eye_cuda_complex64 SKIPPED (Skipped!) [ 81%] 2023-01-11T22:51:06.4811737Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4811952Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftshift_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4812161Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4812377Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4812587Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4812795Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4813000Z test_ops.py::TestMathBitsCUDA::test_conj_view_flatten_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4813208Z test_ops.py::TestMathBitsCUDA::test_conj_view_fliplr_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4813419Z test_ops.py::TestMathBitsCUDA::test_conj_view_float_power_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4813616Z test_ops.py::TestMathBitsCUDA::test_conj_view_full_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4813815Z test_ops.py::TestMathBitsCUDA::test_conj_view_half_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4814018Z test_ops.py::TestMathBitsCUDA::test_conj_view_hsplit_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4814219Z test_ops.py::TestMathBitsCUDA::test_conj_view_imag_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4814429Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_fill_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4814638Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_put_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4814830Z test_ops.py::TestMathBitsCUDA::test_conj_view_isinf_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4815034Z test_ops.py::TestMathBitsCUDA::test_conj_view_isnan_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4815236Z test_ops.py::TestMathBitsCUDA::test_conj_view_isreal_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4815438Z test_ops.py::TestMathBitsCUDA::test_conj_view_istft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4815669Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_2inputs_2outputs_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4815903Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_return_by_ref_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4816120Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_unary_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4816322Z test_ops.py::TestMathBitsCUDA::test_conj_view_kron_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4816520Z test_ops.py::TestMathBitsCUDA::test_conj_view_lerp_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4816733Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cond_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4816941Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eig_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4817149Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4817359Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvals_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4817564Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4818004Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_ex_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 81%] 2023-01-11T22:51:06.4818467Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_solve_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 81%] 2023-01-11T22:51:06.4818679Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4818910Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_grad_oriented_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4819165Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_solve_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4819383Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_norm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4819602Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_power_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4819834Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4820041Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_multi_dot_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4820252Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4820490Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4820697Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4820913Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_ex_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4821143Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_triangular_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4821349Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svd_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4821563Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorinv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4821782Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorsolve_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4821995Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vander_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4822203Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vecdot_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4822410Z test_ops.py::TestMathBitsCUDA::test_conj_view_log1p_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4822610Z test_ops.py::TestMathBitsCUDA::test_conj_view_log2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4822813Z test_ops.py::TestMathBitsCUDA::test_conj_view_log_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4823013Z test_ops.py::TestMathBitsCUDA::test_conj_view_logdet_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4823220Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_and_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4823425Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_not_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4823630Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_or_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4823910Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_xor_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4824112Z test_ops.py::TestMathBitsCUDA::test_conj_view_logspace_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4824299Z test_ops.py::TestMathBitsCUDA::test_conj_view_long_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4824502Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_solve_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4824711Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_unpack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4824907Z test_ops.py::TestMathBitsCUDA::test_conj_view_mH_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4825113Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_fill_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4825328Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_normalize_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4825540Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_select_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4825799Z test_ops.py::TestMathBitsCUDA::test_conj_view_matmul_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4826030Z test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4826224Z test_ops.py::TestMathBitsCUDA::test_conj_view_mm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4826419Z test_ops.py::TestMathBitsCUDA::test_conj_view_mul_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4826661Z test_ops.py::TestMathBitsCUDA::test_conj_view_mv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4826856Z test_ops.py::TestMathBitsCUDA::test_conj_view_ne_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4827149Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 81%] 2023-01-11T22:51:06.4827351Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_ones_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4827592Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose1d_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4827844Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_circular_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4828079Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_reflect_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4828321Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4828564Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4828792Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_tanhshrink_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4829032Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4829286Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4829513Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_unfold_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4829720Z test_ops.py::TestMathBitsCUDA::test_conj_view_nonzero_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4829923Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_inf_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4830118Z test_ops.py::TestMathBitsCUDA::test_conj_view_ones_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4830359Z test_ops.py::TestMathBitsCUDA::test_conj_view_ormqr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 81%] 2023-01-11T22:51:06.4830564Z test_ops.py::TestMathBitsCUDA::test_conj_view_pinverse_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4830761Z test_ops.py::TestMathBitsCUDA::test_conj_view_prod_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4830958Z test_ops.py::TestMathBitsCUDA::test_conj_view_put_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4831161Z test_ops.py::TestMathBitsCUDA::test_conj_view_rand_like_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4831358Z test_ops.py::TestMathBitsCUDA::test_conj_view_randn_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:51:06.4831562Z test_ops.py::TestMathBitsCUDA::test_conj_view_randn_like_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4831763Z test_ops.py::TestMathBitsCUDA::test_conj_view_ravel_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4831963Z test_ops.py::TestMathBitsCUDA::test_conj_view_renorm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4832171Z test_ops.py::TestMathBitsCUDA::test_conj_view_resize_as__cuda_complex64 PASSED [ 81%] 2023-01-11T22:51:06.4832379Z test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_conj_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4832577Z test_ops.py::TestMathBitsCUDA::test_conj_view_roll_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4832772Z test_ops.py::TestMathBitsCUDA::test_conj_view_rsub_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4832975Z test_ops.py::TestMathBitsCUDA::test_conj_view_sigmoid_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4833225Z test_ops.py::TestMathBitsCUDA::test_conj_view_sin_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4833415Z test_ops.py::TestMathBitsCUDA::test_conj_view_sinh_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4833658Z test_ops.py::TestMathBitsCUDA::test_conj_view_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 82%] 2023-01-11T22:51:06.4833857Z test_ops.py::TestMathBitsCUDA::test_conj_view_sqrt_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4834101Z test_ops.py::TestMathBitsCUDA::test_conj_view_squeeze_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4834296Z test_ops.py::TestMathBitsCUDA::test_conj_view_stack_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:51:06.4834489Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4834692Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4834909Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_unbiased_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4835109Z test_ops.py::TestMathBitsCUDA::test_conj_view_sub_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4835303Z test_ops.py::TestMathBitsCUDA::test_conj_view_sum_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4835510Z test_ops.py::TestMathBitsCUDA::test_conj_view_sum_to_size_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4835718Z test_ops.py::TestMathBitsCUDA::test_conj_view_take_along_dim_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4835918Z test_ops.py::TestMathBitsCUDA::test_conj_view_take_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4836113Z test_ops.py::TestMathBitsCUDA::test_conj_view_tan_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4836322Z test_ops.py::TestMathBitsCUDA::test_conj_view_tensor_split_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4836516Z test_ops.py::TestMathBitsCUDA::test_conj_view_tile_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4836712Z test_ops.py::TestMathBitsCUDA::test_conj_view_to_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4836917Z test_ops.py::TestMathBitsCUDA::test_conj_view_trace_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4837118Z test_ops.py::TestMathBitsCUDA::test_conj_view_trapz_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4837331Z test_ops.py::TestMathBitsCUDA::test_conj_view_triangular_solve_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4837519Z test_ops.py::TestMathBitsCUDA::test_conj_view_tril_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4837718Z test_ops.py::TestMathBitsCUDA::test_conj_view_triu_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4837928Z test_ops.py::TestMathBitsCUDA::test_conj_view_true_divide_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4838146Z test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_copy_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4838350Z test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4838552Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4838770Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_unbiased_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4838977Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_cuda_complex64 PASSED [ 82%] 2023-01-11T22:51:06.4839399Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_real_cuda_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2023-01-11T22:51:06.4839599Z test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:51:06.4839801Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_H_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4840000Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_T_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4840211Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___getitem___cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4840417Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___radd___cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4840621Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rsub___cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4840884Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_T_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4841123Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bfloat16_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4841354Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bool_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4841622Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_byte_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4841856Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cdouble_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4842087Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_chalf_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4842318Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_float_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4842540Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_long_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4842777Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_short_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4842984Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_abs_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4843195Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acos_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4843411Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_add_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4843636Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcdiv_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4843849Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addr_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4844055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_all_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4844337Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_cuda_complex128 SKIPPED (Errors when storage_offset is included) [ 82%] 2023-01-11T22:51:06.4844572Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_scatter_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4844783Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asinh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4844992Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atan_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4845215Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_1d_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4845435Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_2d_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4845654Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_3d_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4845864Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_chunk_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4846073Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_clone_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4846298Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_column_stack_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4846507Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4846738Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_constant_pad_nd_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4846961Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_contiguous_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4847170Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cos_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4847372Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4847592Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_embed_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4847809Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4848102Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_scatter_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4848317Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dsplit_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4848533Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dstack_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4848855Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2023-01-11T22:51:06.4849065Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eq_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4849273Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_exp_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4849493Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_as_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4849707Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4849937Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eye_cuda_complex128 SKIPPED (Skipped!) [ 82%] 2023-01-11T22:51:06.4850151Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft2_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4850365Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4850587Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft2_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4850804Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfftn_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4851018Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft2_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4851233Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4851450Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftn_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4851673Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft2_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4851884Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fill_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4852100Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flatten_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4852310Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flip_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4852522Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fliplr_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4852736Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flipud_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4852958Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_float_power_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4853177Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hstack_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4853385Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_imag_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4853623Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_fill_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4853846Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_select_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4854062Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isclose_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4854277Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isinf_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4854486Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isnan_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4854706Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_norm_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4854938Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_vector_norm_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4855152Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linspace_cuda_complex128 XFAIL [ 82%] 2023-01-11T22:51:06.4855403Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log10_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4855615Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log1p_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4855823Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log2_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4856072Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4856291Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_or_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4856504Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4856714Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ne_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4857011Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 82%] 2023-01-11T22:51:06.4857229Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_full_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4857438Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_zeros_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4857690Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4857946Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4858202Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4858410Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_pow_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4858622Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ravel_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4858850Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_real_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4859079Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reciprocal_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4859300Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_as_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4859519Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4859733Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_roll_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4859941Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsub_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4860148Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sgn_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4860362Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sigmoid_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4860567Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sin_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4860779Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinc_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4861011Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_softmax_with_dtype_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4861218Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sqrt_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4861436Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_squeeze_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4861651Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_mean_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4861869Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_to_size_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4862077Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tan_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4862286Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tanh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4862535Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_trace_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4862757Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_transpose_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4862971Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unbind_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4863190Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unflatten_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4863456Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_copy_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4863674Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4864043Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unsqueeze_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4864252Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4864466Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_mean_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4864684Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_as_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4864897Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4865100Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_abs_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4865308Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acos_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4865513Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acosh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4865721Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcdiv_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4865928Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcmul_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4866155Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_decomposed_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4866363Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addr_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4866568Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_angle_cuda_complex128 PASSED [ 82%] 2023-01-11T22:51:06.4866776Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_argwhere_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4866987Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4867263Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_partial_views_cuda_complex128 SKIPPED (Test changes in memory layout) [ 83%] 2023-01-11T22:51:06.4867488Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_scatter_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4867692Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atanh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4867905Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_1d_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4868115Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_baddbmm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4868329Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bmm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4868552Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_tensors_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4868754Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_byte_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4868958Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cat_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4869162Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cfloat_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4869367Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chunk_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4869573Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4869791Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_physical_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4870066Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_contiguous_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4870278Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_corrcoef_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4870496Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_count_nonzero_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4870699Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cross_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4870949Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumsum_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4871179Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumulative_trapezoid_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4871387Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4871612Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_scatter_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4871809Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dist_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4872039Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_div_no_rounding_mode_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4872248Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dsplit_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4872454Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dstack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4872667Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_einsum_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4872871Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_equal_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4873080Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_as_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4873290Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft2_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4873507Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft2_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4873718Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4873938Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftshift_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4874146Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4874355Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flatten_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4874561Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flip_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4874769Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flipud_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4874975Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4875190Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_power_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4875390Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4875599Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_like_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4875807Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gradient_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4876011Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_half_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4876205Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_imag_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4876417Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_add_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4876628Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_fill_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4876918Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_put_cuda_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2023-01-11T22:51:06.4877134Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_select_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4877384Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_inner_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4877590Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_int_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4877798Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isclose_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4878001Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isinf_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4878246Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isreal_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4878480Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_2inputs_2outputs_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4878728Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_4inputs_with_extra_args_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4878952Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4879203Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_return_by_ref_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4879430Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_unary_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4879634Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_kron_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4879840Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ldexp_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4880055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cond_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4880266Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4880487Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvalsh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4880766Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_householder_product_cuda_complex128 SKIPPED (cuSOLVER not available) [ 83%] 2023-01-11T22:51:06.4881211Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_cuda_complex128 SKIPPED (test doesn't currently work on the ROCm stack) [ 83%] 2023-01-11T22:51:06.4881627Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_solve_cuda_complex128 SKIPPED (test doesn't currently work on the ROCm stack) [ 83%] 2023-01-11T22:51:06.4881852Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4882066Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_solve_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4882293Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4882515Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4882758Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_hermitian_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4882971Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4883186Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4883417Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_hermitian_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4883686Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_singular_cuda_complex128 SKIPPED (cuSOLVER not available) [ 83%] 2023-01-11T22:51:06.4883906Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_slogdet_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4884124Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4884340Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_ex_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4884563Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorinv_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4884788Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorsolve_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4885054Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vander_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4885263Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linspace_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4885468Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log1p_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4885709Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4885960Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4886176Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_and_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4886382Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logspace_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4886585Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_long_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4886788Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mH_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4886983Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mT_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4887200Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumprod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4887412Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_mean_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4887640Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_normalize_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4887855Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_prod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4888067Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_std_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4888277Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_sum_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4888486Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_var_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4888700Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matrix_exp_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4888936Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4889137Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4889350Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_copy_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4889579Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:51:06.4889877Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_strided_cuda_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2023-01-11T22:51:06.4890087Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_zeros_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4890317Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv2d_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4890563Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4890836Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4891064Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_linear_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4891298Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_normalize_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4891539Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_replicate_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4891783Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4892020Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4892297Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4892534Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_tanhshrink_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4892783Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4893117Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_unfold_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4893319Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4893526Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_inf_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4893736Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_nuc_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4893936Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4894143Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_like_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4894355Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_permute_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4894564Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pinverse_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4894768Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_prod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4894974Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_put_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4895182Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rand_like_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4895384Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:51:06.4895593Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_like_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4895796Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ravel_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4896000Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_real_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4896214Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reciprocal_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4896420Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4896711Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize__cuda_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2023-01-11T22:51:06.4896940Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_conj_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4897144Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_neg_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4897351Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rot90_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4897559Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsub_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4897814Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scalar_tensor_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:51:06.4898030Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_add_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4898239Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4898438Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sin_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4898644Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinc_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4898845Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4899047Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_slice_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4899272Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4899518Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:51:06.4899786Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_list_args_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4900013Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_with_sizes_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4900219Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4900478Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4900693Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_unbiased_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4900897Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4901098Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sub_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4901300Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_cuda_complex128 PASSED [ 83%] 2023-01-11T22:51:06.4901511Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_to_size_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4901719Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_symeig_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4901918Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_t_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4902121Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tan_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4902325Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4902536Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_sparse_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4902741Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trace_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4902950Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_transpose_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4903157Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unbind_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4903367Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unflatten_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4903581Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_copy_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4903850Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4904071Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_unbiased_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4904280Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4904485Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4904685Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_cuda_complex128 XFAIL [ 84%] 2023-01-11T22:51:06.4904894Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_like_cuda_complex128 PASSED [ 84%] 2023-01-11T22:51:06.4905091Z test_ops.py::TestMathBitsCUDA::test_neg_view___getitem___cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4905288Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmod___cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4905508Z test_ops.py::TestMathBitsCUDA::test_neg_view__native_batch_norm_legit_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4905734Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bfloat16_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4905962Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bool_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4906178Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cdouble_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4906399Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_chalf_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4906623Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_complex_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4906844Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_double_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4907122Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_float_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4907344Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_long_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4907544Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_abs_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4907744Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acos_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4907987Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acosh_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4908184Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_add_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4908388Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcdiv_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4908591Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcmul_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4908788Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amin_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4908990Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_any_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4909189Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_arange_cuda_float64 XFAIL [ 84%] 2023-01-11T22:51:06.4909455Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2023-01-11T22:51:06.4909748Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_partial_views_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2023-01-11T22:51:06.4909950Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atanh_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4910155Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_1d_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4910361Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_2d_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4910580Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_tensors_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4910781Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_bucketize_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4910982Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_chunk_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4911186Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_min_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4911384Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clone_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4911613Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_constant_pad_nd_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4911825Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_contiguous_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4912032Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_copysign_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4912228Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cos_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4912426Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cosh_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4912638Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_embed_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4912855Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_scatter_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4913075Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_no_rounding_mode_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4913299Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_trunc_rounding_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4913562Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 84%] 2023-01-11T22:51:06.4913757Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eq_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4913957Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp2_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4914156Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4914405Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4914606Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expm1_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4914821Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eye_cuda_float64 SKIPPED (Skipped!) [ 84%] 2023-01-11T22:51:06.4915030Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftshift_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4915264Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4915477Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftshift_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4915684Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4915890Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4916096Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4916304Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4916509Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4916720Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4916924Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flip_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4917128Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flipud_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4917324Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_gt_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4917531Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_heaviside_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4917732Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hypot_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4917927Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_i0_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4918132Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igamma_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4918335Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igammac_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4918537Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_add_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4918749Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_fill_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4918958Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_select_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4919159Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isclose_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4919363Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isfinite_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4919563Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isposinf_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4919766Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isreal_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4919963Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_le_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4920165Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lgamma_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4920383Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_matrix_norm_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4920592Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_norm_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4920790Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log10_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4920989Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log2_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4921186Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4921414Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4921619Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_or_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4921873Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_masked_fill_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4922072Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mean_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4922299Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4922570Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4922773Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_minimum_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4922975Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_movedim_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4923172Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mul_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4923379Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_copy_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4923600Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_native_layer_norm_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4923791Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_neg_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4924053Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 84%] 2023-01-11T22:51:06.4924262Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_full_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4924547Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2023-01-11T22:51:06.4924767Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_gelu_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4924994Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_group_norm_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4925219Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4925443Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4925689Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4925910Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mish_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4926138Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4926378Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4926620Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4926845Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softplus_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4927077Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softshrink_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4927306Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4927546Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4927742Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ones_cuda_float64 XFAIL [ 84%] 2023-01-11T22:51:06.4927952Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_permute_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4928158Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_positive_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4928357Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_pow_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4928598Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_randn_cuda_float64 SKIPPED (Test expects tensor input) [ 84%] 2023-01-11T22:51:06.4928801Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ravel_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4929055Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reciprocal_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4929257Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_remainder_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4929462Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_repeat_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4929724Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_as_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4929934Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4930134Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_round_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4930330Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sgn_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4930536Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sigmoid_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4930737Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_signbit_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4930938Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sin_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4931138Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinc_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4931354Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j0_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4931568Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i0e_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4931774Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4931981Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1e_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4932197Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_ndtr_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4932436Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4932654Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_logit_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4932897Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4933139Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4933355Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtri_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4933586Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4933794Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_xlog1py_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4933996Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_squeeze_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4934191Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4934396Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tanh_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4934607Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tensor_split_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4934804Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_to_cuda_float64 PASSED [ 84%] 2023-01-11T22:51:06.4935004Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trace_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4935207Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tril_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4935403Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_triu_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4935610Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_true_divide_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4935814Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unbind_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4936021Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unflatten_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4936273Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_copy_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4936479Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4936685Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unsqueeze_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4936889Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_mean_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4937129Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_as_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4937328Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4937530Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vsplit_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4937733Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vstack_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4937925Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_where_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4938127Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_xlogy_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4938321Z test_ops.py::TestMathBitsCUDA::test_neg_view_acos_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4938517Z test_ops.py::TestMathBitsCUDA::test_neg_view_acosh_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4938711Z test_ops.py::TestMathBitsCUDA::test_neg_view_add_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4938911Z test_ops.py::TestMathBitsCUDA::test_neg_view_addcmul_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4939122Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_decomposed_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4939315Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmv_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4939509Z test_ops.py::TestMathBitsCUDA::test_neg_view_all_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4939707Z test_ops.py::TestMathBitsCUDA::test_neg_view_allclose_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4939899Z test_ops.py::TestMathBitsCUDA::test_neg_view_amin_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4940096Z test_ops.py::TestMathBitsCUDA::test_neg_view_angle_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4940290Z test_ops.py::TestMathBitsCUDA::test_neg_view_arange_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4940485Z test_ops.py::TestMathBitsCUDA::test_neg_view_argmax_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4940682Z test_ops.py::TestMathBitsCUDA::test_neg_view_argmin_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4940877Z test_ops.py::TestMathBitsCUDA::test_neg_view_argsort_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4941152Z test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_partial_views_cuda_float64 SKIPPED (Test changes in memory layout) [ 85%] 2023-01-11T22:51:06.4941348Z test_ops.py::TestMathBitsCUDA::test_neg_view_asin_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4941544Z test_ops.py::TestMathBitsCUDA::test_neg_view_atan_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4941742Z test_ops.py::TestMathBitsCUDA::test_neg_view_atanh_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4941937Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_2d_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4942143Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_3d_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4942345Z test_ops.py::TestMathBitsCUDA::test_neg_view_bfloat16_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4942564Z test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_tensors_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4942773Z test_ops.py::TestMathBitsCUDA::test_neg_view_cartesian_prod_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4942971Z test_ops.py::TestMathBitsCUDA::test_neg_view_ceil_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4943167Z test_ops.py::TestMathBitsCUDA::test_neg_view_char_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4943366Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4943562Z test_ops.py::TestMathBitsCUDA::test_neg_view_chunk_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4943882Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_max_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4944081Z test_ops.py::TestMathBitsCUDA::test_neg_view_clone_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4944291Z test_ops.py::TestMathBitsCUDA::test_neg_view_column_stack_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4944547Z test_ops.py::TestMathBitsCUDA::test_neg_view_combinations_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4944748Z test_ops.py::TestMathBitsCUDA::test_neg_view_complex_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4944951Z test_ops.py::TestMathBitsCUDA::test_neg_view_copysign_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4945155Z test_ops.py::TestMathBitsCUDA::test_neg_view_corrcoef_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4945351Z test_ops.py::TestMathBitsCUDA::test_neg_view_cos_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4945559Z test_ops.py::TestMathBitsCUDA::test_neg_view_count_nonzero_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4945759Z test_ops.py::TestMathBitsCUDA::test_neg_view_cov_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4945944Z test_ops.py::TestMathBitsCUDA::test_neg_view_cross_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4946143Z test_ops.py::TestMathBitsCUDA::test_neg_view_cummin_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4946348Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumprod_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4946546Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumsum_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4946768Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumulative_trapezoid_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4946967Z test_ops.py::TestMathBitsCUDA::test_neg_view_deg2rad_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4947162Z test_ops.py::TestMathBitsCUDA::test_neg_view_diag_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4947370Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_copy_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4947586Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_scatter_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4947784Z test_ops.py::TestMathBitsCUDA::test_neg_view_digamma_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4948000Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_floor_rounding_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4948217Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_no_rounding_mode_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4948418Z test_ops.py::TestMathBitsCUDA::test_neg_view_dstack_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4948616Z test_ops.py::TestMathBitsCUDA::test_neg_view_einsum_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4948815Z test_ops.py::TestMathBitsCUDA::test_neg_view_exp2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4949010Z test_ops.py::TestMathBitsCUDA::test_neg_view_exp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4949208Z test_ops.py::TestMathBitsCUDA::test_neg_view_expand_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4949424Z test_ops.py::TestMathBitsCUDA::test_neg_view_eye_cuda_float64 SKIPPED (Skipped!) [ 85%] 2023-01-11T22:51:06.4949623Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4949822Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4950017Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftshift_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4950223Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4950424Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4950622Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4950832Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftshift_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4951036Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4951284Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4951488Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4951692Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4951895Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4952134Z test_ops.py::TestMathBitsCUDA::test_neg_view_flatten_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4952333Z test_ops.py::TestMathBitsCUDA::test_neg_view_flip_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4952533Z test_ops.py::TestMathBitsCUDA::test_neg_view_fliplr_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4952732Z test_ops.py::TestMathBitsCUDA::test_neg_view_flipud_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4952927Z test_ops.py::TestMathBitsCUDA::test_neg_view_float_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4953123Z test_ops.py::TestMathBitsCUDA::test_neg_view_frac_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4953323Z test_ops.py::TestMathBitsCUDA::test_neg_view_frexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4953516Z test_ops.py::TestMathBitsCUDA::test_neg_view_full_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4953710Z test_ops.py::TestMathBitsCUDA::test_neg_view_ge_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4953914Z test_ops.py::TestMathBitsCUDA::test_neg_view_grid_sampler_2d_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4954111Z test_ops.py::TestMathBitsCUDA::test_neg_view_half_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4954318Z test_ops.py::TestMathBitsCUDA::test_neg_view_heaviside_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4954516Z test_ops.py::TestMathBitsCUDA::test_neg_view_hsplit_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4954715Z test_ops.py::TestMathBitsCUDA::test_neg_view_hstack_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4954914Z test_ops.py::TestMathBitsCUDA::test_neg_view_hypot_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4955109Z test_ops.py::TestMathBitsCUDA::test_neg_view_i0_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4955305Z test_ops.py::TestMathBitsCUDA::test_neg_view_igamma_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4955513Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_copy_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4955716Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_fill_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4956008Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_put_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2023-01-11T22:51:06.4956213Z test_ops.py::TestMathBitsCUDA::test_neg_view_isfinite_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4956443Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_2inputs_2outputs_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4956676Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4956891Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4957119Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_return_by_ref_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4957329Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_unary_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4957534Z test_ops.py::TestMathBitsCUDA::test_neg_view_kthvalue_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4957735Z test_ops.py::TestMathBitsCUDA::test_neg_view_ldexp_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4957928Z test_ops.py::TestMathBitsCUDA::test_neg_view_le_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4958113Z test_ops.py::TestMathBitsCUDA::test_neg_view_lerp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4958314Z test_ops.py::TestMathBitsCUDA::test_neg_view_lgamma_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4958518Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eig_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4958786Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvals_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4959000Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvalsh_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4959205Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_ex_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4959638Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_cuda_float64 SKIPPED (test doesn't currently work on the ROCm stack) [ 85%] 2023-01-11T22:51:06.4960102Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_ex_cuda_float64 SKIPPED (test doesn't currently work on the ROCm stack) [ 85%] 2023-01-11T22:51:06.4960503Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_solve_cuda_float64 SKIPPED (test doesn't currently work on the ROCm stack) [ 85%] 2023-01-11T22:51:06.4960707Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4960920Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_ex_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4961133Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_solve_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4961348Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4961581Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_hermitian_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4961791Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4962032Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_subgradients_at_zero_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4962251Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_hermitian_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4962461Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_slogdet_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4962674Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorinv_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4962885Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vander_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4963090Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vecdot_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4963289Z test_ops.py::TestMathBitsCUDA::test_neg_view_linspace_cuda_float64 XFAIL [ 85%] 2023-01-11T22:51:06.4963475Z test_ops.py::TestMathBitsCUDA::test_neg_view_log1p_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4963676Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4963886Z test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp2_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4964091Z test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4964304Z test_ops.py::TestMathBitsCUDA::test_neg_view_logcumsumexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4964503Z test_ops.py::TestMathBitsCUDA::test_neg_view_logdet_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4964712Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_and_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4964917Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_not_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4965122Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_xor_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4965316Z test_ops.py::TestMathBitsCUDA::test_neg_view_logit_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4965513Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4965715Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_solve_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4965907Z test_ops.py::TestMathBitsCUDA::test_neg_view_mH_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4966100Z test_ops.py::TestMathBitsCUDA::test_neg_view_mT_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4966304Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_fill_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4966517Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logaddexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4966784Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logsumexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4966999Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_normalize_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4967206Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_prod_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4967455Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_scatter_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4967652Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_select_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4967860Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmax_cuda_float64 PASSED [ 85%] 2023-01-11T22:51:06.4968068Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmin_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4968274Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_std_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4968470Z test_ops.py::TestMathBitsCUDA::test_neg_view_matmul_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4968710Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4968927Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_no_dim_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4969147Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_with_dim_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4969354Z test_ops.py::TestMathBitsCUDA::test_neg_view_mean_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4969551Z test_ops.py::TestMathBitsCUDA::test_neg_view_median_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4969776Z test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_variadic_tensors_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4969994Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_no_dim_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4970212Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_with_dim_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4970414Z test_ops.py::TestMathBitsCUDA::test_neg_view_minimum_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4970612Z test_ops.py::TestMathBitsCUDA::test_neg_view_mode_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4970814Z test_ops.py::TestMathBitsCUDA::test_neg_view_movedim_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4971007Z test_ops.py::TestMathBitsCUDA::test_neg_view_mul_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4971217Z test_ops.py::TestMathBitsCUDA::test_neg_view_multinomial_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4971435Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4971656Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4971861Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4972062Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanmean_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4972258Z test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_cuda_float64 XFAIL [ 86%] 2023-01-11T22:51:06.4972472Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_batch_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4972700Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_dropout_backward_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4972916Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_layer_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4973109Z test_ops.py::TestMathBitsCUDA::test_neg_view_ne_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4973310Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_full_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4973552Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4973783Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_alpha_dropout_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4974008Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4974279Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4974527Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4974767Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4975061Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4975280Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4975515Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4975755Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4975996Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_similarity_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4976226Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cross_entropy_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4976468Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4976684Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_elu_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4976913Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_bag_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4977145Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4977408Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4977731Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2023-01-11T22:51:06.4977957Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_grid_sample_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4978187Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardsigmoid_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4978416Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_instance_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4978657Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_area_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4978898Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4979115Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_l1_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4979340Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_leaky_relu_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4979563Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_linear_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4979803Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_local_response_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4980028Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_logsigmoid_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4980253Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4980487Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4980721Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4980955Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4981168Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mish_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4981431Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mse_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4981662Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_circular_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4981891Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_constant_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4982120Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_reflect_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4982398Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pairwise_distance_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4982625Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4982846Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4983064Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_prelu_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4983283Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu6_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4983498Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_rrelu_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4983858Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4984091Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4984316Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4984539Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softplus_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4984764Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softshrink_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4984988Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_tanhshrink_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4985211Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_threshold_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4985452Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4985711Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4985948Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4986153Z test_ops.py::TestMathBitsCUDA::test_neg_view_nonzero_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4986353Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4986553Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_nuc_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4986767Z test_ops.py::TestMathBitsCUDA::test_neg_view_normal_number_mean_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4986968Z test_ops.py::TestMathBitsCUDA::test_neg_view_ones_like_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4987203Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4987421Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_var_mean_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4987660Z test_ops.py::TestMathBitsCUDA::test_neg_view_ormqr_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:51:06.4987907Z test_ops.py::TestMathBitsCUDA::test_neg_view_pca_lowrank_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:51:06.4988097Z test_ops.py::TestMathBitsCUDA::test_neg_view_permute_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4988300Z test_ops.py::TestMathBitsCUDA::test_neg_view_polar_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4988523Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4988747Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_3_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4989022Z test_ops.py::TestMathBitsCUDA::test_neg_view_positive_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4989222Z test_ops.py::TestMathBitsCUDA::test_neg_view_pow_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4989420Z test_ops.py::TestMathBitsCUDA::test_neg_view_prod_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4989652Z test_ops.py::TestMathBitsCUDA::test_neg_view_qr_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:51:06.4989901Z test_ops.py::TestMathBitsCUDA::test_neg_view_quantile_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4990100Z test_ops.py::TestMathBitsCUDA::test_neg_view_rad2deg_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4990301Z test_ops.py::TestMathBitsCUDA::test_neg_view_rand_like_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4990509Z test_ops.py::TestMathBitsCUDA::test_neg_view_randint_like_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4990710Z test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4990995Z test_ops.py::TestMathBitsCUDA::test_neg_view_resize__cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2023-01-11T22:51:06.4991201Z test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_conj_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4991410Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4991647Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4991846Z test_ops.py::TestMathBitsCUDA::test_neg_view_rsub_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4992060Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amax_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4992276Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_prod_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4992479Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_sum_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4992699Z test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_offsets_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4992912Z test_ops.py::TestMathBitsCUDA::test_neg_view_select_scatter_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4993107Z test_ops.py::TestMathBitsCUDA::test_neg_view_sgn_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4993304Z test_ops.py::TestMathBitsCUDA::test_neg_view_short_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4993509Z test_ops.py::TestMathBitsCUDA::test_neg_view_sigmoid_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4993706Z test_ops.py::TestMathBitsCUDA::test_neg_view_sign_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4993946Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_bartlett_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4994186Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4994433Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_general_cosine_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4994671Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_hann_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4994909Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4995147Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_nuttall_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:51:06.4995346Z test_ops.py::TestMathBitsCUDA::test_neg_view_sinc_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4995544Z test_ops.py::TestMathBitsCUDA::test_neg_view_sinh_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4995741Z test_ops.py::TestMathBitsCUDA::test_neg_view_slice_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4995950Z test_ops.py::TestMathBitsCUDA::test_neg_view_slice_scatter_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4996161Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4996418Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j1_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4996657Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_u_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4997143Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2023-01-11T22:51:06.4997401Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_erfcx_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4997625Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_he_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4997833Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1e_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4998066Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_laguerre_polynomial_l_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4998295Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4998527Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i1_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4998752Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4998982Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k1_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4999193Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtr_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4999403Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtri_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4999653Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.4999889Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k1_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5000378Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2023-01-11T22:51:06.5000861Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2023-01-11T22:51:06.5001075Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_xlog1py_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5001291Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_zeta_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5001501Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_list_args_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5001698Z test_ops.py::TestMathBitsCUDA::test_neg_view_stack_cuda_float64 XFAIL [ 86%] 2023-01-11T22:51:06.5001896Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5002098Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5002305Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_unbiased_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5002504Z test_ops.py::TestMathBitsCUDA::test_neg_view_sub_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5002700Z test_ops.py::TestMathBitsCUDA::test_neg_view_sum_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5002895Z test_ops.py::TestMathBitsCUDA::test_neg_view_take_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5003091Z test_ops.py::TestMathBitsCUDA::test_neg_view_tensordot_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5003285Z test_ops.py::TestMathBitsCUDA::test_neg_view_tile_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5003481Z test_ops.py::TestMathBitsCUDA::test_neg_view_topk_cuda_float64 PASSED [ 86%] 2023-01-11T22:51:06.5003676Z test_ops.py::TestMathBitsCUDA::test_neg_view_trace_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5003880Z test_ops.py::TestMathBitsCUDA::test_neg_view_trapezoid_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5004073Z test_ops.py::TestMathBitsCUDA::test_neg_view_tril_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5004336Z test_ops.py::TestMathBitsCUDA::test_neg_view_true_divide_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5004536Z test_ops.py::TestMathBitsCUDA::test_neg_view_unbind_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5004740Z test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_copy_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5004955Z test_ops.py::TestMathBitsCUDA::test_neg_view_unique_consecutive_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5005198Z test_ops.py::TestMathBitsCUDA::test_neg_view_unsqueeze_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5005396Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5005588Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5005787Z test_ops.py::TestMathBitsCUDA::test_neg_view_vsplit_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5005984Z test_ops.py::TestMathBitsCUDA::test_neg_view_vstack_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5006182Z test_ops.py::TestMathBitsCUDA::test_neg_view_zero__cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5006384Z test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_like_cuda_float64 PASSED [ 87%] 2023-01-11T22:51:06.5006579Z test_ops.py::TestFakeTensorCUDA::test_fake_T_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5006778Z test_ops.py::TestFakeTensorCUDA::test_fake___radd___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5006965Z test_ops.py::TestFakeTensorCUDA::test_fake___rand___cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5007168Z test_ops.py::TestFakeTensorCUDA::test_fake___rmatmul___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5007365Z test_ops.py::TestFakeTensorCUDA::test_fake___rmul___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5007561Z test_ops.py::TestFakeTensorCUDA::test_fake___ror___cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5007756Z test_ops.py::TestFakeTensorCUDA::test_fake___rsub___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5007977Z test_ops.py::TestFakeTensorCUDA::test_fake__native_batch_norm_legit_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5008174Z test_ops.py::TestFakeTensorCUDA::test_fake_acos_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5008373Z test_ops.py::TestFakeTensorCUDA::test_fake_addbmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5008588Z test_ops.py::TestFakeTensorCUDA::test_fake_addmm_decomposed_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5008787Z test_ops.py::TestFakeTensorCUDA::test_fake_addr_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5008982Z test_ops.py::TestFakeTensorCUDA::test_fake_amax_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5009212Z test_ops.py::TestFakeTensorCUDA::test_fake_aminmax_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5009409Z test_ops.py::TestFakeTensorCUDA::test_fake_angle_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5009607Z test_ops.py::TestFakeTensorCUDA::test_fake_argwhere_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5009810Z test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5010027Z test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_scatter_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5010226Z test_ops.py::TestFakeTensorCUDA::test_fake_asinh_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5010423Z test_ops.py::TestFakeTensorCUDA::test_fake_atan2_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5010622Z test_ops.py::TestFakeTensorCUDA::test_fake_atan_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5010822Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_2d_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5011013Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_3d_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5011227Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___getitem___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5011435Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rand___cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5011647Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rdiv___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5011909Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmatmul___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5012120Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmod___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5012330Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rpow___cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5012616Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast__native_batch_norm_legit_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5012822Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_abs_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5013030Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acos_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5013245Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcdiv_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5013453Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addr_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5013659Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_all_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5013869Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amax_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5014080Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amin_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5014286Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_any_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5014499Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_arange_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5014706Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmin_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5014917Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argsort_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5015131Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argwhere_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5015358Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_partial_views_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5015570Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asinh_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5015775Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5015987Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bincount_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5016208Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_left_shift_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5016424Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_not_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5016647Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_right_shift_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5016862Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_xor_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5017075Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_block_diag_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5017281Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5017511Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_shapes_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5017730Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_to_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5017943Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bucketize_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5018168Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cartesian_prod_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5018375Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ceil_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5018584Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cfloat_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5018792Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chalf_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5018999Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_char_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5019245Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5019512Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_solve_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5019723Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5019926Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_min_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5020173Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clone_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5020394Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_combinations_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5020617Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_constant_pad_nd_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5020833Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_contiguous_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5021046Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_copysign_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5021257Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cosh_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5021494Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cov_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5021702Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cross_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5021911Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummin_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5022127Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumprod_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5022334Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5022547Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagflat_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5022762Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5022990Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_scatter_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5023201Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diff_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5023405Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dist_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5023610Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dot_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5023882Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_double_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5024089Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dsplit_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5024297Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dstack_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5024492Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_einsum_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5024701Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5024915Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_like_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5025124Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eq_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5025332Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfc_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5025541Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfinv_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5025749Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5025962Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_as_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5026173Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5026381Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expm1_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5026591Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft2_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5026802Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftn_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5027075Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftshift_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5027290Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft2_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5027503Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftn_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5027767Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftshift_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5027982Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft2_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5028193Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5028406Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfftn_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5028621Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfftn_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5028826Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5029039Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flatten_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5029250Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5029466Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_power_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5029679Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5029886Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmin_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5030092Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frac_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5030301Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frexp_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5030508Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5030719Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_geqrf_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5030935Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gradient_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5031156Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_grid_sampler_2d_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5031358Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gt_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5031569Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_half_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5031781Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_heaviside_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5031991Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hstack_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5032204Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hypot_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5032407Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_i0_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5032620Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igammac_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5032833Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_add_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5033039Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_reduce_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5033254Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_select_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5033463Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_inner_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5033671Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_int_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5033878Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isin_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5034088Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isinf_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5034302Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isneginf_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5034558Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isreal_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5034829Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5035108Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5035405Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5035658Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_unary_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:51:06.5035864Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kron_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5036065Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lcm_cuda_int64 PASSED [ 87%] 2023-01-11T22:51:06.5036278Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ldexp_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5036484Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_le_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5036696Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lgamma_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5036909Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_cuda_float32 PASSED [ 87%] 2023-01-11T22:51:06.5037127Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigh_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5037411Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 88%] 2023-01-11T22:51:06.5037849Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 88%] 2023-01-11T22:51:06.5038074Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5038308Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_ex_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5038521Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_solve_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5038748Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5039009Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_power_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5039266Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 88%] 2023-01-11T22:51:06.5039485Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_slogdet_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5039703Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_ex_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5039939Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_triangular_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5040157Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linspace_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5040368Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5040583Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5040797Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5041017Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logcumsumexp_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5041232Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_not_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5041444Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_or_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5041658Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_xor_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5041866Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logit_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5042130Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logsumexp_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5042339Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_long_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5042544Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lt_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5042784Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5043029Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_solve_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5043233Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mH_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5043426Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mT_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5043640Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amin_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5043860Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmax_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5044082Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmin_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5044299Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumsum_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5044512Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_fill_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5044744Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_log_softmax_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5044971Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logaddexp_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5045188Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_median_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5045406Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmax_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5045626Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmin_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5045842Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_binary_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5046081Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_with_dim_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5046293Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_maximum_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5046503Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mean_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5046712Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_median_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5046948Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_list_of_tensors_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5047163Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_binary_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5047373Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_minimum_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5047579Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mm_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5047786Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mul_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5047978Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mv_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5048242Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5048510Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5048773Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5048985Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nan_to_num_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5049202Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmedian_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5049500Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanquantile_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5049712Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nansum_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5049952Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5050200Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 88%] 2023-01-11T22:51:06.5050444Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ne_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5050649Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_neg_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5050862Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5051075Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_full_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5051285Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_ones_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5051542Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5051793Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5052049Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5052297Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_alpha_dropout_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5052536Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5052772Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5053006Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5053282Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5053513Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_celu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5053750Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5054007Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5054270Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5054509Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5054746Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5054980Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5055215Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_elu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5055488Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5055725Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5055983Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5056231Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5056457Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gelu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5056689Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_glu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5056969Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_grid_sample_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5057210Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_group_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5057457Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardsigmoid_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5057733Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardswish_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5057967Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardtanh_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5058222Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5058470Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_area_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5058724Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5058962Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_l1_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5059197Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_layer_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5059433Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_leaky_relu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5059670Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_linear_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5059894Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5060133Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5060371Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5060622Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5060876Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5061135Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5061401Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_nll_loss_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5061639Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_normalize_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5061879Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_circular_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5062121Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_reflect_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5062364Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_replicate_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5062615Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pairwise_distance_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5062845Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pdist_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5063093Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5063324Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_selu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5063552Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_silu_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5063850Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5064095Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5064383Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5064634Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5064872Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softshrink_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5065155Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softsign_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5065391Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_tanhshrink_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5065629Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_threshold_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5065881Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5066113Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_unfold_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5066354Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5066568Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nonzero_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5066815Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 88%] 2023-01-11T22:51:06.5067033Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_permute_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5067268Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_2_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5067505Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_3_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5067749Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 88%] 2023-01-11T22:51:06.5067993Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_quantile_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5068207Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5068415Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ravel_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5068623Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_real_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5068840Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_remainder_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5069052Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5069312Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_interleave_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5069527Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_as_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5069740Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5069955Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize_as__cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5070166Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rot90_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5070375Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5070598Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_3_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5070815Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_add_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5071045Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amin_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5071261Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_mean_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5071523Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_lengths_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:51:06.5071738Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5072020Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_scatter_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5072232Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sgn_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5072441Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_short_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5072720Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_blackman_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5072956Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_cosine_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5073190Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_gaussian_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5073437Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_general_cosine_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5073682Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_general_hamming_cuda_float32 PASSED [ 88%] 2023-01-11T22:51:06.5073919Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_hamming_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5074145Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_hann_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5074378Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_kaiser_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5074617Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_nuttall_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5074824Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinh_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5075032Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5075249Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_scatter_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5075456Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sort_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5075722Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sparse_sampled_addmm_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:51:06.5075947Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_airy_ai_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5076175Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j1_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5076403Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y1_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5076643Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5077135Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:51:06.5077613Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:51:06.5077835Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_entr_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5078054Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_erfcx_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5078299Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_h_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5078518Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1e_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5078992Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:51:06.5079232Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i0_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5079473Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k0_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5079761Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtri_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5080016Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5080517Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:51:06.5081056Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:51:06.5081303Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_spherical_bessel_j0_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5081532Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_xlog1py_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5081753Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_zeta_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5081988Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_with_sizes_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5082201Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_squeeze_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5082408Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stack_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5082624Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5082843Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_unbiased_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5083051Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stft_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5083260Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5083465Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5083676Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_symeig_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5083888Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_along_dim_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5084095Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tan_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5084316Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensordot_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5084527Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tile_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5084729Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5084945Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_transpose_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5085161Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapezoid_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5085371Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapz_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5085583Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5085798Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_indices_cuda_int64 PASSED [ 89%] 2023-01-11T22:51:06.5086007Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unbind_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5086223Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_copy_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5086434Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_uniform_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5086642Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5086858Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unsqueeze_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5087062Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5087286Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_unbiased_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5087556Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_unbiased_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5087766Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vdot_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5087976Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5088185Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_real_cuda_complex64 PASSED [ 89%] 2023-01-11T22:51:06.5088439Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_copy_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5088650Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vsplit_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5088858Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vstack_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5089065Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_where_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5089279Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_like_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5089486Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_and_cuda_int64 PASSED [ 89%] 2023-01-11T22:51:06.5089696Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_left_shift_cuda_int64 PASSED [ 89%] 2023-01-11T22:51:06.5089905Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_right_shift_cuda_int64 PASSED [ 89%] 2023-01-11T22:51:06.5090120Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_to_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5090323Z test_ops.py::TestFakeTensorCUDA::test_fake_bucketize_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5090532Z test_ops.py::TestFakeTensorCUDA::test_fake_cartesian_prod_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5090730Z test_ops.py::TestFakeTensorCUDA::test_fake_cat_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5090928Z test_ops.py::TestFakeTensorCUDA::test_fake_cdist_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5091124Z test_ops.py::TestFakeTensorCUDA::test_fake_ceil_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5091325Z test_ops.py::TestFakeTensorCUDA::test_fake_cfloat_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5091522Z test_ops.py::TestFakeTensorCUDA::test_fake_chalf_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5091753Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:51:06.5091999Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_inverse_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:51:06.5092195Z test_ops.py::TestFakeTensorCUDA::test_fake_chunk_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5092381Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5092581Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_max_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5092780Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_min_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5092987Z test_ops.py::TestFakeTensorCUDA::test_fake_column_stack_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5093201Z test_ops.py::TestFakeTensorCUDA::test_fake_conj_physical_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5093404Z test_ops.py::TestFakeTensorCUDA::test_fake_contiguous_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5093608Z test_ops.py::TestFakeTensorCUDA::test_fake_count_nonzero_cuda_float32 PASSED [ 89%] 2023-01-11T22:51:06.5093830Z test_ops.py::TestFakeTensorCUDA::test_fake_cov_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:51:06.5094257Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_H_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5094690Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___getitem___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5095112Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmod___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5095581Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_abs_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5096006Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acosh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5096429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addbmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5096895Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5097311Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5097731Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5098154Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5098577Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_angle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5099026Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5099439Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asinh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5099848Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5100275Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5100700Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_baddbmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5101128Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_block_diag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5101572Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5102004Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cartesian_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5102421Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5102845Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdouble_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5103262Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cfloat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5103819Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5104273Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_inverse_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5104705Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5105128Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_max_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5105617Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clone_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5106054Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_column_stack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5106537Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_combinations_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5106972Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_physical_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5107408Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_constant_pad_nd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5107840Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_contiguous_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5108264Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_copysign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5108679Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5109092Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumprod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5109508Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_deg2rad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5109922Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5110349Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_embed_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5110772Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagflat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5111190Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5111632Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5112044Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diff_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5112485Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_floor_rounding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5112930Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_no_rounding_mode_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5113377Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_trunc_rounding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5113798Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5114213Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_einsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5114622Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5115043Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfinv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5115510Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5115933Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5116402Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5116822Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5117241Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5117665Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5118083Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5118501Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5118927Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5119351Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5119779Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftshift_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5120203Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5120626Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5121050Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5121473Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5121887Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5122307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flatten_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5122727Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fliplr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5123140Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5123551Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5123968Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:51:06.5124388Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gradient_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5124798Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_half_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5125266Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5125687Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5126145Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hypot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5126566Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5126993Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5127427Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_reduce_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5127848Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kthvalue_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5128266Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ldexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5128684Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lerp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5129110Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cond_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5129549Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvalsh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5129980Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5130411Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5130848Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5131309Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5131745Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5132188Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5132462Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skipped!) [ 90%] 2023-01-11T22:51:06.5132886Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_slogdet_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5133344Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_triangular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5133780Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svdvals_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5134219Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorinv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5134713Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorsolve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5135158Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vector_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5135574Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log10_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5136052Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log1p_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5136471Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5136920Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5137354Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5137780Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5138208Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5138633Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_unpack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5139045Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mH_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5139475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5139906Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5140339Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5140786Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_log_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5141229Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logaddexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5141671Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5142107Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_median_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5142537Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5142975Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5143407Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5143888Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5144444Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_var_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5144868Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matmul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5145311Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_no_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5145790Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_maximum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5146204Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5146618Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_median_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5147076Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5147499Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_binary_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5147940Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_no_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5148392Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_with_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5148812Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_minimum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5149219Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5149641Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5150086Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5150512Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmedian_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5150930Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_narrow_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5151366Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_batch_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5151820Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_dropout_backward_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5152295Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5152766Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5153244Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5153702Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5154239Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5154694Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5155190Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5155682Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_celu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5156128Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5156575Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5157047Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5157515Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5157997Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5158460Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5158960Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5159431Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5159873Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5160331Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5160783Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardswish_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5161232Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardtanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5161708Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5162160Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_huber_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5162637Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5163111Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5163579Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5164106Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5164557Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_l1_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5165057Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_layer_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5165504Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5165953Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5166404Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5166849Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5167302Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5167762Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5168230Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5168699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5169139Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mish_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5169585Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mse_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5170054Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5170531Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5171017Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5171476Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_circular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5171932Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_constant_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5172392Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5172836Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pdist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5173293Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5173783Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_prelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5174227Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_selu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5174710Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_silu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5175158Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5175628Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5176078Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softplus_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5176526Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5177028Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5177475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_unfold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5177894Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_fro_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5178311Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_nuc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5178727Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_outer_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5179140Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polar_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5179595Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5180043Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5180454Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5180868Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_put_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5181133Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 90%] 2023-01-11T22:51:06.5181553Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rad2deg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5181985Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reciprocal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5182408Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_remainder_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5182828Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_renorm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5183300Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5183882Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_interleave_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5184389Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_neg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5184807Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_roll_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5185221Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rot90_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5185668Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_neg_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5186084Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsqrt_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5186497Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsub_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5186923Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5187374Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5187822Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5188268Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5188713Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5189169Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5189588Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5190000Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5190409Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5190831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5191273Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5191690Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sort_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5192125Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_erfcx_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5192556Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i0e_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5193043Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5193480Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtri_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:51:06.5193894Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5194380Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_list_args_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5194803Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_squeeze_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5195220Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5195634Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5196071Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5196505Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5196917Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5197318Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5197596Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 91%] 2023-01-11T22:51:06.5198019Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_symeig_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5198452Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_along_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5198869Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5199290Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_sparse_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5199702Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_topk_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5200128Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_transpose_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5200557Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapezoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5200969Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tril_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5201384Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5201812Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_true_divide_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5202241Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5202709Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5203127Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5203549Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5204039Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5204469Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5204883Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vdot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5205324Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_complex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5205746Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5206170Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5206584Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_zero__cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5207000Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_H_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5207414Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_T_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5207842Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___radd___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5208265Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rdiv___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5208692Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmul___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5209112Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rsub___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5209568Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__softmax_backward_data_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5209987Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acos_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5210407Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acosh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5210831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcdiv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5211257Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5211680Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_angle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5212129Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5212612Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asinh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5213038Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5213514Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5213943Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5214368Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_baddbmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5214800Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bernoulli_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5215228Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bfloat16_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5215641Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5216089Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5216531Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cartesian_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5216952Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5217382Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdouble_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5217802Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cfloat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5218243Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_inverse_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5218668Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5219094Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_max_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5219521Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_min_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5219959Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_column_stack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5220384Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_complex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5220826Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_physical_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5221258Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_contiguous_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5221675Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_copysign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5222142Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cos_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5222570Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cosh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5222990Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cross_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5223468Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumprod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5223964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_deg2rad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5224400Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_embed_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5224839Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagflat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5225280Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5225714Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5226161Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5226605Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_floor_rounding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5227049Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_trunc_rounding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5227472Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_double_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5227896Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5228315Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5228732Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5229147Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5229576Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5229996Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expm1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5230422Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5230847Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5231274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5231699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5232183Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5232617Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5233104Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftshift_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5233533Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5233964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5234398Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5234825Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5235251Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5235673Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5236090Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flip_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5236514Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flipud_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5236935Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5237368Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_power_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5237792Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_floor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5238219Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5238637Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5239057Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_half_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5239484Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5239903Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hypot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5240332Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5240754Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lerp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5241179Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lgamma_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5241660Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5242099Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5242543Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5242892Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 91%] 2023-01-11T22:51:06.5243329Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5243764Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5244210Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5244649Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5245104Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_power_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5245544Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_multi_dot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5246019Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5246317Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 91%] 2023-01-11T22:51:06.5246751Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5247190Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5247611Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5248056Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorinv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5248506Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5248941Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vecdot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5249363Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log10_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5249784Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log1p_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5250204Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5250641Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5251121Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5251547Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logdet_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5251964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5252442Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5252867Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_unpack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5253282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mT_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5253717Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5254150Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5254600Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logaddexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5255049Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5255488Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5255928Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5256368Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5256804Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5257235Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_std_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5257656Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matmul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5258086Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matrix_exp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5258539Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5258964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_maximum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5259425Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5259893Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5260343Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:51:06.5260818Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_minimum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5261241Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5261659Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mode_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5262147Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_movedim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5262566Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_msort_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5262983Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5263399Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5263905Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5264355Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5264806Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5265234Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nan_to_num_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5265658Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5266083Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nansum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5266542Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_dropout_backward_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5266960Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_neg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5267435Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5267912Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5268389Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5268866Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5269343Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5269809Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5270271Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5270792Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5271281Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5271785Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5272236Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5272684Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5273158Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5273627Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5274112Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5274388Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 92%] 2023-01-11T22:51:06.5274847Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5275318Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5275775Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5276276Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5276787Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5277267Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5277713Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_glu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5278170Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5278628Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5279093Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5279553Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5280058Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5280528Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5281010Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5281557Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5282041Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5282504Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5282959Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_linear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5283438Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5283902Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5284380Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5284845Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5285317Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5285773Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5286245Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5286703Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_normalize_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5287152Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5287618Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5288094Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5288548Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pdist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5288996Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_prelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5289441Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu6_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5289936Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5290387Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5290902Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5291370Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5291824Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5292286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softplus_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5292751Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_threshold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5293231Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5293685Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_unfold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5294159Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5294637Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5295064Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5295491Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_inf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5295920Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_nuc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5296193Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 92%] 2023-01-11T22:51:06.5296475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 92%] 2023-01-11T22:51:06.5296900Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_permute_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5297331Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pinverse_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5297793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5298251Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5298708Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5299217Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5299674Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5299944Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 92%] 2023-01-11T22:51:06.5300415Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rad2deg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5300833Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_real_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5301266Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reciprocal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5301699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_remainder_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5302122Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_renorm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5302547Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5302978Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5303416Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_conj_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5303983Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_neg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5304413Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_roll_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5304833Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5305280Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5305698Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsub_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5306129Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5306554Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5307009Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5307436Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5307880Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5308298Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sgn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5308723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5309207Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5309632Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5310098Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5310522Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5310967Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5311421Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5311860Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_erfcx_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5312293Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1e_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5312731Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtri_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5313224Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5313671Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_xlog1py_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5314095Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5314511Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sqrt_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5314928Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5315351Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5315795Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5316234Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5316649Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5317074Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_to_size_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5317480Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5317758Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 92%] 2023-01-11T22:51:06.5318169Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tan_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5318640Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5319078Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensor_split_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5319507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_sparse_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5319985Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_topk_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5320408Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trace_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5320838Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_transpose_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5321286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triangular_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5321707Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tril_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5322130Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trunc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5322557Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unflatten_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5322991Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5323417Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5323834Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5324260Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5324695Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5325136Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_complex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5325564Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5325990Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5326411Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_zero__cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:51:06.5326618Z test_ops.py::TestFakeTensorCUDA::test_fake_cummax_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5326822Z test_ops.py::TestFakeTensorCUDA::test_fake_cummin_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5327022Z test_ops.py::TestFakeTensorCUDA::test_fake_diag_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5327223Z test_ops.py::TestFakeTensorCUDA::test_fake_diagflat_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5327429Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5327625Z test_ops.py::TestFakeTensorCUDA::test_fake_diff_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5327877Z test_ops.py::TestFakeTensorCUDA::test_fake_digamma_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5328098Z test_ops.py::TestFakeTensorCUDA::test_fake_div_no_rounding_mode_cuda_float32 PASSED [ 92%] 2023-01-11T22:51:06.5328294Z test_ops.py::TestFakeTensorCUDA::test_fake_dot_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5328492Z test_ops.py::TestFakeTensorCUDA::test_fake_double_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5328733Z test_ops.py::TestFakeTensorCUDA::test_fake_dstack_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5328932Z test_ops.py::TestFakeTensorCUDA::test_fake_equal_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5329117Z test_ops.py::TestFakeTensorCUDA::test_fake_exp2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5329318Z test_ops.py::TestFakeTensorCUDA::test_fake_expand_as_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5329518Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5329720Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5329928Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5330129Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5330338Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftshift_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5330543Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5330749Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5330953Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5331153Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5331353Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5331555Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5331755Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5331952Z test_ops.py::TestFakeTensorCUDA::test_fake_fill_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5332150Z test_ops.py::TestFakeTensorCUDA::test_fake_flatten_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5332358Z test_ops.py::TestFakeTensorCUDA::test_fake_fliplr_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5332559Z test_ops.py::TestFakeTensorCUDA::test_fake_flipud_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5332766Z test_ops.py::TestFakeTensorCUDA::test_fake_floor_divide_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5332952Z test_ops.py::TestFakeTensorCUDA::test_fake_fmin_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5333148Z test_ops.py::TestFakeTensorCUDA::test_fake_fmod_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5333349Z test_ops.py::TestFakeTensorCUDA::test_fake_frac_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5333549Z test_ops.py::TestFakeTensorCUDA::test_fake_full_like_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5333743Z test_ops.py::TestFakeTensorCUDA::test_fake_ge_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5333939Z test_ops.py::TestFakeTensorCUDA::test_fake_geqrf_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5334139Z test_ops.py::TestFakeTensorCUDA::test_fake_gradient_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5334337Z test_ops.py::TestFakeTensorCUDA::test_fake_half_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5334538Z test_ops.py::TestFakeTensorCUDA::test_fake_heaviside_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5334736Z test_ops.py::TestFakeTensorCUDA::test_fake_histc_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5334938Z test_ops.py::TestFakeTensorCUDA::test_fake_hsplit_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5335136Z test_ops.py::TestFakeTensorCUDA::test_fake_hstack_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5335334Z test_ops.py::TestFakeTensorCUDA::test_fake_hypot_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5335581Z test_ops.py::TestFakeTensorCUDA::test_fake_index_add_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5335791Z test_ops.py::TestFakeTensorCUDA::test_fake_index_copy_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5335994Z test_ops.py::TestFakeTensorCUDA::test_fake_index_fill_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5336237Z test_ops.py::TestFakeTensorCUDA::test_fake_index_put_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5336445Z test_ops.py::TestFakeTensorCUDA::test_fake_index_reduce_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5336653Z test_ops.py::TestFakeTensorCUDA::test_fake_index_select_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5336840Z test_ops.py::TestFakeTensorCUDA::test_fake_inner_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5337040Z test_ops.py::TestFakeTensorCUDA::test_fake_isinf_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5337241Z test_ops.py::TestFakeTensorCUDA::test_fake_isneginf_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5337444Z test_ops.py::TestFakeTensorCUDA::test_fake_isposinf_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5337713Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5337958Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5338222Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5338418Z test_ops.py::TestFakeTensorCUDA::test_fake_le_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5338617Z test_ops.py::TestFakeTensorCUDA::test_fake_lerp_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5338826Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cross_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5339028Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eig_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5339276Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvalsh_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5339480Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5339690Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_ex_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5339900Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5340114Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_solve_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5340331Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5340591Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5340804Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_multi_dot_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5341007Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5341249Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5341442Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5341697Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5341942Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 93%] 2023-01-11T22:51:06.5342153Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_slogdet_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5342391Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5342617Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_triangular_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5342826Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vecdot_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5343067Z test_ops.py::TestFakeTensorCUDA::test_fake_log10_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5343272Z test_ops.py::TestFakeTensorCUDA::test_fake_log1p_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5343468Z test_ops.py::TestFakeTensorCUDA::test_fake_log2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5343676Z test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp2_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5343999Z test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5344199Z test_ops.py::TestFakeTensorCUDA::test_fake_logdet_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5344401Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_not_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5344598Z test_ops.py::TestFakeTensorCUDA::test_fake_logit_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5344800Z test_ops.py::TestFakeTensorCUDA::test_fake_logspace_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5344998Z test_ops.py::TestFakeTensorCUDA::test_fake_lt_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5345203Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_unpack_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5345400Z test_ops.py::TestFakeTensorCUDA::test_fake_mH_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5345594Z test_ops.py::TestFakeTensorCUDA::test_fake_mT_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5345792Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_amax_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5346003Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmin_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5346210Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumsum_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5346414Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_fill_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5346629Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_log_softmax_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5346848Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_logsumexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5347058Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_normalize_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5347260Z test_ops.py::TestFakeTensorCUDA::test_fake_max_binary_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5347477Z test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_with_dim_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5347683Z test_ops.py::TestFakeTensorCUDA::test_fake_maximum_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5347881Z test_ops.py::TestFakeTensorCUDA::test_fake_median_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5348107Z test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_variadic_tensors_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5348312Z test_ops.py::TestFakeTensorCUDA::test_fake_min_binary_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5348532Z test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_no_dim_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5348734Z test_ops.py::TestFakeTensorCUDA::test_fake_minimum_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5348927Z test_ops.py::TestFakeTensorCUDA::test_fake_mm_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5349128Z test_ops.py::TestFakeTensorCUDA::test_fake_mode_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5349326Z test_ops.py::TestFakeTensorCUDA::test_fake_movedim_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5349527Z test_ops.py::TestFakeTensorCUDA::test_fake_msort_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5349753Z test_ops.py::TestFakeTensorCUDA::test_fake_multinomial_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5349948Z test_ops.py::TestFakeTensorCUDA::test_fake_mv_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5350203Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5350436Z test_ops.py::TestFakeTensorCUDA::test_fake_nanmean_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5350711Z test_ops.py::TestFakeTensorCUDA::test_fake_nanmedian_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5350913Z test_ops.py::TestFakeTensorCUDA::test_fake_nansum_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5351147Z test_ops.py::TestFakeTensorCUDA::test_fake_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 93%] 2023-01-11T22:51:06.5351345Z test_ops.py::TestFakeTensorCUDA::test_fake_ne_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5351591Z test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5351805Z test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_strided_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5352002Z test_ops.py::TestFakeTensorCUDA::test_fake_new_full_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5352206Z test_ops.py::TestFakeTensorCUDA::test_fake_new_zeros_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5352406Z test_ops.py::TestFakeTensorCUDA::test_fake_nextafter_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5352650Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5352893Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5353131Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5353374Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5353598Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5353821Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool3d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5354070Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5354285Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_celu_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5354525Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5354747Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5354989Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5355225Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cross_entropy_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5355477Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5355702Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5355925Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5356143Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_elu_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5356370Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5356606Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5356814Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_glu_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5357041Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_grid_sample_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5357268Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardsigmoid_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5357508Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5357732Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_huber_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5357969Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_area_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5358257Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5358476Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_l1_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5358699Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_leaky_relu_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5358953Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_linear_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5359188Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5359415Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5359651Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5359886Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5360093Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mish_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5360311Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mse_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5360545Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5360792Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5361044Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_nll_loss_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5361290Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_one_hot_cuda_int64 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:51:06.5361517Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_circular_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5361744Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_reflect_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5361979Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_replicate_cuda_float32 PASSED [ 93%] 2023-01-11T22:51:06.5362215Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pairwise_distance_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5362432Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pdist_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5362662Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5362895Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5363112Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_prelu_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5363326Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_silu_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5363560Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5363784Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softplus_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5364006Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softshrink_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5364230Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_tanhshrink_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5364467Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5364725Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5364940Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_unfold_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5365137Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5365324Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_nuc_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5365522Z test_ops.py::TestFakeTensorCUDA::test_fake_normal_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5365788Z test_ops.py::TestFakeTensorCUDA::test_fake_normal_number_mean_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5365984Z test_ops.py::TestFakeTensorCUDA::test_fake_ones_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5366184Z test_ops.py::TestFakeTensorCUDA::test_fake_outer_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5366469Z test_ops.py::TestFakeTensorCUDA::test_fake_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 94%] 2023-01-11T22:51:06.5366671Z test_ops.py::TestFakeTensorCUDA::test_fake_pinverse_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5366894Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5367116Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_2_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5367340Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_3_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5367567Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_4_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5367765Z test_ops.py::TestFakeTensorCUDA::test_fake_pow_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5367962Z test_ops.py::TestFakeTensorCUDA::test_fake_prod_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5368194Z test_ops.py::TestFakeTensorCUDA::test_fake_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 94%] 2023-01-11T22:51:06.5368429Z test_ops.py::TestFakeTensorCUDA::test_fake_quantile_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:51:06.5368631Z test_ops.py::TestFakeTensorCUDA::test_fake_rad2deg_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5368831Z test_ops.py::TestFakeTensorCUDA::test_fake_randint_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5369045Z test_ops.py::TestFakeTensorCUDA::test_fake_randint_like_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5369247Z test_ops.py::TestFakeTensorCUDA::test_fake_randn_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5369447Z test_ops.py::TestFakeTensorCUDA::test_fake_ravel_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5369638Z test_ops.py::TestFakeTensorCUDA::test_fake_remainder_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5369832Z test_ops.py::TestFakeTensorCUDA::test_fake_renorm_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5370040Z test_ops.py::TestFakeTensorCUDA::test_fake_reshape_as_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5370244Z test_ops.py::TestFakeTensorCUDA::test_fake_reshape_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5370448Z test_ops.py::TestFakeTensorCUDA::test_fake_resize_as__cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5370652Z test_ops.py::TestFakeTensorCUDA::test_fake_resolve_neg_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5370849Z test_ops.py::TestFakeTensorCUDA::test_fake_roll_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5371049Z test_ops.py::TestFakeTensorCUDA::test_fake_rot90_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5371265Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5371484Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_neg_3_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5371692Z test_ops.py::TestFakeTensorCUDA::test_fake_scalar_tensor_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5371896Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_add_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5372120Z test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_offsets_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5372319Z test_ops.py::TestFakeTensorCUDA::test_fake_select_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5372544Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_bartlett_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5372763Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_cosine_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5372991Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_exponential_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5373264Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_gaussian_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5373501Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_general_hamming_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5373725Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_hamming_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5373973Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_nuttall_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5374169Z test_ops.py::TestFakeTensorCUDA::test_fake_sin_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5374368Z test_ops.py::TestFakeTensorCUDA::test_fake_slice_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5374579Z test_ops.py::TestFakeTensorCUDA::test_fake_slice_scatter_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5374798Z test_ops.py::TestFakeTensorCUDA::test_fake_softmax_with_dtype_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5374995Z test_ops.py::TestFakeTensorCUDA::test_fake_sort_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5375212Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j1_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5375428Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5375664Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5375903Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5376391Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:51:06.5376605Z test_ops.py::TestFakeTensorCUDA::test_fake_special_erfcx_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5376839Z test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_h_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5377076Z test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_he_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5377311Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5377520Z test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtr_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5377729Z test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtri_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5377983Z test_ops.py::TestFakeTensorCUDA::test_fake_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5378221Z test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5378697Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:51:06.5378928Z test_ops.py::TestFakeTensorCUDA::test_fake_special_spherical_bessel_j0_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5379143Z test_ops.py::TestFakeTensorCUDA::test_fake_special_xlog1py_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5379347Z test_ops.py::TestFakeTensorCUDA::test_fake_split_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5379548Z test_ops.py::TestFakeTensorCUDA::test_fake_split_with_sizes_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5379745Z test_ops.py::TestFakeTensorCUDA::test_fake_sqrt_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5379950Z test_ops.py::TestFakeTensorCUDA::test_fake_squeeze_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5380148Z test_ops.py::TestFakeTensorCUDA::test_fake_stack_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5380348Z test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5380560Z test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_unbiased_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5380769Z test_ops.py::TestFakeTensorCUDA::test_fake_std_unbiased_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5380970Z test_ops.py::TestFakeTensorCUDA::test_fake_stft_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5381226Z test_ops.py::TestFakeTensorCUDA::test_fake_sum_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5381439Z test_ops.py::TestFakeTensorCUDA::test_fake_take_along_dim_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5381637Z test_ops.py::TestFakeTensorCUDA::test_fake_take_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5381873Z test_ops.py::TestFakeTensorCUDA::test_fake_tan_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5382074Z test_ops.py::TestFakeTensorCUDA::test_fake_tensordot_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5382270Z test_ops.py::TestFakeTensorCUDA::test_fake_to_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5382469Z test_ops.py::TestFakeTensorCUDA::test_fake_trace_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5382672Z test_ops.py::TestFakeTensorCUDA::test_fake_trapezoid_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5382874Z test_ops.py::TestFakeTensorCUDA::test_fake_trapz_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5383081Z test_ops.py::TestFakeTensorCUDA::test_fake_tril_indices_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5383279Z test_ops.py::TestFakeTensorCUDA::test_fake_triu_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5383471Z test_ops.py::TestFakeTensorCUDA::test_fake_triu_indices_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5383681Z test_ops.py::TestFakeTensorCUDA::test_fake_unflatten_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5383943Z test_ops.py::TestFakeTensorCUDA::test_fake_unfold_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5384141Z test_ops.py::TestFakeTensorCUDA::test_fake_unique_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5384353Z test_ops.py::TestFakeTensorCUDA::test_fake_var_unbiased_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5384564Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_complex_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5384762Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5384975Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_real_cuda_complex64 PASSED [ 94%] 2023-01-11T22:51:06.5385180Z test_ops.py::TestFakeTensorCUDA::test_fake_view_copy_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5385379Z test_ops.py::TestFakeTensorCUDA::test_fake_vsplit_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5385576Z test_ops.py::TestFakeTensorCUDA::test_fake_vstack_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5385776Z test_ops.py::TestFakeTensorCUDA::test_fake_where_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5385980Z test_ops.py::TestFakeTensorCUDA::test_fake_zeros_like_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5386185Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_H_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5386395Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_T_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5386609Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___radd___cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5386832Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmatmul___cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5387044Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___ror___cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5387257Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rpow___cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5387482Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops__native_batch_norm_legit_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5387723Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops__softmax_backward_data_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5387933Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_abs_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5388143Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_acos_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5388355Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_acosh_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5388569Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addbmm_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5388853Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addcmul_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5389084Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmm_decomposed_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5389298Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmv_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5389552Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addr_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5389760Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_all_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5389975Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_allclose_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5390184Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_amin_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5390429Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_aminmax_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:51:06.5390642Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_angle_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5390859Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argmin_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5391074Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argsort_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5391288Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argwhere_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5391511Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5391751Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_partial_views_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5391964Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atan_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5392168Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_1d_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5392388Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bernoulli_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5392605Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bincount_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5392829Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_left_shift_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5393044Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_not_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5393271Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_right_shift_cuda_int64 PASSED [ 94%] 2023-01-11T22:51:06.5393492Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_block_diag_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5393701Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bool_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5393918Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bucketize_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5394127Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_byte_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5394338Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cat_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5394552Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cdist_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5394768Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cdouble_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5394976Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ceil_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5395231Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:51:06.5395442Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_chunk_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5395658Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_max_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5395876Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_min_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5396097Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_column_stack_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5396319Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_combinations_cuda_float32 PASSED [ 94%] 2023-01-11T22:51:06.5396578Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_conj_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5396792Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_constant_pad_nd_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5397013Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_contiguous_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5397268Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_copysign_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5397479Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cosh_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5397700Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_count_nonzero_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5397912Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cross_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5398125Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cummax_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5398344Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumprod_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5398578Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumulative_trapezoid_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5398794Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diag_embed_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5399017Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_copy_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5399235Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_digamma_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5399443Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dist_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5399656Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_double_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5399871Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_empty_like_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5400079Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_eq_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5400290Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erf_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5400501Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erfc_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5400721Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fftshift_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5400939Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5401156Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5401360Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5401578Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfft_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5401796Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ihfftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5402014Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5402231Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5402447Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfft_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5402655Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fill_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5402873Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flatten_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5403084Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flip_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5403307Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_float_power_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5403532Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_floor_divide_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5403742Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmin_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5403949Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmod_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5404207Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_frac_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5404422Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_frexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5404640Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_full_like_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5404904Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ge_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5405117Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_geqrf_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5405333Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gradient_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5405556Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_grid_sampler_2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5405754Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gt_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5405972Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hstack_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5406189Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_igammac_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5406402Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_imag_cuda_complex64 PASSED [ 95%] 2023-01-11T22:51:06.5406620Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_put_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5406844Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_reduce_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5407056Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_inner_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5407265Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_int_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5407477Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isclose_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5407691Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isfinite_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5407962Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5408226Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_binary_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5408437Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_kron_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5408650Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lerp_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5408864Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lgamma_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5409080Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cond_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5409296Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_det_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5409515Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eig_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5409801Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 95%] 2023-01-11T22:51:06.5410026Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_inv_ex_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5410471Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 95%] 2023-01-11T22:51:06.5410901Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 95%] 2023-01-11T22:51:06.5411314Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 95%] 2023-01-11T22:51:06.5411547Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5411777Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_factor_ex_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5412062Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5412340Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5412567Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_multi_dot_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5412828Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5413080Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5413299Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5413563Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5413840Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 95%] 2023-01-11T22:51:06.5414102Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 95%] 2023-01-11T22:51:06.5414352Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5414596Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_triangular_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5414816Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_svd_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5415038Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_svdvals_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5415265Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_tensorinv_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5415486Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vander_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5415711Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vecdot_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5415924Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log2_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5416133Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5416353Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logaddexp2_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5416583Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logcumsumexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5416796Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logdet_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5417015Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_and_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5417221Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_not_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5417439Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logspace_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5417653Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_long_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5417861Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5418079Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_amax_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5418297Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_amin_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5418520Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_argmin_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5418741Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_cumsum_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5418967Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_logsumexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5419189Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_median_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5419411Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_prod_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5419683Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_scatter_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5419909Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_softmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5420132Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_softmin_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5420462Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_std_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5420677Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_var_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5420896Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_matrix_exp_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5421111Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_binary_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5421361Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5421596Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_reduction_no_dim_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5421832Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_max_reduction_with_dim_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5422033Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_median_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5422249Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_minimum_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5422460Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5422670Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mode_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5422882Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_movedim_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5423095Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_msort_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5423351Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_multinomial_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5423558Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mv_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5423956Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5424217Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5424478Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanquantile_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5424720Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_narrow_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5424947Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_batch_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5425151Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ne_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5425362Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_neg_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5425577Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_full_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5425789Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_ones_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5426007Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_zeros_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5426282Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5426533Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5426785Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5427021Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool1d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5427334Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5427565Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_batch_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5427801Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_bilinear_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5428102Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5428335Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv1d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5428583Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5428838Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5429087Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cosine_similarity_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5429334Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_cross_entropy_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5429596Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5429831Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5430063Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_elu_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5430342Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:51:06.5430583Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_embedding_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5430853Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5431115Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5431362Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5431595Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_gelu_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5431841Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_grid_sample_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5432079Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_group_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5432320Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardsigmoid_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5432565Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardtanh_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5432826Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5433085Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 95%] 2023-01-11T22:51:06.5433317Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_l1_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5433550Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_linear_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5433803Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_local_response_norm_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5434033Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_logsigmoid_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5434281Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5434519Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool2d_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5434806Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool1d_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5435057Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5435303Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5435584Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5435829Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5436059Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_mish_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5436324Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_nll_loss_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:51:06.5436568Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_circular_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5436814Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_reflect_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5437051Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pdist_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5437285Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_prelu_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5437514Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_relu6_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5437745Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_relu_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5437986Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_tanhshrink_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5438221Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_threshold_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5438495Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5438728Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_unfold_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5438979Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5439199Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nonzero_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5439405Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5439616Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_inf_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5439826Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_nuc_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5440024Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ones_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5440240Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ones_like_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5440486Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 96%] 2023-01-11T22:51:06.5440740Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 96%] 2023-01-11T22:51:06.5440956Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pinverse_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5441165Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polar_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5441399Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5441634Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_2_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5441839Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_pow_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5442043Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_put_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5442333Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 96%] 2023-01-11T22:51:06.5442579Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_quantile_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:51:06.5442789Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rad2deg_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5443036Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randint_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5443256Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randint_like_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5443467Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randn_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5443680Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_randn_like_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5443888Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ravel_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5444097Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_real_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5444311Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reciprocal_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5444526Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_remainder_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5444778Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_repeat_interleave_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:51:06.5444989Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reshape_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5445199Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resize__cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5445408Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resize_as__cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5445624Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resolve_conj_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5445829Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_roll_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5446038Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rot90_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5446259Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5446479Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_3_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5446692Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5446917Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_amax_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5447143Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_mean_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5447365Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_sum_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5447584Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_searchsorted_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5447820Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_gaussian_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5448062Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_general_cosine_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5448293Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_hamming_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5448524Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_nuttall_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5448732Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sin_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5448941Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sinc_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5449147Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sinh_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5449354Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_slice_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5449600Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sort_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5449824Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_j0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5450050Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_y1_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5450297Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5450554Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_erfcx_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5450796Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_hermite_polynomial_h_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5451040Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_hermite_polynomial_he_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5451254Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i0e_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5451470Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i1_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5451973Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:51:06.5452218Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_i0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5452465Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_i1_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5452714Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5453205Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:51:06.5453450Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_spherical_bessel_j0_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5453668Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_zeta_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5453876Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5454084Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_square_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5454293Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5454497Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_svd_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5454752Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 96%] 2023-01-11T22:51:06.5454960Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_symeig_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5455159Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_t_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5455381Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_take_along_dim_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5455580Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tan_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5455830Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tensor_split_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:51:06.5456033Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_to_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5456246Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_topk_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5456454Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trace_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5456668Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trapezoid_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5456890Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triangular_solve_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5457103Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tril_indices_cuda_int64 PASSED [ 96%] 2023-01-11T22:51:06.5457369Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triu_indices_cuda_int64 PASSED [ 96%] 2023-01-11T22:51:06.5457578Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trunc_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5457794Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unfold_copy_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5458043Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unfold_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5458254Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_uniform_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5458482Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unique_consecutive_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5458695Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unsqueeze_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5458898Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5459106Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_mean_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5459334Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_mean_unbiased_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5459550Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_var_unbiased_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5459757Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vdot_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5459978Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_real_cuda_complex64 PASSED [ 96%] 2023-01-11T22:51:06.5460176Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5460385Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vsplit_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5460591Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_vstack_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5460797Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zeros_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5461013Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zeros_like_cuda_float32 PASSED [ 96%] 2023-01-11T22:51:06.5461215Z test_ops.py::TestTagsCUDA::test_tags_T_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5461429Z test_ops.py::TestTagsCUDA::test_tags___rmatmul___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5461641Z test_ops.py::TestTagsCUDA::test_tags___rmod___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5461845Z test_ops.py::TestTagsCUDA::test_tags___ror___cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5462054Z test_ops.py::TestTagsCUDA::test_tags___rsub___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5462258Z test_ops.py::TestTagsCUDA::test_tags___rxor___cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5462497Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bfloat16_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5462730Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bool_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5462964Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_byte_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5463202Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cdouble_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5463441Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cfloat_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5463797Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5464035Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_double_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5464269Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_float_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5464502Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_short_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5464786Z test_ops.py::TestTagsCUDA::test_tags__refs_acos_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5465003Z test_ops.py::TestTagsCUDA::test_tags__refs_add_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5465225Z test_ops.py::TestTagsCUDA::test_tags__refs_addcdiv_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5465483Z test_ops.py::TestTagsCUDA::test_tags__refs_addcmul_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5465696Z test_ops.py::TestTagsCUDA::test_tags__refs_all_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5465917Z test_ops.py::TestTagsCUDA::test_tags__refs_allclose_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5466128Z test_ops.py::TestTagsCUDA::test_tags__refs_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5466338Z test_ops.py::TestTagsCUDA::test_tags__refs_any_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5466586Z test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_partial_views_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5466822Z test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5467035Z test_ops.py::TestTagsCUDA::test_tags__refs_atanh_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5467261Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_1d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5467482Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5467703Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_3d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5467921Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_and_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5468151Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_left_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5468374Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_not_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5468605Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_right_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5468833Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_to_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5469051Z test_ops.py::TestTagsCUDA::test_tags__refs_ceil_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2023-01-11T22:51:06.5469266Z test_ops.py::TestTagsCUDA::test_tags__refs_chunk_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5469487Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_max_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5469713Z test_ops.py::TestTagsCUDA::test_tags__refs_conj_physical_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5469944Z test_ops.py::TestTagsCUDA::test_tags__refs_constant_pad_nd_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5470165Z test_ops.py::TestTagsCUDA::test_tags__refs_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5470379Z test_ops.py::TestTagsCUDA::test_tags__refs_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5470605Z test_ops.py::TestTagsCUDA::test_tags__refs_div_floor_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5470824Z test_ops.py::TestTagsCUDA::test_tags__refs_dsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5471041Z test_ops.py::TestTagsCUDA::test_tags__refs_dstack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5471267Z test_ops.py::TestTagsCUDA::test_tags__refs_empty_like_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5471475Z test_ops.py::TestTagsCUDA::test_tags__refs_eq_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5471690Z test_ops.py::TestTagsCUDA::test_tags__refs_erfinv_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5471947Z test_ops.py::TestTagsCUDA::test_tags__refs_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5472172Z test_ops.py::TestTagsCUDA::test_tags__refs_expand_as_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5472385Z test_ops.py::TestTagsCUDA::test_tags__refs_expm1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5472639Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5472865Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5473087Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5473303Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5473522Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5473740Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5473958Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5474174Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5474390Z test_ops.py::TestTagsCUDA::test_tags__refs_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5474608Z test_ops.py::TestTagsCUDA::test_tags__refs_flatten_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5474824Z test_ops.py::TestTagsCUDA::test_tags__refs_flip_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5475040Z test_ops.py::TestTagsCUDA::test_tags__refs_fliplr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5475257Z test_ops.py::TestTagsCUDA::test_tags__refs_flipud_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5475472Z test_ops.py::TestTagsCUDA::test_tags__refs_fmax_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5475673Z test_ops.py::TestTagsCUDA::test_tags__refs_gt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5475895Z test_ops.py::TestTagsCUDA::test_tags__refs_heaviside_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5476116Z test_ops.py::TestTagsCUDA::test_tags__refs_hsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5476330Z test_ops.py::TestTagsCUDA::test_tags__refs_hypot_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5476537Z test_ops.py::TestTagsCUDA::test_tags__refs_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5476752Z test_ops.py::TestTagsCUDA::test_tags__refs_igamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5476971Z test_ops.py::TestTagsCUDA::test_tags__refs_igammac_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5477193Z test_ops.py::TestTagsCUDA::test_tags__refs_imag_cuda_complex64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5477414Z test_ops.py::TestTagsCUDA::test_tags__refs_index_add_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5477636Z test_ops.py::TestTagsCUDA::test_tags__refs_index_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5477855Z test_ops.py::TestTagsCUDA::test_tags__refs_isclose_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5478068Z test_ops.py::TestTagsCUDA::test_tags__refs_isinf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5478289Z test_ops.py::TestTagsCUDA::test_tags__refs_isreal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5478494Z test_ops.py::TestTagsCUDA::test_tags__refs_lcm_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5478704Z test_ops.py::TestTagsCUDA::test_tags__refs_lerp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5478967Z test_ops.py::TestTagsCUDA::test_tags__refs_lgamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5479206Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_matrix_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5479428Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5479695Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svdvals_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5479930Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_vector_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5480143Z test_ops.py::TestTagsCUDA::test_tags__refs_log10_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5480357Z test_ops.py::TestTagsCUDA::test_tags__refs_log_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5480580Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_and_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5480797Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_not_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5481020Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_or_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5481228Z test_ops.py::TestTagsCUDA::test_tags__refs_lt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5481444Z test_ops.py::TestTagsCUDA::test_tags__refs_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5481686Z test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5481932Z test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5482151Z test_ops.py::TestTagsCUDA::test_tags__refs_movedim_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5482362Z test_ops.py::TestTagsCUDA::test_tags__refs_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5482585Z test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5482806Z test_ops.py::TestTagsCUDA::test_tags__refs_new_full_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5483025Z test_ops.py::TestTagsCUDA::test_tags__refs_new_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5483250Z test_ops.py::TestTagsCUDA::test_tags__refs_new_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5483474Z test_ops.py::TestTagsCUDA::test_tags__refs_nextafter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5483724Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5483962Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5484196Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_glu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5484441Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_group_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5484685Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5484927Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_huber_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5485185Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5485439Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5485673Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mish_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5485911Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mse_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5486216Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5486452Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pdist_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5486716Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu6_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5486947Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_selu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5487200Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5487442Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_threshold_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5487695Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5487918Z test_ops.py::TestTagsCUDA::test_tags__refs_positive_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5488133Z test_ops.py::TestTagsCUDA::test_tags__refs_ravel_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5488347Z test_ops.py::TestTagsCUDA::test_tags__refs_real_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5488575Z test_ops.py::TestTagsCUDA::test_tags__refs_reciprocal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5488792Z test_ops.py::TestTagsCUDA::test_tags__refs_repeat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5489013Z test_ops.py::TestTagsCUDA::test_tags__refs_reshape_as_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5489228Z test_ops.py::TestTagsCUDA::test_tags__refs_round_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5489441Z test_ops.py::TestTagsCUDA::test_tags__refs_rsqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5489655Z test_ops.py::TestTagsCUDA::test_tags__refs_rsub_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5489872Z test_ops.py::TestTagsCUDA::test_tags__refs_sigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5490087Z test_ops.py::TestTagsCUDA::test_tags__refs_sinc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5490304Z test_ops.py::TestTagsCUDA::test_tags__refs_sinh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5490537Z test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5490769Z test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5490996Z test_ops.py::TestTagsCUDA::test_tags__refs_special_erfcx_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5491230Z test_ops.py::TestTagsCUDA::test_tags__refs_special_log_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5491491Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5491749Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5492010Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5492242Z test_ops.py::TestTagsCUDA::test_tags__refs_special_xlog1py_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5492446Z test_ops.py::TestTagsCUDA::test_tags__refs_sqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5492665Z test_ops.py::TestTagsCUDA::test_tags__refs_square_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5492881Z test_ops.py::TestTagsCUDA::test_tags__refs_squeeze_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5493144Z test_ops.py::TestTagsCUDA::test_tags__refs_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5493355Z test_ops.py::TestTagsCUDA::test_tags__refs_std_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5493564Z test_ops.py::TestTagsCUDA::test_tags__refs_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5493810Z test_ops.py::TestTagsCUDA::test_tags__refs_t_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5494024Z test_ops.py::TestTagsCUDA::test_tags__refs_trace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5494247Z test_ops.py::TestTagsCUDA::test_tags__refs_transpose_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5494460Z test_ops.py::TestTagsCUDA::test_tags__refs_tril_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5494669Z test_ops.py::TestTagsCUDA::test_tags__refs_triu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5494886Z test_ops.py::TestTagsCUDA::test_tags__refs_trunc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5495102Z test_ops.py::TestTagsCUDA::test_tags__refs_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5495313Z test_ops.py::TestTagsCUDA::test_tags__refs_where_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5495530Z test_ops.py::TestTagsCUDA::test_tags__refs_xlogy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5495742Z test_ops.py::TestTagsCUDA::test_tags__refs_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5495950Z test_ops.py::TestTagsCUDA::test_tags_acos_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5496154Z test_ops.py::TestTagsCUDA::test_tags_add_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5496365Z test_ops.py::TestTagsCUDA::test_tags_addcdiv_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5496573Z test_ops.py::TestTagsCUDA::test_tags_addmm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5496806Z test_ops.py::TestTagsCUDA::test_tags_addmm_decomposed_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5497010Z test_ops.py::TestTagsCUDA::test_tags_all_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5497210Z test_ops.py::TestTagsCUDA::test_tags_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5497416Z test_ops.py::TestTagsCUDA::test_tags_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5497622Z test_ops.py::TestTagsCUDA::test_tags_any_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5497830Z test_ops.py::TestTagsCUDA::test_tags_argmin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5498039Z test_ops.py::TestTagsCUDA::test_tags_argsort_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5498251Z test_ops.py::TestTagsCUDA::test_tags_argwhere_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5498469Z test_ops.py::TestTagsCUDA::test_tags_as_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5498707Z test_ops.py::TestTagsCUDA::test_tags_as_strided_partial_views_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5498937Z test_ops.py::TestTagsCUDA::test_tags_as_strided_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5499146Z test_ops.py::TestTagsCUDA::test_tags_atanh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5499360Z test_ops.py::TestTagsCUDA::test_tags_atleast_1d_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5499571Z test_ops.py::TestTagsCUDA::test_tags_atleast_3d_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5499783Z test_ops.py::TestTagsCUDA::test_tags_bernoulli_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5499993Z test_ops.py::TestTagsCUDA::test_tags_bfloat16_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5500249Z test_ops.py::TestTagsCUDA::test_tags_bincount_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5500476Z test_ops.py::TestTagsCUDA::test_tags_bitwise_right_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5500690Z test_ops.py::TestTagsCUDA::test_tags_bitwise_xor_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5500941Z test_ops.py::TestTagsCUDA::test_tags_block_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5501150Z test_ops.py::TestTagsCUDA::test_tags_bool_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5501380Z test_ops.py::TestTagsCUDA::test_tags_broadcast_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5501594Z test_ops.py::TestTagsCUDA::test_tags_bucketize_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5501802Z test_ops.py::TestTagsCUDA::test_tags_cat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5502002Z test_ops.py::TestTagsCUDA::test_tags_cdist_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5502215Z test_ops.py::TestTagsCUDA::test_tags_ceil_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5502425Z test_ops.py::TestTagsCUDA::test_tags_cfloat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5502652Z test_ops.py::TestTagsCUDA::test_tags_cholesky_inverse_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5502877Z test_ops.py::TestTagsCUDA::test_tags_cholesky_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5503083Z test_ops.py::TestTagsCUDA::test_tags_chunk_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5503292Z test_ops.py::TestTagsCUDA::test_tags_clamp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5503506Z test_ops.py::TestTagsCUDA::test_tags_clamp_max_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5503848Z test_ops.py::TestTagsCUDA::test_tags_clone_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5504077Z test_ops.py::TestTagsCUDA::test_tags_combinations_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:51:06.5504282Z test_ops.py::TestTagsCUDA::test_tags_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5504505Z test_ops.py::TestTagsCUDA::test_tags_constant_pad_nd_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5504723Z test_ops.py::TestTagsCUDA::test_tags_copysign_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5504936Z test_ops.py::TestTagsCUDA::test_tags_corrcoef_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5505140Z test_ops.py::TestTagsCUDA::test_tags_cos_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5505345Z test_ops.py::TestTagsCUDA::test_tags_cosh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5505563Z test_ops.py::TestTagsCUDA::test_tags_count_nonzero_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5505771Z test_ops.py::TestTagsCUDA::test_tags_cov_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5505978Z test_ops.py::TestTagsCUDA::test_tags_cross_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5506189Z test_ops.py::TestTagsCUDA::test_tags_cumprod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5506422Z test_ops.py::TestTagsCUDA::test_tags_cumulative_trapezoid_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5506630Z test_ops.py::TestTagsCUDA::test_tags_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5506837Z test_ops.py::TestTagsCUDA::test_tags_diag_embed_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5507051Z test_ops.py::TestTagsCUDA::test_tags_diagonal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5507257Z test_ops.py::TestTagsCUDA::test_tags_diff_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5507464Z test_ops.py::TestTagsCUDA::test_tags_dist_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5507761Z test_ops.py::TestTagsCUDA::test_tags_div_no_rounding_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5507967Z test_ops.py::TestTagsCUDA::test_tags_dot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5508178Z test_ops.py::TestTagsCUDA::test_tags_dsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5508432Z test_ops.py::TestTagsCUDA::test_tags_dstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5508640Z test_ops.py::TestTagsCUDA::test_tags_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5508843Z test_ops.py::TestTagsCUDA::test_tags_eq_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5509049Z test_ops.py::TestTagsCUDA::test_tags_equal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5509252Z test_ops.py::TestTagsCUDA::test_tags_erf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5509460Z test_ops.py::TestTagsCUDA::test_tags_erfc_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5509672Z test_ops.py::TestTagsCUDA::test_tags_erfinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5509880Z test_ops.py::TestTagsCUDA::test_tags_exp2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5510094Z test_ops.py::TestTagsCUDA::test_tags_expand_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5510310Z test_ops.py::TestTagsCUDA::test_tags_expm1_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5510516Z test_ops.py::TestTagsCUDA::test_tags_eye_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5510732Z test_ops.py::TestTagsCUDA::test_tags_fft_fftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5510946Z test_ops.py::TestTagsCUDA::test_tags_fft_hfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5511160Z test_ops.py::TestTagsCUDA::test_tags_fft_hfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5511365Z test_ops.py::TestTagsCUDA::test_tags_fft_hfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5511582Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5511798Z test_ops.py::TestTagsCUDA::test_tags_fft_irfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5512016Z test_ops.py::TestTagsCUDA::test_tags_fft_irfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5512235Z test_ops.py::TestTagsCUDA::test_tags_fft_rfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5512448Z test_ops.py::TestTagsCUDA::test_tags_fft_rfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5512663Z test_ops.py::TestTagsCUDA::test_tags_fft_rfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5512871Z test_ops.py::TestTagsCUDA::test_tags_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5513089Z test_ops.py::TestTagsCUDA::test_tags_flatten_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5513301Z test_ops.py::TestTagsCUDA::test_tags_float_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5513510Z test_ops.py::TestTagsCUDA::test_tags_fmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5513721Z test_ops.py::TestTagsCUDA::test_tags_fmod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5513934Z test_ops.py::TestTagsCUDA::test_tags_frexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5514144Z test_ops.py::TestTagsCUDA::test_tags_full_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5514361Z test_ops.py::TestTagsCUDA::test_tags_full_like_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5514574Z test_ops.py::TestTagsCUDA::test_tags_gather_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5514778Z test_ops.py::TestTagsCUDA::test_tags_gcd_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5515034Z test_ops.py::TestTagsCUDA::test_tags_ge_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5515264Z test_ops.py::TestTagsCUDA::test_tags_grid_sampler_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5515473Z test_ops.py::TestTagsCUDA::test_tags_half_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5515747Z test_ops.py::TestTagsCUDA::test_tags_hsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5515939Z test_ops.py::TestTagsCUDA::test_tags_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5516152Z test_ops.py::TestTagsCUDA::test_tags_imag_cuda_complex64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5516369Z test_ops.py::TestTagsCUDA::test_tags_index_add_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5516587Z test_ops.py::TestTagsCUDA::test_tags_index_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5516805Z test_ops.py::TestTagsCUDA::test_tags_index_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5517027Z test_ops.py::TestTagsCUDA::test_tags_index_reduce_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5517240Z test_ops.py::TestTagsCUDA::test_tags_int_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5517452Z test_ops.py::TestTagsCUDA::test_tags_isin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5517668Z test_ops.py::TestTagsCUDA::test_tags_isreal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5517882Z test_ops.py::TestTagsCUDA::test_tags_istft_cuda_complex64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5518123Z test_ops.py::TestTagsCUDA::test_tags_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5518383Z test_ops.py::TestTagsCUDA::test_tags_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5518614Z test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5518860Z test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5519070Z test_ops.py::TestTagsCUDA::test_tags_kron_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5519289Z test_ops.py::TestTagsCUDA::test_tags_kthvalue_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5519495Z test_ops.py::TestTagsCUDA::test_tags_lcm_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5519705Z test_ops.py::TestTagsCUDA::test_tags_ldexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5519916Z test_ops.py::TestTagsCUDA::test_tags_lgamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5520139Z test_ops.py::TestTagsCUDA::test_tags_linalg_cross_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5520362Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5520593Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigvals_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5520853Z test_ops.py::TestTagsCUDA::test_tags_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 98%] 2023-01-11T22:51:06.5521256Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 98%] 2023-01-11T22:51:06.5521649Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 98%] 2023-01-11T22:51:06.5521881Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5522111Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5522345Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_power_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5522644Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5522895Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5523124Z test_ops.py::TestTagsCUDA::test_tags_linalg_multi_dot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5523385Z test_ops.py::TestTagsCUDA::test_tags_linalg_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5523603Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5523836Z test_ops.py::TestTagsCUDA::test_tags_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 98%] 2023-01-11T22:51:06.5524055Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5524278Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5524519Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_triangular_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5524749Z test_ops.py::TestTagsCUDA::test_tags_linalg_tensorinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5524969Z test_ops.py::TestTagsCUDA::test_tags_linalg_vander_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5525195Z test_ops.py::TestTagsCUDA::test_tags_linalg_vecdot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5525409Z test_ops.py::TestTagsCUDA::test_tags_linspace_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5525620Z test_ops.py::TestTagsCUDA::test_tags_log1p_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5525829Z test_ops.py::TestTagsCUDA::test_tags_log2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5526037Z test_ops.py::TestTagsCUDA::test_tags_log_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5526259Z test_ops.py::TestTagsCUDA::test_tags_log_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5526494Z test_ops.py::TestTagsCUDA::test_tags_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5526712Z test_ops.py::TestTagsCUDA::test_tags_logaddexp2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5526922Z test_ops.py::TestTagsCUDA::test_tags_logaddexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5527146Z test_ops.py::TestTagsCUDA::test_tags_logcumsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5527357Z test_ops.py::TestTagsCUDA::test_tags_logdet_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5527567Z test_ops.py::TestTagsCUDA::test_tags_logit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5527785Z test_ops.py::TestTagsCUDA::test_tags_logspace_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5528009Z test_ops.py::TestTagsCUDA::test_tags_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5528216Z test_ops.py::TestTagsCUDA::test_tags_mH_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5528420Z test_ops.py::TestTagsCUDA::test_tags_mT_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5528640Z test_ops.py::TestTagsCUDA::test_tags_masked_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5528864Z test_ops.py::TestTagsCUDA::test_tags_masked_argmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5529092Z test_ops.py::TestTagsCUDA::test_tags_masked_log_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5529323Z test_ops.py::TestTagsCUDA::test_tags_masked_logaddexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5529550Z test_ops.py::TestTagsCUDA::test_tags_masked_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5529814Z test_ops.py::TestTagsCUDA::test_tags_masked_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5530039Z test_ops.py::TestTagsCUDA::test_tags_masked_median_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5530258Z test_ops.py::TestTagsCUDA::test_tags_masked_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5530487Z test_ops.py::TestTagsCUDA::test_tags_masked_normalize_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5530746Z test_ops.py::TestTagsCUDA::test_tags_masked_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5530971Z test_ops.py::TestTagsCUDA::test_tags_masked_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5531189Z test_ops.py::TestTagsCUDA::test_tags_masked_std_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5531404Z test_ops.py::TestTagsCUDA::test_tags_max_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5531616Z test_ops.py::TestTagsCUDA::test_tags_maximum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5531816Z test_ops.py::TestTagsCUDA::test_tags_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5532052Z test_ops.py::TestTagsCUDA::test_tags_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5532263Z test_ops.py::TestTagsCUDA::test_tags_min_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5532476Z test_ops.py::TestTagsCUDA::test_tags_minimum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5532676Z test_ops.py::TestTagsCUDA::test_tags_mm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5532893Z test_ops.py::TestTagsCUDA::test_tags_multinomial_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5533095Z test_ops.py::TestTagsCUDA::test_tags_mv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5533327Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5533562Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5533774Z test_ops.py::TestTagsCUDA::test_tags_nan_to_num_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5533984Z test_ops.py::TestTagsCUDA::test_tags_nanmean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5534204Z test_ops.py::TestTagsCUDA::test_tags_nanquantile_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5534415Z test_ops.py::TestTagsCUDA::test_tags_nansum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5534631Z test_ops.py::TestTagsCUDA::test_tags_narrow_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5534864Z test_ops.py::TestTagsCUDA::test_tags_native_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5535088Z test_ops.py::TestTagsCUDA::test_tags_native_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5535297Z test_ops.py::TestTagsCUDA::test_tags_ne_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5535510Z test_ops.py::TestTagsCUDA::test_tags_new_full_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5535727Z test_ops.py::TestTagsCUDA::test_tags_nextafter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5535982Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5536230Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5536474Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5536720Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5537005Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5537251Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5537491Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5537768Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5538004Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5538240Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5538496Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5538743Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5538977Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_celu_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5539209Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:51:06.5539456Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5539707Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5539959Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5540209Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_similarity_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5540451Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cross_entropy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5540686Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_ctc_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5540924Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5541159Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5541403Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_bag_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5541641Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5541894Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5542148Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5542397Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5542632Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_gelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5542872Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_group_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5543115Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5543356Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5543583Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardswish_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5543895Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardtanh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5544207Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5544448Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_huber_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5544699Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_area_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5544995Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5545249Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5545501Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_linear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5545752Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5546009Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5546244Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5546478Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_linear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5546721Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_logsigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5546974Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5547202Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) [ 99%] 2023-01-11T22:51:06.5547440Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5547683Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5547930Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5548178Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5548422Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5548671Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5548916Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5549170Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5549406Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5549648Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_normalize_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5549877Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_one_hot_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5550125Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_constant_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5550356Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_reflect_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5550588Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pdist_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5550830Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5551076Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5551310Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_prelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5551591Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5551823Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_silu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5552066Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5552354Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5552590Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softplus_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5552828Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5553068Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_tanhshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5553309Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_threshold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5553559Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5553830Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5554082Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5554331Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_nearest_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5554538Z test_ops.py::TestTagsCUDA::test_tags_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5554754Z test_ops.py::TestTagsCUDA::test_tags_norm_fro_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5554969Z test_ops.py::TestTagsCUDA::test_tags_norm_nuc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5555181Z test_ops.py::TestTagsCUDA::test_tags_normal_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5555390Z test_ops.py::TestTagsCUDA::test_tags_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5555606Z test_ops.py::TestTagsCUDA::test_tags_ones_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5555836Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_view_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5556056Z test_ops.py::TestTagsCUDA::test_tags_pinverse_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5556255Z test_ops.py::TestTagsCUDA::test_tags_polar_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5556506Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5556748Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5556967Z test_ops.py::TestTagsCUDA::test_tags_positive_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5557175Z test_ops.py::TestTagsCUDA::test_tags_pow_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5557387Z test_ops.py::TestTagsCUDA::test_tags_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5557611Z test_ops.py::TestTagsCUDA::test_tags_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 99%] 2023-01-11T22:51:06.5557828Z test_ops.py::TestTagsCUDA::test_tags_quantile_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5558042Z test_ops.py::TestTagsCUDA::test_tags_rand_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5558260Z test_ops.py::TestTagsCUDA::test_tags_randint_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5558475Z test_ops.py::TestTagsCUDA::test_tags_randn_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5558727Z test_ops.py::TestTagsCUDA::test_tags_ravel_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5558946Z test_ops.py::TestTagsCUDA::test_tags_resolve_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5559161Z test_ops.py::TestTagsCUDA::test_tags_resolve_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5559403Z test_ops.py::TestTagsCUDA::test_tags_rot90_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5559609Z test_ops.py::TestTagsCUDA::test_tags_round_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5559836Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5560063Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_neg_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5560270Z test_ops.py::TestTagsCUDA::test_tags_rsqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5560476Z test_ops.py::TestTagsCUDA::test_tags_rsub_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5560696Z test_ops.py::TestTagsCUDA::test_tags_scalar_tensor_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5560910Z test_ops.py::TestTagsCUDA::test_tags_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5561129Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5561361Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5561588Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5561817Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5562039Z test_ops.py::TestTagsCUDA::test_tags_searchsorted_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5562276Z test_ops.py::TestTagsCUDA::test_tags_segment_reduce_lengths_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5562484Z test_ops.py::TestTagsCUDA::test_tags_select_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5562689Z test_ops.py::TestTagsCUDA::test_tags_sgn_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5562899Z test_ops.py::TestTagsCUDA::test_tags_sigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5563136Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_bartlett_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5563373Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_gaussian_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5563615Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_general_cosine_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5563850Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_hamming_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5564084Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_kaiser_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5564315Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_nuttall_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5564519Z test_ops.py::TestTagsCUDA::test_tags_sin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5564729Z test_ops.py::TestTagsCUDA::test_tags_slice_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5564939Z test_ops.py::TestTagsCUDA::test_tags_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5565166Z test_ops.py::TestTagsCUDA::test_tags_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5565391Z test_ops.py::TestTagsCUDA::test_tags_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 99%] 2023-01-11T22:51:06.5565614Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5565880Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_y0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5566103Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_y1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5566350Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5566641Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5567114Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:51:06.5567335Z test_ops.py::TestTagsCUDA::test_tags_special_entr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5567556Z test_ops.py::TestTagsCUDA::test_tags_special_erfcx_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5567776Z test_ops.py::TestTagsCUDA::test_tags_special_i0e_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5567991Z test_ops.py::TestTagsCUDA::test_tags_special_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5568210Z test_ops.py::TestTagsCUDA::test_tags_special_i1e_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5568454Z test_ops.py::TestTagsCUDA::test_tags_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5568683Z test_ops.py::TestTagsCUDA::test_tags_special_log_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5568922Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5569161Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5569410Z test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5569874Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:51:06.5570330Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:51:06.5570558Z test_ops.py::TestTagsCUDA::test_tags_special_xlog1py_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5570779Z test_ops.py::TestTagsCUDA::test_tags_special_zeta_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5571000Z test_ops.py::TestTagsCUDA::test_tags_split_list_args_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5571210Z test_ops.py::TestTagsCUDA::test_tags_square_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5571424Z test_ops.py::TestTagsCUDA::test_tags_std_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5571650Z test_ops.py::TestTagsCUDA::test_tags_std_mean_unbiased_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5571869Z test_ops.py::TestTagsCUDA::test_tags_std_unbiased_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5572074Z test_ops.py::TestTagsCUDA::test_tags_stft_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5572292Z test_ops.py::TestTagsCUDA::test_tags_sum_to_size_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5572496Z test_ops.py::TestTagsCUDA::test_tags_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5572704Z test_ops.py::TestTagsCUDA::test_tags_symeig_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5572903Z test_ops.py::TestTagsCUDA::test_tags_take_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5573105Z test_ops.py::TestTagsCUDA::test_tags_tan_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5573313Z test_ops.py::TestTagsCUDA::test_tags_tanh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5573603Z test_ops.py::TestTagsCUDA::test_tags_tensor_split_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5573815Z test_ops.py::TestTagsCUDA::test_tags_to_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5574042Z test_ops.py::TestTagsCUDA::test_tags_triangular_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5574289Z test_ops.py::TestTagsCUDA::test_tags_trunc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5574502Z test_ops.py::TestTagsCUDA::test_tags_unbind_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5574711Z test_ops.py::TestTagsCUDA::test_tags_unique_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5574927Z test_ops.py::TestTagsCUDA::test_tags_unsqueeze_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5575154Z test_ops.py::TestTagsCUDA::test_tags_var_mean_unbiased_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5575378Z test_ops.py::TestTagsCUDA::test_tags_var_unbiased_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5575593Z test_ops.py::TestTagsCUDA::test_tags_vsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5575804Z test_ops.py::TestTagsCUDA::test_tags_vstack_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5576018Z test_ops.py::TestTagsCUDA::test_tags_zero__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:51:06.5576231Z test_ops.py::TestTagsCUDA::test_tags_zeros_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2023-01-11T22:51:06.5576242Z 2023-01-11T22:51:06.5576390Z =============================== warnings summary =============================== 2023-01-11T22:51:06.5576685Z ../../../../../opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171 2023-01-11T22:51:06.5577149Z /opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2023-01-11T22:51:06.5577284Z self._mark_plugins_for_rewrite(hook) 2023-01-11T22:51:06.5577292Z 2023-01-11T22:51:06.5577586Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2023-01-11T22:51:06.5577964Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/test_ops/test_ops-0f4ccd852b896963.xml - 2023-01-11T22:51:06.5578162Z = 11617 passed, 3784 skipped, 25 deselected, 187 xfailed, 1 warning in 4678.83s (1:17:58) = 2023-01-11T22:51:06.5578378Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2023-01-11T22:51:06.5578399Z 2023-01-11T22:51:06.5578828Z ##[endgroup] 2023-01-11T22:51:06.5579164Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_ep__krvf) 2023-01-11T22:51:06.5579171Z 2023-01-11T22:56:10.8902622Z 2023-01-11T22:56:10.8907411Z Expand the folded group to see the log file of test_ops 2023-01-11T22:56:10.8909559Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_fwg_qc19) 2023-01-11T22:56:10.8950228Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-e8df548ef32c2592.xml 2023-01-11T22:56:10.8951445Z ============================= test session starts ============================== 2023-01-11T22:56:10.8952779Z platform linux -- Python 3.8.15, pytest-7.2.0, pluggy-1.0.0 -- /opt/conda/bin/python 2023-01-11T22:56:10.8954624Z cachedir: .pytest_cache 2023-01-11T22:56:10.8956180Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2023-01-11T22:56:10.8958403Z rootdir: /var/lib/jenkins/pytorch, configfile: pytest.ini 2023-01-11T22:56:10.8960110Z plugins: shard-0.1.2, xdist-3.1.0, xdoctest-1.1.0, flakefinder-1.1.0, hypothesis-5.35.1, rerunfailures-10.3 2023-01-11T22:56:10.8961395Z collecting ... collected 30693 items / 17 deselected / 30676 selected 2023-01-11T22:56:11.1207567Z Running 15063 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_H_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_partial_views_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_put_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mT_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nonzero_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rand_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_resolve_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_scalar_tensor_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_slice_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_with_sizes_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_dtypes_H_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_T_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmatmul___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bool_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_byte_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_char_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_int_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_long_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_abs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_any_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_partial_views_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_asin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clone_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flip_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_imag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log10_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_permute_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_positive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_randn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_round_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_square_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__softmax_backward_data_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_abs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_acos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addbmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmm_decomposed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_angle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argwhere_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_asin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_baddbmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bincount_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_block_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_corrcoef_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cummin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_deg2rad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagflat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diff_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_double_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_einsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_eq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expand_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_eye_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flip_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_float_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_floor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_frexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gather_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ge_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_half_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histogramdd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_imag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_put_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_inner_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_istft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_2inputs_2outputs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_4inputs_with_extra_args_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_le_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cond_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_singular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_householder_product_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_multi_dot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_subgradients_at_zero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_singular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_qr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_slogdet_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorsolve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log10_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_unpack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mH_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mT_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_matmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_pool2d_with_indices_backward_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_median_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanmedian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanquantile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nansum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ne_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional__scaled_dot_product_attention_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_without_cudnn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_similarity_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_bag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_grid_sample_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardswish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_trilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_kl_div_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_linear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_local_response_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_logsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multi_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_one_hot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_constant_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_replicate_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_shuffle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_unshuffle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softsign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_fro_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_nuc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_normal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_outer_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_permute_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polar_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_positive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_put_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randint_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randn_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_repeat_interleave_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resize_as__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_neg_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_offsets_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_blackman_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_nuttall_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_slice_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sparse_sampled_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_airy_ai_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_polygamma_special_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_list_args_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_with_sizes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_stft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_take_along_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_topk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trapz_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unique_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_mean_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vdot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_errors_T_cuda, test/test_ops.py::TestCommonCUDA::test_errors___rand___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_errors___ror___cuda, test/test_ops.py::TestCommonCUDA::test_errors_add_cuda, test/test_ops.py::TestCommonCUDA::test_errors_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_arange_cuda, test/test_ops.py::TestCommonCUDA::test_errors_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_errors_cat_cuda, test/test_ops.py::TestCommonCUDA::test_errors_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_errors_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_eye_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_errors_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_errors_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ge_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gt_cuda, test/test_ops.py::TestCommonCUDA::test_errors_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_errors_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_errors_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_errors_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_errors_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_errors_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_lt_cuda, test/test_ops.py::TestCommonCUDA::test_errors_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_errors_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_errors_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_errors_neg_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_polar_cuda, test/test_ops.py::TestCommonCUDA::test_errors_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_errors_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_bartlett_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_blackman_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_general_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_hamming_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_hann_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_errors_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_errors_take_cuda, test/test_ops.py::TestCommonCUDA::test_errors_trace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_triu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_cuda, test/test_ops.py::TestCommonCUDA::test_errors_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_where_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_H_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___radd___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rdiv___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___ror___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cartesian_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagflat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_put_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_2inputs_2outputs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ldexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mH_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mT_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_with_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_circular_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_shuffle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_softsign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_3_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_4_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rad2deg_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize_as__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scalar_tensor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_reduce_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_airy_ai_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_u_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_w_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_list_args_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_with_sizes_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_along_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tile_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_sparse_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_consecutive_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_bartlett_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_gaussian_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_hann_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_kaiser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_nuttall_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_out_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning_H_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_T_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___getitem___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___radd___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bool_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_char_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_half_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_acos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_partial_views_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_asin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clone_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_frac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_imag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log10_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_permute_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_abs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addbmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_all_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_angle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_any_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_arange_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argwhere_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bincount_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_block_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bool_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_byte_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clone_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_corrcoef_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_count_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cov_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cummin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagflat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diff_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_double_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_eq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_equal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_eye_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flip_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_float_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_floor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_frac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_frexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_full_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_half_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histogram_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_put_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_reduce_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_4inputs_with_extra_args_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_le_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eig_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_householder_product_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_multi_dot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_subgradients_at_zero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_qr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_slogdet_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_triangular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorsolve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vecdot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log10_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logaddexp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_unpack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mH_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mT_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_median_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_matmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_median_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_msort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanmean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_dropout_backward_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_without_cudnn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_ctc_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_instance_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_area_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bicubic_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_linear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_trilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_kl_div_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multi_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_circular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_constant_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_reflect_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_replicate_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_unshuffle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softsign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_inf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pca_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pinverse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polar_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_put_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_qr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_quantile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randn_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_repeat_interleave_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resize__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resolve_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_lengths_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_select_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_bartlett_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_hann_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_nuttall_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_slice_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sparse_sampled_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_airy_ai_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_list_args_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_with_sizes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_square_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_mean_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_svd_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_take_along_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_to_sparse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trapz_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tril_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_mean_unbiased_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zero__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zeros_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_hann_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_unbiased_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_unbiased_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_complex64, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_all_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_aminmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bool_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_shapes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bucketize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_byte_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_char_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_count_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_equal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eye_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ge_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_heaviside_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igammac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isneginf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isreal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_le_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_or_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_long_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_multinomial_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nextafter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rand_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scalar_tensor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_searchsorted_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_hann_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_zeta_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_uniform_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_consecutive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_all_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_aminmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_any_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_arange_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_partial_views_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_eq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_eye_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ge_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_heaviside_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_igamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_igammac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_int_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isfinite_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isposinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isreal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_unary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_not_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_xor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_multinomial_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_searchsorted_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_blackman_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_nuttall_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signbit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_zeta_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_uniform_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_unbiased_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zero__cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_T_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___getitem___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___radd___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rdiv___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rmatmul___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rmul___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rpow___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_int_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcdiv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_all_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_any_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_contiguous_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_embed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eye_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flip_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fliplr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flipud_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isfinite_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isinf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isnan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_not_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_xor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ne_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_permute_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_pow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_randn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sigmoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_square_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_squeeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tensor_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tril_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_triu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unflatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_where_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_acosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addcmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_decomposed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_all_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_angle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_argwhere_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_partial_views_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_asinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_baddbmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_block_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cartesian_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cdouble_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_inverse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_clone_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_column_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_combinations_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_contiguous_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_corrcoef_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cross_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumprod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diag_embed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagflat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dist_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_eq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_expand_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flip_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flipud_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_float_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_full_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_gather_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_geqrf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_gradient_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_hstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_inner_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_int_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isfinite_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ldexp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cross_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_singular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_householder_product_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_qr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_slogdet_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svdvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log10_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mT_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumprod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_matrix_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_movedim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_linear_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_fro_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_nuc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ones_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_outer_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_permute_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_positive_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_pow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_qr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reciprocal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_interleave_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resize__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rot90_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rsqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scalar_tensor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sgn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_short_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sinc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_slice_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_list_args_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_with_sizes_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_square_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_unbiased_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_stft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_symeig_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_t_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tensordot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_to_sparse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_transpose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trapezoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unbind_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unflatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_uniform_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unsqueeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_unbiased_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vdot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_where_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zero__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rdiv___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmatmul___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmul___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rpow___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_char_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_double_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_half_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_int_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_allclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_any_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_partial_views_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_physical_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isfinite_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isreal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_lerp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_and_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_not_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_xor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_masked_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_movedim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_permute_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_positive_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_randn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_repeat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rot90_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_square_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_t_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tensor_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tril_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_triu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_true_divide_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_where_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addbmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_all_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_allclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_any_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bfloat16_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_block_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bool_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cartesian_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cdouble_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chalf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_char_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_inverse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_clone_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_column_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_combinations_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_constant_pad_nd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cov_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumprod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_embed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagflat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diff_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_double_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eye_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fliplr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gather_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_geqrf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isfinite_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isnan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_istft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lerp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cross_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_singular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eig_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_multi_dot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_qr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_triangular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svdvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vecdot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log10_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logdet_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_not_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_or_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_xor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_unpack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_movedim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ne_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_circular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_constant_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_reflect_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softsign_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nonzero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_fro_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ormqr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_outer_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_positive_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_qr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_renorm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_interleave_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize_as__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_roll_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sgn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_short_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sigmoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_square_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_squeeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_unbiased_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_along_dim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensor_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensordot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tile_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapezoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapz_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triangular_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tril_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_true_divide_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_uniform_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unsqueeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_unbiased_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vdot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_where_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zero__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view_H_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_T_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___radd___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rdiv___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmatmul___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmul___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rpow___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rsub___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_T_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_byte_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_char_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_half_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_int_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_short_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_all_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_allclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ceil_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_max_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_column_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_physical_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_digamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fliplr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_float_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_frac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ge_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isnan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isneginf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lerp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log1p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_and_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_not_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_xor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_maximum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nan_to_num_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ne_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nextafter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_real_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_roll_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rot90_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_entr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_erfcx_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_zeta_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_square_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_to_size_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_transpose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trunc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__softmax_backward_data_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_abs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addbmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addcdiv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_aminmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_any_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argwhere_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_asinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atan2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_baddbmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bernoulli_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_block_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bool_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bucketize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_byte_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cdouble_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cfloat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_chalf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_inverse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_min_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_conj_physical_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_constant_pad_nd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_contiguous_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cummax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diag_embed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagflat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diff_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_trunc_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_double_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_empty_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_eq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_equal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erfc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erfinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expand_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expm1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_float_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_floor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_floor_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_full_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gather_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_geqrf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gradient_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_histc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_igammac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_reduce_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_inner_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_int_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isnan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isneginf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isposinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isreal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_kron_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cond_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cross_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_singular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_householder_product_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_multi_dot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_singular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_qr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_triangular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svdvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorsolve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vector_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log10_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_or_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_long_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_unpack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumprod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_log_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_median_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_matrix_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_maximum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_msort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nan_to_num_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanmedian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanquantile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nansum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nextafter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_celu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_ctc_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_glu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardswish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_linear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_kl_div_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multi_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_normalize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_replicate_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_selu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_silu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softsign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_nearest_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_fro_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_inf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_normal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_outer_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pinverse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_4_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_put_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randint_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randn_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ravel_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_real_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reciprocal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_remainder_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_renorm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_interleave_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resize_as__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_roll_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rot90_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_neg_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rsqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scalar_tensor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_searchsorted_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_lengths_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_blackman_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_cosine_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_exponential_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_general_hamming_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_hamming_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signbit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sparse_sampled_addmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_airy_ai_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_w_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_entr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_h_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i0e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_legendre_polynomial_p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_log_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_with_sizes_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_square_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_squeeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_unbiased_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_stft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sum_to_size_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_svd_lowrank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_symeig_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_take_along_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tensor_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_to_sparse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_transpose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trapz_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_triangular_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_triu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trunc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unflatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_uniform_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unique_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_unbiased_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_unbiased_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vdot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_where_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_xlogy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rxor___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_all_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_allclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_any_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_arange_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argsort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_partial_views_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___ror___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rxor___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_allclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_aminmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_and_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_or_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bool_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_byte_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_count_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_equal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eye_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gcd_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ge_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_histc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_imag_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isfinite_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isnan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isposinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_istft_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_and_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_multinomial_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nextafter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rand_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scalar_tensor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_searchsorted_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_exponential_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signbit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_consecutive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bincount_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_not_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_or_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_xor_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bool_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_shapes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_byte_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_char_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_partial_views_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_partial_views_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_empty_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_eq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_eye_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gcd_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_igamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_igammac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_imag_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_int_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isfinite_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isnan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isreal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_istft_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_unary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lcm_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_and_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_or_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_xor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_long_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_narrow_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ones_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rand_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randn_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resize__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_searchsorted_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_short_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_blackman_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_general_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_hann_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signbit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_airy_ai_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_zeta_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_uniform_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unique_consecutive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rand___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rxor___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_any_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_arange_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_and_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_or_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_xor_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_shapes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_char_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_equal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_eye_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gcd_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_heaviside_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_histc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_igamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isnan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isneginf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isposinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isreal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_istft_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_unary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lcm_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_le_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_or_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_xor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_narrow_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_empty_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nextafter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rand_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scalar_tensor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_short_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_bartlett_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_blackman_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_exponential_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_hann_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signbit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_airy_ai_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_j1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_y0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_mean_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_unbiased_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unique_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zero__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_H_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___getitem___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___radd___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rand___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags___rdiv___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmul___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rpow___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__native_batch_norm_legit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_T_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_char_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_half_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_int_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_long_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_abs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_acosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_arange_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_asin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_asinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atan2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_or_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bucketize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_min_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clone_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_column_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_contiguous_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_copysign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diag_embed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_digamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erfc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_exp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expand_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_eye_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_float_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_floor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_floor_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_frac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_gcd_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_ge_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isfinite_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isnan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isneginf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isposinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_le_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log1p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_xor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_masked_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_maximum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_minimum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_mul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nan_to_num_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_narrow_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_narrow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ne_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_permute_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_pow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_randn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_remainder_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reshape_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_roll_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rot90_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sgn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_signbit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_entr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i0e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i1e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_logit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtri_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_zeta_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_std_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sum_to_size_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tensor_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tril_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_triu_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_true_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unbind_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unflatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unfold_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unsqueeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_view_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_vsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_vstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__softmax_backward_data_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_abs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_acosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addbmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addcmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_allclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_aminmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_angle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_arange_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_asin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_asinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atan2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_baddbmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_and_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_left_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_not_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_or_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_shapes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_byte_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cartesian_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cdouble_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_chalf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_char_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_min_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_column_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_conj_physical_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_contiguous_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cummax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cummin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_deg2rad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagflat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_digamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_floor_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_trunc_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_double_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_einsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_empty_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expand_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flip_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fliplr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flipud_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_float_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_floor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_floor_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_frac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_geqrf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gradient_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_heaviside_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_histc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hypot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_igamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_igammac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_put_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_inner_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isfinite_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isnan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isneginf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isposinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_unary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_le_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lerp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cond_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_det_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_det_singular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eig_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_inv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_inv_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_slogdet_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_svdvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vector_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log10_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_and_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_not_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_or_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_xor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_long_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_unpack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_argmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_cumprod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_softmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_matmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_matrix_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_median_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_movedim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_msort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanmedian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_narrow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_dropout_backward_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_empty_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_elu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_glu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_mish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu6_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_selu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softsign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nonzero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_inf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_normal_number_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ormqr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_outer_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pca_lowrank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_permute_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_put_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rad2deg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randint_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_real_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reciprocal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_remainder_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_renorm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_repeat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_repeat_interleave_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reshape_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reshape_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resize__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resize_as__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_roll_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_select_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_short_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_blackman_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_cosine_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_exponential_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_general_hamming_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_hann_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signbit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sinc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_slice_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_airy_ai_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_j1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_ndtri_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_with_sizes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_squeeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_svd_lowrank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_take_along_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tensordot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_to_sparse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_topk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_transpose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trapezoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trapz_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tril_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tril_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_triu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_triu_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_true_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unflatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unfold_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_uniform_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unique_consecutive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vdot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_real_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_view_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_where_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_xlogy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zeros_like_cuda_float32 2023-01-11T22:56:11.3000127Z 2023-01-11T22:56:11.3010106Z test_ops.py::TestCommonCUDA::test_compare_cpu_H_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3010770Z test_ops.py::TestCommonCUDA::test_compare_cpu___getitem___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3011418Z test_ops.py::TestCommonCUDA::test_compare_cpu___rand___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3012070Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmatmul___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3012708Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmul___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3013333Z test_ops.py::TestCommonCUDA::test_compare_cpu___ror___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3014189Z test_ops.py::TestCommonCUDA::test_compare_cpu___rpow___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3014825Z test_ops.py::TestCommonCUDA::test_compare_cpu___rsub___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3015474Z test_ops.py::TestCommonCUDA::test_compare_cpu__native_batch_norm_legit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3016221Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bool_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3016891Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cfloat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3017565Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3018226Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_float_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3018879Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_int_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:56:11.3019536Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_long_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:56:11.3020190Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3020852Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_partial_views_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3021513Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3022155Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3022806Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_right_shift_cuda_int64 SKIPPED (Skipped some inputs produce undefined outputs) [ 0%] 2023-01-11T22:56:11.3023460Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_chunk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3024170Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_copysign_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3024812Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3025432Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3026083Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3026743Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_trunc_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3027393Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3028348Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:56:11.3028954Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3029661Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3030313Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_fftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3030996Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flip_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3031616Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fliplr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3032209Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3032829Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3033461Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3034084Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_lerp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3034733Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_matrix_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3035388Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3036044Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svdvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3036704Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_vector_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3037357Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3038020Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3038683Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3039302Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nextafter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3039950Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 0%] 2023-01-11T22:56:11.3040608Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardtanh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3041287Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_huber_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3041979Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3042683Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3043365Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3044089Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_relu6_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3044777Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3045513Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3046207Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3046867Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3047510Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3048121Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rot90_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3048756Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_squeeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3049405Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_std_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3050043Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_sum_to_size_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3050675Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_t_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3051308Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_trace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3051938Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_triu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3052578Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_true_divide_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3053215Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3053845Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3054459Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3055094Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3055721Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3056351Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_xlogy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3056997Z test_ops.py::TestCommonCUDA::test_compare_cpu__softmax_backward_data_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3057643Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_decomposed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3058345Z test_ops.py::TestCommonCUDA::test_compare_cpu_argsort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3059000Z test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_partial_views_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3059639Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3060303Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3060931Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3061522Z test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_right_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2023-01-11T22:56:11.3062147Z test_ops.py::TestCommonCUDA::test_compare_cpu_block_diag_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3062775Z test_ops.py::TestCommonCUDA::test_compare_cpu_bool_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3063402Z test_ops.py::TestCommonCUDA::test_compare_cpu_cartesian_prod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3064188Z test_ops.py::TestCommonCUDA::test_compare_cpu_cfloat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3064800Z test_ops.py::TestCommonCUDA::test_compare_cpu_chalf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3065421Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_inverse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3066056Z test_ops.py::TestCommonCUDA::test_compare_cpu_column_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3066679Z test_ops.py::TestCommonCUDA::test_compare_cpu_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3067305Z test_ops.py::TestCommonCUDA::test_compare_cpu_contiguous_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3067905Z test_ops.py::TestCommonCUDA::test_compare_cpu_copysign_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3068520Z test_ops.py::TestCommonCUDA::test_compare_cpu_corrcoef_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3069132Z test_ops.py::TestCommonCUDA::test_compare_cpu_cross_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3069761Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3070382Z test_ops.py::TestCommonCUDA::test_compare_cpu_dist_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3070991Z test_ops.py::TestCommonCUDA::test_compare_cpu_dot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3071608Z test_ops.py::TestCommonCUDA::test_compare_cpu_double_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3072227Z test_ops.py::TestCommonCUDA::test_compare_cpu_einsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3072954Z test_ops.py::TestCommonCUDA::test_compare_cpu_empty_like_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2023-01-11T22:56:11.3073632Z test_ops.py::TestCommonCUDA::test_compare_cpu_eye_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3074242Z test_ops.py::TestCommonCUDA::test_compare_cpu_fft_ifftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3074944Z test_ops.py::TestCommonCUDA::test_compare_cpu_flip_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3075553Z test_ops.py::TestCommonCUDA::test_compare_cpu_flipud_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3076169Z test_ops.py::TestCommonCUDA::test_compare_cpu_float_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3076807Z test_ops.py::TestCommonCUDA::test_compare_cpu_grid_sampler_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3077434Z test_ops.py::TestCommonCUDA::test_compare_cpu_histc_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3078044Z test_ops.py::TestCommonCUDA::test_compare_cpu_hsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3078666Z test_ops.py::TestCommonCUDA::test_compare_cpu_hstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3079292Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3079919Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3080529Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_reduce_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3081152Z test_ops.py::TestCommonCUDA::test_compare_cpu_int_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2023-01-11T22:56:11.3081768Z test_ops.py::TestCommonCUDA::test_compare_cpu_isin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3082396Z test_ops.py::TestCommonCUDA::test_compare_cpu_istft_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3083021Z test_ops.py::TestCommonCUDA::test_compare_cpu_ldexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3083701Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cond_cuda_float32 [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T22:56:11.3084290Z SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3084844Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3085479Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eig_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3086109Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3086704Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 0%] 2023-01-11T22:56:11.3087317Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3088004Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3088789Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 0%] 2023-01-11T22:56:11.3089529Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 0%] 2023-01-11T22:56:11.3090325Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 0%] 2023-01-11T22:56:11.3090940Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3091571Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3092212Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3092860Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3093497Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3094106Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3094745Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_slogdet_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3095382Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3096032Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_vector_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3096674Z test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3097323Z test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3097975Z test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3098607Z test_ops.py::TestCommonCUDA::test_compare_cpu_logcumsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3099233Z test_ops.py::TestCommonCUDA::test_compare_cpu_logdet_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3099853Z test_ops.py::TestCommonCUDA::test_compare_cpu_logspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3100462Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3101100Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3101738Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_log_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3102397Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3103098Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3103806Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_normalize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3104455Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3105159Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3105794Z test_ops.py::TestCommonCUDA::test_compare_cpu_matrix_exp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3106407Z test_ops.py::TestCommonCUDA::test_compare_cpu_median_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3107048Z test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_no_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3107681Z test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_with_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2023-01-11T22:56:11.3108316Z test_ops.py::TestCommonCUDA::test_compare_cpu_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3109037Z test_ops.py::TestCommonCUDA::test_compare_cpu_multinomial_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3109702Z test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3110464Z test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3111241Z test_ops.py::TestCommonCUDA::test_compare_cpu_native_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3112113Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3112837Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3113597Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3114581Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (output is non-deterministic (when dropout_p > 0)) [ 1%] 2023-01-11T22:56:11.3115390Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3116213Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3117022Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3117820Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3118636Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3119483Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3120392Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3121196Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3122059Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_similarity_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3122870Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_ctc_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3123784Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout3d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3124656Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3125411Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_bag_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3126155Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) [ 1%] 2023-01-11T22:56:11.3126885Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_glu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3127549Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardswish_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3128226Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3128933Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3129633Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3130313Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_linear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3130998Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_local_response_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3131690Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3132350Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3132996Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3133667Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3134332Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3134990Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3135655Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3136398Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3137090Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3137824Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_normalize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3138479Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_constant_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3139149Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_replicate_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3139821Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3140486Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3141121Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3141787Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3142475Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3143189Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3144009Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3144669Z test_ops.py::TestCommonCUDA::test_compare_cpu_nonzero_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3145290Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3145908Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_inf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3146537Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_nuc_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3147254Z test_ops.py::TestCommonCUDA::test_compare_cpu_normal_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3147943Z test_ops.py::TestCommonCUDA::test_compare_cpu_normal_number_mean_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3148528Z test_ops.py::TestCommonCUDA::test_compare_cpu_ones_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3149191Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_native_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3149852Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3150436Z test_ops.py::TestCommonCUDA::test_compare_cpu_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 1%] 2023-01-11T22:56:11.3151187Z test_ops.py::TestCommonCUDA::test_compare_cpu_pca_lowrank_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3151803Z test_ops.py::TestCommonCUDA::test_compare_cpu_pinverse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3152434Z test_ops.py::TestCommonCUDA::test_compare_cpu_polar_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3153055Z test_ops.py::TestCommonCUDA::test_compare_cpu_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 1%] 2023-01-11T22:56:11.3153638Z test_ops.py::TestCommonCUDA::test_compare_cpu_quantile_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3154335Z test_ops.py::TestCommonCUDA::test_compare_cpu_rand_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3154913Z test_ops.py::TestCommonCUDA::test_compare_cpu_randint_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3155535Z test_ops.py::TestCommonCUDA::test_compare_cpu_renorm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3156185Z test_ops.py::TestCommonCUDA::test_compare_cpu_repeat_interleave_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3156832Z test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3157460Z test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3158077Z test_ops.py::TestCommonCUDA::test_compare_cpu_resize__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3158697Z test_ops.py::TestCommonCUDA::test_compare_cpu_resize_as__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3159324Z test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_neg_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3159937Z test_ops.py::TestCommonCUDA::test_compare_cpu_rsub_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3160564Z test_ops.py::TestCommonCUDA::test_compare_cpu_scalar_tensor_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3161179Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3161806Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3162459Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3163115Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_prod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3163783Z test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_offsets_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3164436Z test_ops.py::TestCommonCUDA::test_compare_cpu_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3165070Z test_ops.py::TestCommonCUDA::test_compare_cpu_slice_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3165711Z test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3166416Z test_ops.py::TestCommonCUDA::test_compare_cpu_sparse_sampled_addmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3167259Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:56:11.3168026Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:56:11.3168670Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2023-01-11T22:56:11.3169305Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3169934Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_with_sizes_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3170563Z test_ops.py::TestCommonCUDA::test_compare_cpu_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3171166Z test_ops.py::TestCommonCUDA::test_compare_cpu_stft_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3171867Z test_ops.py::TestCommonCUDA::test_compare_cpu_svd_lowrank_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2023-01-11T22:56:11.3172443Z test_ops.py::TestCommonCUDA::test_compare_cpu_t_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3173050Z test_ops.py::TestCommonCUDA::test_compare_cpu_take_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3173670Z test_ops.py::TestCommonCUDA::test_compare_cpu_to_sparse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3174287Z test_ops.py::TestCommonCUDA::test_compare_cpu_topk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3174888Z test_ops.py::TestCommonCUDA::test_compare_cpu_triangular_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3175520Z test_ops.py::TestCommonCUDA::test_compare_cpu_triu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3176143Z test_ops.py::TestCommonCUDA::test_compare_cpu_unflatten_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3176776Z test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3177384Z test_ops.py::TestCommonCUDA::test_compare_cpu_unique_cuda_float32 SKIPPED (Output order is undefined when sorted=False) [ 1%] 2023-01-11T22:56:11.3177996Z test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3178638Z test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_unbiased_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3179280Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3179909Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3180528Z test_ops.py::TestCommonCUDA::test_compare_cpu_vstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3181183Z test_ops.py::TestCommonCUDA::test_compare_cpu_xlogy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3181813Z test_ops.py::TestCommonCUDA::test_compare_cpu_zero__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3182428Z test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2023-01-11T22:56:11.3183039Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_H_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3183555Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acos_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3184258Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_partial_views_cuda_complex32 XFAIL [ 1%] 2023-01-11T22:56:11.3184803Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asin_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3185340Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_3d_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3185874Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bool_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3186371Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cat_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3186899Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cfloat_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3187426Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chalf_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3187946Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chunk_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3188459Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_clone_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3188992Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_column_stack_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3189542Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_physical_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3190041Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cos_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3190551Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3191085Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_embed_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3191669Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_copy_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3192210Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3192757Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_div_no_rounding_mode_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3193303Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dsplit_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3193821Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_eq_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3194325Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftshift_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3194853Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hstack_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3195390Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_put_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3195919Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isfinite_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3196442Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3196979Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_softmax_with_dtype_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3197604Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mT_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3198135Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_masked_fill_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3198643Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_movedim_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3199221Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mul_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3199750Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_copy_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3200282Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3200880Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_cuda_complex32 SKIPPED (Expected: new_empty is not comparable) [ 1%] 2023-01-11T22:56:11.3201554Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_strided_cuda_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 1%] 2023-01-11T22:56:11.3202161Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_full_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3202686Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_ones_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3203228Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose2d_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3203823Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose3d_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3204378Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nonzero_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3204907Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_like_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3205427Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_permute_cuda_complex32 PASSED [ 1%] 2023-01-11T22:56:11.3205964Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_positive_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3206512Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_pow_cuda_complex32 SKIPPED (Skipped!) [ 2%] 2023-01-11T22:56:11.3207036Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_prod_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3207623Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rand_like_cuda_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2023-01-11T22:56:11.3208314Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_like_cuda_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2023-01-11T22:56:11.3208915Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_real_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3209444Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_as_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3209982Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3210526Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_resolve_neg_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3211059Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rsqrt_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3211595Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_scalar_tensor_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3212123Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sigmoid_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3212610Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sinh_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3213120Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_slice_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3213712Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_with_sizes_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3214254Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_squeeze_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3214769Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sub_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3215336Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tan_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3215856Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_trace_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3216356Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_transpose_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3216890Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_true_divide_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3217422Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unbind_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3217957Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3218495Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unsqueeze_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3219022Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_as_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3219549Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3220066Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vsplit_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3220566Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_where_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3221085Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_cuda_complex32 PASSED [ 2%] 2023-01-11T22:56:11.3221572Z test_ops.py::TestCommonCUDA::test_dtypes_H_cuda PASSED [ 2%] 2023-01-11T22:56:11.3222011Z test_ops.py::TestCommonCUDA::test_dtypes_T_cuda PASSED [ 2%] 2023-01-11T22:56:11.3222444Z test_ops.py::TestCommonCUDA::test_dtypes___rdiv___cuda PASSED [ 2%] 2023-01-11T22:56:11.3222891Z test_ops.py::TestCommonCUDA::test_dtypes___rmatmul___cuda PASSED [ 2%] 2023-01-11T22:56:11.3223340Z test_ops.py::TestCommonCUDA::test_dtypes___rpow___cuda PASSED [ 2%] 2023-01-11T22:56:11.3223823Z test_ops.py::TestCommonCUDA::test_dtypes___rxor___cuda PASSED [ 2%] 2023-01-11T22:56:11.3224281Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bfloat16_cuda PASSED [ 2%] 2023-01-11T22:56:11.3224759Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bool_cuda PASSED [ 2%] 2023-01-11T22:56:11.3225238Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_byte_cuda PASSED [ 2%] 2023-01-11T22:56:11.3225720Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cdouble_cuda PASSED [ 2%] 2023-01-11T22:56:11.3226213Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cfloat_cuda PASSED [ 2%] 2023-01-11T22:56:11.3226693Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_char_cuda PASSED [ 2%] 2023-01-11T22:56:11.3227147Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_complex_cuda PASSED [ 2%] 2023-01-11T22:56:11.3227633Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_int_cuda PASSED [ 2%] 2023-01-11T22:56:11.3228121Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_long_cuda PASSED [ 2%] 2023-01-11T22:56:11.3228582Z test_ops.py::TestCommonCUDA::test_dtypes__refs_abs_cuda PASSED [ 2%] 2023-01-11T22:56:11.3229038Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addcdiv_cuda PASSED [ 2%] 2023-01-11T22:56:11.3229488Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addcmul_cuda PASSED [ 2%] 2023-01-11T22:56:11.3229932Z test_ops.py::TestCommonCUDA::test_dtypes__refs_any_cuda PASSED [ 2%] 2023-01-11T22:56:11.3230348Z test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_cuda PASSED [ 2%] 2023-01-11T22:56:11.3230881Z test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_partial_views_cuda PASSED [ 2%] 2023-01-11T22:56:11.3231363Z test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_scatter_cuda PASSED [ 2%] 2023-01-11T22:56:11.3231815Z test_ops.py::TestCommonCUDA::test_dtypes__refs_asin_cuda PASSED [ 2%] 2023-01-11T22:56:11.3232313Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atan_cuda PASSED [ 2%] 2023-01-11T22:56:11.3232772Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_1d_cuda PASSED [ 2%] 2023-01-11T22:56:11.3233233Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_xor_cuda PASSED [ 2%] 2023-01-11T22:56:11.3233661Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_to_cuda PASSED [ 2%] 2023-01-11T22:56:11.3234116Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ceil_cuda PASSED [ 2%] 2023-01-11T22:56:11.3234568Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_cuda PASSED [ 2%] 2023-01-11T22:56:11.3235023Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clone_cuda PASSED [ 2%] 2023-01-11T22:56:11.3235478Z test_ops.py::TestCommonCUDA::test_dtypes__refs_column_stack_cuda PASSED [ 2%] 2023-01-11T22:56:11.3235940Z test_ops.py::TestCommonCUDA::test_dtypes__refs_contiguous_cuda PASSED [ 2%] 2023-01-11T22:56:11.3236402Z test_ops.py::TestCommonCUDA::test_dtypes__refs_copysign_cuda PASSED [ 2%] 2023-01-11T22:56:11.3236825Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cosh_cuda PASSED [ 2%] 2023-01-11T22:56:11.3237270Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cumsum_cuda PASSED [ 2%] 2023-01-11T22:56:11.3237727Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_cuda PASSED [ 2%] 2023-01-11T22:56:11.3238186Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_copy_cuda PASSED [ 2%] 2023-01-11T22:56:11.3238649Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_cuda PASSED [ 2%] 2023-01-11T22:56:11.3239121Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_scatter_cuda PASSED [ 2%] 2023-01-11T22:56:11.3239594Z test_ops.py::TestCommonCUDA::test_dtypes__refs_digamma_cuda PASSED [ 2%] 2023-01-11T22:56:11.3240032Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_no_rounding_mode_cuda PASSED [ 2%] 2023-01-11T22:56:11.3240498Z test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_cuda PASSED [ 2%] 2023-01-11T22:56:11.3240942Z test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_like_cuda PASSED [ 2%] 2023-01-11T22:56:11.3241384Z test_ops.py::TestCommonCUDA::test_dtypes__refs_eq_cuda PASSED [ 2%] 2023-01-11T22:56:11.3241815Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erf_cuda PASSED [ 2%] 2023-01-11T22:56:11.3242248Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erfinv_cuda PASSED [ 2%] 2023-01-11T22:56:11.3242691Z test_ops.py::TestCommonCUDA::test_dtypes__refs_exp2_cuda PASSED [ 2%] 2023-01-11T22:56:11.3243110Z test_ops.py::TestCommonCUDA::test_dtypes__refs_exp_cuda PASSED [ 2%] 2023-01-11T22:56:11.3243563Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_cuda PASSED [ 2%] 2023-01-11T22:56:11.3244009Z test_ops.py::TestCommonCUDA::test_dtypes__refs_eye_cuda PASSED [ 2%] 2023-01-11T22:56:11.3244457Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftn_cuda PASSED [ 2%] 2023-01-11T22:56:11.3244914Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft2_cuda PASSED [ 2%] 2023-01-11T22:56:11.3245375Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftshift_cuda PASSED [ 2%] 2023-01-11T22:56:11.3245831Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft2_cuda PASSED [ 2%] 2023-01-11T22:56:11.3246265Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfftn_cuda PASSED [ 2%] 2023-01-11T22:56:11.3246722Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfftn_cuda PASSED [ 2%] 2023-01-11T22:56:11.3247183Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft_cuda PASSED [ 2%] 2023-01-11T22:56:11.3247703Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfftn_cuda PASSED [ 2%] 2023-01-11T22:56:11.3248162Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flatten_cuda PASSED [ 2%] 2023-01-11T22:56:11.3248614Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flip_cuda PASSED [ 2%] 2023-01-11T22:56:11.3249036Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flipud_cuda PASSED [ 2%] 2023-01-11T22:56:11.3249547Z test_ops.py::TestCommonCUDA::test_dtypes__refs_float_power_cuda PASSED [ 2%] 2023-01-11T22:56:11.3250007Z test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_divide_cuda PASSED [ 2%] 2023-01-11T22:56:11.3250459Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmax_cuda PASSED [ 2%] 2023-01-11T22:56:11.3250909Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ge_cuda PASSED [ 2%] 2023-01-11T22:56:11.3251351Z test_ops.py::TestCommonCUDA::test_dtypes__refs_heaviside_cuda PASSED [ 2%] 2023-01-11T22:56:11.3251803Z test_ops.py::TestCommonCUDA::test_dtypes__refs_igammac_cuda PASSED [ 2%] 2023-01-11T22:56:11.3252219Z test_ops.py::TestCommonCUDA::test_dtypes__refs_imag_cuda PASSED [ 2%] 2023-01-11T22:56:11.3252666Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_add_cuda PASSED [ 2%] 2023-01-11T22:56:11.3253114Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isclose_cuda PASSED [ 2%] 2023-01-11T22:56:11.3253577Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isposinf_cuda PASSED [ 2%] 2023-01-11T22:56:11.3254027Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lcm_cuda PASSED [ 2%] 2023-01-11T22:56:11.3254483Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_norm_cuda PASSED [ 2%] 2023-01-11T22:56:11.3254947Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svdvals_cuda PASSED [ 2%] 2023-01-11T22:56:11.3255371Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log10_cuda PASSED [ 2%] 2023-01-11T22:56:11.3255814Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log1p_cuda PASSED [ 2%] 2023-01-11T22:56:11.3256274Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_and_cuda PASSED [ 2%] 2023-01-11T22:56:11.3256736Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logspace_cuda PASSED [ 2%] 2023-01-11T22:56:11.3257190Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lt_cuda PASSED [ 2%] 2023-01-11T22:56:11.3257639Z test_ops.py::TestCommonCUDA::test_dtypes__refs_maximum_cuda PASSED [ 2%] 2023-01-11T22:56:11.3258083Z test_ops.py::TestCommonCUDA::test_dtypes__refs_mean_cuda PASSED [ 2%] 2023-01-11T22:56:11.3258522Z test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_list_of_tensors_cuda PASSED [ 2%] 2023-01-11T22:56:11.3259009Z test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_variadic_tensors_cuda PASSED [ 2%] 2023-01-11T22:56:11.3259484Z test_ops.py::TestCommonCUDA::test_dtypes__refs_minimum_cuda PASSED [ 2%] 2023-01-11T22:56:11.3259990Z test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_copy_cuda PASSED [ 2%] 2023-01-11T22:56:11.3260525Z test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_cuda PASSED [ 2%] 2023-01-11T22:56:11.3261079Z test_ops.py::TestCommonCUDA::test_dtypes__refs_native_layer_norm_cuda PASSED [ 2%] 2023-01-11T22:56:11.3261636Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_ones_cuda PASSED [ 2%] 2023-01-11T22:56:11.3262156Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_zeros_cuda PASSED [ 2%] 2023-01-11T22:56:11.3262735Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_alpha_dropout_cuda PASSED [ 2%] 2023-01-11T22:56:11.3263329Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_celu_cuda PASSED [ 2%] 2023-01-11T22:56:11.3264075Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_gelu_cuda PASSED [ 2%] 2023-01-11T22:56:11.3264649Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_glu_cuda PASSED [ 2%] 2023-01-11T22:56:11.3265239Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardshrink_cuda PASSED [ 2%] 2023-01-11T22:56:11.3265935Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 2%] 2023-01-11T22:56:11.3266520Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_l1_loss_cuda PASSED [ 2%] 2023-01-11T22:56:11.3267125Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cuda PASSED [ 2%] 2023-01-11T22:56:11.3267813Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 2%] 2023-01-11T22:56:11.3268419Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mish_cuda PASSED [ 2%] 2023-01-11T22:56:11.3269010Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mse_loss_cuda PASSED [ 2%] 2023-01-11T22:56:11.3269592Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pdist_cuda PASSED [ 2%] 2023-01-11T22:56:11.3270194Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_poisson_nll_loss_cuda PASSED [ 2%] 2023-01-11T22:56:11.3270770Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_prelu_cuda PASSED [ 2%] 2023-01-11T22:56:11.3271353Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu6_cuda PASSED [ 2%] 2023-01-11T22:56:11.3271914Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_selu_cuda PASSED [ 2%] 2023-01-11T22:56:11.3272507Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmax_with_dtype_cuda PASSED [ 2%] 2023-01-11T22:56:11.3273133Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmin_with_dtype_cuda PASSED [ 2%] 2023-01-11T22:56:11.3273739Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_tanhshrink_cuda PASSED [ 2%] 2023-01-11T22:56:11.3274312Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_threshold_cuda PASSED [ 2%] 2023-01-11T22:56:11.3274874Z test_ops.py::TestCommonCUDA::test_dtypes__refs_norm_cuda PASSED [ 2%] 2023-01-11T22:56:11.3275385Z test_ops.py::TestCommonCUDA::test_dtypes__refs_permute_cuda PASSED [ 2%] 2023-01-11T22:56:11.3275928Z test_ops.py::TestCommonCUDA::test_dtypes__refs_positive_cuda PASSED [ 2%] 2023-01-11T22:56:11.3276464Z test_ops.py::TestCommonCUDA::test_dtypes__refs_pow_cuda PASSED [ 2%] 2023-01-11T22:56:11.3277014Z test_ops.py::TestCommonCUDA::test_dtypes__refs_prod_cuda PASSED [ 2%] 2023-01-11T22:56:11.3277459Z test_ops.py::TestCommonCUDA::test_dtypes__refs_randn_cuda PASSED [ 2%] 2023-01-11T22:56:11.3277918Z test_ops.py::TestCommonCUDA::test_dtypes__refs_real_cuda PASSED [ 2%] 2023-01-11T22:56:11.3278371Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reciprocal_cuda PASSED [ 2%] 2023-01-11T22:56:11.3278803Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_as_cuda PASSED [ 2%] 2023-01-11T22:56:11.3279255Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rot90_cuda PASSED [ 2%] 2023-01-11T22:56:11.3279703Z test_ops.py::TestCommonCUDA::test_dtypes__refs_round_cuda PASSED [ 2%] 2023-01-11T22:56:11.3280157Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rsub_cuda PASSED [ 2%] 2023-01-11T22:56:11.3280602Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sgn_cuda PASSED [ 3%] 2023-01-11T22:56:11.3281050Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sinc_cuda PASSED [ 3%] 2023-01-11T22:56:11.3281468Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1_cuda PASSED [ 3%] 2023-01-11T22:56:11.3281934Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1e_cuda PASSED [ 3%] 2023-01-11T22:56:11.3282397Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_ndtr_cuda PASSED [ 3%] 2023-01-11T22:56:11.3282898Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cuda PASSED [ 3%] 2023-01-11T22:56:11.3283395Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtr_cuda PASSED [ 3%] 2023-01-11T22:56:11.3283878Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_softmax_with_dtype_cuda PASSED [ 3%] 2023-01-11T22:56:11.3284412Z test_ops.py::TestCommonCUDA::test_dtypes__refs_square_cuda PASSED [ 3%] 2023-01-11T22:56:11.3284864Z test_ops.py::TestCommonCUDA::test_dtypes__refs_std_mean_cuda PASSED [ 3%] 2023-01-11T22:56:11.3285282Z test_ops.py::TestCommonCUDA::test_dtypes__refs_t_cuda PASSED [ 3%] 2023-01-11T22:56:11.3285728Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tensor_split_cuda PASSED [ 3%] 2023-01-11T22:56:11.3286233Z test_ops.py::TestCommonCUDA::test_dtypes__refs_trace_cuda PASSED [ 3%] 2023-01-11T22:56:11.3286678Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_cuda PASSED [ 3%] 2023-01-11T22:56:11.3287125Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_indices_cuda PASSED [ 3%] 2023-01-11T22:56:11.3287581Z test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_cuda PASSED [ 3%] 2023-01-11T22:56:11.3288008Z test_ops.py::TestCommonCUDA::test_dtypes__refs_true_divide_cuda PASSED [ 3%] 2023-01-11T22:56:11.3288460Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unbind_cuda PASSED [ 3%] 2023-01-11T22:56:11.3288921Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unsqueeze_cuda PASSED [ 3%] 2023-01-11T22:56:11.3289373Z test_ops.py::TestCommonCUDA::test_dtypes__refs_var_cuda PASSED [ 3%] 2023-01-11T22:56:11.3289816Z test_ops.py::TestCommonCUDA::test_dtypes__refs_var_mean_cuda PASSED [ 3%] 2023-01-11T22:56:11.3290262Z test_ops.py::TestCommonCUDA::test_dtypes__refs_view_as_cuda PASSED [ 3%] 2023-01-11T22:56:11.3290708Z test_ops.py::TestCommonCUDA::test_dtypes__refs_vsplit_cuda PASSED [ 3%] 2023-01-11T22:56:11.3291125Z test_ops.py::TestCommonCUDA::test_dtypes__refs_zeros_cuda PASSED [ 3%] 2023-01-11T22:56:11.3291584Z test_ops.py::TestCommonCUDA::test_dtypes__softmax_backward_data_cuda PASSED [ 3%] 2023-01-11T22:56:11.3292035Z test_ops.py::TestCommonCUDA::test_dtypes_abs_cuda PASSED [ 3%] 2023-01-11T22:56:11.3292478Z test_ops.py::TestCommonCUDA::test_dtypes_acos_cuda PASSED [ 3%] 2023-01-11T22:56:11.3292928Z test_ops.py::TestCommonCUDA::test_dtypes_addbmm_cuda PASSED [ 3%] 2023-01-11T22:56:11.3293374Z test_ops.py::TestCommonCUDA::test_dtypes_addcdiv_cuda PASSED [ 3%] 2023-01-11T22:56:11.3293817Z test_ops.py::TestCommonCUDA::test_dtypes_addmm_cuda PASSED [ 3%] 2023-01-11T22:56:11.3294241Z test_ops.py::TestCommonCUDA::test_dtypes_addmm_decomposed_cuda PASSED [ 3%] 2023-01-11T22:56:11.3294691Z test_ops.py::TestCommonCUDA::test_dtypes_addr_cuda PASSED [ 3%] 2023-01-11T22:56:11.3295126Z test_ops.py::TestCommonCUDA::test_dtypes_allclose_cuda PASSED [ 3%] 2023-01-11T22:56:11.3295566Z test_ops.py::TestCommonCUDA::test_dtypes_amin_cuda PASSED [ 3%] 2023-01-11T22:56:11.3296005Z test_ops.py::TestCommonCUDA::test_dtypes_angle_cuda PASSED [ 3%] 2023-01-11T22:56:11.3296436Z test_ops.py::TestCommonCUDA::test_dtypes_argmax_cuda PASSED [ 3%] 2023-01-11T22:56:11.3296881Z test_ops.py::TestCommonCUDA::test_dtypes_argwhere_cuda PASSED [ 3%] 2023-01-11T22:56:11.3297300Z test_ops.py::TestCommonCUDA::test_dtypes_asin_cuda PASSED [ 3%] 2023-01-11T22:56:11.3297734Z test_ops.py::TestCommonCUDA::test_dtypes_atan2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3298172Z test_ops.py::TestCommonCUDA::test_dtypes_atanh_cuda PASSED [ 3%] 2023-01-11T22:56:11.3298612Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_3d_cuda PASSED [ 3%] 2023-01-11T22:56:11.3299060Z test_ops.py::TestCommonCUDA::test_dtypes_baddbmm_cuda PASSED [ 3%] 2023-01-11T22:56:11.3299499Z test_ops.py::TestCommonCUDA::test_dtypes_bincount_cuda PASSED [ 3%] 2023-01-11T22:56:11.3299944Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_and_cuda PASSED [ 3%] 2023-01-11T22:56:11.3300377Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_not_cuda PASSED [ 3%] 2023-01-11T22:56:11.3300831Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_or_cuda PASSED [ 3%] 2023-01-11T22:56:11.3301340Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_xor_cuda PASSED [ 3%] 2023-01-11T22:56:11.3301792Z test_ops.py::TestCommonCUDA::test_dtypes_block_diag_cuda PASSED [ 3%] 2023-01-11T22:56:11.3302253Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_tensors_cuda PASSED [ 3%] 2023-01-11T22:56:11.3302709Z test_ops.py::TestCommonCUDA::test_dtypes_cdouble_cuda PASSED [ 3%] 2023-01-11T22:56:11.3303201Z test_ops.py::TestCommonCUDA::test_dtypes_cfloat_cuda PASSED [ 3%] 2023-01-11T22:56:11.3303624Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_cuda PASSED [ 3%] 2023-01-11T22:56:11.3304173Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_solve_cuda PASSED [ 3%] 2023-01-11T22:56:11.3304630Z test_ops.py::TestCommonCUDA::test_dtypes_chunk_cuda PASSED [ 3%] 2023-01-11T22:56:11.3305072Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_cuda PASSED [ 3%] 2023-01-11T22:56:11.3305522Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_max_cuda PASSED [ 3%] 2023-01-11T22:56:11.3305969Z test_ops.py::TestCommonCUDA::test_dtypes_column_stack_cuda PASSED [ 3%] 2023-01-11T22:56:11.3306420Z test_ops.py::TestCommonCUDA::test_dtypes_complex_cuda PASSED [ 3%] 2023-01-11T22:56:11.3306834Z test_ops.py::TestCommonCUDA::test_dtypes_conj_cuda PASSED [ 3%] 2023-01-11T22:56:11.3307280Z test_ops.py::TestCommonCUDA::test_dtypes_constant_pad_nd_cuda PASSED [ 3%] 2023-01-11T22:56:11.3307732Z test_ops.py::TestCommonCUDA::test_dtypes_contiguous_cuda PASSED [ 3%] 2023-01-11T22:56:11.3308180Z test_ops.py::TestCommonCUDA::test_dtypes_corrcoef_cuda PASSED [ 3%] 2023-01-11T22:56:11.3308615Z test_ops.py::TestCommonCUDA::test_dtypes_cos_cuda PASSED [ 3%] 2023-01-11T22:56:11.3309052Z test_ops.py::TestCommonCUDA::test_dtypes_cummin_cuda PASSED [ 3%] 2023-01-11T22:56:11.3309464Z test_ops.py::TestCommonCUDA::test_dtypes_cumsum_cuda PASSED [ 3%] 2023-01-11T22:56:11.3309913Z test_ops.py::TestCommonCUDA::test_dtypes_deg2rad_cuda PASSED [ 3%] 2023-01-11T22:56:11.3310355Z test_ops.py::TestCommonCUDA::test_dtypes_diag_cuda PASSED [ 3%] 2023-01-11T22:56:11.3310799Z test_ops.py::TestCommonCUDA::test_dtypes_diagflat_cuda PASSED [ 3%] 2023-01-11T22:56:11.3311259Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_copy_cuda PASSED [ 3%] 2023-01-11T22:56:11.3311715Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_scatter_cuda PASSED [ 3%] 2023-01-11T22:56:11.3312160Z test_ops.py::TestCommonCUDA::test_dtypes_diff_cuda PASSED [ 3%] 2023-01-11T22:56:11.3312575Z test_ops.py::TestCommonCUDA::test_dtypes_dist_cuda PASSED [ 3%] 2023-01-11T22:56:11.3313027Z test_ops.py::TestCommonCUDA::test_dtypes_div_no_rounding_mode_cuda PASSED [ 3%] 2023-01-11T22:56:11.3313496Z test_ops.py::TestCommonCUDA::test_dtypes_div_trunc_rounding_cuda PASSED [ 3%] 2023-01-11T22:56:11.3313957Z test_ops.py::TestCommonCUDA::test_dtypes_double_cuda PASSED [ 3%] 2023-01-11T22:56:11.3314401Z test_ops.py::TestCommonCUDA::test_dtypes_dstack_cuda PASSED [ 3%] 2023-01-11T22:56:11.3314838Z test_ops.py::TestCommonCUDA::test_dtypes_einsum_cuda PASSED [ 3%] 2023-01-11T22:56:11.3315284Z test_ops.py::TestCommonCUDA::test_dtypes_empty_like_cuda PASSED [ 3%] 2023-01-11T22:56:11.3315695Z test_ops.py::TestCommonCUDA::test_dtypes_eq_cuda PASSED [ 3%] 2023-01-11T22:56:11.3316125Z test_ops.py::TestCommonCUDA::test_dtypes_erfc_cuda PASSED [ 3%] 2023-01-11T22:56:11.3316555Z test_ops.py::TestCommonCUDA::test_dtypes_erfinv_cuda PASSED [ 3%] 2023-01-11T22:56:11.3316987Z test_ops.py::TestCommonCUDA::test_dtypes_exp2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3317435Z test_ops.py::TestCommonCUDA::test_dtypes_exp_cuda PASSED [ 3%] 2023-01-11T22:56:11.3317871Z test_ops.py::TestCommonCUDA::test_dtypes_expand_as_cuda PASSED [ 3%] 2023-01-11T22:56:11.3318385Z test_ops.py::TestCommonCUDA::test_dtypes_expand_cuda PASSED [ 3%] 2023-01-11T22:56:11.3318803Z test_ops.py::TestCommonCUDA::test_dtypes_expm1_cuda PASSED [ 3%] 2023-01-11T22:56:11.3319243Z test_ops.py::TestCommonCUDA::test_dtypes_eye_cuda PASSED [ 3%] 2023-01-11T22:56:11.3319746Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fft2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3320184Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3320634Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fftshift_cuda PASSED [ 3%] 2023-01-11T22:56:11.3321084Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3321533Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3321949Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3322400Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3322843Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3323288Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3323735Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3324185Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft2_cuda PASSED [ 3%] 2023-01-11T22:56:11.3324633Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3325046Z test_ops.py::TestCommonCUDA::test_dtypes_fill_cuda PASSED [ 3%] 2023-01-11T22:56:11.3325487Z test_ops.py::TestCommonCUDA::test_dtypes_flip_cuda PASSED [ 3%] 2023-01-11T22:56:11.3325936Z test_ops.py::TestCommonCUDA::test_dtypes_float_cuda PASSED [ 3%] 2023-01-11T22:56:11.3326387Z test_ops.py::TestCommonCUDA::test_dtypes_floor_cuda PASSED [ 3%] 2023-01-11T22:56:11.3326832Z test_ops.py::TestCommonCUDA::test_dtypes_fmod_cuda PASSED [ 3%] 2023-01-11T22:56:11.3327287Z test_ops.py::TestCommonCUDA::test_dtypes_frexp_cuda PASSED [ 3%] 2023-01-11T22:56:11.3327727Z test_ops.py::TestCommonCUDA::test_dtypes_gather_cuda PASSED [ 3%] 2023-01-11T22:56:11.3328149Z test_ops.py::TestCommonCUDA::test_dtypes_gcd_cuda PASSED [ 3%] 2023-01-11T22:56:11.3328584Z test_ops.py::TestCommonCUDA::test_dtypes_ge_cuda PASSED [ 3%] 2023-01-11T22:56:11.3329020Z test_ops.py::TestCommonCUDA::test_dtypes_half_cuda PASSED [ 3%] 2023-01-11T22:56:11.3329456Z test_ops.py::TestCommonCUDA::test_dtypes_heaviside_cuda PASSED [ 3%] 2023-01-11T22:56:11.3329913Z test_ops.py::TestCommonCUDA::test_dtypes_histc_cuda PASSED [ 3%] 2023-01-11T22:56:11.3330359Z test_ops.py::TestCommonCUDA::test_dtypes_histogramdd_cuda PASSED [ 3%] 2023-01-11T22:56:11.3330782Z test_ops.py::TestCommonCUDA::test_dtypes_hsplit_cuda PASSED [ 3%] 2023-01-11T22:56:11.3331225Z test_ops.py::TestCommonCUDA::test_dtypes_igamma_cuda PASSED [ 3%] 2023-01-11T22:56:11.3331664Z test_ops.py::TestCommonCUDA::test_dtypes_igammac_cuda PASSED [ 3%] 2023-01-11T22:56:11.3332121Z test_ops.py::TestCommonCUDA::test_dtypes_imag_cuda PASSED [ 3%] 2023-01-11T22:56:11.3332563Z test_ops.py::TestCommonCUDA::test_dtypes_index_copy_cuda PASSED [ 3%] 2023-01-11T22:56:11.3333012Z test_ops.py::TestCommonCUDA::test_dtypes_index_fill_cuda PASSED [ 3%] 2023-01-11T22:56:11.3333459Z test_ops.py::TestCommonCUDA::test_dtypes_index_put_cuda PASSED [ 3%] 2023-01-11T22:56:11.3333885Z test_ops.py::TestCommonCUDA::test_dtypes_index_select_cuda PASSED [ 3%] 2023-01-11T22:56:11.3334336Z test_ops.py::TestCommonCUDA::test_dtypes_inner_cuda PASSED [ 3%] 2023-01-11T22:56:11.3334847Z test_ops.py::TestCommonCUDA::test_dtypes_isclose_cuda PASSED [ 3%] 2023-01-11T22:56:11.3335301Z test_ops.py::TestCommonCUDA::test_dtypes_isposinf_cuda PASSED [ 3%] 2023-01-11T22:56:11.3335753Z test_ops.py::TestCommonCUDA::test_dtypes_istft_cuda PASSED [ 3%] 2023-01-11T22:56:11.3336220Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_2inputs_2outputs_cuda PASSED [ 3%] 2023-01-11T22:56:11.3336770Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_4inputs_with_extra_args_cuda PASSED [ 3%] 2023-01-11T22:56:11.3337213Z test_ops.py::TestCommonCUDA::test_dtypes_le_cuda PASSED [ 3%] 2023-01-11T22:56:11.3337662Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cond_cuda PASSED [ 3%] 2023-01-11T22:56:11.3338123Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_singular_cuda PASSED [ 3%] 2023-01-11T22:56:11.3338585Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigh_cuda PASSED [ 3%] 2023-01-11T22:56:11.3339042Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvals_cuda PASSED [ 3%] 2023-01-11T22:56:11.3339548Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_householder_product_cuda SKIPPED (cuSOLVER not available) [ 3%] 2023-01-11T22:56:11.3340047Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_cuda PASSED [ 3%] 2023-01-11T22:56:11.3340466Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_ex_cuda PASSED [ 3%] 2023-01-11T22:56:11.3341203Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 3%] 2023-01-11T22:56:11.3341908Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_ex_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 3%] 2023-01-11T22:56:11.3342610Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_solve_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 3%] 2023-01-11T22:56:11.3343124Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_cuda PASSED [ 3%] 2023-01-11T22:56:11.3343595Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_multi_dot_cuda PASSED [ 3%] 2023-01-11T22:56:11.3344118Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_cuda PASSED [ 3%] 2023-01-11T22:56:11.3344602Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_subgradients_at_zero_cuda PASSED [ 3%] 2023-01-11T22:56:11.3345055Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_cuda PASSED [ 3%] 2023-01-11T22:56:11.3345539Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_hermitian_cuda PASSED [ 3%] 2023-01-11T22:56:11.3346058Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_singular_cuda SKIPPED (cuSOLVER not available) [ 3%] 2023-01-11T22:56:11.3346584Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_qr_cuda SKIPPED (cuSOLVER not available) [ 3%] 2023-01-11T22:56:11.3347070Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_slogdet_cuda PASSED [ 3%] 2023-01-11T22:56:11.3347531Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_ex_cuda PASSED [ 3%] 2023-01-11T22:56:11.3347994Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorsolve_cuda PASSED [ 3%] 2023-01-11T22:56:11.3348424Z test_ops.py::TestCommonCUDA::test_dtypes_linspace_cuda PASSED [ 3%] 2023-01-11T22:56:11.3348863Z test_ops.py::TestCommonCUDA::test_dtypes_log10_cuda PASSED [ 3%] 2023-01-11T22:56:11.3349290Z test_ops.py::TestCommonCUDA::test_dtypes_log1p_cuda PASSED [ 3%] 2023-01-11T22:56:11.3349728Z test_ops.py::TestCommonCUDA::test_dtypes_log2_cuda PASSED [ 4%] 2023-01-11T22:56:11.3350165Z test_ops.py::TestCommonCUDA::test_dtypes_log_cuda PASSED [ 4%] 2023-01-11T22:56:11.3350610Z test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_cuda PASSED [ 4%] 2023-01-11T22:56:11.3351065Z test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_with_dtype_cuda PASSED [ 4%] 2023-01-11T22:56:11.3351498Z test_ops.py::TestCommonCUDA::test_dtypes_logical_or_cuda PASSED [ 4%] 2023-01-11T22:56:11.3352015Z test_ops.py::TestCommonCUDA::test_dtypes_logit_cuda PASSED [ 4%] 2023-01-11T22:56:11.3352464Z test_ops.py::TestCommonCUDA::test_dtypes_logspace_cuda PASSED [ 4%] 2023-01-11T22:56:11.3352912Z test_ops.py::TestCommonCUDA::test_dtypes_lu_unpack_cuda PASSED [ 4%] 2023-01-11T22:56:11.3353350Z test_ops.py::TestCommonCUDA::test_dtypes_mH_cuda PASSED [ 4%] 2023-01-11T22:56:11.3353835Z test_ops.py::TestCommonCUDA::test_dtypes_mT_cuda PASSED [ 4%] 2023-01-11T22:56:11.3354267Z test_ops.py::TestCommonCUDA::test_dtypes_masked_amax_cuda PASSED [ 4%] 2023-01-11T22:56:11.3354688Z test_ops.py::TestCommonCUDA::test_dtypes_masked_argmax_cuda PASSED [ 4%] 2023-01-11T22:56:11.3355133Z test_ops.py::TestCommonCUDA::test_dtypes_masked_argmin_cuda PASSED [ 4%] 2023-01-11T22:56:11.3355586Z test_ops.py::TestCommonCUDA::test_dtypes_masked_cumprod_cuda PASSED [ 4%] 2023-01-11T22:56:11.3356049Z test_ops.py::TestCommonCUDA::test_dtypes_masked_cumsum_cuda PASSED [ 4%] 2023-01-11T22:56:11.3356501Z test_ops.py::TestCommonCUDA::test_dtypes_masked_normalize_cuda PASSED [ 4%] 2023-01-11T22:56:11.3356952Z test_ops.py::TestCommonCUDA::test_dtypes_masked_prod_cuda PASSED [ 4%] 2023-01-11T22:56:11.3357403Z test_ops.py::TestCommonCUDA::test_dtypes_masked_scatter_cuda PASSED [ 4%] 2023-01-11T22:56:11.3357838Z test_ops.py::TestCommonCUDA::test_dtypes_masked_select_cuda PASSED [ 4%] 2023-01-11T22:56:11.3358278Z test_ops.py::TestCommonCUDA::test_dtypes_matmul_cuda PASSED [ 4%] 2023-01-11T22:56:11.3358719Z test_ops.py::TestCommonCUDA::test_dtypes_max_binary_cuda PASSED [ 4%] 2023-01-11T22:56:11.3359179Z test_ops.py::TestCommonCUDA::test_dtypes_max_pool2d_with_indices_backward_cuda PASSED [ 4%] 2023-01-11T22:56:11.3359658Z test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_with_dim_cuda PASSED [ 4%] 2023-01-11T22:56:11.3360117Z test_ops.py::TestCommonCUDA::test_dtypes_maximum_cuda PASSED [ 4%] 2023-01-11T22:56:11.3360570Z test_ops.py::TestCommonCUDA::test_dtypes_median_cuda PASSED [ 4%] 2023-01-11T22:56:11.3361010Z test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_list_of_tensors_cuda PASSED [ 4%] 2023-01-11T22:56:11.3361489Z test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_with_dim_cuda PASSED [ 4%] 2023-01-11T22:56:11.3361953Z test_ops.py::TestCommonCUDA::test_dtypes_mode_cuda PASSED [ 4%] 2023-01-11T22:56:11.3362398Z test_ops.py::TestCommonCUDA::test_dtypes_mul_cuda PASSED [ 4%] 2023-01-11T22:56:11.3362844Z test_ops.py::TestCommonCUDA::test_dtypes_multinomial_cuda PASSED [ 4%] 2023-01-11T22:56:11.3363288Z test_ops.py::TestCommonCUDA::test_dtypes_mv_cuda PASSED [ 4%] 2023-01-11T22:56:11.3363876Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_1_cuda PASSED [ 4%] 2023-01-11T22:56:11.3364359Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_3_cuda PASSED [ 4%] 2023-01-11T22:56:11.3364848Z test_ops.py::TestCommonCUDA::test_dtypes_nan_to_num_cuda PASSED [ 4%] 2023-01-11T22:56:11.3365316Z test_ops.py::TestCommonCUDA::test_dtypes_nanmedian_cuda PASSED [ 4%] 2023-01-11T22:56:11.3365773Z test_ops.py::TestCommonCUDA::test_dtypes_nanquantile_cuda PASSED [ 4%] 2023-01-11T22:56:11.3366223Z test_ops.py::TestCommonCUDA::test_dtypes_nansum_cuda PASSED [ 4%] 2023-01-11T22:56:11.3366674Z test_ops.py::TestCommonCUDA::test_dtypes_narrow_copy_cuda PASSED [ 4%] 2023-01-11T22:56:11.3367102Z test_ops.py::TestCommonCUDA::test_dtypes_native_layer_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3367552Z test_ops.py::TestCommonCUDA::test_dtypes_ne_cuda PASSED [ 4%] 2023-01-11T22:56:11.3367990Z test_ops.py::TestCommonCUDA::test_dtypes_neg_cuda PASSED [ 4%] 2023-01-11T22:56:11.3368442Z test_ops.py::TestCommonCUDA::test_dtypes_new_empty_strided_cuda PASSED [ 4%] 2023-01-11T22:56:11.3369014Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional__scaled_dot_product_attention_cuda PASSED [ 4%] 2023-01-11T22:56:11.3369554Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool2d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3370064Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool3d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3370574Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool1d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3371089Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool2d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3371580Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool3d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3372081Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_without_cudnn_cuda PASSED [ 4%] 2023-01-11T22:56:11.3372569Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_celu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3373039Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv2d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3373537Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose1d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3374045Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_similarity_cuda PASSED [ 4%] 2023-01-11T22:56:11.3374509Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout_cuda PASSED [ 4%] 2023-01-11T22:56:11.3374984Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_elu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3375467Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_bag_cuda PASSED [ 4%] 2023-01-11T22:56:11.3375993Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cuda PASSED [ 4%] 2023-01-11T22:56:11.3376545Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cuda PASSED [ 4%] 2023-01-11T22:56:11.3377081Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool3d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3377581Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_grid_sample_cuda PASSED [ 4%] 2023-01-11T22:56:11.3378041Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_group_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3378530Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardshrink_cuda PASSED [ 4%] 2023-01-11T22:56:11.3379017Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardsigmoid_cuda PASSED [ 4%] 2023-01-11T22:56:11.3379510Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardswish_cuda PASSED [ 4%] 2023-01-11T22:56:11.3380000Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_huber_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3380501Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bilinear_cuda PASSED [ 4%] 2023-01-11T22:56:11.3381018Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_nearest_cuda PASSED [ 4%] 2023-01-11T22:56:11.3381508Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_trilinear_cuda PASSED [ 4%] 2023-01-11T22:56:11.3382005Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_kl_div_cuda PASSED [ 4%] 2023-01-11T22:56:11.3382484Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_layer_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3382966Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_linear_cuda PASSED [ 4%] 2023-01-11T22:56:11.3383468Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_local_response_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3384038Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_logsigmoid_cuda PASSED [ 4%] 2023-01-11T22:56:11.3384521Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool1d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3385078Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool3d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3385573Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3386073Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_grad_cuda PASSED [ 4%] 2023-01-11T22:56:11.3386654Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3387154Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_cuda PASSED [ 4%] 2023-01-11T22:56:11.3387655Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mse_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3388151Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multi_margin_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3388701Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_soft_margin_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3389212Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_normalize_cuda PASSED [ 4%] 2023-01-11T22:56:11.3389692Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_one_hot_cuda PASSED [ 4%] 2023-01-11T22:56:11.3390243Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_constant_cuda PASSED [ 4%] 2023-01-11T22:56:11.3390750Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_replicate_cuda PASSED [ 4%] 2023-01-11T22:56:11.3391251Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pdist_cuda PASSED [ 4%] 2023-01-11T22:56:11.3391743Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_shuffle_cuda PASSED [ 4%] 2023-01-11T22:56:11.3392244Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_unshuffle_cuda PASSED [ 4%] 2023-01-11T22:56:11.3392729Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_poisson_nll_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3393231Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu6_cuda PASSED [ 4%] 2023-01-11T22:56:11.3393705Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3394174Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_rrelu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3394650Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_selu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3395121Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_cuda PASSED [ 4%] 2023-01-11T22:56:11.3395607Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_soft_margin_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3396068Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_cuda PASSED [ 4%] 2023-01-11T22:56:11.3396561Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_with_dtype_cuda PASSED [ 4%] 2023-01-11T22:56:11.3397066Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softshrink_cuda PASSED [ 4%] 2023-01-11T22:56:11.3397552Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softsign_cuda PASSED [ 4%] 2023-01-11T22:56:11.3398042Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_tanhshrink_cuda PASSED [ 4%] 2023-01-11T22:56:11.3398550Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3399083Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 4%] 2023-01-11T22:56:11.3399581Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_bilinear_cuda PASSED [ 4%] 2023-01-11T22:56:11.3400092Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_nearest_cuda PASSED [ 4%] 2023-01-11T22:56:11.3400565Z test_ops.py::TestCommonCUDA::test_dtypes_nonzero_cuda PASSED [ 4%] 2023-01-11T22:56:11.3401008Z test_ops.py::TestCommonCUDA::test_dtypes_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3401455Z test_ops.py::TestCommonCUDA::test_dtypes_norm_fro_cuda PASSED [ 4%] 2023-01-11T22:56:11.3401908Z test_ops.py::TestCommonCUDA::test_dtypes_norm_nuc_cuda PASSED [ 4%] 2023-01-11T22:56:11.3402356Z test_ops.py::TestCommonCUDA::test_dtypes_normal_cuda PASSED [ 4%] 2023-01-11T22:56:11.3402775Z test_ops.py::TestCommonCUDA::test_dtypes_ones_cuda PASSED [ 4%] 2023-01-11T22:56:11.3403261Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_native_batch_norm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3403863Z test_ops.py::TestCommonCUDA::test_dtypes_ormqr_cuda SKIPPED (cuSOLVER not available) [ 4%] 2023-01-11T22:56:11.3404408Z test_ops.py::TestCommonCUDA::test_dtypes_outer_cuda PASSED [ 4%] 2023-01-11T22:56:11.3404864Z test_ops.py::TestCommonCUDA::test_dtypes_permute_cuda PASSED [ 4%] 2023-01-11T22:56:11.3405309Z test_ops.py::TestCommonCUDA::test_dtypes_polar_cuda PASSED [ 4%] 2023-01-11T22:56:11.3405794Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_0_cuda PASSED [ 4%] 2023-01-11T22:56:11.3406295Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_2_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:56:11.3406816Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_3_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:56:11.3407293Z test_ops.py::TestCommonCUDA::test_dtypes_positive_cuda PASSED [ 4%] 2023-01-11T22:56:11.3407738Z test_ops.py::TestCommonCUDA::test_dtypes_pow_cuda PASSED [ 4%] 2023-01-11T22:56:11.3408182Z test_ops.py::TestCommonCUDA::test_dtypes_prod_cuda PASSED [ 4%] 2023-01-11T22:56:11.3408632Z test_ops.py::TestCommonCUDA::test_dtypes_put_cuda PASSED [ 4%] 2023-01-11T22:56:11.3409081Z test_ops.py::TestCommonCUDA::test_dtypes_randint_cuda PASSED [ 4%] 2023-01-11T22:56:11.3409501Z test_ops.py::TestCommonCUDA::test_dtypes_randn_cuda PASSED [ 4%] 2023-01-11T22:56:11.3409950Z test_ops.py::TestCommonCUDA::test_dtypes_randn_like_cuda PASSED [ 4%] 2023-01-11T22:56:11.3410393Z test_ops.py::TestCommonCUDA::test_dtypes_ravel_cuda PASSED [ 4%] 2023-01-11T22:56:11.3410842Z test_ops.py::TestCommonCUDA::test_dtypes_renorm_cuda PASSED [ 4%] 2023-01-11T22:56:11.3411303Z test_ops.py::TestCommonCUDA::test_dtypes_repeat_interleave_cuda PASSED [ 4%] 2023-01-11T22:56:11.3411758Z test_ops.py::TestCommonCUDA::test_dtypes_reshape_as_cuda PASSED [ 4%] 2023-01-11T22:56:11.3412182Z test_ops.py::TestCommonCUDA::test_dtypes_reshape_cuda PASSED [ 4%] 2023-01-11T22:56:11.3412636Z test_ops.py::TestCommonCUDA::test_dtypes_resize_as__cuda XFAIL [ 4%] 2023-01-11T22:56:11.3413078Z test_ops.py::TestCommonCUDA::test_dtypes_round_cuda PASSED [ 4%] 2023-01-11T22:56:11.3413529Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_0_cuda PASSED [ 4%] 2023-01-11T22:56:11.3414020Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_neg_3_cuda SKIPPED (Skipped!) [ 4%] 2023-01-11T22:56:11.3414500Z test_ops.py::TestCommonCUDA::test_dtypes_rsqrt_cuda PASSED [ 4%] 2023-01-11T22:56:11.3414948Z test_ops.py::TestCommonCUDA::test_dtypes_rsub_cuda PASSED [ 4%] 2023-01-11T22:56:11.3415371Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amin_cuda PASSED [ 4%] 2023-01-11T22:56:11.3415825Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_mean_cuda PASSED [ 4%] 2023-01-11T22:56:11.3416301Z test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_offsets_cuda PASSED [ 4%] 2023-01-11T22:56:11.3416769Z test_ops.py::TestCommonCUDA::test_dtypes_select_cuda PASSED [ 4%] 2023-01-11T22:56:11.3417217Z test_ops.py::TestCommonCUDA::test_dtypes_sgn_cuda PASSED [ 4%] 2023-01-11T22:56:11.3417657Z test_ops.py::TestCommonCUDA::test_dtypes_sign_cuda PASSED [ 4%] 2023-01-11T22:56:11.3418120Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_blackman_cuda PASSED [ 4%] 2023-01-11T22:56:11.3418577Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_cosine_cuda PASSED [ 4%] 2023-01-11T22:56:11.3419062Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_exponential_cuda PASSED [ 4%] 2023-01-11T22:56:11.3419552Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_gaussian_cuda PASSED [ 4%] 2023-01-11T22:56:11.3420037Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_hamming_cuda PASSED [ 4%] 2023-01-11T22:56:11.3420515Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_kaiser_cuda PASSED [ 4%] 2023-01-11T22:56:11.3420997Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_nuttall_cuda PASSED [ 4%] 2023-01-11T22:56:11.3421524Z test_ops.py::TestCommonCUDA::test_dtypes_signbit_cuda PASSED [ 4%] 2023-01-11T22:56:11.3421950Z test_ops.py::TestCommonCUDA::test_dtypes_sin_cuda PASSED [ 5%] 2023-01-11T22:56:11.3422399Z test_ops.py::TestCommonCUDA::test_dtypes_slice_scatter_cuda PASSED [ 5%] 2023-01-11T22:56:11.3422898Z test_ops.py::TestCommonCUDA::test_dtypes_softmax_cuda PASSED [ 5%] 2023-01-11T22:56:11.3423363Z test_ops.py::TestCommonCUDA::test_dtypes_sparse_sampled_addmm_cuda PASSED [ 5%] 2023-01-11T22:56:11.3423904Z test_ops.py::TestCommonCUDA::test_dtypes_special_airy_ai_cuda PASSED [ 5%] 2023-01-11T22:56:11.3424381Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3424842Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3425278Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y1_cuda PASSED [ 5%] 2023-01-11T22:56:11.3425771Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_t_cuda PASSED [ 5%] 2023-01-11T22:56:11.3426547Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3427348Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3427901Z test_ops.py::TestCommonCUDA::test_dtypes_special_entr_cuda PASSED [ 5%] 2023-01-11T22:56:11.3428375Z test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_h_cuda PASSED [ 5%] 2023-01-11T22:56:11.3428878Z test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_he_cuda PASSED [ 5%] 2023-01-11T22:56:11.3429372Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3429831Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3430322Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k1_cuda PASSED [ 5%] 2023-01-11T22:56:11.3430792Z test_ops.py::TestCommonCUDA::test_dtypes_special_ndtri_cuda PASSED [ 5%] 2023-01-11T22:56:11.3431297Z test_ops.py::TestCommonCUDA::test_dtypes_special_polygamma_special_polygamma_n_0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3431825Z test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3432568Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3433389Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3433976Z test_ops.py::TestCommonCUDA::test_dtypes_special_spherical_bessel_j0_cuda PASSED [ 5%] 2023-01-11T22:56:11.3434427Z test_ops.py::TestCommonCUDA::test_dtypes_special_zeta_cuda PASSED [ 5%] 2023-01-11T22:56:11.3434893Z test_ops.py::TestCommonCUDA::test_dtypes_split_list_args_cuda PASSED [ 5%] 2023-01-11T22:56:11.3435357Z test_ops.py::TestCommonCUDA::test_dtypes_split_with_sizes_cuda PASSED [ 5%] 2023-01-11T22:56:11.3435814Z test_ops.py::TestCommonCUDA::test_dtypes_squeeze_cuda PASSED [ 5%] 2023-01-11T22:56:11.3436267Z test_ops.py::TestCommonCUDA::test_dtypes_stack_cuda PASSED [ 5%] 2023-01-11T22:56:11.3436700Z test_ops.py::TestCommonCUDA::test_dtypes_std_mean_cuda PASSED [ 5%] 2023-01-11T22:56:11.3437144Z test_ops.py::TestCommonCUDA::test_dtypes_std_unbiased_cuda PASSED [ 5%] 2023-01-11T22:56:11.3437567Z test_ops.py::TestCommonCUDA::test_dtypes_stft_cuda PASSED [ 5%] 2023-01-11T22:56:11.3438007Z test_ops.py::TestCommonCUDA::test_dtypes_sum_cuda PASSED [ 5%] 2023-01-11T22:56:11.3438529Z test_ops.py::TestCommonCUDA::test_dtypes_sum_to_size_cuda PASSED [ 5%] 2023-01-11T22:56:11.3438986Z test_ops.py::TestCommonCUDA::test_dtypes_svd_cuda PASSED [ 5%] 2023-01-11T22:56:11.3439429Z test_ops.py::TestCommonCUDA::test_dtypes_t_cuda PASSED [ 5%] 2023-01-11T22:56:11.3439876Z test_ops.py::TestCommonCUDA::test_dtypes_take_along_dim_cuda PASSED [ 5%] 2023-01-11T22:56:11.3440392Z test_ops.py::TestCommonCUDA::test_dtypes_tan_cuda PASSED [ 5%] 2023-01-11T22:56:11.3440804Z test_ops.py::TestCommonCUDA::test_dtypes_tile_cuda PASSED [ 5%] 2023-01-11T22:56:11.3441249Z test_ops.py::TestCommonCUDA::test_dtypes_to_cuda PASSED [ 5%] 2023-01-11T22:56:11.3441694Z test_ops.py::TestCommonCUDA::test_dtypes_topk_cuda PASSED [ 5%] 2023-01-11T22:56:11.3442139Z test_ops.py::TestCommonCUDA::test_dtypes_trace_cuda PASSED [ 5%] 2023-01-11T22:56:11.3442580Z test_ops.py::TestCommonCUDA::test_dtypes_trapezoid_cuda PASSED [ 5%] 2023-01-11T22:56:11.3443028Z test_ops.py::TestCommonCUDA::test_dtypes_trapz_cuda PASSED [ 5%] 2023-01-11T22:56:11.3443480Z test_ops.py::TestCommonCUDA::test_dtypes_tril_indices_cuda PASSED [ 5%] 2023-01-11T22:56:11.3443908Z test_ops.py::TestCommonCUDA::test_dtypes_triu_indices_cuda PASSED [ 5%] 2023-01-11T22:56:11.3444349Z test_ops.py::TestCommonCUDA::test_dtypes_true_divide_cuda PASSED [ 5%] 2023-01-11T22:56:11.3444794Z test_ops.py::TestCommonCUDA::test_dtypes_trunc_cuda PASSED [ 5%] 2023-01-11T22:56:11.3445240Z test_ops.py::TestCommonCUDA::test_dtypes_unbind_cuda PASSED [ 5%] 2023-01-11T22:56:11.3445687Z test_ops.py::TestCommonCUDA::test_dtypes_unflatten_cuda PASSED [ 5%] 2023-01-11T22:56:11.3446124Z test_ops.py::TestCommonCUDA::test_dtypes_unique_cuda PASSED [ 5%] 2023-01-11T22:56:11.3446530Z test_ops.py::TestCommonCUDA::test_dtypes_var_cuda PASSED [ 5%] 2023-01-11T22:56:11.3446972Z test_ops.py::TestCommonCUDA::test_dtypes_var_mean_unbiased_cuda PASSED [ 5%] 2023-01-11T22:56:11.3447416Z test_ops.py::TestCommonCUDA::test_dtypes_var_unbiased_cuda PASSED [ 5%] 2023-01-11T22:56:11.3447851Z test_ops.py::TestCommonCUDA::test_dtypes_vdot_cuda PASSED [ 5%] 2023-01-11T22:56:11.3448287Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_complex_cuda PASSED [ 5%] 2023-01-11T22:56:11.3448727Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_cuda PASSED [ 5%] 2023-01-11T22:56:11.3449159Z test_ops.py::TestCommonCUDA::test_dtypes_view_copy_cuda PASSED [ 5%] 2023-01-11T22:56:11.3449572Z test_ops.py::TestCommonCUDA::test_dtypes_view_cuda PASSED [ 5%] 2023-01-11T22:56:11.3450001Z test_ops.py::TestCommonCUDA::test_dtypes_zeros_cuda PASSED [ 5%] 2023-01-11T22:56:11.3450423Z test_ops.py::TestCommonCUDA::test_errors_T_cuda PASSED [ 5%] 2023-01-11T22:56:11.3450846Z test_ops.py::TestCommonCUDA::test_errors___rand___cuda PASSED [ 5%] 2023-01-11T22:56:11.3451280Z test_ops.py::TestCommonCUDA::test_errors___rmod___cuda PASSED [ 5%] 2023-01-11T22:56:11.3451713Z test_ops.py::TestCommonCUDA::test_errors___ror___cuda PASSED [ 5%] 2023-01-11T22:56:11.3452138Z test_ops.py::TestCommonCUDA::test_errors_add_cuda PASSED [ 5%] 2023-01-11T22:56:11.3452547Z test_ops.py::TestCommonCUDA::test_errors_aminmax_cuda PASSED [ 5%] 2023-01-11T22:56:11.3452976Z test_ops.py::TestCommonCUDA::test_errors_arange_cuda PASSED [ 5%] 2023-01-11T22:56:11.3453418Z test_ops.py::TestCommonCUDA::test_errors_as_strided_scatter_cuda PASSED [ 5%] 2023-01-11T22:56:11.3453863Z test_ops.py::TestCommonCUDA::test_errors_bitwise_and_cuda PASSED [ 5%] 2023-01-11T22:56:11.3454291Z test_ops.py::TestCommonCUDA::test_errors_cat_cuda PASSED [ 5%] 2023-01-11T22:56:11.3454715Z test_ops.py::TestCommonCUDA::test_errors_clamp_max_cuda XFAIL [ 5%] 2023-01-11T22:56:11.3455224Z test_ops.py::TestCommonCUDA::test_errors_clamp_min_cuda XFAIL [ 5%] 2023-01-11T22:56:11.3455645Z test_ops.py::TestCommonCUDA::test_errors_diagonal_cuda PASSED [ 5%] 2023-01-11T22:56:11.3456088Z test_ops.py::TestCommonCUDA::test_errors_div_floor_rounding_cuda PASSED [ 5%] 2023-01-11T22:56:11.3456547Z test_ops.py::TestCommonCUDA::test_errors_div_trunc_rounding_cuda PASSED [ 5%] 2023-01-11T22:56:11.3457036Z test_ops.py::TestCommonCUDA::test_errors_dsplit_cuda PASSED [ 5%] 2023-01-11T22:56:11.3457462Z test_ops.py::TestCommonCUDA::test_errors_eye_cuda PASSED [ 5%] 2023-01-11T22:56:11.3457886Z test_ops.py::TestCommonCUDA::test_errors_fft_fftn_cuda PASSED [ 5%] 2023-01-11T22:56:11.3458317Z test_ops.py::TestCommonCUDA::test_errors_fft_hfft2_cuda PASSED [ 5%] 2023-01-11T22:56:11.3458726Z test_ops.py::TestCommonCUDA::test_errors_fft_hfft_cuda PASSED [ 5%] 2023-01-11T22:56:11.3459160Z test_ops.py::TestCommonCUDA::test_errors_fft_ifft2_cuda PASSED [ 5%] 2023-01-11T22:56:11.3459590Z test_ops.py::TestCommonCUDA::test_errors_fft_ifft_cuda PASSED [ 5%] 2023-01-11T22:56:11.3460022Z test_ops.py::TestCommonCUDA::test_errors_fft_ihfft2_cuda PASSED [ 5%] 2023-01-11T22:56:11.3460454Z test_ops.py::TestCommonCUDA::test_errors_fliplr_cuda PASSED [ 5%] 2023-01-11T22:56:11.3460888Z test_ops.py::TestCommonCUDA::test_errors_flipud_cuda PASSED [ 5%] 2023-01-11T22:56:11.3461322Z test_ops.py::TestCommonCUDA::test_errors_float_power_cuda PASSED [ 5%] 2023-01-11T22:56:11.3461732Z test_ops.py::TestCommonCUDA::test_errors_fmax_cuda PASSED [ 5%] 2023-01-11T22:56:11.3462156Z test_ops.py::TestCommonCUDA::test_errors_fmod_cuda PASSED [ 5%] 2023-01-11T22:56:11.3462579Z test_ops.py::TestCommonCUDA::test_errors_gcd_cuda PASSED [ 5%] 2023-01-11T22:56:11.3463002Z test_ops.py::TestCommonCUDA::test_errors_ge_cuda PASSED [ 5%] 2023-01-11T22:56:11.3463429Z test_ops.py::TestCommonCUDA::test_errors_gt_cuda PASSED [ 5%] 2023-01-11T22:56:11.3464009Z test_ops.py::TestCommonCUDA::test_errors_heaviside_cuda PASSED [ 5%] 2023-01-11T22:56:11.3464447Z test_ops.py::TestCommonCUDA::test_errors_igamma_cuda PASSED [ 5%] 2023-01-11T22:56:11.3464858Z test_ops.py::TestCommonCUDA::test_errors_igammac_cuda PASSED [ 5%] 2023-01-11T22:56:11.3465292Z test_ops.py::TestCommonCUDA::test_errors_index_select_cuda PASSED [ 5%] 2023-01-11T22:56:11.3465754Z test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_return_by_ref_cuda PASSED [ 5%] 2023-01-11T22:56:11.3466215Z test_ops.py::TestCommonCUDA::test_errors_kthvalue_cuda PASSED [ 5%] 2023-01-11T22:56:11.3466643Z test_ops.py::TestCommonCUDA::test_errors_lcm_cuda PASSED [ 5%] 2023-01-11T22:56:11.3467077Z test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_cuda PASSED [ 5%] 2023-01-11T22:56:11.3467535Z test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_grad_oriented_cuda PASSED [ 5%] 2023-01-11T22:56:11.3467971Z test_ops.py::TestCommonCUDA::test_errors_logspace_cuda PASSED [ 5%] 2023-01-11T22:56:11.3468396Z test_ops.py::TestCommonCUDA::test_errors_lt_cuda PASSED [ 5%] 2023-01-11T22:56:11.3468820Z test_ops.py::TestCommonCUDA::test_errors_masked_fill_cuda PASSED [ 5%] 2023-01-11T22:56:11.3469257Z test_ops.py::TestCommonCUDA::test_errors_maximum_cuda PASSED [ 5%] 2023-01-11T22:56:11.3469693Z test_ops.py::TestCommonCUDA::test_errors_multinomial_cuda PASSED [ 5%] 2023-01-11T22:56:11.3470122Z test_ops.py::TestCommonCUDA::test_errors_neg_cuda PASSED [ 5%] 2023-01-11T22:56:11.3470546Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool3d_cuda PASSED [ 5%] 2023-01-11T22:56:11.3471007Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv1d_cuda PASSED [ 5%] 2023-01-11T22:56:11.3471568Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv2d_cuda PASSED [ 5%] 2023-01-11T22:56:11.3472043Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_gaussian_nll_loss_cuda PASSED [ 5%] 2023-01-11T22:56:11.3472534Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_hinge_embedding_loss_cuda PASSED [ 5%] 2023-01-11T22:56:11.3473027Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_margin_ranking_loss_cuda PASSED [ 5%] 2023-01-11T22:56:11.3473563Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool3d_cuda PASSED [ 5%] 2023-01-11T22:56:11.3474021Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_rrelu_cuda PASSED [ 5%] 2023-01-11T22:56:11.3474468Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_soft_margin_loss_cuda PASSED [ 5%] 2023-01-11T22:56:11.3474940Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_softshrink_cuda PASSED [ 5%] 2023-01-11T22:56:11.3475420Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_loss_cuda PASSED [ 5%] 2023-01-11T22:56:11.3475887Z test_ops.py::TestCommonCUDA::test_errors_polar_cuda PASSED [ 5%] 2023-01-11T22:56:11.3476320Z test_ops.py::TestCommonCUDA::test_errors_remainder_cuda PASSED [ 5%] 2023-01-11T22:56:11.3476748Z test_ops.py::TestCommonCUDA::test_errors_rsub_cuda PASSED [ 5%] 2023-01-11T22:56:11.3477197Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_bartlett_cuda PASSED [ 5%] 2023-01-11T22:56:11.3477644Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_blackman_cuda PASSED [ 5%] 2023-01-11T22:56:11.3478113Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_exponential_cuda PASSED [ 5%] 2023-01-11T22:56:11.3478594Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_general_hamming_cuda PASSED [ 5%] 2023-01-11T22:56:11.3479064Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_hamming_cuda PASSED [ 5%] 2023-01-11T22:56:11.3479519Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_hann_cuda PASSED [ 5%] 2023-01-11T22:56:11.3479993Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_t_cuda PASSED [ 5%] 2023-01-11T22:56:11.3480730Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3481490Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3482061Z test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_he_cuda PASSED [ 5%] 2023-01-11T22:56:11.3482545Z test_ops.py::TestCommonCUDA::test_errors_special_laguerre_polynomial_l_cuda PASSED [ 5%] 2023-01-11T22:56:11.3483265Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3484066Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2023-01-11T22:56:11.3484617Z test_ops.py::TestCommonCUDA::test_errors_special_zeta_cuda PASSED [ 5%] 2023-01-11T22:56:11.3485056Z test_ops.py::TestCommonCUDA::test_errors_sum_to_size_cuda PASSED [ 5%] 2023-01-11T22:56:11.3485485Z test_ops.py::TestCommonCUDA::test_errors_take_cuda PASSED [ 5%] 2023-01-11T22:56:11.3485892Z test_ops.py::TestCommonCUDA::test_errors_trace_cuda PASSED [ 5%] 2023-01-11T22:56:11.3486314Z test_ops.py::TestCommonCUDA::test_errors_triu_cuda PASSED [ 5%] 2023-01-11T22:56:11.3486738Z test_ops.py::TestCommonCUDA::test_errors_uniform_cuda PASSED [ 5%] 2023-01-11T22:56:11.3487165Z test_ops.py::TestCommonCUDA::test_errors_view_cuda PASSED [ 5%] 2023-01-11T22:56:11.3487596Z test_ops.py::TestCommonCUDA::test_errors_vsplit_cuda PASSED [ 5%] 2023-01-11T22:56:11.3488032Z test_ops.py::TestCommonCUDA::test_errors_vstack_cuda PASSED [ 5%] 2023-01-11T22:56:11.3488521Z test_ops.py::TestCommonCUDA::test_errors_where_cuda PASSED [ 5%] 2023-01-11T22:56:11.3488987Z test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3489521Z test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3490199Z test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3490757Z test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3491300Z test_ops.py::TestCommonCUDA::test_multiple_devices___rand___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3491852Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3492404Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3492945Z test_ops.py::TestCommonCUDA::test_multiple_devices___ror___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2023-01-11T22:56:11.3493469Z test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3494020Z test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3494559Z test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3495100Z test_ops.py::TestCommonCUDA::test_multiple_devices___rxor___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3495666Z test_ops.py::TestCommonCUDA::test_multiple_devices__native_batch_norm_legit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3496240Z test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3496790Z test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3497334Z test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3497878Z test_ops.py::TestCommonCUDA::test_multiple_devices_addbmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3498409Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3498982Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_decomposed_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3499544Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3500091Z test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3500639Z test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3501184Z test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3501740Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3502289Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3502837Z test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3503369Z test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3504095Z test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3504665Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3505240Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3505876Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3506435Z test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3506984Z test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3507528Z test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3508054Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3508596Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3509148Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3509705Z test_ops.py::TestCommonCUDA::test_multiple_devices_baddbmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3510260Z test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3510807Z test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3511350Z test_ops.py::TestCommonCUDA::test_multiple_devices_bincount_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3511915Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_left_shift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3512477Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_not_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3513009Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_or_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3513566Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_xor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3514115Z test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3514677Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_shapes_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3515250Z test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3515801Z test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3516357Z test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3516917Z test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3517438Z test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3517978Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3518530Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3519141Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3519693Z test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3520235Z test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3520818Z test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3521362Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3521929Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3522468Z test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3523023Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3523572Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3524124Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3524680Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3525225Z test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3525772Z test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3526337Z test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3526873Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3527430Z test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3528004Z test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3528573Z test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3529149Z test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3529723Z test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3530281Z test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3530840Z test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3531413Z test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3531946Z test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3532485Z test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3533034Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3533580Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3534128Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3534740Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3535293Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3535861Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3536501Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3537042Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3537590Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3538142Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3538700Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3539251Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3539822Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3540389Z test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3540926Z test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3541450Z test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3541998Z test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3542547Z test_ops.py::TestCommonCUDA::test_multiple_devices_dist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3543109Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3543680Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3544503Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3545067Z test_ops.py::TestCommonCUDA::test_multiple_devices_dot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3545737Z test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3546395Z test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3547031Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3547703Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3548364Z test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3549014Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3549667Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3550325Z test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3550974Z test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3551717Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3552362Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3553029Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3553753Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3554421Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3555085Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3555753Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3556427Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3557090Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3557743Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3558277Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3558829Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3559378Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3559936Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3560491Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3561048Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3561594Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3562144Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3562402Z test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3562668Z test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3562939Z test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3563179Z test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3563440Z test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3563708Z test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3563966Z test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3564229Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3564488Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3564820Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3565090Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3565352Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3565682Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3565942Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3566204Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3566463Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3566728Z test_ops.py::TestCommonCUDA::test_multiple_devices_frac_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3566990Z test_ops.py::TestCommonCUDA::test_multiple_devices_frexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3567250Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3567521Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3567782Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3568048Z test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3568309Z test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3568571Z test_ops.py::TestCommonCUDA::test_multiple_devices_gcd_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3568830Z test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3569093Z test_ops.py::TestCommonCUDA::test_multiple_devices_geqrf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3569367Z test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3569628Z test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3569893Z test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3570151Z test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3570410Z test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2023-01-11T22:56:11.3570677Z test_ops.py::TestCommonCUDA::test_multiple_devices_hypot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3570922Z test_ops.py::TestCommonCUDA::test_multiple_devices_igammac_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3571188Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3571522Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3571842Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3572164Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3572543Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3572879Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3573195Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3573558Z test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3573876Z test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3574202Z test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3574520Z test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3574846Z test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3575160Z test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3575469Z test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3575798Z test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3576156Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3576502Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3576840Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3577174Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3577493Z test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3577799Z test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3578121Z test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3578428Z test_ops.py::TestCommonCUDA::test_multiple_devices_lcm_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3578743Z test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3579061Z test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3579330Z test_ops.py::TestCommonCUDA::test_multiple_devices_lerp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3579590Z test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3579864Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cond_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3580134Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3580404Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3580651Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3580923Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3581254Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvals_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3581535Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvalsh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3581822Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 7%] 2023-01-11T22:56:11.3582137Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3582410Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3582896Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 7%] 2023-01-11T22:56:11.3583175Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3583457Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3583890Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3584184Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_power_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3584464Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3584745Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 7%] 2023-01-11T22:56:11.3585035Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_triangular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3585308Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3585585Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svdvals_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3585945Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3586230Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorsolve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3586503Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3586837Z test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3587105Z test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3587362Z test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3587626Z test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3587891Z test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3588150Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3588418Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3588704Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3589068Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3589343Z test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3589617Z test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3589938Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3590207Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3590455Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3590725Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3591001Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3591270Z test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3591538Z test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3591806Z test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3592062Z test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3592314Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3592585Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_unpack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3592846Z test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3593101Z test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3593357Z test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3593626Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3593900Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3594178Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3594450Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3594726Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3594994Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3595274Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_log_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3595558Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logaddexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3595832Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3596098Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3596371Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_median_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3596692Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3596970Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3597279Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3597555Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3597829Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3598099Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3598368Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3598635Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3598878Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3599148Z test_ops.py::TestCommonCUDA::test_multiple_devices_matrix_exp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3599414Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3599715Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3599999Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3600289Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3600570Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3600830Z test_ops.py::TestCommonCUDA::test_multiple_devices_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3601100Z test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3601361Z test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3601645Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3601938Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3602219Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3602501Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3602762Z test_ops.py::TestCommonCUDA::test_multiple_devices_mm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3603021Z test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3603285Z test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3603546Z test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3603865Z test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3604127Z test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3604402Z test_ops.py::TestCommonCUDA::test_multiple_devices_multinomial_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3604727Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3605012Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3605299Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3605566Z test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3605836Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3606110Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3606374Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3606638Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3606927Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_dropout_backward_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3607184Z test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3607443Z test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3607681Z test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3607943Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3608217Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3608480Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3608749Z test_ops.py::TestCommonCUDA::test_multiple_devices_nextafter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3609048Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3609350Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3609647Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3610018Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3610327Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3610611Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_celu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3610894Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3611238Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3611541Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3611839Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3612190Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3612493Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3612787Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cross_entropy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3613079Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3613371Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_bag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3613658Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3613981Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3614304Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2023-01-11T22:56:11.3614600Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3614898Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_grid_sample_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3615191Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_group_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3615479Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3615780Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardsigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3616066Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardswish_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3616355Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3616642Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3616933Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_huber_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3617223Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_instance_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3617531Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3617835Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3618136Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3618419Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_kl_div_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3618747Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_l1_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3619041Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_logsigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3619377Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3619669Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3619954Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3620222Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3620517Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3620813Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3621114Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3621414Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3621702Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3621992Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_normalize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3622279Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_one_hot_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3622576Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3622870Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3623163Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3623452Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3623810Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3624106Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3624404Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3624698Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3625039Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_prelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3625373Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3625714Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3626155Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3626505Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softplus_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3626854Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3627285Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3627640Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3628023Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3628388Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_nearest_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3628706Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_inf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3629030Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_nuc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3629353Z test_ops.py::TestCommonCUDA::test_multiple_devices_normal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3629690Z test_ops.py::TestCommonCUDA::test_multiple_devices_normal_number_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3630001Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3630315Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3630637Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3630953Z test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3631271Z test_ops.py::TestCommonCUDA::test_multiple_devices_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 8%] 2023-01-11T22:56:11.3631593Z test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3631914Z test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3632233Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3632550Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3632870Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3633185Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3633495Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_int64 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3633834Z test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3634153Z test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3634473Z test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3634784Z test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3635171Z test_ops.py::TestCommonCUDA::test_multiple_devices_quantile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3635494Z test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3635785Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3636122Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_int64 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3636456Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3636772Z test_ops.py::TestCommonCUDA::test_multiple_devices_randn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3637094Z test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3637411Z test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3637753Z test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3638030Z test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3638299Z test_ops.py::TestCommonCUDA::test_multiple_devices_renorm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3638559Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3638843Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3639108Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3639379Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3639639Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3639909Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3640177Z test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3640446Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2023-01-11T22:56:11.3640709Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3640948Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3641222Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3641507Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3641790Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3642073Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3642349Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3642628Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3642902Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3643227Z test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3643501Z test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3643790Z test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_lengths_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3644120Z test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_offsets_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3644383Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3644656Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3644921Z test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3645177Z test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3645439Z test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3645704Z test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3646000Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_blackman_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3646285Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_cosine_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3646572Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_gaussian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3646871Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_general_hamming_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3647139Z test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3647403Z test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3647669Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3647930Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3648187Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3648461Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3648747Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3649026Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3649312Z test_ops.py::TestCommonCUDA::test_multiple_devices_sparse_sampled_addmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3649599Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3649875Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3650125Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3650456Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3650759Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3651061Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3651400Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3651933Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:56:11.3652422Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:56:11.3652704Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3652975Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3653276Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3653579Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3653850Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3654122Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3654393Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3654697Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3654993Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3655489Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:56:11.3655965Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:56:11.3656239Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3656537Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3656872Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3657163Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3657453Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3657744Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3658028Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3658316Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3658648Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3658967Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3659321Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3659630Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3659929Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2023-01-11T22:56:11.3660448Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2023-01-11T22:56:11.3660945Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2023-01-11T22:56:11.3661434Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2023-01-11T22:56:11.3661926Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2023-01-11T22:56:11.3662419Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2023-01-11T22:56:11.3662715Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3662992Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3663263Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3663529Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3663936Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3664215Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3664499Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3664829Z test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3665123Z test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3665434Z test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3665763Z test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3666077Z test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3666419Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_unbiased_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3666735Z test_ops.py::TestCommonCUDA::test_multiple_devices_stft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3667145Z test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3667455Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3667776Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3668149Z test_ops.py::TestCommonCUDA::test_multiple_devices_svd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3668476Z test_ops.py::TestCommonCUDA::test_multiple_devices_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 9%] 2023-01-11T22:56:11.3668785Z test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3669099Z test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3669431Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3669748Z test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3670057Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3670372Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3670694Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3671008Z test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3671321Z test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3671633Z test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3671954Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3672280Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_indices_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3672595Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3672907Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3673220Z test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3673540Z test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3673860Z test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3674188Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3674480Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3674804Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3675125Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3675451Z test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3675765Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3676155Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3676470Z test_ops.py::TestCommonCUDA::test_multiple_devices_vdot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3676789Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3677160Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3677471Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3677778Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3678103Z test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3678390Z test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3678649Z test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3678911Z test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3679172Z test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3679435Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3679692Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3679963Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2023-01-11T22:56:11.3680188Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_H_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3680414Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_T_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3680649Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___radd___cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3680879Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rdiv___cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3681108Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___ror___cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3681336Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acosh_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3681559Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_addr_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3681779Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_all_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3681978Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amax_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3682203Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amin_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3682428Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_any_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3682662Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3682888Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asinh_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3683117Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atanh_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3683346Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_1d_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3683575Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_3d_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3683806Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_or_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3684033Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bool_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3684333Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_tensors_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3684575Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cartesian_prod_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3684797Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cat_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3685111Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cfloat_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3685335Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chalf_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3685558Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_char_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3685779Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chunk_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3686016Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_max_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3686245Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3686470Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cosh_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3686697Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummax_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3686903Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummin_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3687131Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3687361Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_embed_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3687590Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagflat_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3687818Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3688058Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_scatter_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3688286Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dstack_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3688529Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_cuda_bool SKIPPED (Skipped!) [ 9%] 2023-01-11T22:56:11.3688750Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erf_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3688978Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfc_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3689200Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfinv_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3689422Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3689649Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3689888Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftshift_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3690118Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3690344Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3690570Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3690809Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftshift_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3691043Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3691271Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3691500Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3691729Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3691934Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3692211Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fill_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3692441Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flatten_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3692667Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flipud_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3692947Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_power_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3693169Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmax_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3693389Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ge_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3693610Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_half_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3693835Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hsplit_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3694065Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_add_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3694296Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_copy_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3694525Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_put_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3694761Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_select_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3694988Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_int_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3695214Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isneginf_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3695445Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isposinf_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3695703Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_2inputs_2outputs_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3695973Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3696213Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3696447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ldexp_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3696669Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_le_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3696875Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lgamma_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3697096Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log10_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3697320Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log1p_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3697540Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log2_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3697758Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3698009Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_softmax_with_dtype_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3698241Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_not_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3698471Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_or_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3698708Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_xor_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3698932Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logit_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3699152Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mH_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3699372Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mT_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3699603Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_fill_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3699897Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_sum_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3700149Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_with_dim_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3700377Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_maximum_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3700604Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_minimum_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3700882Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_movedim_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3701104Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mul_cuda_bool PASSED [ 9%] 2023-01-11T22:56:11.3701337Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_copy_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3701568Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3701818Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_cuda_bool SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3702028Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_full_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3702255Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_ones_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3702484Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_zeros_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3702747Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_circular_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3703002Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_shuffle_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3703252Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_softsign_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3703473Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3703810Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_2_cuda_bool SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3704087Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_3_cuda_bool SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3704356Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_4_cuda_bool SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3704593Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rad2deg_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3704866Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_real_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3705145Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reciprocal_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3705421Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize_as__cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3705706Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scalar_tensor_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3706004Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_reduce_sum_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3706274Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3706543Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sign_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3706814Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_signbit_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3707083Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinc_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3707356Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinh_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3707644Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_scatter_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3707935Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_softmax_with_dtype_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3708197Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_airy_ai_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3708568Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j0_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3708864Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j1_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3709184Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_u_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3709872Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_w_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:56:11.3710161Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_erfcx_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3710447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1e_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3710736Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_log_ndtr_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3711046Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i1_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3711353Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k0_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3711638Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtr_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3711966Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3712590Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:56:11.3713200Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2023-01-11T22:56:11.3713502Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_xlog1py_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3713798Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_zeta_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3714085Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_list_args_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3714380Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_with_sizes_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3714656Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_square_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3714929Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_squeeze_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3715214Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_to_size_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3715477Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_t_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3715760Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_along_dim_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3716028Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3716299Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tan_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3716566Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tanh_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3716810Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tile_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3717075Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3717378Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_sparse_cuda_bool SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3717661Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_transpose_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3717921Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tril_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3718207Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unflatten_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3718442Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_copy_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3718668Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3718912Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_consecutive_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3719186Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3719416Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unsqueeze_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3719644Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3719878Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vstack_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3720100Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_where_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3720327Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_xlogy_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3720552Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_cuda_bool PASSED [ 10%] 2023-01-11T22:56:11.3720783Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3721008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3721225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3721463Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3721688Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3721890Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rand___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3722122Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3722354Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3722577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3722815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3723051Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3723281Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3723509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3723730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3723952Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3724185Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3724412Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3724666Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples__softmax_backward_data_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3724898Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3725127Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3725350Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3725577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3725802Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3726039Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3726325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3726559Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3726790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3727064Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3727299Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3727525Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3727744Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3727981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3728218Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3728445Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3728667Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3728894Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3729116Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3729343Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3729574Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3729802Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3730028Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3730259Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3730490Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3730717Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3730948Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3731175Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3731410Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3731640Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3731848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_float32 XFAIL [ 10%] 2023-01-11T22:56:11.3732109Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_partial_views_cuda_complex64 XFAIL [ 10%] 2023-01-11T22:56:11.3732425Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_complex64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2023-01-11T22:56:11.3732732Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_float32 SKIPPED (Works for int64, fails for everything else) [ 10%] 2023-01-11T22:56:11.3732961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3733190Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3733411Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3733643Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3733874Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3734168Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3734403Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3734641Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3734916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3735151Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bernoulli_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3735386Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3735616Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3735848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_not_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3736091Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_or_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3736336Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_right_shift_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3736568Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_xor_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3736808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3737031Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3737273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 10%] 2023-01-11T22:56:11.3737521Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3737770Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3738014Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_complex64 PASSED [ 10%] 2023-01-11T22:56:11.3738251Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3738480Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3738703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3738947Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3739169Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3739390Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3739616Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdist_cuda_float32 PASSED [ 10%] 2023-01-11T22:56:11.3739840Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_int64 PASSED [ 10%] 2023-01-11T22:56:11.3740071Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3740294Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3740522Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3740748Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3740981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3741229Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3741471Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3741709Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3741989Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3742233Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3742451Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3742689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3742968Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_complex_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3743196Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3743424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3743645Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3743956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3744194Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3744423Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3744689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3744971Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3745244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3745511Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3745777Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3746048Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3746344Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3746635Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3746907Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3747187Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3747459Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3747728Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3747977Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3748248Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3748519Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3748800Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3749077Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3749356Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3749625Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3749901Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3750175Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3750446Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3750727Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3751012Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3751395Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3751672Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3751946Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3752303Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3752603Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3752892Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3753169Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3753443Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3753724Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3753994Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3754268Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3754563Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3754871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3755173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3755468Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3755740Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3756017Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3756298Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3756565Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3756857Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3757137Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3757407Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3757689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3757971Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3758230Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_float32 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:56:11.3758474Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_int64 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:56:11.3758728Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_float32 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:56:11.3758955Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3759191Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3759414Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3759637Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3759864Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3760066Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3760354Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3760583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3760815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3761085Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3761324Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3761553Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3761787Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3762012Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3762233Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3762477Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_float32 SKIPPED (Skipped!) [ 11%] 2023-01-11T22:56:11.3762711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3762944Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3763183Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3763409Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3763649Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3763885Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3764115Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3764359Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3764601Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3764834Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3765045Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3765274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3765502Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3765742Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3765975Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3766208Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3766437Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3766666Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3766905Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3767146Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3767381Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3767613Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3767843Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3768072Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3768354Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3768586Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3768810Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3769086Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3769312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3769544Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3769779Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3769985Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3770225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3770450Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3770673Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3770896Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3771121Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3771347Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3771575Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3771804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3772037Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3772271Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3772494Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3772715Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gcd_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3772948Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3773177Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3773407Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3773650Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_grid_sampler_2d_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3773873Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3774093Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3774318Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3774549Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3774759Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3774981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3775211Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igamma_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3775447Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3775679Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3775908Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3776201Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_complex64 PASSED [ 11%] 2023-01-11T22:56:11.3776433Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3776672Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3776908Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3777187Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_int64 PASSED [ 11%] 2023-01-11T22:56:11.3777415Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3777645Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_float32 PASSED [ 11%] 2023-01-11T22:56:11.3777875Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3778113Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3778348Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3778575Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3778806Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3779041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3779274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3779536Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3779801Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3780042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3780301Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3780543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3780784Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3781034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3781256Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3781485Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3781713Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3781945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3782170Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3782394Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3782619Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3782844Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3783079Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3783322Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3783557Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3783938Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3784376Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3784731Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_float32 SKIPPED (The backward may give different results) [ 12%] 2023-01-11T22:56:11.3785094Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3785464Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3786033Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:56:11.3786571Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:56:11.3787108Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 12%] 2023-01-11T22:56:11.3787431Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3787699Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3788006Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3788311Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3788617Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3788913Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3789225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3789531Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_float32 SKIPPED (67470!) [ 12%] 2023-01-11T22:56:11.3789824Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3790107Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3790391Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3790704Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3791060Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_complex64 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:56:11.3791405Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:56:11.3791737Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 12%] 2023-01-11T22:56:11.3792043Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3792335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3792620Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3792930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3793221Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3793513Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3793804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3794090Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3794449Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3794736Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3794987Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3795310Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3795584Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3795863Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3796136Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3796407Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3796689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3796952Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3797236Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3797550Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3797873Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3798130Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3798369Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3798622Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3798854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3799093Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3799329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3799558Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3799787Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3800010Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3800246Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3800478Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3800685Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3800916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3801137Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3801356Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3801581Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3801817Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3802039Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3802265Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3802487Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3802706Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3802995Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3803230Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3803464Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3803739Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3803984Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3804229Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_log_softmax_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3804473Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logaddexp_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3804716Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3804961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3805197Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3805430Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_norm_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3805656Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3805893Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3806136Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3806379Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3806621Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmin_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3806856Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3888110Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3888556Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3888880Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3889179Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3889498Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3889911Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3890193Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3890526Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3890841Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3891162Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3891483Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3891771Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3892065Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3892369Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3892655Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3893326Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3893617Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3893896Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3894186Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3894521Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_multinomial_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3894798Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3895105Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3895412Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3895726Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3896029Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3896312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3896585Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3896859Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3897129Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3897399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3897714Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 12%] 2023-01-11T22:56:11.3898103Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2023-01-11T22:56:11.3898394Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3898633Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3898875Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3899117Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nextafter_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3899383Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_alpha_dropout_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3899661Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3899921Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_complex64 PASSED [ 12%] 2023-01-11T22:56:11.3900212Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3900484Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_int64 PASSED [ 12%] 2023-01-11T22:56:11.3900740Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3900992Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_elu_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3901259Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 12%] 2023-01-11T22:56:11.3901557Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3901808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_glu_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3902123Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_grid_sample_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3902389Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_group_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3902651Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardshrink_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3902958Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardsigmoid_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3903214Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3903495Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3903905Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3904186Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3904465Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_linear_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3904731Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_kl_div_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3905042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3905359Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3905664Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3905980Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_logsigmoid_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3906305Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3906639Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3906950Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3907268Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3907583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3907909Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3908207Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mish_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3908511Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mse_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3908842Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3909146Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_nll_loss_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3909437Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3909751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3910073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3910386Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3910722Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3911172Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3911586Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3911903Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pdist_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3912217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3912606Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3912914Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3913216Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3913516Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3913816Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3914119Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_rrelu_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3914419Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_selu_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3914748Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3915066Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3915380Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softplus_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3915693Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softshrink_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3916003Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3916320Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3916636Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3916945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3917282Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3917604Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3917937Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3918295Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3918583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_nearest_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3918815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3919053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3919295Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3919530Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3919767Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3920016Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_number_mean_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3920244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3920532Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3920812Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 13%] 2023-01-11T22:56:11.3921100Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 13%] 2023-01-11T22:56:11.3921380Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3921624Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3921859Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3922121Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3922397Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_int64 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3922676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3922955Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_int64 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3923240Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3923483Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3923709Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3923942Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3924147Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3924381Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3924652Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 13%] 2023-01-11T22:56:11.3924923Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 13%] 2023-01-11T22:56:11.3925155Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3925402Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3925675Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_int64 SKIPPED (Test expects tensor input) [ 13%] 2023-01-11T22:56:11.3925916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3926193Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_float32 SKIPPED (Test expects tensor input) [ 13%] 2023-01-11T22:56:11.3926424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3926661Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3926897Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3927127Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3927375Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3927611Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3927847Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3928078Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3928309Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3928615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3928858Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3929089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3929361Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3929573Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3929803Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3930041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3930281Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3930504Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3930747Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3930975Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3931205Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3931478Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3931706Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3931932Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3932178Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3932415Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3932671Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3932921Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3933173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3933429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3933723Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3933973Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3934217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3934476Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_lengths_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3934715Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3934928Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3935162Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3935410Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3935645Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3935872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3936101Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3936327Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3936698Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_exponential_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3936989Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_general_cosine_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3937274Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_general_hamming_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3937585Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_hamming_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3937816Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3938053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3938285Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3938536Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3938782Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3939035Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_complex64 PASSED [ 13%] 2023-01-11T22:56:11.3939286Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3939541Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3939817Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3940087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 13%] 2023-01-11T22:56:11.3940331Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3940580Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_float32 PASSED [ 13%] 2023-01-11T22:56:11.3940822Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3941039Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3941279Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3941553Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3941822Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_int64 PASSED [ 13%] 2023-01-11T22:56:11.3942549Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2023-01-11T22:56:11.3943047Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2023-01-11T22:56:11.3943288Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3943551Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3944007Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3944253Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3944494Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3944730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3944971Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3945325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3945939Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:56:11.3946435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:56:11.3946768Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3947025Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3947282Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3947545Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3947804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3948058Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3948302Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3948578Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3948850Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3949378Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:56:11.3949891Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:56:11.3950395Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2023-01-11T22:56:11.3950643Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3950886Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3951127Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3951341Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3951577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3951823Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3952053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3952277Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3952513Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3952749Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3952978Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3953211Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3953441Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3953664Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3953966Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_unbiased_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3954199Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3954426Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3954707Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3954930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3955168Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3955399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3955670Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 14%] 2023-01-11T22:56:11.3955917Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3956145Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3956345Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3956570Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3956802Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3957042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3957275Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3957508Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3957736Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3957961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3958187Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3958406Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3958646Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_complex64 SKIPPED [ 14%] 2023-01-11T22:56:11.3958880Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_int64 SKIPPED [ 14%] 2023-01-11T22:56:11.3959112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3959339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3959572Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3959807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3960035Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3960270Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3960503Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3960743Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3960971Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3961172Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3961418Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3961654Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3961934Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3962191Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_indices_cuda_int64 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:56:11.3962423Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3962693Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3962948Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_indices_cuda_int64 SKIPPED (Skipped!) [ 14%] 2023-01-11T22:56:11.3963193Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3963425Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3963658Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3963889Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3964125Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3964370Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3964613Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3964846Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3965085Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3965312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3965536Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3965769Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3966023Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3966271Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3966477Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3966721Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3966967Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3967213Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_unbiased_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3967451Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_unbiased_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3967681Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3967918Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3968146Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3968386Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_real_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3968628Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3968858Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3969084Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3969320Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3969556Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3969830Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3970067Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3970296Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3970527Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3970809Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3971039Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3971265Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3971472Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_complex64 PASSED [ 14%] 2023-01-11T22:56:11.3971698Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3972056Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_float32 PASSED [ 14%] 2023-01-11T22:56:11.3972294Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3972508Z test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3972722Z test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3972943Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3973156Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3973388Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3973613Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3973838Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3974059Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3974276Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3974487Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3974700Z test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3974912Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_complex128 XFAIL [ 14%] 2023-01-11T22:56:11.3975117Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_int64 XFAIL [ 14%] 2023-01-11T22:56:11.3975332Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3975543Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3975759Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3975950Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3976187Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3976410Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3976622Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3976858Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3977086Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3977308Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3977535Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3977764Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3978064Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3978311Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_float64 XFAIL [ 14%] 2023-01-11T22:56:11.3978561Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_complex128 XFAIL [ 14%] 2023-01-11T22:56:11.3978846Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_float64 XFAIL [ 14%] 2023-01-11T22:56:11.3979075Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_gelu_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3979308Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3979538Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_one_hot_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3979790Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 14%] 2023-01-11T22:56:11.3980041Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3980293Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3980505Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_float64 PASSED [ 14%] 2023-01-11T22:56:11.3980723Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_int64 PASSED [ 14%] 2023-01-11T22:56:11.3980911Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3981122Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3981336Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_complex128 PASSED [ 15%] 2023-01-11T22:56:11.3981539Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3981777Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_bartlett_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3982015Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_gaussian_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3982249Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_hann_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3982478Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_kaiser_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3982714Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_nuttall_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3982933Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3983140Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3983358Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3983574Z test_ops.py::TestCommonCUDA::test_numpy_ref_tril_indices_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3983882Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3984105Z test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3984317Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_complex128 PASSED [ 15%] 2023-01-11T22:56:11.3984528Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_float64 PASSED [ 15%] 2023-01-11T22:56:11.3984727Z test_ops.py::TestCommonCUDA::test_out_H_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3984937Z test_ops.py::TestCommonCUDA::test_out___getitem___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3985146Z test_ops.py::TestCommonCUDA::test_out___rmatmul___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3985324Z test_ops.py::TestCommonCUDA::test_out___rmod___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3985531Z test_ops.py::TestCommonCUDA::test_out___rmul___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3985742Z test_ops.py::TestCommonCUDA::test_out___rpow___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3986011Z test_ops.py::TestCommonCUDA::test_out___rsub___cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3986239Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_bool_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3986467Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_double_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3986692Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_half_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3986976Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_long_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3987200Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_short_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3987409Z test_ops.py::TestCommonCUDA::test_out__refs_acos_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3987614Z test_ops.py::TestCommonCUDA::test_out__refs_add_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3987826Z test_ops.py::TestCommonCUDA::test_out__refs_addcdiv_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3988041Z test_ops.py::TestCommonCUDA::test_out__refs_addcmul_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3988247Z test_ops.py::TestCommonCUDA::test_out__refs_addr_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3988455Z test_ops.py::TestCommonCUDA::test_out__refs_all_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3988658Z test_ops.py::TestCommonCUDA::test_out__refs_amin_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3988883Z test_ops.py::TestCommonCUDA::test_out__refs_as_strided_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3989119Z test_ops.py::TestCommonCUDA::test_out__refs_as_strided_partial_views_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3989344Z test_ops.py::TestCommonCUDA::test_out__refs_as_strided_scatter_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3989551Z test_ops.py::TestCommonCUDA::test_out__refs_asin_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3989733Z test_ops.py::TestCommonCUDA::test_out__refs_atan2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3989947Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_1d_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3990156Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_not_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3990365Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_or_cuda_int64 PASSED [ 15%] 2023-01-11T22:56:11.3990567Z test_ops.py::TestCommonCUDA::test_out__refs_cat_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3990772Z test_ops.py::TestCommonCUDA::test_out__refs_ceil_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3990978Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3991190Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_min_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3991395Z test_ops.py::TestCommonCUDA::test_out__refs_clone_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3991597Z test_ops.py::TestCommonCUDA::test_out__refs_conj_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3991812Z test_ops.py::TestCommonCUDA::test_out__refs_conj_physical_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3992027Z test_ops.py::TestCommonCUDA::test_out__refs_copysign_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3992228Z test_ops.py::TestCommonCUDA::test_out__refs_cos_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3992432Z test_ops.py::TestCommonCUDA::test_out__refs_cumsum_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3992653Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_copy_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3992875Z test_ops.py::TestCommonCUDA::test_out__refs_div_floor_rounding_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3993098Z test_ops.py::TestCommonCUDA::test_out__refs_div_trunc_rounding_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3993304Z test_ops.py::TestCommonCUDA::test_out__refs_dsplit_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3993506Z test_ops.py::TestCommonCUDA::test_out__refs_erfc_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3993690Z test_ops.py::TestCommonCUDA::test_out__refs_erfinv_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3993948Z test_ops.py::TestCommonCUDA::test_out__refs_exp2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3994154Z test_ops.py::TestCommonCUDA::test_out__refs_exp_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3994367Z test_ops.py::TestCommonCUDA::test_out__refs_expand_as_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3994624Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fft_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3994841Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fftshift_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3995049Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3995260Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfftn_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3995474Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3995681Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3995902Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3996113Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3996323Z test_ops.py::TestCommonCUDA::test_out__refs_flatten_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3996534Z test_ops.py::TestCommonCUDA::test_out__refs_flip_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3996745Z test_ops.py::TestCommonCUDA::test_out__refs_fliplr_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3996954Z test_ops.py::TestCommonCUDA::test_out__refs_fmod_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3997164Z test_ops.py::TestCommonCUDA::test_out__refs_frac_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3997367Z test_ops.py::TestCommonCUDA::test_out__refs_ge_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3997579Z test_ops.py::TestCommonCUDA::test_out__refs_heaviside_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3997765Z test_ops.py::TestCommonCUDA::test_out__refs_igammac_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3997984Z test_ops.py::TestCommonCUDA::test_out__refs_index_copy_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3998198Z test_ops.py::TestCommonCUDA::test_out__refs_index_fill_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3998410Z test_ops.py::TestCommonCUDA::test_out__refs_isclose_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3998628Z test_ops.py::TestCommonCUDA::test_out__refs_isfinite_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3998836Z test_ops.py::TestCommonCUDA::test_out__refs_isnan_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3999058Z test_ops.py::TestCommonCUDA::test_out__refs_le_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3999266Z test_ops.py::TestCommonCUDA::test_out__refs_lerp_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3999483Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_norm_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3999708Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_svdvals_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.3999920Z test_ops.py::TestCommonCUDA::test_out__refs_log10_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4000130Z test_ops.py::TestCommonCUDA::test_out__refs_log1p_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4000335Z test_ops.py::TestCommonCUDA::test_out__refs_log2_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4000544Z test_ops.py::TestCommonCUDA::test_out__refs_log_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4000778Z test_ops.py::TestCommonCUDA::test_out__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4001001Z test_ops.py::TestCommonCUDA::test_out__refs_logical_and_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4001216Z test_ops.py::TestCommonCUDA::test_out__refs_logical_or_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4001434Z test_ops.py::TestCommonCUDA::test_out__refs_logical_xor_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4001646Z test_ops.py::TestCommonCUDA::test_out__refs_logspace_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4001889Z test_ops.py::TestCommonCUDA::test_out__refs_logsumexp_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4002108Z test_ops.py::TestCommonCUDA::test_out__refs_masked_fill_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4002318Z test_ops.py::TestCommonCUDA::test_out__refs_maximum_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4002535Z test_ops.py::TestCommonCUDA::test_out__refs_movedim_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4002797Z test_ops.py::TestCommonCUDA::test_out__refs_nan_to_num_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4003006Z test_ops.py::TestCommonCUDA::test_out__refs_narrow_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4003208Z test_ops.py::TestCommonCUDA::test_out__refs_ne_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4003474Z test_ops.py::TestCommonCUDA::test_out__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2023-01-11T22:56:11.4003696Z test_ops.py::TestCommonCUDA::test_out__refs_new_empty_strided_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4003910Z test_ops.py::TestCommonCUDA::test_out__refs_new_zeros_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4004198Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2023-01-11T22:56:11.4004429Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_group_norm_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4004663Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4004907Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4005136Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4005386Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4005629Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4005857Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4006099Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4006324Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pdist_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4006570Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4006792Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu6_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4006992Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4007231Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softshrink_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4007463Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_threshold_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4007674Z test_ops.py::TestCommonCUDA::test_out__refs_positive_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4007881Z test_ops.py::TestCommonCUDA::test_out__refs_pow_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4008090Z test_ops.py::TestCommonCUDA::test_out__refs_prod_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4008294Z test_ops.py::TestCommonCUDA::test_out__refs_randn_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4008504Z test_ops.py::TestCommonCUDA::test_out__refs_ravel_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4008724Z test_ops.py::TestCommonCUDA::test_out__refs_reciprocal_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4008928Z test_ops.py::TestCommonCUDA::test_out__refs_roll_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4009133Z test_ops.py::TestCommonCUDA::test_out__refs_round_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4009340Z test_ops.py::TestCommonCUDA::test_out__refs_rsqrt_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4009595Z test_ops.py::TestCommonCUDA::test_out__refs_sgn_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4009808Z test_ops.py::TestCommonCUDA::test_out__refs_sigmoid_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4010022Z test_ops.py::TestCommonCUDA::test_out__refs_sign_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4010239Z test_ops.py::TestCommonCUDA::test_out__refs_sinh_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4010503Z test_ops.py::TestCommonCUDA::test_out__refs_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4010728Z test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j1_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4010948Z test_ops.py::TestCommonCUDA::test_out__refs_special_erfcx_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4011161Z test_ops.py::TestCommonCUDA::test_out__refs_special_i1_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4011360Z test_ops.py::TestCommonCUDA::test_out__refs_special_log_ndtr_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4011608Z test_ops.py::TestCommonCUDA::test_out__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4011857Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4012107Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4012328Z test_ops.py::TestCommonCUDA::test_out__refs_special_ndtr_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4012564Z test_ops.py::TestCommonCUDA::test_out__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4012773Z test_ops.py::TestCommonCUDA::test_out__refs_sqrt_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4012979Z test_ops.py::TestCommonCUDA::test_out__refs_stack_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4013183Z test_ops.py::TestCommonCUDA::test_out__refs_std_mean_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4013390Z test_ops.py::TestCommonCUDA::test_out__refs_sum_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4013603Z test_ops.py::TestCommonCUDA::test_out__refs_tanh_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4013808Z test_ops.py::TestCommonCUDA::test_out__refs_to_cuda_float32 PASSED [ 15%] 2023-01-11T22:56:11.4014011Z test_ops.py::TestCommonCUDA::test_out__refs_trace_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4014224Z test_ops.py::TestCommonCUDA::test_out__refs_tril_indices_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4014439Z test_ops.py::TestCommonCUDA::test_out__refs_triu_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4014651Z test_ops.py::TestCommonCUDA::test_out__refs_triu_indices_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4014869Z test_ops.py::TestCommonCUDA::test_out__refs_true_divide_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4015081Z test_ops.py::TestCommonCUDA::test_out__refs_trunc_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4015289Z test_ops.py::TestCommonCUDA::test_out__refs_var_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4015497Z test_ops.py::TestCommonCUDA::test_out__refs_var_mean_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4015679Z test_ops.py::TestCommonCUDA::test_out__refs_view_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4015887Z test_ops.py::TestCommonCUDA::test_out__refs_vsplit_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4016094Z test_ops.py::TestCommonCUDA::test_out__refs_where_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4016303Z test_ops.py::TestCommonCUDA::test_out__refs_xlogy_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4016528Z test_ops.py::TestCommonCUDA::test_out__softmax_backward_data_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4016730Z test_ops.py::TestCommonCUDA::test_out_acos_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4016938Z test_ops.py::TestCommonCUDA::test_out_acosh_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4017143Z test_ops.py::TestCommonCUDA::test_out_add_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4017346Z test_ops.py::TestCommonCUDA::test_out_addbmm_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4017616Z test_ops.py::TestCommonCUDA::test_out_addcdiv_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4017823Z test_ops.py::TestCommonCUDA::test_out_addmm_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4018042Z test_ops.py::TestCommonCUDA::test_out_addmm_decomposed_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4018285Z test_ops.py::TestCommonCUDA::test_out_all_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4018482Z test_ops.py::TestCommonCUDA::test_out_amin_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4018689Z test_ops.py::TestCommonCUDA::test_out_aminmax_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4018891Z test_ops.py::TestCommonCUDA::test_out_angle_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4019097Z test_ops.py::TestCommonCUDA::test_out_argmax_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4019303Z test_ops.py::TestCommonCUDA::test_out_argsort_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4019514Z test_ops.py::TestCommonCUDA::test_out_as_strided_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4019717Z test_ops.py::TestCommonCUDA::test_out_as_strided_partial_views_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4019934Z test_ops.py::TestCommonCUDA::test_out_as_strided_scatter_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4020125Z test_ops.py::TestCommonCUDA::test_out_asin_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4020333Z test_ops.py::TestCommonCUDA::test_out_atan2_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4020538Z test_ops.py::TestCommonCUDA::test_out_atanh_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4020763Z test_ops.py::TestCommonCUDA::test_out_atleast_1d_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4020971Z test_ops.py::TestCommonCUDA::test_out_atleast_2d_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4021181Z test_ops.py::TestCommonCUDA::test_out_atleast_3d_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4021388Z test_ops.py::TestCommonCUDA::test_out_baddbmm_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4021593Z test_ops.py::TestCommonCUDA::test_out_bernoulli_cuda_float32 XFAIL [ 16%] 2023-01-11T22:56:11.4021796Z test_ops.py::TestCommonCUDA::test_out_bfloat16_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4021999Z test_ops.py::TestCommonCUDA::test_out_bincount_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4022217Z test_ops.py::TestCommonCUDA::test_out_bitwise_left_shift_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4022420Z test_ops.py::TestCommonCUDA::test_out_bitwise_not_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4022618Z test_ops.py::TestCommonCUDA::test_out_bool_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4022834Z test_ops.py::TestCommonCUDA::test_out_broadcast_shapes_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4023052Z test_ops.py::TestCommonCUDA::test_out_broadcast_tensors_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4023262Z test_ops.py::TestCommonCUDA::test_out_bucketize_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4023479Z test_ops.py::TestCommonCUDA::test_out_cholesky_solve_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4023665Z test_ops.py::TestCommonCUDA::test_out_column_stack_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4023942Z test_ops.py::TestCommonCUDA::test_out_conj_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4024160Z test_ops.py::TestCommonCUDA::test_out_conj_physical_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4024365Z test_ops.py::TestCommonCUDA::test_out_corrcoef_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4024566Z test_ops.py::TestCommonCUDA::test_out_cosh_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4024773Z test_ops.py::TestCommonCUDA::test_out_count_nonzero_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4024971Z test_ops.py::TestCommonCUDA::test_out_cov_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4025172Z test_ops.py::TestCommonCUDA::test_out_cummax_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4025438Z test_ops.py::TestCommonCUDA::test_out_cumprod_cuda_float32 XFAIL [ 16%] 2023-01-11T22:56:11.4025666Z test_ops.py::TestCommonCUDA::test_out_cumulative_trapezoid_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4025873Z test_ops.py::TestCommonCUDA::test_out_deg2rad_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4026080Z test_ops.py::TestCommonCUDA::test_out_diag_embed_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4026337Z test_ops.py::TestCommonCUDA::test_out_diagonal_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4026555Z test_ops.py::TestCommonCUDA::test_out_diagonal_scatter_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4026763Z test_ops.py::TestCommonCUDA::test_out_digamma_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4026982Z test_ops.py::TestCommonCUDA::test_out_div_floor_rounding_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4027184Z test_ops.py::TestCommonCUDA::test_out_double_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4027398Z test_ops.py::TestCommonCUDA::test_out_dsplit_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4027602Z test_ops.py::TestCommonCUDA::test_out_einsum_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4027785Z test_ops.py::TestCommonCUDA::test_out_empty_like_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4028090Z test_ops.py::TestCommonCUDA::test_out_equal_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2023-01-11T22:56:11.4028298Z test_ops.py::TestCommonCUDA::test_out_erfinv_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4028500Z test_ops.py::TestCommonCUDA::test_out_exp_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4028706Z test_ops.py::TestCommonCUDA::test_out_expand_as_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4028909Z test_ops.py::TestCommonCUDA::test_out_expand_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4029118Z test_ops.py::TestCommonCUDA::test_out_fft_fftshift_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4029323Z test_ops.py::TestCommonCUDA::test_out_fft_ihfftn_cuda_float32 XFAIL [ 16%] 2023-01-11T22:56:11.4029530Z test_ops.py::TestCommonCUDA::test_out_fft_rfftn_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4029718Z test_ops.py::TestCommonCUDA::test_out_floor_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4029926Z test_ops.py::TestCommonCUDA::test_out_floor_divide_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4030114Z test_ops.py::TestCommonCUDA::test_out_fmin_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4030310Z test_ops.py::TestCommonCUDA::test_out_frac_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4030514Z test_ops.py::TestCommonCUDA::test_out_frexp_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4030715Z test_ops.py::TestCommonCUDA::test_out_full_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4030925Z test_ops.py::TestCommonCUDA::test_out_full_like_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4031127Z test_ops.py::TestCommonCUDA::test_out_gcd_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4031321Z test_ops.py::TestCommonCUDA::test_out_ge_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4031518Z test_ops.py::TestCommonCUDA::test_out_gradient_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4031703Z test_ops.py::TestCommonCUDA::test_out_gt_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4031885Z test_ops.py::TestCommonCUDA::test_out_hsplit_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4032074Z test_ops.py::TestCommonCUDA::test_out_i0_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4032265Z test_ops.py::TestCommonCUDA::test_out_igamma_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4032472Z test_ops.py::TestCommonCUDA::test_out_igammac_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4032681Z test_ops.py::TestCommonCUDA::test_out_imag_cuda_complex64 PASSED [ 16%] 2023-01-11T22:56:11.4032888Z test_ops.py::TestCommonCUDA::test_out_index_add_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4033146Z test_ops.py::TestCommonCUDA::test_out_index_copy_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4033358Z test_ops.py::TestCommonCUDA::test_out_index_fill_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4033568Z test_ops.py::TestCommonCUDA::test_out_index_put_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4033819Z test_ops.py::TestCommonCUDA::test_out_index_select_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4034024Z test_ops.py::TestCommonCUDA::test_out_inner_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4034227Z test_ops.py::TestCommonCUDA::test_out_isinf_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4034435Z test_ops.py::TestCommonCUDA::test_out_isneginf_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4034643Z test_ops.py::TestCommonCUDA::test_out_istft_cuda_complex64 PASSED [ 16%] 2023-01-11T22:56:11.4034858Z test_ops.py::TestCommonCUDA::test_out_jiterator_binary_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4035065Z test_ops.py::TestCommonCUDA::test_out_kron_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4035271Z test_ops.py::TestCommonCUDA::test_out_kthvalue_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4035469Z test_ops.py::TestCommonCUDA::test_out_lcm_cuda_int64 PASSED [ 16%] 2023-01-11T22:56:11.4035674Z test_ops.py::TestCommonCUDA::test_out_ldexp_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4035858Z test_ops.py::TestCommonCUDA::test_out_lerp_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4036065Z test_ops.py::TestCommonCUDA::test_out_linalg_cond_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4036270Z test_ops.py::TestCommonCUDA::test_out_linalg_eig_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4036480Z test_ops.py::TestCommonCUDA::test_out_linalg_eigh_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4036694Z test_ops.py::TestCommonCUDA::test_out_linalg_eigvals_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4036910Z test_ops.py::TestCommonCUDA::test_out_linalg_eigvalsh_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4037123Z test_ops.py::TestCommonCUDA::test_out_linalg_inv_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4037328Z test_ops.py::TestCommonCUDA::test_out_linalg_inv_ex_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4037755Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 16%] 2023-01-11T22:56:11.4038172Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 16%] 2023-01-11T22:56:11.4038570Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 16%] 2023-01-11T22:56:11.4038800Z test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_cuda_float32 SKIPPED (Skipped!) [ 16%] 2023-01-11T22:56:11.4039029Z test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4039239Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4039463Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_power_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4039672Z test_ops.py::TestCommonCUDA::test_out_linalg_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4039910Z test_ops.py::TestCommonCUDA::test_out_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4040125Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4040338Z test_ops.py::TestCommonCUDA::test_out_linalg_slogdet_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4040564Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_triangular_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4040772Z test_ops.py::TestCommonCUDA::test_out_linalg_svd_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4040959Z test_ops.py::TestCommonCUDA::test_out_linalg_svdvals_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4041243Z test_ops.py::TestCommonCUDA::test_out_linalg_tensorsolve_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4041460Z test_ops.py::TestCommonCUDA::test_out_linalg_vander_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4041679Z test_ops.py::TestCommonCUDA::test_out_linalg_vector_norm_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4041880Z test_ops.py::TestCommonCUDA::test_out_log10_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4042131Z test_ops.py::TestCommonCUDA::test_out_log1p_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4042331Z test_ops.py::TestCommonCUDA::test_out_log_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4042537Z test_ops.py::TestCommonCUDA::test_out_log_softmax_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4042761Z test_ops.py::TestCommonCUDA::test_out_log_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4042973Z test_ops.py::TestCommonCUDA::test_out_logaddexp2_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4043176Z test_ops.py::TestCommonCUDA::test_out_logical_and_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4043391Z test_ops.py::TestCommonCUDA::test_out_logical_not_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4043594Z test_ops.py::TestCommonCUDA::test_out_long_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4043793Z test_ops.py::TestCommonCUDA::test_out_lt_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4043998Z test_ops.py::TestCommonCUDA::test_out_lu_cuda_float32 XFAIL [ 16%] 2023-01-11T22:56:11.4044205Z test_ops.py::TestCommonCUDA::test_out_lu_solve_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4044413Z test_ops.py::TestCommonCUDA::test_out_lu_unpack_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4044612Z test_ops.py::TestCommonCUDA::test_out_mH_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4044816Z test_ops.py::TestCommonCUDA::test_out_mT_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4045001Z test_ops.py::TestCommonCUDA::test_out_masked_amin_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4045212Z test_ops.py::TestCommonCUDA::test_out_masked_argmax_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4045422Z test_ops.py::TestCommonCUDA::test_out_masked_argmin_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4045642Z test_ops.py::TestCommonCUDA::test_out_masked_cumprod_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4045867Z test_ops.py::TestCommonCUDA::test_out_masked_logsumexp_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4046078Z test_ops.py::TestCommonCUDA::test_out_masked_mean_cuda_float32 PASSED [ 16%] 2023-01-11T22:56:11.4046284Z test_ops.py::TestCommonCUDA::test_out_masked_median_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4046493Z test_ops.py::TestCommonCUDA::test_out_masked_select_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4046702Z test_ops.py::TestCommonCUDA::test_out_masked_softmax_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4046912Z test_ops.py::TestCommonCUDA::test_out_masked_softmin_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4047117Z test_ops.py::TestCommonCUDA::test_out_masked_sum_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4047328Z test_ops.py::TestCommonCUDA::test_out_masked_var_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4047530Z test_ops.py::TestCommonCUDA::test_out_matmul_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4047738Z test_ops.py::TestCommonCUDA::test_out_matrix_exp_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4047998Z test_ops.py::TestCommonCUDA::test_out_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:56:11.4048198Z test_ops.py::TestCommonCUDA::test_out_mean_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4048425Z test_ops.py::TestCommonCUDA::test_out_meshgrid_variadic_tensors_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4048625Z test_ops.py::TestCommonCUDA::test_out_mm_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4048827Z test_ops.py::TestCommonCUDA::test_out_mul_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4049106Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4049306Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4049516Z test_ops.py::TestCommonCUDA::test_out_nanmean_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4049726Z test_ops.py::TestCommonCUDA::test_out_nanquantile_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4049994Z test_ops.py::TestCommonCUDA::test_out_native_dropout_backward_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4050201Z test_ops.py::TestCommonCUDA::test_out_new_empty_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4050402Z test_ops.py::TestCommonCUDA::test_out_new_full_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4050603Z test_ops.py::TestCommonCUDA::test_out_new_ones_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4050817Z test_ops.py::TestCommonCUDA::test_out_new_zeros_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4051057Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4051303Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4051543Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4051780Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4052023Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4052250Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4052471Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool2d_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4052707Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4052952Z test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4053216Z test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4053436Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4053673Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4053912Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4054133Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4054366Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cross_entropy_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4054590Z test_ops.py::TestCommonCUDA::test_out_nn_functional_ctc_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4054819Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4055042Z test_ops.py::TestCommonCUDA::test_out_nn_functional_elu_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4055276Z test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_bag_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4055507Z test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4055780Z test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4056025Z test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4056275Z test_ops.py::TestCommonCUDA::test_out_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4056514Z test_ops.py::TestCommonCUDA::test_out_nn_functional_gelu_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:56:11.4056747Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardsigmoid_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4057042Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4057273Z test_ops.py::TestCommonCUDA::test_out_nn_functional_instance_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4057518Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4057808Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4058034Z test_ops.py::TestCommonCUDA::test_out_nn_functional_layer_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4058253Z test_ops.py::TestCommonCUDA::test_out_nn_functional_linear_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4058491Z test_ops.py::TestCommonCUDA::test_out_nn_functional_local_response_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4058717Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4058947Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool3d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4059183Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4059397Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4059630Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4059867Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4060105Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4060324Z test_ops.py::TestCommonCUDA::test_out_nn_functional_mish_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4060552Z test_ops.py::TestCommonCUDA::test_out_nn_functional_mse_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4060804Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4061058Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4061282Z test_ops.py::TestCommonCUDA::test_out_nn_functional_nll_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4061515Z test_ops.py::TestCommonCUDA::test_out_nn_functional_normalize_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4061756Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_constant_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4061990Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_replicate_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4062230Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pairwise_distance_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4062453Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pdist_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4062687Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4062923Z test_ops.py::TestCommonCUDA::test_out_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4063147Z test_ops.py::TestCommonCUDA::test_out_nn_functional_prelu_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4063368Z test_ops.py::TestCommonCUDA::test_out_nn_functional_relu6_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4063586Z test_ops.py::TestCommonCUDA::test_out_nn_functional_rrelu_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4063935Z test_ops.py::TestCommonCUDA::test_out_nn_functional_selu_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4064169Z test_ops.py::TestCommonCUDA::test_out_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4064376Z test_ops.py::TestCommonCUDA::test_out_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4064600Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softplus_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4064829Z test_ops.py::TestCommonCUDA::test_out_nn_functional_tanhshrink_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4065133Z test_ops.py::TestCommonCUDA::test_out_nn_functional_threshold_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4065402Z test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4065623Z test_ops.py::TestCommonCUDA::test_out_nn_functional_unfold_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4065910Z test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4066116Z test_ops.py::TestCommonCUDA::test_out_nonzero_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4066319Z test_ops.py::TestCommonCUDA::test_out_norm_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4066521Z test_ops.py::TestCommonCUDA::test_out_norm_fro_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4066722Z test_ops.py::TestCommonCUDA::test_out_normal_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4066941Z test_ops.py::TestCommonCUDA::test_out_ones_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4067185Z test_ops.py::TestCommonCUDA::test_out_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 17%] 2023-01-11T22:56:11.4067433Z test_ops.py::TestCommonCUDA::test_out_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 17%] 2023-01-11T22:56:11.4067638Z test_ops.py::TestCommonCUDA::test_out_permute_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4067850Z test_ops.py::TestCommonCUDA::test_out_pinverse_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4068055Z test_ops.py::TestCommonCUDA::test_out_polar_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4068262Z test_ops.py::TestCommonCUDA::test_out_pow_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4068464Z test_ops.py::TestCommonCUDA::test_out_prod_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4068667Z test_ops.py::TestCommonCUDA::test_out_put_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4068848Z test_ops.py::TestCommonCUDA::test_out_rad2deg_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4069054Z test_ops.py::TestCommonCUDA::test_out_rand_like_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4069261Z test_ops.py::TestCommonCUDA::test_out_randint_cuda_float32 XFAIL [ 17%] 2023-01-11T22:56:11.4069468Z test_ops.py::TestCommonCUDA::test_out_ravel_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4069679Z test_ops.py::TestCommonCUDA::test_out_remainder_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4069885Z test_ops.py::TestCommonCUDA::test_out_reshape_as_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4070097Z test_ops.py::TestCommonCUDA::test_out_reshape_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4070305Z test_ops.py::TestCommonCUDA::test_out_resolve_conj_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4070504Z test_ops.py::TestCommonCUDA::test_out_roll_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4070704Z test_ops.py::TestCommonCUDA::test_out_rot90_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4070924Z test_ops.py::TestCommonCUDA::test_out_round_decimals_0_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4071123Z test_ops.py::TestCommonCUDA::test_out_rsub_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4071332Z test_ops.py::TestCommonCUDA::test_out_scalar_tensor_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4071553Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amin_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4071775Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_mean_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4071993Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_prod_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4072228Z test_ops.py::TestCommonCUDA::test_out_segment_reduce_offsets_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4072468Z test_ops.py::TestCommonCUDA::test_out_select_scatter_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4072675Z test_ops.py::TestCommonCUDA::test_out_sgn_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4072925Z test_ops.py::TestCommonCUDA::test_out_sign_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4073130Z test_ops.py::TestCommonCUDA::test_out_signal_windows_bartlett_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4073358Z test_ops.py::TestCommonCUDA::test_out_signal_windows_blackman_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4073581Z test_ops.py::TestCommonCUDA::test_out_signal_windows_cosine_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4073866Z test_ops.py::TestCommonCUDA::test_out_signal_windows_gaussian_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4074101Z test_ops.py::TestCommonCUDA::test_out_signal_windows_general_cosine_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4074342Z test_ops.py::TestCommonCUDA::test_out_signal_windows_general_hamming_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4074566Z test_ops.py::TestCommonCUDA::test_out_signal_windows_hamming_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4074790Z test_ops.py::TestCommonCUDA::test_out_signal_windows_nuttall_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4074998Z test_ops.py::TestCommonCUDA::test_out_sinh_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4075207Z test_ops.py::TestCommonCUDA::test_out_slice_scatter_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4075414Z test_ops.py::TestCommonCUDA::test_out_softmax_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4075633Z test_ops.py::TestCommonCUDA::test_out_softmax_with_dtype_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4075882Z test_ops.py::TestCommonCUDA::test_out_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 17%] 2023-01-11T22:56:11.4076100Z test_ops.py::TestCommonCUDA::test_out_special_bessel_j0_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4076314Z test_ops.py::TestCommonCUDA::test_out_special_bessel_y0_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4076533Z test_ops.py::TestCommonCUDA::test_out_special_bessel_y1_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4077023Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2023-01-11T22:56:11.4077236Z test_ops.py::TestCommonCUDA::test_out_special_erfcx_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4077474Z test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_he_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4077683Z test_ops.py::TestCommonCUDA::test_out_special_i1_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4077894Z test_ops.py::TestCommonCUDA::test_out_special_i1e_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4078333Z test_ops.py::TestCommonCUDA::test_out_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2023-01-11T22:56:11.4078551Z test_ops.py::TestCommonCUDA::test_out_special_log_ndtr_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4078781Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i0_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4079007Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i1_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4079221Z test_ops.py::TestCommonCUDA::test_out_special_ndtr_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4079430Z test_ops.py::TestCommonCUDA::test_out_special_ndtri_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4079686Z test_ops.py::TestCommonCUDA::test_out_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4080175Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2023-01-11T22:56:11.4080390Z test_ops.py::TestCommonCUDA::test_out_special_xlog1py_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4080603Z test_ops.py::TestCommonCUDA::test_out_split_list_args_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4080811Z test_ops.py::TestCommonCUDA::test_out_squeeze_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4081020Z test_ops.py::TestCommonCUDA::test_out_std_mean_cuda_float32 PASSED [ 17%] 2023-01-11T22:56:11.4081301Z test_ops.py::TestCommonCUDA::test_out_std_mean_unbiased_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4081509Z test_ops.py::TestCommonCUDA::test_out_stft_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4081710Z test_ops.py::TestCommonCUDA::test_out_sum_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4081916Z test_ops.py::TestCommonCUDA::test_out_symeig_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4082163Z test_ops.py::TestCommonCUDA::test_out_t_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4082369Z test_ops.py::TestCommonCUDA::test_out_take_along_dim_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4082570Z test_ops.py::TestCommonCUDA::test_out_take_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4082789Z test_ops.py::TestCommonCUDA::test_out_tan_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4082994Z test_ops.py::TestCommonCUDA::test_out_tanh_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4083175Z test_ops.py::TestCommonCUDA::test_out_to_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4083380Z test_ops.py::TestCommonCUDA::test_out_to_sparse_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4083588Z test_ops.py::TestCommonCUDA::test_out_trapz_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4083793Z test_ops.py::TestCommonCUDA::test_out_tril_indices_cuda_int64 PASSED [ 18%] 2023-01-11T22:56:11.4084005Z test_ops.py::TestCommonCUDA::test_out_triu_indices_cuda_int64 PASSED [ 18%] 2023-01-11T22:56:11.4084206Z test_ops.py::TestCommonCUDA::test_out_trunc_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4084410Z test_ops.py::TestCommonCUDA::test_out_unbind_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4084619Z test_ops.py::TestCommonCUDA::test_out_uniform_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4084827Z test_ops.py::TestCommonCUDA::test_out_unsqueeze_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4085032Z test_ops.py::TestCommonCUDA::test_out_var_mean_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4085256Z test_ops.py::TestCommonCUDA::test_out_var_mean_unbiased_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4085459Z test_ops.py::TestCommonCUDA::test_out_vdot_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4085671Z test_ops.py::TestCommonCUDA::test_out_view_as_complex_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4085891Z test_ops.py::TestCommonCUDA::test_out_view_as_real_cuda_complex64 PASSED [ 18%] 2023-01-11T22:56:11.4086094Z test_ops.py::TestCommonCUDA::test_out_view_copy_cuda_float32 XFAIL [ 18%] 2023-01-11T22:56:11.4086297Z test_ops.py::TestCommonCUDA::test_out_vsplit_cuda_float32 PASSED [ 18%] 2023-01-11T22:56:11.4086495Z test_ops.py::TestCommonCUDA::test_out_warning_H_cuda PASSED [ 18%] 2023-01-11T22:56:11.4086695Z test_ops.py::TestCommonCUDA::test_out_warning_T_cuda PASSED [ 18%] 2023-01-11T22:56:11.4086878Z test_ops.py::TestCommonCUDA::test_out_warning___getitem___cuda PASSED [ 18%] 2023-01-11T22:56:11.4087084Z test_ops.py::TestCommonCUDA::test_out_warning___radd___cuda PASSED [ 18%] 2023-01-11T22:56:11.4087290Z test_ops.py::TestCommonCUDA::test_out_warning___rmod___cuda PASSED [ 18%] 2023-01-11T22:56:11.4087491Z test_ops.py::TestCommonCUDA::test_out_warning___rmul___cuda PASSED [ 18%] 2023-01-11T22:56:11.4087698Z test_ops.py::TestCommonCUDA::test_out_warning___rpow___cuda PASSED [ 18%] 2023-01-11T22:56:11.4087903Z test_ops.py::TestCommonCUDA::test_out_warning___rsub___cuda PASSED [ 18%] 2023-01-11T22:56:11.4088113Z test_ops.py::TestCommonCUDA::test_out_warning___rxor___cuda PASSED [ 18%] 2023-01-11T22:56:11.4088337Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bool_cuda PASSED [ 18%] 2023-01-11T22:56:11.4088564Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cfloat_cuda PASSED [ 18%] 2023-01-11T22:56:11.4088786Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_char_cuda PASSED [ 18%] 2023-01-11T22:56:11.4089067Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_complex_cuda PASSED [ 18%] 2023-01-11T22:56:11.4089294Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_half_cuda PASSED [ 18%] 2023-01-11T22:56:11.4089506Z test_ops.py::TestCommonCUDA::test_out_warning__refs_acos_cuda PASSED [ 18%] 2023-01-11T22:56:11.4089713Z test_ops.py::TestCommonCUDA::test_out_warning__refs_acosh_cuda PASSED [ 18%] 2023-01-11T22:56:11.4089986Z test_ops.py::TestCommonCUDA::test_out_warning__refs_add_cuda PASSED [ 18%] 2023-01-11T22:56:11.4090199Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addcdiv_cuda PASSED [ 18%] 2023-01-11T22:56:11.4090411Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addcmul_cuda PASSED [ 18%] 2023-01-11T22:56:11.4090618Z test_ops.py::TestCommonCUDA::test_out_warning__refs_amax_cuda PASSED [ 18%] 2023-01-11T22:56:11.4090826Z test_ops.py::TestCommonCUDA::test_out_warning__refs_amin_cuda PASSED [ 18%] 2023-01-11T22:56:11.4091041Z test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_cuda PASSED [ 18%] 2023-01-11T22:56:11.4091256Z test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_partial_views_cuda PASSED [ 18%] 2023-01-11T22:56:11.4091468Z test_ops.py::TestCommonCUDA::test_out_warning__refs_asin_cuda PASSED [ 18%] 2023-01-11T22:56:11.4091678Z test_ops.py::TestCommonCUDA::test_out_warning__refs_asinh_cuda PASSED [ 18%] 2023-01-11T22:56:11.4091887Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atanh_cuda PASSED [ 18%] 2023-01-11T22:56:11.4092102Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_and_cuda PASSED [ 18%] 2023-01-11T22:56:11.4092331Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_left_shift_cuda PASSED [ 18%] 2023-01-11T22:56:11.4092548Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_not_cuda PASSED [ 18%] 2023-01-11T22:56:11.4092768Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_xor_cuda PASSED [ 18%] 2023-01-11T22:56:11.4092992Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_shapes_cuda PASSED [ 18%] 2023-01-11T22:56:11.4093210Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bucketize_cuda PASSED [ 18%] 2023-01-11T22:56:11.4093422Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ceil_cuda PASSED [ 18%] 2023-01-11T22:56:11.4093633Z test_ops.py::TestCommonCUDA::test_out_warning__refs_chunk_cuda PASSED [ 18%] 2023-01-11T22:56:11.4093853Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_max_cuda PASSED [ 18%] 2023-01-11T22:56:11.4094062Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clone_cuda PASSED [ 18%] 2023-01-11T22:56:11.4094269Z test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_cuda PASSED [ 18%] 2023-01-11T22:56:11.4094487Z test_ops.py::TestCommonCUDA::test_out_warning__refs_contiguous_cuda PASSED [ 18%] 2023-01-11T22:56:11.4094693Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cos_cuda PASSED [ 18%] 2023-01-11T22:56:11.4094900Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cosh_cuda PASSED [ 18%] 2023-01-11T22:56:11.4095109Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_cuda PASSED [ 18%] 2023-01-11T22:56:11.4095300Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_embed_cuda PASSED [ 18%] 2023-01-11T22:56:11.4095520Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_copy_cuda PASSED [ 18%] 2023-01-11T22:56:11.4095736Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_cuda PASSED [ 18%] 2023-01-11T22:56:11.4095947Z test_ops.py::TestCommonCUDA::test_out_warning__refs_digamma_cuda PASSED [ 18%] 2023-01-11T22:56:11.4096174Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_floor_rounding_cuda PASSED [ 18%] 2023-01-11T22:56:11.4096402Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_no_rounding_mode_cuda PASSED [ 18%] 2023-01-11T22:56:11.4096627Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_trunc_rounding_cuda PASSED [ 18%] 2023-01-11T22:56:11.4096834Z test_ops.py::TestCommonCUDA::test_out_warning__refs_dsplit_cuda PASSED [ 18%] 2023-01-11T22:56:11.4097161Z test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_cuda SKIPPED (Expected: empty is not comparable) [ 18%] 2023-01-11T22:56:11.4097376Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erfc_cuda PASSED [ 18%] 2023-01-11T22:56:11.4097591Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erfinv_cuda PASSED [ 18%] 2023-01-11T22:56:11.4097846Z test_ops.py::TestCommonCUDA::test_out_warning__refs_exp_cuda PASSED [ 18%] 2023-01-11T22:56:11.4098060Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_as_cuda PASSED [ 18%] 2023-01-11T22:56:11.4098271Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expm1_cuda PASSED [ 18%] 2023-01-11T22:56:11.4098487Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4098700Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfftn_cuda PASSED [ 18%] 2023-01-11T22:56:11.4098923Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4099140Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft_cuda PASSED [ 18%] 2023-01-11T22:56:11.4099353Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftn_cuda PASSED [ 18%] 2023-01-11T22:56:11.4099574Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftshift_cuda PASSED [ 18%] 2023-01-11T22:56:11.4099765Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4099984Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfftn_cuda PASSED [ 18%] 2023-01-11T22:56:11.4100199Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4100417Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfftn_cuda PASSED [ 18%] 2023-01-11T22:56:11.4100627Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4100838Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flipud_cuda PASSED [ 18%] 2023-01-11T22:56:11.4101060Z test_ops.py::TestCommonCUDA::test_out_warning__refs_float_power_cuda PASSED [ 18%] 2023-01-11T22:56:11.4101272Z test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_cuda PASSED [ 18%] 2023-01-11T22:56:11.4101489Z test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_divide_cuda PASSED [ 18%] 2023-01-11T22:56:11.4101694Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmax_cuda PASSED [ 18%] 2023-01-11T22:56:11.4101908Z test_ops.py::TestCommonCUDA::test_out_warning__refs_frac_cuda PASSED [ 18%] 2023-01-11T22:56:11.4102114Z test_ops.py::TestCommonCUDA::test_out_warning__refs_gcd_cuda PASSED [ 18%] 2023-01-11T22:56:11.4102319Z test_ops.py::TestCommonCUDA::test_out_warning__refs_i0_cuda PASSED [ 18%] 2023-01-11T22:56:11.4102526Z test_ops.py::TestCommonCUDA::test_out_warning__refs_imag_cuda PASSED [ 18%] 2023-01-11T22:56:11.4102742Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_add_cuda PASSED [ 18%] 2023-01-11T22:56:11.4102956Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_copy_cuda PASSED [ 18%] 2023-01-11T22:56:11.4103176Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_fill_cuda PASSED [ 18%] 2023-01-11T22:56:11.4103397Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_select_cuda PASSED [ 18%] 2023-01-11T22:56:11.4103606Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isclose_cuda PASSED [ 18%] 2023-01-11T22:56:11.4103860Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isnan_cuda PASSED [ 18%] 2023-01-11T22:56:11.4104070Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lerp_cuda PASSED [ 18%] 2023-01-11T22:56:11.4104281Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svd_cuda PASSED [ 18%] 2023-01-11T22:56:11.4104516Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svdvals_cuda PASSED [ 18%] 2023-01-11T22:56:11.4104744Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_vector_norm_cuda PASSED [ 18%] 2023-01-11T22:56:11.4104953Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log10_cuda PASSED [ 18%] 2023-01-11T22:56:11.4105233Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log1p_cuda PASSED [ 18%] 2023-01-11T22:56:11.4105442Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log2_cuda PASSED [ 18%] 2023-01-11T22:56:11.4105677Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log_softmax_with_dtype_cuda PASSED [ 18%] 2023-01-11T22:56:11.4105947Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_and_cuda PASSED [ 18%] 2023-01-11T22:56:11.4106172Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_not_cuda PASSED [ 18%] 2023-01-11T22:56:11.4106382Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logspace_cuda PASSED [ 18%] 2023-01-11T22:56:11.4106598Z test_ops.py::TestCommonCUDA::test_out_warning__refs_masked_fill_cuda PASSED [ 18%] 2023-01-11T22:56:11.4106809Z test_ops.py::TestCommonCUDA::test_out_warning__refs_maximum_cuda PASSED [ 18%] 2023-01-11T22:56:11.4107013Z test_ops.py::TestCommonCUDA::test_out_warning__refs_mean_cuda PASSED [ 18%] 2023-01-11T22:56:11.4107226Z test_ops.py::TestCommonCUDA::test_out_warning__refs_movedim_cuda PASSED [ 18%] 2023-01-11T22:56:11.4107431Z test_ops.py::TestCommonCUDA::test_out_warning__refs_mul_cuda PASSED [ 18%] 2023-01-11T22:56:11.4107643Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nan_to_num_cuda PASSED [ 18%] 2023-01-11T22:56:11.4107867Z test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_copy_cuda PASSED [ 18%] 2023-01-11T22:56:11.4108095Z test_ops.py::TestCommonCUDA::test_out_warning__refs_native_layer_norm_cuda PASSED [ 18%] 2023-01-11T22:56:11.4108277Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ne_cuda PASSED [ 18%] 2023-01-11T22:56:11.4108500Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_strided_cuda PASSED [ 18%] 2023-01-11T22:56:11.4108712Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_full_cuda PASSED [ 18%] 2023-01-11T22:56:11.4108926Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_zeros_cuda PASSED [ 18%] 2023-01-11T22:56:11.4109170Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_group_norm_cuda PASSED [ 18%] 2023-01-11T22:56:11.4109410Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardtanh_cuda PASSED [ 18%] 2023-01-11T22:56:11.4109647Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_l1_loss_cuda PASSED [ 18%] 2023-01-11T22:56:11.4109888Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_layer_norm_cuda PASSED [ 18%] 2023-01-11T22:56:11.4110146Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cuda PASSED [ 18%] 2023-01-11T22:56:11.4110396Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 18%] 2023-01-11T22:56:11.4110626Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mish_cuda PASSED [ 18%] 2023-01-11T22:56:11.4110855Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mse_loss_cuda PASSED [ 18%] 2023-01-11T22:56:11.4111107Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pairwise_distance_cuda PASSED [ 18%] 2023-01-11T22:56:11.4111334Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pdist_cuda PASSED [ 18%] 2023-01-11T22:56:11.4111583Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_poisson_nll_loss_cuda PASSED [ 18%] 2023-01-11T22:56:11.4111809Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_prelu_cuda PASSED [ 18%] 2023-01-11T22:56:11.4112035Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu6_cuda PASSED [ 18%] 2023-01-11T22:56:11.4112264Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_selu_cuda PASSED [ 18%] 2023-01-11T22:56:11.4112515Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmax_with_dtype_cuda PASSED [ 18%] 2023-01-11T22:56:11.4112767Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmin_with_dtype_cuda PASSED [ 18%] 2023-01-11T22:56:11.4113051Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softplus_cuda PASSED [ 18%] 2023-01-11T22:56:11.4113289Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_tanhshrink_cuda PASSED [ 18%] 2023-01-11T22:56:11.4113516Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 18%] 2023-01-11T22:56:11.4113777Z test_ops.py::TestCommonCUDA::test_out_warning__refs_permute_cuda PASSED [ 18%] 2023-01-11T22:56:11.4113986Z test_ops.py::TestCommonCUDA::test_out_warning__refs_pow_cuda PASSED [ 18%] 2023-01-11T22:56:11.4114195Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ravel_cuda PASSED [ 19%] 2023-01-11T22:56:11.4114412Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reciprocal_cuda PASSED [ 19%] 2023-01-11T22:56:11.4114638Z test_ops.py::TestCommonCUDA::test_out_warning__refs_remainder_cuda PASSED [ 19%] 2023-01-11T22:56:11.4114857Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_as_cuda PASSED [ 19%] 2023-01-11T22:56:11.4115072Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_cuda PASSED [ 19%] 2023-01-11T22:56:11.4115281Z test_ops.py::TestCommonCUDA::test_out_warning__refs_roll_cuda PASSED [ 19%] 2023-01-11T22:56:11.4115489Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rsub_cuda PASSED [ 19%] 2023-01-11T22:56:11.4115697Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sigmoid_cuda PASSED [ 19%] 2023-01-11T22:56:11.4115910Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sin_cuda PASSED [ 19%] 2023-01-11T22:56:11.4116116Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sinc_cuda PASSED [ 19%] 2023-01-11T22:56:11.4116324Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sinh_cuda PASSED [ 19%] 2023-01-11T22:56:11.4116550Z test_ops.py::TestCommonCUDA::test_out_warning__refs_softmax_with_dtype_cuda PASSED [ 19%] 2023-01-11T22:56:11.4116778Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j0_cuda PASSED [ 19%] 2023-01-11T22:56:11.4117009Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j1_cuda PASSED [ 19%] 2023-01-11T22:56:11.4117229Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i0e_cuda PASSED [ 19%] 2023-01-11T22:56:11.4117479Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cuda PASSED [ 19%] 2023-01-11T22:56:11.4117729Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cuda PASSED [ 19%] 2023-01-11T22:56:11.4117929Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtr_cuda PASSED [ 19%] 2023-01-11T22:56:11.4118172Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_softmax_with_dtype_cuda PASSED [ 19%] 2023-01-11T22:56:11.4118418Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_spherical_bessel_j0_cuda PASSED [ 19%] 2023-01-11T22:56:11.4118643Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_xlog1py_cuda PASSED [ 19%] 2023-01-11T22:56:11.4118864Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_zeta_cuda PASSED [ 19%] 2023-01-11T22:56:11.4119081Z test_ops.py::TestCommonCUDA::test_out_warning__refs_squeeze_cuda PASSED [ 19%] 2023-01-11T22:56:11.4119295Z test_ops.py::TestCommonCUDA::test_out_warning__refs_std_mean_cuda PASSED [ 19%] 2023-01-11T22:56:11.4119504Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_cuda PASSED [ 19%] 2023-01-11T22:56:11.4119714Z test_ops.py::TestCommonCUDA::test_out_warning__refs_to_cuda PASSED [ 19%] 2023-01-11T22:56:11.4119936Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_indices_cuda PASSED [ 19%] 2023-01-11T22:56:11.4120154Z test_ops.py::TestCommonCUDA::test_out_warning__refs_true_divide_cuda PASSED [ 19%] 2023-01-11T22:56:11.4120362Z test_ops.py::TestCommonCUDA::test_out_warning__refs_trunc_cuda PASSED [ 19%] 2023-01-11T22:56:11.4120576Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unflatten_cuda PASSED [ 19%] 2023-01-11T22:56:11.4120787Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_cuda PASSED [ 19%] 2023-01-11T22:56:11.4121120Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unsqueeze_cuda PASSED [ 19%] 2023-01-11T22:56:11.4121335Z test_ops.py::TestCommonCUDA::test_out_warning__refs_var_cuda PASSED [ 19%] 2023-01-11T22:56:11.4121552Z test_ops.py::TestCommonCUDA::test_out_warning__refs_var_mean_cuda PASSED [ 19%] 2023-01-11T22:56:11.4121760Z test_ops.py::TestCommonCUDA::test_out_warning__refs_view_cuda PASSED [ 19%] 2023-01-11T22:56:11.4122015Z test_ops.py::TestCommonCUDA::test_out_warning__refs_vstack_cuda PASSED [ 19%] 2023-01-11T22:56:11.4122192Z test_ops.py::TestCommonCUDA::test_out_warning_abs_cuda PASSED [ 19%] 2023-01-11T22:56:11.4122395Z test_ops.py::TestCommonCUDA::test_out_warning_add_cuda PASSED [ 19%] 2023-01-11T22:56:11.4122601Z test_ops.py::TestCommonCUDA::test_out_warning_addbmm_cuda XFAIL [ 19%] 2023-01-11T22:56:11.4122811Z test_ops.py::TestCommonCUDA::test_out_warning_addcdiv_cuda PASSED [ 19%] 2023-01-11T22:56:11.4123021Z test_ops.py::TestCommonCUDA::test_out_warning_addcmul_cuda PASSED [ 19%] 2023-01-11T22:56:11.4123224Z test_ops.py::TestCommonCUDA::test_out_warning_addr_cuda PASSED [ 19%] 2023-01-11T22:56:11.4123423Z test_ops.py::TestCommonCUDA::test_out_warning_all_cuda PASSED [ 19%] 2023-01-11T22:56:11.4123620Z test_ops.py::TestCommonCUDA::test_out_warning_amax_cuda PASSED [ 19%] 2023-01-11T22:56:11.4123832Z test_ops.py::TestCommonCUDA::test_out_warning_amin_cuda PASSED [ 19%] 2023-01-11T22:56:11.4124033Z test_ops.py::TestCommonCUDA::test_out_warning_angle_cuda PASSED [ 19%] 2023-01-11T22:56:11.4124249Z test_ops.py::TestCommonCUDA::test_out_warning_any_cuda PASSED [ 19%] 2023-01-11T22:56:11.4124452Z test_ops.py::TestCommonCUDA::test_out_warning_arange_cuda XFAIL [ 19%] 2023-01-11T22:56:11.4124657Z test_ops.py::TestCommonCUDA::test_out_warning_argmin_cuda PASSED [ 19%] 2023-01-11T22:56:11.4124865Z test_ops.py::TestCommonCUDA::test_out_warning_argwhere_cuda PASSED [ 19%] 2023-01-11T22:56:11.4125090Z test_ops.py::TestCommonCUDA::test_out_warning_as_strided_scatter_cuda PASSED [ 19%] 2023-01-11T22:56:11.4125297Z test_ops.py::TestCommonCUDA::test_out_warning_atan_cuda PASSED [ 19%] 2023-01-11T22:56:11.4125502Z test_ops.py::TestCommonCUDA::test_out_warning_atanh_cuda PASSED [ 19%] 2023-01-11T22:56:11.4125715Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_2d_cuda PASSED [ 19%] 2023-01-11T22:56:11.4125918Z test_ops.py::TestCommonCUDA::test_out_warning_bernoulli_cuda XFAIL [ 19%] 2023-01-11T22:56:11.4126102Z test_ops.py::TestCommonCUDA::test_out_warning_bincount_cuda PASSED [ 19%] 2023-01-11T22:56:11.4126308Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_and_cuda PASSED [ 19%] 2023-01-11T22:56:11.4126523Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_left_shift_cuda PASSED [ 19%] 2023-01-11T22:56:11.4126739Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_not_cuda PASSED [ 19%] 2023-01-11T22:56:11.4126949Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_xor_cuda PASSED [ 19%] 2023-01-11T22:56:11.4127154Z test_ops.py::TestCommonCUDA::test_out_warning_block_diag_cuda PASSED [ 19%] 2023-01-11T22:56:11.4127354Z test_ops.py::TestCommonCUDA::test_out_warning_bool_cuda PASSED [ 19%] 2023-01-11T22:56:11.4127556Z test_ops.py::TestCommonCUDA::test_out_warning_byte_cuda PASSED [ 19%] 2023-01-11T22:56:11.4127765Z test_ops.py::TestCommonCUDA::test_out_warning_cat_cuda PASSED [ 19%] 2023-01-11T22:56:11.4127974Z test_ops.py::TestCommonCUDA::test_out_warning_cdist_cuda PASSED [ 19%] 2023-01-11T22:56:11.4128175Z test_ops.py::TestCommonCUDA::test_out_warning_ceil_cuda PASSED [ 19%] 2023-01-11T22:56:11.4128383Z test_ops.py::TestCommonCUDA::test_out_warning_cfloat_cuda PASSED [ 19%] 2023-01-11T22:56:11.4128584Z test_ops.py::TestCommonCUDA::test_out_warning_chunk_cuda PASSED [ 19%] 2023-01-11T22:56:11.4128786Z test_ops.py::TestCommonCUDA::test_out_warning_clone_cuda PASSED [ 19%] 2023-01-11T22:56:11.4129049Z test_ops.py::TestCommonCUDA::test_out_warning_conj_physical_cuda PASSED [ 19%] 2023-01-11T22:56:11.4129371Z test_ops.py::TestCommonCUDA::test_out_warning_constant_pad_nd_cuda PASSED [ 19%] 2023-01-11T22:56:11.4129588Z test_ops.py::TestCommonCUDA::test_out_warning_contiguous_cuda PASSED [ 19%] 2023-01-11T22:56:11.4129852Z test_ops.py::TestCommonCUDA::test_out_warning_copysign_cuda PASSED [ 19%] 2023-01-11T22:56:11.4130063Z test_ops.py::TestCommonCUDA::test_out_warning_corrcoef_cuda PASSED [ 19%] 2023-01-11T22:56:11.4130250Z test_ops.py::TestCommonCUDA::test_out_warning_count_nonzero_cuda PASSED [ 19%] 2023-01-11T22:56:11.4130454Z test_ops.py::TestCommonCUDA::test_out_warning_cov_cuda PASSED [ 19%] 2023-01-11T22:56:11.4130658Z test_ops.py::TestCommonCUDA::test_out_warning_cummin_cuda PASSED [ 19%] 2023-01-11T22:56:11.4130871Z test_ops.py::TestCommonCUDA::test_out_warning_cumprod_cuda PASSED [ 19%] 2023-01-11T22:56:11.4131085Z test_ops.py::TestCommonCUDA::test_out_warning_diagflat_cuda PASSED [ 19%] 2023-01-11T22:56:11.4131294Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_cuda PASSED [ 19%] 2023-01-11T22:56:11.4131518Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_scatter_cuda PASSED [ 19%] 2023-01-11T22:56:11.4131727Z test_ops.py::TestCommonCUDA::test_out_warning_diff_cuda PASSED [ 19%] 2023-01-11T22:56:11.4131954Z test_ops.py::TestCommonCUDA::test_out_warning_div_trunc_rounding_cuda PASSED [ 19%] 2023-01-11T22:56:11.4132159Z test_ops.py::TestCommonCUDA::test_out_warning_double_cuda PASSED [ 19%] 2023-01-11T22:56:11.4132372Z test_ops.py::TestCommonCUDA::test_out_warning_empty_like_cuda PASSED [ 19%] 2023-01-11T22:56:11.4132579Z test_ops.py::TestCommonCUDA::test_out_warning_eq_cuda PASSED [ 19%] 2023-01-11T22:56:11.4132889Z test_ops.py::TestCommonCUDA::test_out_warning_equal_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2023-01-11T22:56:11.4133098Z test_ops.py::TestCommonCUDA::test_out_warning_erf_cuda PASSED [ 19%] 2023-01-11T22:56:11.4133304Z test_ops.py::TestCommonCUDA::test_out_warning_erfinv_cuda PASSED [ 19%] 2023-01-11T22:56:11.4133508Z test_ops.py::TestCommonCUDA::test_out_warning_exp2_cuda PASSED [ 19%] 2023-01-11T22:56:11.4133717Z test_ops.py::TestCommonCUDA::test_out_warning_eye_cuda XFAIL [ 19%] 2023-01-11T22:56:11.4133922Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fft2_cuda PASSED [ 19%] 2023-01-11T22:56:11.4134138Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fft_cuda PASSED [ 19%] 2023-01-11T22:56:11.4134354Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fftshift_cuda PASSED [ 19%] 2023-01-11T22:56:11.4134536Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft2_cuda PASSED [ 19%] 2023-01-11T22:56:11.4134749Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfftn_cuda PASSED [ 19%] 2023-01-11T22:56:11.4134963Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft_cuda PASSED [ 19%] 2023-01-11T22:56:11.4135177Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftshift_cuda PASSED [ 19%] 2023-01-11T22:56:11.4135386Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft_cuda PASSED [ 19%] 2023-01-11T22:56:11.4135591Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfftn_cuda XFAIL [ 19%] 2023-01-11T22:56:11.4135808Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfftn_cuda PASSED [ 19%] 2023-01-11T22:56:11.4136013Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft_cuda PASSED [ 19%] 2023-01-11T22:56:11.4136221Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfftn_cuda PASSED [ 19%] 2023-01-11T22:56:11.4136426Z test_ops.py::TestCommonCUDA::test_out_warning_fill_cuda PASSED [ 19%] 2023-01-11T22:56:11.4136637Z test_ops.py::TestCommonCUDA::test_out_warning_flip_cuda PASSED [ 19%] 2023-01-11T22:56:11.4136840Z test_ops.py::TestCommonCUDA::test_out_warning_flipud_cuda PASSED [ 19%] 2023-01-11T22:56:11.4137109Z test_ops.py::TestCommonCUDA::test_out_warning_float_cuda PASSED [ 19%] 2023-01-11T22:56:11.4137319Z test_ops.py::TestCommonCUDA::test_out_warning_floor_cuda PASSED [ 19%] 2023-01-11T22:56:11.4137525Z test_ops.py::TestCommonCUDA::test_out_warning_floor_divide_cuda PASSED [ 19%] 2023-01-11T22:56:11.4137771Z test_ops.py::TestCommonCUDA::test_out_warning_frac_cuda PASSED [ 19%] 2023-01-11T22:56:11.4137976Z test_ops.py::TestCommonCUDA::test_out_warning_frexp_cuda PASSED [ 19%] 2023-01-11T22:56:11.4138184Z test_ops.py::TestCommonCUDA::test_out_warning_full_like_cuda PASSED [ 19%] 2023-01-11T22:56:11.4138386Z test_ops.py::TestCommonCUDA::test_out_warning_gcd_cuda PASSED [ 19%] 2023-01-11T22:56:11.4138569Z test_ops.py::TestCommonCUDA::test_out_warning_gradient_cuda PASSED [ 19%] 2023-01-11T22:56:11.4138856Z test_ops.py::TestCommonCUDA::test_out_warning_half_cuda PASSED [ 19%] 2023-01-11T22:56:11.4139079Z test_ops.py::TestCommonCUDA::test_out_warning_heaviside_cuda PASSED [ 19%] 2023-01-11T22:56:11.4139286Z test_ops.py::TestCommonCUDA::test_out_warning_histc_cuda PASSED [ 19%] 2023-01-11T22:56:11.4139583Z test_ops.py::TestCommonCUDA::test_out_warning_histogram_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 19%] 2023-01-11T22:56:11.4139798Z test_ops.py::TestCommonCUDA::test_out_warning_hsplit_cuda PASSED [ 19%] 2023-01-11T22:56:11.4140001Z test_ops.py::TestCommonCUDA::test_out_warning_i0_cuda PASSED [ 19%] 2023-01-11T22:56:11.4140207Z test_ops.py::TestCommonCUDA::test_out_warning_igammac_cuda PASSED [ 19%] 2023-01-11T22:56:11.4140415Z test_ops.py::TestCommonCUDA::test_out_warning_index_fill_cuda PASSED [ 19%] 2023-01-11T22:56:11.4140626Z test_ops.py::TestCommonCUDA::test_out_warning_index_put_cuda PASSED [ 19%] 2023-01-11T22:56:11.4140836Z test_ops.py::TestCommonCUDA::test_out_warning_index_reduce_cuda PASSED [ 19%] 2023-01-11T22:56:11.4141046Z test_ops.py::TestCommonCUDA::test_out_warning_isclose_cuda PASSED [ 19%] 2023-01-11T22:56:11.4141252Z test_ops.py::TestCommonCUDA::test_out_warning_isin_cuda PASSED [ 19%] 2023-01-11T22:56:11.4141461Z test_ops.py::TestCommonCUDA::test_out_warning_isinf_cuda PASSED [ 19%] 2023-01-11T22:56:11.4141670Z test_ops.py::TestCommonCUDA::test_out_warning_isnan_cuda PASSED [ 19%] 2023-01-11T22:56:11.4141880Z test_ops.py::TestCommonCUDA::test_out_warning_isneginf_cuda PASSED [ 19%] 2023-01-11T22:56:11.4142087Z test_ops.py::TestCommonCUDA::test_out_warning_isreal_cuda PASSED [ 19%] 2023-01-11T22:56:11.4142330Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_4inputs_with_extra_args_cuda PASSED [ 19%] 2023-01-11T22:56:11.4142552Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_cuda PASSED [ 19%] 2023-01-11T22:56:11.4142789Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_return_by_ref_cuda PASSED [ 19%] 2023-01-11T22:56:11.4142971Z test_ops.py::TestCommonCUDA::test_out_warning_le_cuda PASSED [ 19%] 2023-01-11T22:56:11.4143182Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cross_cuda PASSED [ 19%] 2023-01-11T22:56:11.4143392Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eig_cuda PASSED [ 19%] 2023-01-11T22:56:11.4143673Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_householder_product_cuda SKIPPED (cuSOLVER not available) [ 19%] 2023-01-11T22:56:11.4144042Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_ex_cuda PASSED [ 19%] 2023-01-11T22:56:11.4144486Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_ex_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 19%] 2023-01-11T22:56:11.4144891Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_solve_cuda SKIPPED (test doesn't currently work on the ROCm stack) [ 19%] 2023-01-11T22:56:11.4145109Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_cuda PASSED [ 19%] 2023-01-11T22:56:11.4145413Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_cuda PASSED [ 19%] 2023-01-11T22:56:11.4145637Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_cuda PASSED [ 19%] 2023-01-11T22:56:11.4145857Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_solve_cuda PASSED [ 19%] 2023-01-11T22:56:11.4146073Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_norm_cuda PASSED [ 19%] 2023-01-11T22:56:11.4146348Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_power_cuda PASSED [ 19%] 2023-01-11T22:56:11.4146586Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_hermitian_cuda PASSED [ 19%] 2023-01-11T22:56:11.4146802Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_multi_dot_cuda PASSED [ 19%] 2023-01-11T22:56:11.4147013Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_cuda PASSED [ 19%] 2023-01-11T22:56:11.4147256Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_subgradients_at_zero_cuda PASSED [ 19%] 2023-01-11T22:56:11.4147507Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_qr_cuda SKIPPED (cuSOLVER not available) [ 19%] 2023-01-11T22:56:11.4147722Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_slogdet_cuda PASSED [ 20%] 2023-01-11T22:56:11.4147934Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_cuda PASSED [ 20%] 2023-01-11T22:56:11.4148157Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_ex_cuda PASSED [ 20%] 2023-01-11T22:56:11.4148361Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_triangular_cuda PASSED [ 20%] 2023-01-11T22:56:11.4148587Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorsolve_cuda PASSED [ 20%] 2023-01-11T22:56:11.4148801Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vecdot_cuda PASSED [ 20%] 2023-01-11T22:56:11.4149028Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vector_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4149230Z test_ops.py::TestCommonCUDA::test_out_warning_log10_cuda PASSED [ 20%] 2023-01-11T22:56:11.4149435Z test_ops.py::TestCommonCUDA::test_out_warning_log2_cuda PASSED [ 20%] 2023-01-11T22:56:11.4149640Z test_ops.py::TestCommonCUDA::test_out_warning_log_cuda PASSED [ 20%] 2023-01-11T22:56:11.4149853Z test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_cuda PASSED [ 20%] 2023-01-11T22:56:11.4150081Z test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_with_dtype_cuda PASSED [ 20%] 2023-01-11T22:56:11.4150300Z test_ops.py::TestCommonCUDA::test_out_warning_logaddexp2_cuda PASSED [ 20%] 2023-01-11T22:56:11.4150515Z test_ops.py::TestCommonCUDA::test_out_warning_logaddexp_cuda PASSED [ 20%] 2023-01-11T22:56:11.4150726Z test_ops.py::TestCommonCUDA::test_out_warning_logical_not_cuda PASSED [ 20%] 2023-01-11T22:56:11.4150936Z test_ops.py::TestCommonCUDA::test_out_warning_logical_or_cuda PASSED [ 20%] 2023-01-11T22:56:11.4151147Z test_ops.py::TestCommonCUDA::test_out_warning_logit_cuda PASSED [ 20%] 2023-01-11T22:56:11.4151351Z test_ops.py::TestCommonCUDA::test_out_warning_lt_cuda PASSED [ 20%] 2023-01-11T22:56:11.4151551Z test_ops.py::TestCommonCUDA::test_out_warning_lu_cuda XFAIL [ 20%] 2023-01-11T22:56:11.4151759Z test_ops.py::TestCommonCUDA::test_out_warning_lu_solve_cuda PASSED [ 20%] 2023-01-11T22:56:11.4151965Z test_ops.py::TestCommonCUDA::test_out_warning_lu_unpack_cuda PASSED [ 20%] 2023-01-11T22:56:11.4152175Z test_ops.py::TestCommonCUDA::test_out_warning_mH_cuda PASSED [ 20%] 2023-01-11T22:56:11.4152353Z test_ops.py::TestCommonCUDA::test_out_warning_mT_cuda PASSED [ 20%] 2023-01-11T22:56:11.4152564Z test_ops.py::TestCommonCUDA::test_out_warning_masked_amin_cuda PASSED [ 20%] 2023-01-11T22:56:11.4152778Z test_ops.py::TestCommonCUDA::test_out_warning_masked_argmax_cuda PASSED [ 20%] 2023-01-11T22:56:11.4152993Z test_ops.py::TestCommonCUDA::test_out_warning_masked_cumprod_cuda PASSED [ 20%] 2023-01-11T22:56:11.4153202Z test_ops.py::TestCommonCUDA::test_out_warning_masked_cumsum_cuda PASSED [ 20%] 2023-01-11T22:56:11.4153477Z test_ops.py::TestCommonCUDA::test_out_warning_masked_log_softmax_cuda PASSED [ 20%] 2023-01-11T22:56:11.4153706Z test_ops.py::TestCommonCUDA::test_out_warning_masked_logsumexp_cuda PASSED [ 20%] 2023-01-11T22:56:11.4153919Z test_ops.py::TestCommonCUDA::test_out_warning_masked_mean_cuda PASSED [ 20%] 2023-01-11T22:56:11.4154174Z test_ops.py::TestCommonCUDA::test_out_warning_masked_median_cuda PASSED [ 20%] 2023-01-11T22:56:11.4154384Z test_ops.py::TestCommonCUDA::test_out_warning_masked_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4154606Z test_ops.py::TestCommonCUDA::test_out_warning_masked_normalize_cuda PASSED [ 20%] 2023-01-11T22:56:11.4154817Z test_ops.py::TestCommonCUDA::test_out_warning_masked_prod_cuda PASSED [ 20%] 2023-01-11T22:56:11.4155029Z test_ops.py::TestCommonCUDA::test_out_warning_masked_select_cuda PASSED [ 20%] 2023-01-11T22:56:11.4155246Z test_ops.py::TestCommonCUDA::test_out_warning_masked_softmax_cuda PASSED [ 20%] 2023-01-11T22:56:11.4155461Z test_ops.py::TestCommonCUDA::test_out_warning_masked_softmin_cuda PASSED [ 20%] 2023-01-11T22:56:11.4155672Z test_ops.py::TestCommonCUDA::test_out_warning_masked_var_cuda PASSED [ 20%] 2023-01-11T22:56:11.4155876Z test_ops.py::TestCommonCUDA::test_out_warning_matmul_cuda PASSED [ 20%] 2023-01-11T22:56:11.4156085Z test_ops.py::TestCommonCUDA::test_out_warning_max_binary_cuda PASSED [ 20%] 2023-01-11T22:56:11.4156297Z test_ops.py::TestCommonCUDA::test_out_warning_median_cuda PASSED [ 20%] 2023-01-11T22:56:11.4156501Z test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_list_of_tensors_cuda PASSED [ 20%] 2023-01-11T22:56:11.4156733Z test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_variadic_tensors_cuda PASSED [ 20%] 2023-01-11T22:56:11.4156959Z test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_with_dim_cuda PASSED [ 20%] 2023-01-11T22:56:11.4157163Z test_ops.py::TestCommonCUDA::test_out_warning_mode_cuda XFAIL [ 20%] 2023-01-11T22:56:11.4157374Z test_ops.py::TestCommonCUDA::test_out_warning_msort_cuda PASSED [ 20%] 2023-01-11T22:56:11.4157576Z test_ops.py::TestCommonCUDA::test_out_warning_mul_cuda PASSED [ 20%] 2023-01-11T22:56:11.4157782Z test_ops.py::TestCommonCUDA::test_out_warning_mv_cuda PASSED [ 20%] 2023-01-11T22:56:11.4158004Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_1_cuda PASSED [ 20%] 2023-01-11T22:56:11.4158234Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_5_cuda PASSED [ 20%] 2023-01-11T22:56:11.4158447Z test_ops.py::TestCommonCUDA::test_out_warning_nan_to_num_cuda PASSED [ 20%] 2023-01-11T22:56:11.4158664Z test_ops.py::TestCommonCUDA::test_out_warning_nanmean_cuda PASSED [ 20%] 2023-01-11T22:56:11.4158875Z test_ops.py::TestCommonCUDA::test_out_warning_narrow_copy_cuda XFAIL [ 20%] 2023-01-11T22:56:11.4159106Z test_ops.py::TestCommonCUDA::test_out_warning_native_dropout_backward_cuda PASSED [ 20%] 2023-01-11T22:56:11.4159327Z test_ops.py::TestCommonCUDA::test_out_warning_native_layer_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4159534Z test_ops.py::TestCommonCUDA::test_out_warning_neg_cuda PASSED [ 20%] 2023-01-11T22:56:11.4159745Z test_ops.py::TestCommonCUDA::test_out_warning_new_empty_cuda PASSED [ 20%] 2023-01-11T22:56:11.4159954Z test_ops.py::TestCommonCUDA::test_out_warning_new_zeros_cuda PASSED [ 20%] 2023-01-11T22:56:11.4160206Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool2d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4160450Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool3d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4160692Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool1d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4160910Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool3d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4161139Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool1d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4161421Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool2d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4161654Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool3d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4161910Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_without_cudnn_cuda PASSED [ 20%] 2023-01-11T22:56:11.4162184Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_bilinear_cuda PASSED [ 20%] 2023-01-11T22:56:11.4162427Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_cuda PASSED [ 20%] 2023-01-11T22:56:11.4162690Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cuda PASSED [ 20%] 2023-01-11T22:56:11.4162929Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose1d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4163177Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_embedding_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4163416Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cross_entropy_cuda PASSED [ 20%] 2023-01-11T22:56:11.4163652Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_ctc_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4163882Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout2d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4164115Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout_cuda PASSED [ 20%] 2023-01-11T22:56:11.4164344Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_cuda PASSED [ 20%] 2023-01-11T22:56:11.4164613Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cuda PASSED [ 20%] 2023-01-11T22:56:11.4164862Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool3d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4165100Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gaussian_nll_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4165327Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gelu_cuda PASSED [ 20%] 2023-01-11T22:56:11.4165555Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_group_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4165784Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardshrink_cuda PASSED [ 20%] 2023-01-11T22:56:11.4166016Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardsigmoid_cuda PASSED [ 20%] 2023-01-11T22:56:11.4166221Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardtanh_cuda PASSED [ 20%] 2023-01-11T22:56:11.4166472Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hinge_embedding_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4166701Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_huber_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4166934Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_instance_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4167177Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_area_cuda PASSED [ 20%] 2023-01-11T22:56:11.4167423Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bicubic_cuda PASSED [ 20%] 2023-01-11T22:56:11.4167666Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_linear_cuda PASSED [ 20%] 2023-01-11T22:56:11.4167915Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_trilinear_cuda PASSED [ 20%] 2023-01-11T22:56:11.4168144Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_kl_div_cuda PASSED [ 20%] 2023-01-11T22:56:11.4168367Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_l1_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4168598Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_layer_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4168827Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_leaky_relu_cuda PASSED [ 20%] 2023-01-11T22:56:11.4169054Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool1d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4169337Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool2d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4169567Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool3d_cuda PASSED [ 20%] 2023-01-11T22:56:11.4169814Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_grad_cuda PASSED [ 20%] 2023-01-11T22:56:11.4170078Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mish_cuda PASSED [ 20%] 2023-01-11T22:56:11.4170317Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multi_margin_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4170562Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_margin_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4170816Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_soft_margin_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4171047Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_normalize_cuda PASSED [ 20%] 2023-01-11T22:56:11.4171289Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_circular_cuda PASSED [ 20%] 2023-01-11T22:56:11.4171497Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_constant_cuda PASSED [ 20%] 2023-01-11T22:56:11.4171726Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_reflect_cuda PASSED [ 20%] 2023-01-11T22:56:11.4171960Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_replicate_cuda PASSED [ 20%] 2023-01-11T22:56:11.4172190Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pdist_cuda PASSED [ 20%] 2023-01-11T22:56:11.4172430Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_unshuffle_cuda PASSED [ 20%] 2023-01-11T22:56:11.4172668Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_poisson_nll_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4172894Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu6_cuda PASSED [ 20%] 2023-01-11T22:56:11.4173115Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu_cuda PASSED [ 20%] 2023-01-11T22:56:11.4173358Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_cuda PASSED [ 20%] 2023-01-11T22:56:11.4173598Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_with_dtype_cuda PASSED [ 20%] 2023-01-11T22:56:11.4173829Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softsign_cuda PASSED [ 20%] 2023-01-11T22:56:11.4174069Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_tanhshrink_cuda PASSED [ 20%] 2023-01-11T22:56:11.4174333Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 20%] 2023-01-11T22:56:11.4174579Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_bilinear_cuda PASSED [ 20%] 2023-01-11T22:56:11.4174783Z test_ops.py::TestCommonCUDA::test_out_warning_nonzero_cuda XFAIL [ 20%] 2023-01-11T22:56:11.4174990Z test_ops.py::TestCommonCUDA::test_out_warning_norm_inf_cuda PASSED [ 20%] 2023-01-11T22:56:11.4175227Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_native_batch_norm_cuda PASSED [ 20%] 2023-01-11T22:56:11.4175453Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_var_mean_cuda PASSED [ 20%] 2023-01-11T22:56:11.4175670Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_view_cuda PASSED [ 20%] 2023-01-11T22:56:11.4175916Z test_ops.py::TestCommonCUDA::test_out_warning_ormqr_cuda SKIPPED (cuSOLVER not available) [ 20%] 2023-01-11T22:56:11.4176168Z test_ops.py::TestCommonCUDA::test_out_warning_pca_lowrank_cuda SKIPPED (cuSOLVER not available) [ 20%] 2023-01-11T22:56:11.4176354Z test_ops.py::TestCommonCUDA::test_out_warning_pinverse_cuda PASSED [ 20%] 2023-01-11T22:56:11.4176560Z test_ops.py::TestCommonCUDA::test_out_warning_polar_cuda PASSED [ 20%] 2023-01-11T22:56:11.4176791Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_0_cuda PASSED [ 20%] 2023-01-11T22:56:11.4177006Z test_ops.py::TestCommonCUDA::test_out_warning_pow_cuda PASSED [ 20%] 2023-01-11T22:56:11.4177266Z test_ops.py::TestCommonCUDA::test_out_warning_put_cuda PASSED [ 20%] 2023-01-11T22:56:11.4177507Z test_ops.py::TestCommonCUDA::test_out_warning_qr_cuda SKIPPED (cuSOLVER not available) [ 20%] 2023-01-11T22:56:11.4177719Z test_ops.py::TestCommonCUDA::test_out_warning_quantile_cuda PASSED [ 20%] 2023-01-11T22:56:11.4177930Z test_ops.py::TestCommonCUDA::test_out_warning_randn_like_cuda PASSED [ 20%] 2023-01-11T22:56:11.4178191Z test_ops.py::TestCommonCUDA::test_out_warning_ravel_cuda PASSED [ 20%] 2023-01-11T22:56:11.4178402Z test_ops.py::TestCommonCUDA::test_out_warning_real_cuda PASSED [ 20%] 2023-01-11T22:56:11.4178629Z test_ops.py::TestCommonCUDA::test_out_warning_repeat_interleave_cuda PASSED [ 20%] 2023-01-11T22:56:11.4178843Z test_ops.py::TestCommonCUDA::test_out_warning_reshape_cuda PASSED [ 20%] 2023-01-11T22:56:11.4179050Z test_ops.py::TestCommonCUDA::test_out_warning_resize__cuda PASSED [ 20%] 2023-01-11T22:56:11.4179261Z test_ops.py::TestCommonCUDA::test_out_warning_resolve_neg_cuda PASSED [ 20%] 2023-01-11T22:56:11.4179469Z test_ops.py::TestCommonCUDA::test_out_warning_rot90_cuda PASSED [ 20%] 2023-01-11T22:56:11.4179672Z test_ops.py::TestCommonCUDA::test_out_warning_round_cuda PASSED [ 20%] 2023-01-11T22:56:11.4179893Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_0_cuda PASSED [ 20%] 2023-01-11T22:56:11.4180106Z test_ops.py::TestCommonCUDA::test_out_warning_rsub_cuda PASSED [ 20%] 2023-01-11T22:56:11.4180313Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_cuda PASSED [ 20%] 2023-01-11T22:56:11.4180510Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amax_cuda PASSED [ 20%] 2023-01-11T22:56:11.4180730Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amin_cuda PASSED [ 20%] 2023-01-11T22:56:11.4180950Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_prod_cuda PASSED [ 20%] 2023-01-11T22:56:11.4181173Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_sum_cuda PASSED [ 20%] 2023-01-11T22:56:11.4181404Z test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_lengths_cuda PASSED [ 20%] 2023-01-11T22:56:11.4181612Z test_ops.py::TestCommonCUDA::test_out_warning_select_cuda PASSED [ 20%] 2023-01-11T22:56:11.4181824Z test_ops.py::TestCommonCUDA::test_out_warning_select_scatter_cuda PASSED [ 21%] 2023-01-11T22:56:11.4182036Z test_ops.py::TestCommonCUDA::test_out_warning_sigmoid_cuda PASSED [ 21%] 2023-01-11T22:56:11.4182264Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_bartlett_cuda PASSED [ 21%] 2023-01-11T22:56:11.4182490Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_hann_cuda PASSED [ 21%] 2023-01-11T22:56:11.4182716Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_kaiser_cuda PASSED [ 21%] 2023-01-11T22:56:11.4182941Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_nuttall_cuda PASSED [ 21%] 2023-01-11T22:56:11.4183148Z test_ops.py::TestCommonCUDA::test_out_warning_sinc_cuda PASSED [ 21%] 2023-01-11T22:56:11.4183364Z test_ops.py::TestCommonCUDA::test_out_warning_slice_cuda PASSED [ 21%] 2023-01-11T22:56:11.4183587Z test_ops.py::TestCommonCUDA::test_out_warning_softmax_with_dtype_cuda PASSED [ 21%] 2023-01-11T22:56:11.4183864Z test_ops.py::TestCommonCUDA::test_out_warning_sort_cuda PASSED [ 21%] 2023-01-11T22:56:11.4184111Z test_ops.py::TestCommonCUDA::test_out_warning_sparse_sampled_addmm_cuda SKIPPED (Skipped!) [ 21%] 2023-01-11T22:56:11.4184331Z test_ops.py::TestCommonCUDA::test_out_warning_special_airy_ai_cuda PASSED [ 21%] 2023-01-11T22:56:11.4184551Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j0_cuda PASSED [ 21%] 2023-01-11T22:56:11.4184774Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j1_cuda PASSED [ 21%] 2023-01-11T22:56:11.4184991Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_t_cuda PASSED [ 21%] 2023-01-11T22:56:11.4185552Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:56:11.4185771Z test_ops.py::TestCommonCUDA::test_out_warning_special_entr_cuda PASSED [ 21%] 2023-01-11T22:56:11.4186008Z test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_he_cuda PASSED [ 21%] 2023-01-11T22:56:11.4186244Z test_ops.py::TestCommonCUDA::test_out_warning_special_laguerre_polynomial_l_cuda PASSED [ 21%] 2023-01-11T22:56:11.4186526Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k0_cuda PASSED [ 21%] 2023-01-11T22:56:11.4186767Z test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k0_cuda PASSED [ 21%] 2023-01-11T22:56:11.4187257Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:56:11.4187737Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:56:11.4188206Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2023-01-11T22:56:11.4188422Z test_ops.py::TestCommonCUDA::test_out_warning_special_xlog1py_cuda PASSED [ 21%] 2023-01-11T22:56:11.4188641Z test_ops.py::TestCommonCUDA::test_out_warning_special_zeta_cuda PASSED [ 21%] 2023-01-11T22:56:11.4188846Z test_ops.py::TestCommonCUDA::test_out_warning_split_cuda PASSED [ 21%] 2023-01-11T22:56:11.4189074Z test_ops.py::TestCommonCUDA::test_out_warning_split_list_args_cuda PASSED [ 21%] 2023-01-11T22:56:11.4189292Z test_ops.py::TestCommonCUDA::test_out_warning_split_with_sizes_cuda PASSED [ 21%] 2023-01-11T22:56:11.4189498Z test_ops.py::TestCommonCUDA::test_out_warning_square_cuda PASSED [ 21%] 2023-01-11T22:56:11.4189700Z test_ops.py::TestCommonCUDA::test_out_warning_std_cuda PASSED [ 21%] 2023-01-11T22:56:11.4189922Z test_ops.py::TestCommonCUDA::test_out_warning_std_mean_unbiased_cuda PASSED [ 21%] 2023-01-11T22:56:11.4190124Z test_ops.py::TestCommonCUDA::test_out_warning_sub_cuda PASSED [ 21%] 2023-01-11T22:56:11.4190330Z test_ops.py::TestCommonCUDA::test_out_warning_sum_cuda PASSED [ 21%] 2023-01-11T22:56:11.4190536Z test_ops.py::TestCommonCUDA::test_out_warning_sum_to_size_cuda PASSED [ 21%] 2023-01-11T22:56:11.4190794Z test_ops.py::TestCommonCUDA::test_out_warning_svd_lowrank_cuda SKIPPED (cuSOLVER not available) [ 21%] 2023-01-11T22:56:11.4190993Z test_ops.py::TestCommonCUDA::test_out_warning_t_cuda PASSED [ 21%] 2023-01-11T22:56:11.4191180Z test_ops.py::TestCommonCUDA::test_out_warning_take_along_dim_cuda PASSED [ 21%] 2023-01-11T22:56:11.4191386Z test_ops.py::TestCommonCUDA::test_out_warning_tan_cuda PASSED [ 21%] 2023-01-11T22:56:11.4191605Z test_ops.py::TestCommonCUDA::test_out_warning_tensor_split_cuda PASSED [ 21%] 2023-01-11T22:56:11.4191819Z test_ops.py::TestCommonCUDA::test_out_warning_to_cuda PASSED [ 21%] 2023-01-11T22:56:11.4192028Z test_ops.py::TestCommonCUDA::test_out_warning_to_sparse_cuda PASSED [ 21%] 2023-01-11T22:56:11.4192239Z test_ops.py::TestCommonCUDA::test_out_warning_trapz_cuda PASSED [ 21%] 2023-01-11T22:56:11.4192444Z test_ops.py::TestCommonCUDA::test_out_warning_tril_cuda PASSED [ 21%] 2023-01-11T22:56:11.4192660Z test_ops.py::TestCommonCUDA::test_out_warning_true_divide_cuda PASSED [ 21%] 2023-01-11T22:56:11.4192868Z test_ops.py::TestCommonCUDA::test_out_warning_unbind_cuda PASSED [ 21%] 2023-01-11T22:56:11.4193073Z test_ops.py::TestCommonCUDA::test_out_warning_unsqueeze_cuda PASSED [ 21%] 2023-01-11T22:56:11.4193277Z test_ops.py::TestCommonCUDA::test_out_warning_var_cuda PASSED [ 21%] 2023-01-11T22:56:11.4193498Z test_ops.py::TestCommonCUDA::test_out_warning_var_mean_unbiased_cuda PASSED [ 21%] 2023-01-11T22:56:11.4193706Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_cuda PASSED [ 21%] 2023-01-11T22:56:11.4193977Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_real_cuda PASSED [ 21%] 2023-01-11T22:56:11.4194191Z test_ops.py::TestCommonCUDA::test_out_warning_vstack_cuda PASSED [ 21%] 2023-01-11T22:56:11.4194397Z test_ops.py::TestCommonCUDA::test_out_warning_xlogy_cuda PASSED [ 21%] 2023-01-11T22:56:11.4194662Z test_ops.py::TestCommonCUDA::test_out_warning_zero__cuda PASSED [ 21%] 2023-01-11T22:56:11.4194868Z test_ops.py::TestCommonCUDA::test_out_warning_zeros_like_cuda PASSED [ 21%] 2023-01-11T22:56:11.4195069Z test_ops.py::TestCommonCUDA::test_out_zero__cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4195248Z test_ops.py::TestCommonCUDA::test_out_zeros_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4195454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4195663Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4195911Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:56:11.4196158Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex32 PASSED [ 21%] 2023-01-11T22:56:11.4196401Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4196647Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4196892Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4197134Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4197375Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4197606Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4197849Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4198086Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4198322Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4198557Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4198791Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4199020Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4199253Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4199498Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4199738Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4199968Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4200199Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4200425Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4200670Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex32 PASSED [ 21%] 2023-01-11T22:56:11.4200912Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4201153Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4201389Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4201678Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4201916Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int32 PASSED [ 21%] 2023-01-11T22:56:11.4202153Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4202436Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4202677Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4202924Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4203169Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4203407Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4203651Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4203885Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int32 PASSED [ 21%] 2023-01-11T22:56:11.4204119Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4204402Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4204639Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:56:11.4204885Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex32 PASSED [ 21%] 2023-01-11T22:56:11.4205127Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4205366Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4205604Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4205835Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4206043Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4206283Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4206527Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4206758Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4206992Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4207227Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4207460Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4207703Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:56:11.4207936Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4208183Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4208430Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex32 PASSED [ 21%] 2023-01-11T22:56:11.4208670Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4208909Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4209147Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4209388Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int32 PASSED [ 21%] 2023-01-11T22:56:11.4209676Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4209911Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4210151Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:56:11.4210427Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4210667Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex32 PASSED [ 21%] 2023-01-11T22:56:11.4210907Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4211144Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4211375Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4211593Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bfloat16 PASSED [ 21%] 2023-01-11T22:56:11.4211819Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4212049Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int32 PASSED [ 21%] 2023-01-11T22:56:11.4212278Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4212510Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4212748Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4212988Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4213221Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4213459Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4213687Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4213917Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4214165Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4214404Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:11.4214640Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float16 PASSED [ 21%] 2023-01-11T22:56:11.4214874Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4215111Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4215348Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4215579Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int32 PASSED [ 21%] 2023-01-11T22:56:11.4215809Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int8 PASSED [ 21%] 2023-01-11T22:56:11.4216044Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_uint8 PASSED [ 21%] 2023-01-11T22:56:11.4216281Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bool PASSED [ 21%] 2023-01-11T22:56:11.4216522Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex128 PASSED [ 21%] 2023-01-11T22:56:11.4216734Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float32 PASSED [ 21%] 2023-01-11T22:56:11.4216973Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float64 PASSED [ 21%] 2023-01-11T22:56:11.4217203Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int16 PASSED [ 21%] 2023-01-11T22:56:11.4217488Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int64 PASSED [ 21%] 2023-01-11T22:56:11.4217723Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4217941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4218210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4218429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4218644Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4218853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4219070Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4219305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4219537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4219764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4219980Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4220200Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4220414Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4220631Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4220852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4221074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4221270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4221488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4221710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4221925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4222140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4222353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4222574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4222788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bool PASSED [ 22%] 2023-01-11T22:56:11.4223008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4223228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4223454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4223671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4223938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4224155Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4224375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4224588Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4224815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4225039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4225265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4225561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4225764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4225986Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4226252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4226472Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bfloat16 XFAIL [ 22%] 2023-01-11T22:56:11.4226679Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bool XFAIL [ 22%] 2023-01-11T22:56:11.4226901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex64 XFAIL [ 22%] 2023-01-11T22:56:11.4227120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float16 XFAIL [ 22%] 2023-01-11T22:56:11.4227329Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int64 XFAIL [ 22%] 2023-01-11T22:56:11.4227542Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_uint8 XFAIL [ 22%] 2023-01-11T22:56:11.4227751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bool PASSED [ 22%] 2023-01-11T22:56:11.4227967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4228180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4228396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4228606Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4228818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4229035Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4229265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4229501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4229724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4229916Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4230133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4230347Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4230562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4230776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4230989Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4231199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4231417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4231624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4231836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4232053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4232276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4232491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4232703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4232910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4233117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4233327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4233587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4233812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4234033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4234270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4234485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4234707Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4234929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4235156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4235381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4235601Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4235821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4236039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4236261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4236506Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4236760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4237002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4237247Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4237494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4237732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_partial_views_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4237969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4238209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4238442Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4238678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4238905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4239112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4239341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4239577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_scatter_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4239798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4240012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4240224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4240435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4240647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4240868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4241092Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4241363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4241579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4241789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4242046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4242261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4242474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4242684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4242892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4243106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bool PASSED [ 22%] 2023-01-11T22:56:11.4243330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4243522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4243736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4243954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4244168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4244387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4244599Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bool PASSED [ 22%] 2023-01-11T22:56:11.4244819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4245038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4245255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4245470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4245682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4245894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4246109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4246333Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4246554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4246771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4246992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4247211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int8 PASSED [ 22%] 2023-01-11T22:56:11.4247434Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4247653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bool PASSED [ 22%] 2023-01-11T22:56:11.4247858Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex128 PASSED [ 22%] 2023-01-11T22:56:11.4248082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex64 PASSED [ 22%] 2023-01-11T22:56:11.4248304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4248526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float64 PASSED [ 22%] 2023-01-11T22:56:11.4248743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4248959Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4249248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4249478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_uint8 PASSED [ 22%] 2023-01-11T22:56:11.4249703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bfloat16 PASSED [ 22%] 2023-01-11T22:56:11.4249971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex32 PASSED [ 22%] 2023-01-11T22:56:11.4250190Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float16 PASSED [ 22%] 2023-01-11T22:56:11.4250408Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float32 PASSED [ 22%] 2023-01-11T22:56:11.4250625Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int16 PASSED [ 22%] 2023-01-11T22:56:11.4250841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int32 PASSED [ 22%] 2023-01-11T22:56:11.4251065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int64 PASSED [ 22%] 2023-01-11T22:56:11.4251282Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4251498Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4251716Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4251942Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4252170Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4252397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4252604Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4252834Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4253058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4253277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4253497Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4253717Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4253935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4254191Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4254425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4254656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4254884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4255108Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4255326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4255546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4255768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4255989Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4256228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4256458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4256695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex64 PASSED [ 23%] 2023-01-11T22:56:11.4256992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4257224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4257433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4257702Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4257930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex64 PASSED [ 23%] 2023-01-11T22:56:11.4258158Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4258383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4258605Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4258825Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4259049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4259268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4259485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4259707Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4259920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4260135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4260343Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4260552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4260774Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4260991Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4261205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4261413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4261626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4261821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4262038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4262248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4262464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4262678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4262893Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4263112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4263331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4263552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4263910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4264136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4264354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4264573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4264792Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4265082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4265301Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4265517Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4265781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4265991Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4266211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex128 PASSED [ 23%] 2023-01-11T22:56:11.4266404Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4266615Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4266828Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4267061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4267280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4267508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex128 PASSED [ 23%] 2023-01-11T22:56:11.4267736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4267960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4268180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4268400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4268618Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4268843Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4269066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4269278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4269494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4269708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4269921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4270134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4270365Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex128 PASSED [ 23%] 2023-01-11T22:56:11.4270595Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4270821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4271032Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex64 PASSED [ 23%] 2023-01-11T22:56:11.4271263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4271492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4271727Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4271951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4272175Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4272399Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4272622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4272896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4273121Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4273349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex32 PASSED [ 23%] 2023-01-11T22:56:11.4273613Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4273837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4274065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4274286Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4274508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4274731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4274952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4275174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4275395Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4275616Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4275813Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4276029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4276248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex128 PASSED [ 23%] 2023-01-11T22:56:11.4276462Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex32 PASSED [ 23%] 2023-01-11T22:56:11.4276676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4276891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4277100Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4277310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4277526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4277738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4277955Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4278166Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4278378Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4278591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4278819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex64 PASSED [ 23%] 2023-01-11T22:56:11.4279043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4279262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4279479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4279689Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4279880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4280096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4280315Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex64 PASSED [ 23%] 2023-01-11T22:56:11.4280529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4280798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4281017Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4281226Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4281474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4281687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4281899Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int8 PASSED [ 23%] 2023-01-11T22:56:11.4282121Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4282344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float64 PASSED [ 23%] 2023-01-11T22:56:11.4282561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4282785Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_uint8 PASSED [ 23%] 2023-01-11T22:56:11.4283017Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bfloat16 PASSED [ 23%] 2023-01-11T22:56:11.4283241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4283479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex32 PASSED [ 23%] 2023-01-11T22:56:11.4283704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int16 PASSED [ 23%] 2023-01-11T22:56:11.4283930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int32 PASSED [ 23%] 2023-01-11T22:56:11.4284151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int64 PASSED [ 23%] 2023-01-11T22:56:11.4284346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bool PASSED [ 23%] 2023-01-11T22:56:11.4284566Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float16 PASSED [ 23%] 2023-01-11T22:56:11.4284791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:11.4285011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4285227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4285446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4285667Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4285882Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4286115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4286344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4286577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4286805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4287032Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4287248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4287473Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4287695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4287910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4288125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4288337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4288632Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4288853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4289068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4289297Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4289578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4289805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4290032Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4290264Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4290510Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4290745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4290981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4291214Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4291451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4291685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4291918Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4292150Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4292380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4292612Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4292841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4293063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4293291Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4293511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4293737Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4293953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4294145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4294364Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4294578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4294803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4295020Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4295237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4295509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4295780Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4296048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4296379Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4296653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4296941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4297265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4297544Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4297817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4298092Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2023-01-11T22:56:11.4298308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4298526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4298748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex32 PASSED [ 24%] 2023-01-11T22:56:11.4298960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4299180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4299398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4299608Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4299799Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4300006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4300217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4300427Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4300634Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4300852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4301074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4301285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4301496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4301712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4301933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4302151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4302366Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4302577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4302789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4303002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4303217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4303427Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4303641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4303934Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4304122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4304421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4304650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4304868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4305141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4305360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4305573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4305789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4306007Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4306217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4306435Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4306646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4306859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4307072Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4307290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4307507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4307719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float16 PASSED [ 24%] 2023-01-11T22:56:11.4307927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4308146Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4308373Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4308570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4308790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4309021Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4309245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4309468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4309683Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4309897Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4310108Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4310326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4310550Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4310774Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4310998Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4311315Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4311537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4311767Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bfloat16 PASSED [ 24%] 2023-01-11T22:56:11.4311999Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4312231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4312516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4312743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4312965Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4313220Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4313446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4313662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int16 PASSED [ 24%] 2023-01-11T22:56:11.4313879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4314101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4314331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4314550Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4314775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4314993Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4315214Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4315439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4315661Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4315875Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4316091Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4316311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_bool PASSED [ 24%] 2023-01-11T22:56:11.4316536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4316762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4316984Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float32 PASSED [ 24%] 2023-01-11T22:56:11.4317204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4317424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex128 PASSED [ 24%] 2023-01-11T22:56:11.4317650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4317847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float64 PASSED [ 24%] 2023-01-11T22:56:11.4318061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int64 PASSED [ 24%] 2023-01-11T22:56:11.4318285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int8 PASSED [ 24%] 2023-01-11T22:56:11.4318511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex64 PASSED [ 24%] 2023-01-11T22:56:11.4318728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int32 PASSED [ 24%] 2023-01-11T22:56:11.4318947Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_uint8 PASSED [ 24%] 2023-01-11T22:56:11.4319180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4319411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex32 PASSED [ 25%] 2023-01-11T22:56:11.4319636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4319856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4320078Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4320353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4320573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4320792Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4321047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4321267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4321483Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4321701Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4321923Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4322146Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4322341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4322558Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4322781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4323011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex128 PASSED [ 25%] 2023-01-11T22:56:11.4323237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex64 PASSED [ 25%] 2023-01-11T22:56:11.4323466Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4323691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4323910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4324141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4324365Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4324584Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4324808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4325034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4325255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4325476Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4325694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4325913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4326137Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4326353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4326569Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4326791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4326983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4327201Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4327417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4327639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4327862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4328134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4328356Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4328577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex32 PASSED [ 25%] 2023-01-11T22:56:11.4328837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4329061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4329276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4329503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex32 PASSED [ 25%] 2023-01-11T22:56:11.4329724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4329944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4330168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4330389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4330600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4330827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex128 PASSED [ 25%] 2023-01-11T22:56:11.4331050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex64 PASSED [ 25%] 2023-01-11T22:56:11.4331269Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4331460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4331679Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4331897Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4332125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4332341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4332557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4332777Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4333010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex128 PASSED [ 25%] 2023-01-11T22:56:11.4333231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4333451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4333672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4333897Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4334118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4334336Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4334554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4334771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4335002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4335223Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4335450Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4335681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4335879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4336154Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4336380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4336597Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4336858Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4337074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4337284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4337495Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4337723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4337945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4338177Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4338401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4338620Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4338837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4339053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4339267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4339483Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4339696Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4339913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4340103Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4340318Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4340531Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4340742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4340967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4341184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4341401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4341625Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4341836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4342050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4342267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4342475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4342690Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4342905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4343117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4343325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4343532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4343810Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4344027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4344303Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4344493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4344706Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4344961Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4345171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4345403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4345630Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4345854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4346076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4346305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4346525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4346745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4346970Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4347189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4347406Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4347627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex128 PASSED [ 25%] 2023-01-11T22:56:11.4347855Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex32 PASSED [ 25%] 2023-01-11T22:56:11.4348083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex64 PASSED [ 25%] 2023-01-11T22:56:11.4348308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float16 PASSED [ 25%] 2023-01-11T22:56:11.4348525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4348719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4348952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4349171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bool PASSED [ 25%] 2023-01-11T22:56:11.4349394Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex128 PASSED [ 25%] 2023-01-11T22:56:11.4349615Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex32 PASSED [ 25%] 2023-01-11T22:56:11.4349834Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4350050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4350272Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int16 PASSED [ 25%] 2023-01-11T22:56:11.4350489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4350703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4350928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int8 PASSED [ 25%] 2023-01-11T22:56:11.4351147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_uint8 PASSED [ 25%] 2023-01-11T22:56:11.4351367Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_bfloat16 PASSED [ 25%] 2023-01-11T22:56:11.4351586Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4351800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float32 PASSED [ 25%] 2023-01-11T22:56:11.4352013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float64 PASSED [ 25%] 2023-01-11T22:56:11.4352278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int32 PASSED [ 25%] 2023-01-11T22:56:11.4352491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int64 PASSED [ 25%] 2023-01-11T22:56:11.4352704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4352966Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4353163Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4353525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4353753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex128 XFAIL [ 26%] 2023-01-11T22:56:11.4353986Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex32 XFAIL [ 26%] 2023-01-11T22:56:11.4354210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex64 XFAIL [ 26%] 2023-01-11T22:56:11.4354434Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float16 XFAIL [ 26%] 2023-01-11T22:56:11.4354654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float64 XFAIL [ 26%] 2023-01-11T22:56:11.4354874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int16 XFAIL [ 26%] 2023-01-11T22:56:11.4355092Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int64 XFAIL [ 26%] 2023-01-11T22:56:11.4355311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_uint8 XFAIL [ 26%] 2023-01-11T22:56:11.4355537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bfloat16 XFAIL [ 26%] 2023-01-11T22:56:11.4355755Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bool XFAIL [ 26%] 2023-01-11T22:56:11.4355981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex64 XFAIL [ 26%] 2023-01-11T22:56:11.4356213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float16 XFAIL [ 26%] 2023-01-11T22:56:11.4356438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float32 XFAIL [ 26%] 2023-01-11T22:56:11.4356655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int16 XFAIL [ 26%] 2023-01-11T22:56:11.4356872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int32 XFAIL [ 26%] 2023-01-11T22:56:11.4357093Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int64 XFAIL [ 26%] 2023-01-11T22:56:11.4357310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_uint8 XFAIL [ 26%] 2023-01-11T22:56:11.4357537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex128 XFAIL [ 26%] 2023-01-11T22:56:11.4357738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex64 XFAIL [ 26%] 2023-01-11T22:56:11.4357963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float16 XFAIL [ 26%] 2023-01-11T22:56:11.4358185Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int16 XFAIL [ 26%] 2023-01-11T22:56:11.4358408Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int32 XFAIL [ 26%] 2023-01-11T22:56:11.4358628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int8 XFAIL [ 26%] 2023-01-11T22:56:11.4358849Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_uint8 XFAIL [ 26%] 2023-01-11T22:56:11.4359081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex128 XFAIL [ 26%] 2023-01-11T22:56:11.4359311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float16 XFAIL [ 26%] 2023-01-11T22:56:11.4359536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float64 XFAIL [ 26%] 2023-01-11T22:56:11.4359758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int16 XFAIL [ 26%] 2023-01-11T22:56:11.4359983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int32 XFAIL [ 26%] 2023-01-11T22:56:11.4360273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4360499Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4360724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4360941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4361211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4361440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4361666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4361899Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4362119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4362344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4362539Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4362760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4362969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4363195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4363413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex32 PASSED [ 26%] 2023-01-11T22:56:11.4363642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4363866Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4364087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4364305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4364523Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4364740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4364957Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4365184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4365400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4365617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4365836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4366050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4366267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4366493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4366716Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4366912Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4367139Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4367360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4367583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4367806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4368026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4368304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4368534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4368769Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4368993Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4369328Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4369546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4369770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4369986Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4370212Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex32 PASSED [ 26%] 2023-01-11T22:56:11.4370438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4370660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4370882Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4371110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4371330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4371519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4371734Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4371952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4372167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4372382Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4372596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4372810Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4373023Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4373240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4373451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4373672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4373892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4374110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4374334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4374555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4374770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4374988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4375207Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4375424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4375636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4375877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4376114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4376412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4376643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4376873Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4377109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4377383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4377627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4377864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4378102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4378333Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4378650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4378871Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int64 XFAIL [ 26%] 2023-01-11T22:56:11.4379093Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4379316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4379534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float16 PASSED [ 26%] 2023-01-11T22:56:11.4379744Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4379959Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4380178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4380391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4380586Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4380808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4381025Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4381243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4381460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4381687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex128 PASSED [ 26%] 2023-01-11T22:56:11.4381908Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4382124Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4382337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4382552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4382764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4382976Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4383193Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4383428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4383639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bool PASSED [ 26%] 2023-01-11T22:56:11.4383935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int8 PASSED [ 26%] 2023-01-11T22:56:11.4384183Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4384429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 26%] 2023-01-11T22:56:11.4384753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4385003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 26%] 2023-01-11T22:56:11.4385217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 26%] 2023-01-11T22:56:11.4385505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 26%] 2023-01-11T22:56:11.4385834Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bfloat16 PASSED [ 26%] 2023-01-11T22:56:11.4386087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4386326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:11.4386552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int16 PASSED [ 26%] 2023-01-11T22:56:11.4386780Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_uint8 PASSED [ 26%] 2023-01-11T22:56:11.4387012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex64 PASSED [ 26%] 2023-01-11T22:56:11.4387240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4387464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4387687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4387915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4388139Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4388363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4388594Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4388824Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4389046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4389267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4389493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4389726Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4389953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4390151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4390372Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4390605Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4390834Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4391055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4391275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int16 XFAIL [ 27%] 2023-01-11T22:56:11.4391496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int32 XFAIL [ 27%] 2023-01-11T22:56:11.4391716Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int64 XFAIL [ 27%] 2023-01-11T22:56:11.4391945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4392169Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4392391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4392664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4392879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4393099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4393316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4393568Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4393794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4394029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4394257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4394482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4394685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4394908Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4395136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4395358Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4395589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4395807Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4396029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4396251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4396468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4396722Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4396975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4397229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4397484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4397729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4397973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4398214Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4398477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4398731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4398985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4399233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4399485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4399728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4399971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4400189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4400415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4400694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4400921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4401139Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4401423Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4401639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4401855Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4402076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4402304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex32 PASSED [ 27%] 2023-01-11T22:56:11.4402526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4402751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4402971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4403194Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4403431Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4403648Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4403860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4404085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4404304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4404521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4404719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4404936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4405151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4405378Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4405605Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4405833Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex32 PASSED [ 27%] 2023-01-11T22:56:11.4406055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4406279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4406504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4406724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4406943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4407162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex32 PASSED [ 27%] 2023-01-11T22:56:11.4407388Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4407603Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4407819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4408031Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4408245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4408538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4408775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4409013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4409267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4409454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bool PASSED [ 27%] 2023-01-11T22:56:11.4409670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4409884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4410098Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4410309Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4410522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4410732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4410950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4411167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4411383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4411593Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4411867Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:56:11.4412151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:56:11.4412436Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:56:11.4412714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:56:11.4412991Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2023-01-11T22:56:11.4413302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:56:11.4413609Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:56:11.4413911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:56:11.4414210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2023-01-11T22:56:11.4414437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4414665Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex32 PASSED [ 27%] 2023-01-11T22:56:11.4414891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4415114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4415308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int32 PASSED [ 27%] 2023-01-11T22:56:11.4415526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4415752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex32 PASSED [ 27%] 2023-01-11T22:56:11.4415973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float16 PASSED [ 27%] 2023-01-11T22:56:11.4416251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4416478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4416698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4416916Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_uint8 PASSED [ 27%] 2023-01-11T22:56:11.4417184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4417418Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex128 PASSED [ 27%] 2023-01-11T22:56:11.4417646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex64 PASSED [ 27%] 2023-01-11T22:56:11.4417870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4418092Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4418327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int16 PASSED [ 27%] 2023-01-11T22:56:11.4418548Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int64 PASSED [ 27%] 2023-01-11T22:56:11.4418773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int8 PASSED [ 27%] 2023-01-11T22:56:11.4418995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4419224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4419536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:56:11.4419781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4420020Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4420296Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:56:11.4420604Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2023-01-11T22:56:11.4420841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4421087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4421326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4421562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 27%] 2023-01-11T22:56:11.4421797Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float32 PASSED [ 27%] 2023-01-11T22:56:11.4422034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float64 PASSED [ 27%] 2023-01-11T22:56:11.4422284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4422529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4422776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4423032Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4423289Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4423532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4423841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4424080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4424401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4424654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4424901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4425198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4425442Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4425687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4425935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4426185Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4426398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4426647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4426901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4427153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4427397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4427661Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4427925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4428195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4428465Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4428725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4428994Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4429252Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4429515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4429770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4430039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4430297Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4430537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4430781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4431026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4431269Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4431511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4431758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4432073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4432339Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4432599Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4432917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4433145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4433409Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4433664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4433910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float32 XFAIL [ 28%] 2023-01-11T22:56:11.4434165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4434416Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4434658Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4434898Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4435135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4435373Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4435611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4435856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4436094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4436326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4436559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4436798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4437030Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4437266Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4437533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4437795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4438055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4438313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4438570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4438826Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4439057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4439319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4439577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4439891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4440151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4440411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4440703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4440952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4441199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4441452Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4441704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4441953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4442197Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4442447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4442693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4442940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4443190Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4443461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4443724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4443984Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4444236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4444466Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4444685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4444909Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4445106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4445325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4445542Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4445760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4445979Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4446204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4446432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4446651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4446879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4447110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex32 PASSED [ 28%] 2023-01-11T22:56:11.4447338Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4447564Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4447835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4448073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4448297Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4448562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4448785Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4449012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4449233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex32 XFAIL [ 28%] 2023-01-11T22:56:11.4449458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4449649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4449870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float64 PASSED [ 28%] 2023-01-11T22:56:11.4450083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4450308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex32 PASSED [ 28%] 2023-01-11T22:56:11.4450534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4450752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4450968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4451183Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4451405Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4451633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4451862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4452079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bool PASSED [ 28%] 2023-01-11T22:56:11.4452304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex32 PASSED [ 28%] 2023-01-11T22:56:11.4452532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4452753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4452980Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4453198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4453413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4453629Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_uint8 PASSED [ 28%] 2023-01-11T22:56:11.4453851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bool PASSED [ 28%] 2023-01-11T22:56:11.4454049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4454274Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4454497Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float16 PASSED [ 28%] 2023-01-11T22:56:11.4454714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4454929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4455165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4455401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex128 PASSED [ 28%] 2023-01-11T22:56:11.4455635Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex64 PASSED [ 28%] 2023-01-11T22:56:11.4455915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4456149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4456380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4456643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4456865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4457085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bool PASSED [ 28%] 2023-01-11T22:56:11.4457304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int32 PASSED [ 28%] 2023-01-11T22:56:11.4457523Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4457757Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bfloat16 PASSED [ 28%] 2023-01-11T22:56:11.4457992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:11.4458216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int16 PASSED [ 28%] 2023-01-11T22:56:11.4458448Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int64 PASSED [ 28%] 2023-01-11T22:56:11.4458649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int8 PASSED [ 28%] 2023-01-11T22:56:11.4458874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4459099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4459322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4459553Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4459782Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4460011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4460236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4460459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4460684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4460903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4461120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4461337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4461560Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4461783Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4462002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4462222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4462449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4462671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4462887Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4463075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4463300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4463528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4463882Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4464282Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4464708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4465113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4465426Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4465647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4465864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4466123Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4466381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4466641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4466915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4467184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4467465Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4467738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex32 PASSED [ 29%] 2023-01-11T22:56:11.4468009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4468284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4468550Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4468777Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4469040Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4469305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4469561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4469817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4470085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4470353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4470618Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4470875Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4471131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4471393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4471653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4471917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4472185Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4472449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4472724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4473001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex32 PASSED [ 29%] 2023-01-11T22:56:11.4473269Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4473535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4473765Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4474149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4474462Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4474719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4474981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4475300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4475558Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4475816Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4476075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4476344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4476610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4476872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4477132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4477396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4477664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4477922Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4478175Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4478429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4478684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4478944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4479180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4479439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4479696Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4479963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4480227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4480454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4480675Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4480895Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4481117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex32 PASSED [ 29%] 2023-01-11T22:56:11.4481338Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4481554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4481768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4482012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4482251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4482489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4482720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4482953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4483240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4483477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4483715Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4483960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4484195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4484424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4484651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4484879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4485108Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4485349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4485581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4485812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4486046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4486270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4486496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4486723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4486946Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4487174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4487398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4487622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4487847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4488076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4488300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4488524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4488725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4488948Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4489178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4489414Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4489648Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4489911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4490172Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 29%] 2023-01-11T22:56:11.4490445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 29%] 2023-01-11T22:56:11.4490703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4490953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4491256Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4491494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bfloat16 PASSED [ 29%] 2023-01-11T22:56:11.4491720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bool PASSED [ 29%] 2023-01-11T22:56:11.4492000Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4492232Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4492462Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4492692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int8 PASSED [ 29%] 2023-01-11T22:56:11.4492956Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4493221Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4493478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4493736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4494005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4494264Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 29%] 2023-01-11T22:56:11.4494522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 29%] 2023-01-11T22:56:11.4494753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 29%] 2023-01-11T22:56:11.4495017Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 29%] 2023-01-11T22:56:11.4495274Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4495533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4495801Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 29%] 2023-01-11T22:56:11.4496058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 29%] 2023-01-11T22:56:11.4496286Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float16 PASSED [ 29%] 2023-01-11T22:56:11.4496512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4496736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4496963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4497193Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4497420Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4497649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4497902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4498149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4498408Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4498659Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4498974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4499225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4499475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4499779Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4500031Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4500280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4500520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4500728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4500962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4501195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4501441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4501676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4501905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4502221Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2023-01-11T22:56:11.4502448Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4502676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4502905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4503125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4503345Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4503570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4503879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4504096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4504324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4504554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4504775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4504998Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4505219Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4505445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4505641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4505896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4506157Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4506428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4506699Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4506968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4507320Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4507588Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4507851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4508109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4508437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4508698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4508968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4509235Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4509511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4509789Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4510057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4510316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4510579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4510844Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4511072Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4511335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4511591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4511860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4512122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4512383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4512639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4512898Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4513174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4513442Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4513714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4513982Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4514254Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4514527Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4514793Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4515058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4515313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4515573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4515827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4516078Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4516299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4516565Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4516893Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4517162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4517419Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4517672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4517983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4518239Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4518507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4518776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4519050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4519319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4519576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4519797Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4520019Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4520239Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4520468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bfloat16 XFAIL [ 30%] 2023-01-11T22:56:11.4520695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float16 XFAIL [ 30%] 2023-01-11T22:56:11.4520919Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float64 XFAIL [ 30%] 2023-01-11T22:56:11.4521107Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4521321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4521535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4521758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4521973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4522199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4522417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4522639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4522859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4523075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4523290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4523512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4523749Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4523973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4524208Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4524433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4524657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4524880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4525102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4525329Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4525574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4525796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4526013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4526270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4526496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4526716Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4526932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4527148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4527364Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4527595Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4527819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4528048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4528279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex32 XFAIL [ 30%] 2023-01-11T22:56:11.4528501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4528733Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_bfloat16 PASSED [ 30%] 2023-01-11T22:56:11.4528952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4529168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4529392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int32 PASSED [ 30%] 2023-01-11T22:56:11.4529606Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4529820Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4530020Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex128 PASSED [ 30%] 2023-01-11T22:56:11.4530246Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float16 PASSED [ 30%] 2023-01-11T22:56:11.4530468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float32 PASSED [ 30%] 2023-01-11T22:56:11.4530687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float64 PASSED [ 30%] 2023-01-11T22:56:11.4530905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int8 PASSED [ 30%] 2023-01-11T22:56:11.4531127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4531350Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4531584Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4531805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int16 PASSED [ 30%] 2023-01-11T22:56:11.4532027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int64 PASSED [ 30%] 2023-01-11T22:56:11.4532251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_uint8 PASSED [ 30%] 2023-01-11T22:56:11.4532479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bool PASSED [ 30%] 2023-01-11T22:56:11.4532709Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex32 PASSED [ 30%] 2023-01-11T22:56:11.4532937Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex64 PASSED [ 30%] 2023-01-11T22:56:11.4533163Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4533445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4533686Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4533905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4534125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4534392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4534584Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bool PASSED [ 31%] 2023-01-11T22:56:11.4534806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex64 PASSED [ 31%] 2023-01-11T22:56:11.4535026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4535243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4535460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4535670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4535888Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bool PASSED [ 31%] 2023-01-11T22:56:11.4536113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4536341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex64 PASSED [ 31%] 2023-01-11T22:56:11.4536562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4536778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4536997Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4537213Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4537437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_uint8 PASSED [ 31%] 2023-01-11T22:56:11.4537651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:56:11.4537861Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4538072Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4538302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:56:11.4538534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4538754Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4538974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4539171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex64 PASSED [ 31%] 2023-01-11T22:56:11.4539387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4539598Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4539811Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4540026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bool PASSED [ 31%] 2023-01-11T22:56:11.4540242Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4540455Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4540662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4540872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4541082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_uint8 PASSED [ 31%] 2023-01-11T22:56:11.4541356Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4541580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4541798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4542056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4542270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4542485Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4542702Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:56:11.4542915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bool PASSED [ 31%] 2023-01-11T22:56:11.4543138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4543336Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4543557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4543926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4544150Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4544370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4544583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4544798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4545013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4545225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4545445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4545660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4545872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4546132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4546389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4546657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4546921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4547180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4547437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4547691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int16 PASSED [ 31%] 2023-01-11T22:56:11.4547944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4548173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4548428Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_T_cuda PASSED [ 31%] 2023-01-11T22:56:11.4548718Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs__conversions_complex_cuda PASSED [ 31%] 2023-01-11T22:56:11.4548978Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amax_cuda PASSED [ 31%] 2023-01-11T22:56:11.4549249Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amin_cuda PASSED [ 31%] 2023-01-11T22:56:11.4549532Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_as_strided_scatter_cuda PASSED [ 31%] 2023-01-11T22:56:11.4549786Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_atan2_cuda PASSED [ 31%] 2023-01-11T22:56:11.4550140Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_and_cuda PASSED [ 31%] 2023-01-11T22:56:11.4550420Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_left_shift_cuda PASSED [ 31%] 2023-01-11T22:56:11.4550687Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_or_cuda PASSED [ 31%] 2023-01-11T22:56:11.4550938Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_cat_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4551262Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_max_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4551525Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_cuda PASSED [ 31%] 2023-01-11T22:56:11.4551806Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_no_rounding_mode_cuda PASSED [ 31%] 2023-01-11T22:56:11.4552084Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_trunc_rounding_cuda PASSED [ 31%] 2023-01-11T22:56:11.4552345Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eye_cuda PASSED [ 31%] 2023-01-11T22:56:11.4552612Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_fft_cuda PASSED [ 31%] 2023-01-11T22:56:11.4552877Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfft2_cuda PASSED [ 31%] 2023-01-11T22:56:11.4553148Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfft_cuda PASSED [ 31%] 2023-01-11T22:56:11.4553417Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_ihfftn_cuda PASSED [ 31%] 2023-01-11T22:56:11.4553685Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_irfft2_cuda PASSED [ 31%] 2023-01-11T22:56:11.4553923Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfft2_cuda PASSED [ 31%] 2023-01-11T22:56:11.4554183Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfft_cuda PASSED [ 31%] 2023-01-11T22:56:11.4554444Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fft_rfftn_cuda PASSED [ 31%] 2023-01-11T22:56:11.4554706Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_flipud_cuda PASSED [ 31%] 2023-01-11T22:56:11.4554979Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_float_power_cuda PASSED [ 31%] 2023-01-11T22:56:11.4555244Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gcd_cuda PASSED [ 31%] 2023-01-11T22:56:11.4555508Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_heaviside_cuda PASSED [ 31%] 2023-01-11T22:56:11.4555775Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hsplit_cuda PASSED [ 31%] 2023-01-11T22:56:11.4556030Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hstack_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4556291Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_isclose_cuda PASSED [ 31%] 2023-01-11T22:56:11.4556544Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_le_cuda PASSED [ 31%] 2023-01-11T22:56:11.4556814Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_linspace_cuda PASSED [ 31%] 2023-01-11T22:56:11.4557085Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_xor_cuda PASSED [ 31%] 2023-01-11T22:56:11.4557354Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logspace_cuda PASSED [ 31%] 2023-01-11T22:56:11.4557613Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_maximum_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4557876Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_movedim_cuda PASSED [ 31%] 2023-01-11T22:56:11.4558150Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_copy_cuda PASSED [ 31%] 2023-01-11T22:56:11.4558406Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_cuda PASSED [ 31%] 2023-01-11T22:56:11.4558682Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_native_layer_norm_cuda PASSED [ 31%] 2023-01-11T22:56:11.4558934Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ne_cuda PASSED [ 31%] 2023-01-11T22:56:11.4559199Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_group_norm_cuda PASSED [ 31%] 2023-01-11T22:56:11.4559550Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_l1_loss_cuda PASSED [ 31%] 2023-01-11T22:56:11.4559831Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cuda PASSED [ 31%] 2023-01-11T22:56:11.4560074Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_softshrink_cuda PASSED [ 31%] 2023-01-11T22:56:11.4560330Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 31%] 2023-01-11T22:56:11.4560606Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_pow_cuda PASSED [ 31%] 2023-01-11T22:56:11.4560864Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_remainder_cuda PASSED [ 31%] 2023-01-11T22:56:11.4561078Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_roll_cuda PASSED [ 31%] 2023-01-11T22:56:11.4561295Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rot90_cuda PASSED [ 31%] 2023-01-11T22:56:11.4561509Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rsub_cuda PASSED [ 31%] 2023-01-11T22:56:11.4561741Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_xlog1py_cuda PASSED [ 31%] 2023-01-11T22:56:11.4561950Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_t_cuda PASSED [ 31%] 2023-01-11T22:56:11.4562164Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_trace_cuda PASSED [ 31%] 2023-01-11T22:56:11.4562384Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_tril_cuda PASSED [ 31%] 2023-01-11T22:56:11.4562606Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_true_divide_cuda PASSED [ 31%] 2023-01-11T22:56:11.4562825Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_as_cuda PASSED [ 31%] 2023-01-11T22:56:11.4563038Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_cuda PASSED [ 31%] 2023-01-11T22:56:11.4563250Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vstack_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4563459Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_where_cuda XFAIL [ 31%] 2023-01-11T22:56:11.4563689Z test_ops.py::TestCommonCUDA::test_python_ref_errors_ops_nvprims_view_cuda PASSED [ 31%] 2023-01-11T22:56:11.4563915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex128 PASSED [ 31%] 2023-01-11T22:56:11.4564161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4564414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex64 PASSED [ 31%] 2023-01-11T22:56:11.4564656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4564894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int64 PASSED [ 31%] 2023-01-11T22:56:11.4565132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_uint8 PASSED [ 31%] 2023-01-11T22:56:11.4565406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4565690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4566366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 31%] 2023-01-11T22:56:11.4566653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4566931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4567372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 31%] 2023-01-11T22:56:11.4567646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4568017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bfloat16 PASSED [ 31%] 2023-01-11T22:56:11.4568289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bool PASSED [ 31%] 2023-01-11T22:56:11.4568562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex32 PASSED [ 31%] 2023-01-11T22:56:11.4568875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float16 PASSED [ 31%] 2023-01-11T22:56:11.4569143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float32 PASSED [ 31%] 2023-01-11T22:56:11.4569414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float64 PASSED [ 31%] 2023-01-11T22:56:11.4569682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int32 PASSED [ 31%] 2023-01-11T22:56:11.4569950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int8 PASSED [ 31%] 2023-01-11T22:56:11.4570258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4570771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 31%] 2023-01-11T22:56:11.4571087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 31%] 2023-01-11T22:56:11.4571387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4571663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4571929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4572194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4572461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4572721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4573021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4573517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.bool doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4573989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4574468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.bool doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4574767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4575062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4575307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:56:11.4575569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:56:11.4575894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:56:11.4576192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4576455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4576758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4577016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4577321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4577620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4577920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4578225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4578524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4579021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.byte doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4579486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4579969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.byte doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4580266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4580735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:56:11.4581015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:56:11.4581293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4581563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4581831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4582094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4582395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4582707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4583211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:56:11.4583518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4583949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4584434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:56:11.4584707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4585029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:56:11.4585300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:56:11.4585569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4585839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4586110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4586381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4586649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4586911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4587211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4587510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4587822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4588305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:56:11.4588608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4589080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4589546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:56:11.4589817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4590088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:56:11.4590360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:56:11.4590629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4590895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4591157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4591418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4591979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2023-01-11T22:56:11.4592283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4592777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.chalf doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4593124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4593423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4593687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:56:11.4593959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4594232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:56:11.4594494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4594762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4595022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:56:11.4595286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4595585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4595889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4596376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4596677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4597142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:56:11.4597413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4597718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4598025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4598299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:56:11.4598571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4598834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4599099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4599361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4599721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4600024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4600330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4600670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4601161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4601458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4601758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4602009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4602282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex32 PASSED [ 32%] 2023-01-11T22:56:11.4602550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4602815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4603074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4603334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_uint8 PASSED [ 32%] 2023-01-11T22:56:11.4603633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4603936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4604412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4604897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.float doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4605192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4605466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4605732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4605991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4606265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4606524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:56:11.4606822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4607123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4607482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4607980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.half doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4608449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4608982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.half doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4609276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4609540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:56:11.4609807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4610068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float32 PASSED [ 32%] 2023-01-11T22:56:11.4610330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4610593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4610849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4611117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4611375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:56:11.4611863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.int doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4612160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4612635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.int doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4613092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2023-01-11T22:56:11.4613358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bfloat16 PASSED [ 32%] 2023-01-11T22:56:11.4613620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bool PASSED [ 32%] 2023-01-11T22:56:11.4613894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4614158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float16 PASSED [ 32%] 2023-01-11T22:56:11.4614402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float64 PASSED [ 32%] 2023-01-11T22:56:11.4614664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int16 PASSED [ 32%] 2023-01-11T22:56:11.4614924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int32 PASSED [ 32%] 2023-01-11T22:56:11.4615184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:56:11.4615536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4615841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4616333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.long doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4616656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex128 PASSED [ 32%] 2023-01-11T22:56:11.4616925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex64 PASSED [ 32%] 2023-01-11T22:56:11.4617190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int64 PASSED [ 32%] 2023-01-11T22:56:11.4617453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int8 PASSED [ 32%] 2023-01-11T22:56:11.4617758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4618055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4618361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2023-01-11T22:56:11.4618861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.short doesn't support nvfuser) [ 32%] 2023-01-11T22:56:11.4619329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2023-01-11T22:56:11.4619817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.short doesn't support nvfuser) [ 33%] 2023-01-11T22:56:11.4620112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4620576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4620832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4621083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4621327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4621570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4621813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4622093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4622374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4622659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4622909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4623184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4623428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4623826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4624088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex32 PASSED [ 33%] 2023-01-11T22:56:11.4624332Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4624630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4624851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4625090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4625328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4625573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:56:11.4625855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4626141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4626621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2023-01-11T22:56:11.4626907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4627159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4627439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4627717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4628282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4628534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4628796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4629047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex32 PASSED [ 33%] 2023-01-11T22:56:11.4629295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:56:11.4629542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4629786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4630072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4630540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2023-01-11T22:56:11.4630984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float32 SKIPPED (_refs.acosh doesn't support nvfuser) [ 33%] 2023-01-11T22:56:11.4631423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:56:11.4631702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4632297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4632580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4632828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4633112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4633362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4633606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4633846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4634091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4634343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4634628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4635099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2023-01-11T22:56:11.4635540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:56:11.4635973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4636236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4636496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:56:11.4636746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4636995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4637285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4637572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4637855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4638111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4638367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4638616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4638867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:56:11.4639114Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4639361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:56:11.4639646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4639990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4640249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4640533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4640837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4641122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4641575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4641856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4642108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4642356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4642611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4642860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4643103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4643363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4643647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4643935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4644209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4644652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4644932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4645174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4645423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4645666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4645920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4646171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4646413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4646658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4646902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:56:11.4647142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4647420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4647757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4648042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4648321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4648641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4648886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4649335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4649590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4649854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4650143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4650391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bfloat16 PASSED [ 33%] 2023-01-11T22:56:11.4650641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4650883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4651122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4651401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4651825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:56:11.4652073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4652345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4652589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4652835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4653076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int16 PASSED [ 33%] 2023-01-11T22:56:11.4653315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:56:11.4653555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4653835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4654108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4654387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4654638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4654915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4655160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4655492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4655750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4655988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int8 PASSED [ 33%] 2023-01-11T22:56:11.4656269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:56:11.4656548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4656821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4657102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4657355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4657633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4658078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2023-01-11T22:56:11.4658331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4658577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4658821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int32 PASSED [ 33%] 2023-01-11T22:56:11.4659068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:56:11.4659317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_uint8 PASSED [ 33%] 2023-01-11T22:56:11.4659577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4659858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4660312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2023-01-11T22:56:11.4660600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4660879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 33%] 2023-01-11T22:56:11.4661135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bool PASSED [ 33%] 2023-01-11T22:56:11.4661394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex128 PASSED [ 33%] 2023-01-11T22:56:11.4661650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex64 PASSED [ 33%] 2023-01-11T22:56:11.4661905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float16 PASSED [ 33%] 2023-01-11T22:56:11.4662159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float32 PASSED [ 33%] 2023-01-11T22:56:11.4662409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float64 PASSED [ 33%] 2023-01-11T22:56:11.4662661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int64 PASSED [ 33%] 2023-01-11T22:56:11.4662947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4663454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4663960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4664474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4664746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4665020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4665287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4665570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4665837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4666105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:56:11.4666377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4666677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4666981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4667287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4667769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4668246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4668550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_partial_views_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4668813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4669079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:56:11.4669349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:56:11.4669611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4669871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4670131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4670393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:56:11.4670630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4671130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:56:11.4671508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4671808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4672321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_scatter_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4672568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:56:11.4672809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4673060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:56:11.4673314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:56:11.4673558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4673801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4674049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4674330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4674586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4674861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4675111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4675383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4675831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4676112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4676361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:56:11.4676602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4676852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:56:11.4677099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4677347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4677591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:56:11.4677834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4678075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4678360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4678634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4678970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4679453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:56:11.4679716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4680053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4680331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4680780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4681031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:56:11.4681280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4681527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4681770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4682025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:56:11.4682266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4682508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4682792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4683073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4683513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4683761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4684041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4684320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4684564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4684814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:56:11.4685072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:56:11.4685318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4685572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4685817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:56:11.4686059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4686347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4686807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:56:11.4687140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4687423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4687717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4688160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4688443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4688664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4688921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float16 PASSED [ 34%] 2023-01-11T22:56:11.4689171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4689419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4689669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4689956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4690242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4690692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4690979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4691243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bfloat16 PASSED [ 34%] 2023-01-11T22:56:11.4691506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:56:11.4691764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float32 PASSED [ 34%] 2023-01-11T22:56:11.4692245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:56:11.4692540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4692832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4693294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_1d doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4693748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4694203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_1d doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4694654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4694913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:56:11.4695191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex64 PASSED [ 34%] 2023-01-11T22:56:11.4695508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float64 PASSED [ 34%] 2023-01-11T22:56:11.4695766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4696055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4696393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4696877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2023-01-11T22:56:11.4697168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4697463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4697921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2023-01-11T22:56:11.4698376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_2d doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4698665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4698927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex128 PASSED [ 34%] 2023-01-11T22:56:11.4699184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex32 PASSED [ 34%] 2023-01-11T22:56:11.4699442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4699696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:56:11.4699961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4700256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4700566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4701021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_3d doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4701283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4701544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4701839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4702297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4702565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:56:11.4702837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4703321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int32 SKIPPED (_refs.bitwise_left_shift doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4703678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4704217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4704532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4704789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4705045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int64 PASSED [ 34%] 2023-01-11T22:56:11.4705298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int8 PASSED [ 34%] 2023-01-11T22:56:11.4705567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4706031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2023-01-11T22:56:11.4706318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4706578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_bool PASSED [ 34%] 2023-01-11T22:56:11.4706829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4707082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_uint8 PASSED [ 34%] 2023-01-11T22:56:11.4707340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4707634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4707906Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int16 PASSED [ 34%] 2023-01-11T22:56:11.4708171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int32 PASSED [ 34%] 2023-01-11T22:56:11.4708669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int32 SKIPPED (_refs.bitwise_right_shift doesn't support nvfuser) [ 34%] 2023-01-11T22:56:11.4708967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4709265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 34%] 2023-01-11T22:56:11.4709521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4709784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:56:11.4710042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4710338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4710799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4711060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4711512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4711818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4712100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4712369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4712685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4712952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4713259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4713560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4713844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4714149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4714638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4714939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4715444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4715710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:56:11.4715973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4716243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4716510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:56:11.4716782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4717042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:56:11.4717304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4717562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4717862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4718162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4718461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4718934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4719201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4719494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4719810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float32 XFAIL [ 35%] 2023-01-11T22:56:11.4720073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float64 XFAIL [ 35%] 2023-01-11T22:56:11.4720330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int8 XFAIL [ 35%] 2023-01-11T22:56:11.4720685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4720978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4721444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4721735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4721997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4722226Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:56:11.4722480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4722735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4722984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4723269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4723554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4723848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4724136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4724572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float32 SKIPPED (_refs.cat doesn't support nvfuser) [ 35%] 2023-01-11T22:56:11.4724864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4725300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int32 SKIPPED (_refs.cat doesn't support nvfuser) [ 35%] 2023-01-11T22:56:11.4725554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4725810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4726061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4726354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4726615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4726877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4727131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:56:11.4727384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4727635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:56:11.4727943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4728233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4728514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4728843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4729131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4729579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4729872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4730151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:56:11.4730404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4730661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4730883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4731173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4731464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4731923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4732209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4732466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4732728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4732984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:56:11.4733239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4733495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4733791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4734086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4734546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4735002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4735262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:56:11.4735570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int16 PASSED [ 35%] 2023-01-11T22:56:11.4735825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4736140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4736399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4736659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4736997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4737294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4737761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp_min doesn't support nvfuser) [ 35%] 2023-01-11T22:56:11.4738227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4738680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4738935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:56:11.4739192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4739455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4739712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:56:11.4739967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float16 PASSED [ 35%] 2023-01-11T22:56:11.4740229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4740481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4740701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4740970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4741222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4741510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4741792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4742271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2023-01-11T22:56:11.4742561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4743010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4743271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4743841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4744115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:56:11.4744383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:56:11.4744735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:56:11.4745002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float32 PASSED [ 35%] 2023-01-11T22:56:11.4745266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4745573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4745828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4746099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4746365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4746982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2023-01-11T22:56:11.4747351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4747711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4748071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4748623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2023-01-11T22:56:11.4748978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4749339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4749643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bfloat16 PASSED [ 35%] 2023-01-11T22:56:11.4749947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4750264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4750571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex32 PASSED [ 35%] 2023-01-11T22:56:11.4750877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4751173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int64 PASSED [ 35%] 2023-01-11T22:56:11.4751442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4751746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_uint8 PASSED [ 35%] 2023-01-11T22:56:11.4752094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4752681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2023-01-11T22:56:11.4753027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4753370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4753779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4754125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2023-01-11T22:56:11.4754660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2023-01-11T22:56:11.4755033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bool PASSED [ 35%] 2023-01-11T22:56:11.4755358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex128 PASSED [ 35%] 2023-01-11T22:56:11.4755699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex64 PASSED [ 35%] 2023-01-11T22:56:11.4756019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float64 PASSED [ 35%] 2023-01-11T22:56:11.4756341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int32 PASSED [ 35%] 2023-01-11T22:56:11.4756653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int8 PASSED [ 35%] 2023-01-11T22:56:11.4757014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4757380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4757743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4758337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:56:11.4758918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float32 SKIPPED (_refs.conj_physical doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4759275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4759641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4759950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4760223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:56:11.4760494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4760757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4761024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4761286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4761553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4761864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4762165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4762632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4763163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int32 SKIPPED (_refs.constant_pad_nd doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4763468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4763737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:56:11.4764058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4764290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4764548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4764810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4765113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4765411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4765883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4766345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int32 SKIPPED (_refs.contiguous doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4766639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4767090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:56:11.4767388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4767647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:56:11.4767901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:56:11.4768158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4768414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4768664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4768917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4769223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4769678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int32 SKIPPED (_refs.copysign doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4769972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4770430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:56:11.4770682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:56:11.4770935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:56:11.4771245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4771500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4771745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4771995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4772327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4772608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4773082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:56:11.4773372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4773658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4773918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4774210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4774653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:56:11.4774880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bfloat16 PASSED [ 36%] 2023-01-11T22:56:11.4775140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4775395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4775649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4775899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4776157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4776410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4776661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4776947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4777232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4777527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4777999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:56:11.4778289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4778737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4779019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4779301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4779670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4779939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:56:11.4780195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4780488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4780741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4780993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4781245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4781543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4781829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4782113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4782400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4782662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:56:11.4782931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4783193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:56:11.4783430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4783739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4783997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4784296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4784586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4784885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4785185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4785481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4785951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4786412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int32 SKIPPED (_refs.diag_embed doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4786702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4787152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:56:11.4787524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4787778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:56:11.4788030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4788366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4788659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4789137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:56:11.4789428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4789719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4790189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4790630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int32 SKIPPED (_refs.diag doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4790913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4791188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4791457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:56:11.4791724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4791987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4792246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4792512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int64 PASSED [ 36%] 2023-01-11T22:56:11.4792773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4793068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4793559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2023-01-11T22:56:11.4793864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4794340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal_copy doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4794645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4794941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4795171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:56:11.4795454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex128 PASSED [ 36%] 2023-01-11T22:56:11.4795776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex32 PASSED [ 36%] 2023-01-11T22:56:11.4796038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4796297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float32 PASSED [ 36%] 2023-01-11T22:56:11.4796596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float64 PASSED [ 36%] 2023-01-11T22:56:11.4796852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4797107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4797362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4797618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4797923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4798216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4798681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal doesn't support nvfuser) [ 36%] 2023-01-11T22:56:11.4799128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2023-01-11T22:56:11.4799400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bool PASSED [ 36%] 2023-01-11T22:56:11.4799678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_complex64 PASSED [ 36%] 2023-01-11T22:56:11.4799959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4800223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int32 PASSED [ 36%] 2023-01-11T22:56:11.4800536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4800850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4801157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4801457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4801928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2023-01-11T22:56:11.4802227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4802484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float16 PASSED [ 36%] 2023-01-11T22:56:11.4802747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int16 PASSED [ 36%] 2023-01-11T22:56:11.4803001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int8 PASSED [ 36%] 2023-01-11T22:56:11.4803256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_uint8 PASSED [ 36%] 2023-01-11T22:56:11.4803546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4803896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2023-01-11T22:56:11.4804189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4804464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:56:11.4804791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4805032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4805500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4805980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4806263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4806562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex128 SKIPPED (Skipped!) [ 37%] 2023-01-11T22:56:11.4806837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:56:11.4807107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4807378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4807688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4807990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex32 SKIPPED (Skipped!) [ 37%] 2023-01-11T22:56:11.4808294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4808775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4809229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4809507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:56:11.4809776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:56:11.4810051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:56:11.4810318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:56:11.4810588Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4810899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4811361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4811719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4812250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4812553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4812850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4813109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4813366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:56:11.4813619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4813871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4814170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4814459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4814754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4815246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2023-01-11T22:56:11.4815543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4815833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4816285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4816573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4816823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4817055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4817306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:56:11.4817557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:56:11.4817813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4818064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:56:11.4818311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4818607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4819083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2023-01-11T22:56:11.4819380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4819827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.dstack doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4820334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4820763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4821180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4821646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4822058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4822467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4822891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int8 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4823312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4823858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bool SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4824306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4824819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4825320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4825836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4826338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4826835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4827341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for empty) [ 37%] 2023-01-11T22:56:11.4827874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4828397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4828942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4829468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4829984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4830498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4831045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4831565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bool SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4832203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4832753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4833365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4833885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4834403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2023-01-11T22:56:11.4834711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:56:11.4835034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex128 PASSED [ 37%] 2023-01-11T22:56:11.4835313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex64 PASSED [ 37%] 2023-01-11T22:56:11.4835608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4835907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4836203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4836499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4836849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4837411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2023-01-11T22:56:11.4837759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4838065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4838406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4838934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4839269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4839611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4839919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:56:11.4840170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4840423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4840708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4840997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4841453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4841739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4842055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:56:11.4842313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4842566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:56:11.4842859Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:56:11.4843105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4843357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4843642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4843931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4844186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int32 PASSED [ 37%] 2023-01-11T22:56:11.4844469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4844701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:56:11.4844958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4845210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:56:11.4845498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4845790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4846246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float32 SKIPPED (_refs.erfinv doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4846704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2023-01-11T22:56:11.4847150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int32 SKIPPED (_refs.erfinv doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4847408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:56:11.4847655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4847908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4848160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int16 PASSED [ 37%] 2023-01-11T22:56:11.4848415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int8 PASSED [ 37%] 2023-01-11T22:56:11.4848705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4849146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float32 SKIPPED (_refs.exp2 doesn't support nvfuser) [ 37%] 2023-01-11T22:56:11.4849433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4849876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:56:11.4850188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bfloat16 PASSED [ 37%] 2023-01-11T22:56:11.4850439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4850696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex128 PASSED [ 37%] 2023-01-11T22:56:11.4850996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex32 PASSED [ 37%] 2023-01-11T22:56:11.4851252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4851501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float64 PASSED [ 37%] 2023-01-11T22:56:11.4851768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int64 PASSED [ 37%] 2023-01-11T22:56:11.4852014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4852308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4852593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4852883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4853171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4853433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bool PASSED [ 37%] 2023-01-11T22:56:11.4853700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex128 PASSED [ 37%] 2023-01-11T22:56:11.4853931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float16 PASSED [ 37%] 2023-01-11T22:56:11.4854200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float32 PASSED [ 37%] 2023-01-11T22:56:11.4854461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_uint8 PASSED [ 37%] 2023-01-11T22:56:11.4854763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4855066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4855361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4855652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2023-01-11T22:56:11.4856118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2023-01-11T22:56:11.4856387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4856650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:56:11.4856924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float16 PASSED [ 38%] 2023-01-11T22:56:11.4857183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4857437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4857694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4858040Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4858340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4858634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4858971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4859423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4859673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4859932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float16 PASSED [ 38%] 2023-01-11T22:56:11.4860189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4860440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4860690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4860946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:56:11.4861234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4861516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4861773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4862062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4862523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4862778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bfloat16 PASSED [ 38%] 2023-01-11T22:56:11.4863008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4863258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4863505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4863852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4864145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4864432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4864714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4865002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4865452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4865705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4866038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4866297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4866552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:56:11.4866884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4867178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4867469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4867923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4868216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4868664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4868925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4869186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4869442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4869696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4869948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4870242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4870692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fft doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4871136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fft doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4871579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4871844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4872098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4872356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4872659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4872962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4873233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4873689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4873975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4874490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4874784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4875051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4875361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float16 PASSED [ 38%] 2023-01-11T22:56:11.4875625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4875890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4876154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4876418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4876680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:56:11.4877178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2023-01-11T22:56:11.4877481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4877778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4878263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fftshift doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4878570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4879038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4879503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4879770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4880028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4880284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4880538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4880831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4881125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4881585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4881882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4882334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4882785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfft2 doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4883167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4883433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4883699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:56:11.4883999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4884253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4884510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4884734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4885038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4885330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4885791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfft doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4886089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4886537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4886982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfft doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4887272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4887526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4887793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4888058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:56:11.4888319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4888586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4888839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4889099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4889388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4889846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfftn doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4890149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4890402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4890661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4890918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4891259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4891551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4891847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4892435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4892727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4892988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:11.4893255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4893511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int16 PASSED [ 38%] 2023-01-11T22:56:11.4893776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4894035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:56:11.4894326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4894623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4895052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifft doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4895349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4895638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4895903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex64 PASSED [ 38%] 2023-01-11T22:56:11.4896168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4896428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4896684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4896984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4897448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4897897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifftn doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4898349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2023-01-11T22:56:11.4898613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4898893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex128 PASSED [ 38%] 2023-01-11T22:56:11.4899161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float64 PASSED [ 38%] 2023-01-11T22:56:11.4899484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4899754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int8 PASSED [ 38%] 2023-01-11T22:56:11.4900057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4900596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2023-01-11T22:56:11.4900901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4901375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifftshift doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4901841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2023-01-11T22:56:11.4902308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifftshift doesn't support nvfuser) [ 38%] 2023-01-11T22:56:11.4902609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2023-01-11T22:56:11.4902866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_bool PASSED [ 38%] 2023-01-11T22:56:11.4903121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int32 PASSED [ 38%] 2023-01-11T22:56:11.4903376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int64 PASSED [ 38%] 2023-01-11T22:56:11.4903633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_uint8 PASSED [ 38%] 2023-01-11T22:56:11.4903992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4904461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4904726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4904981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4905269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4905562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4906019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4906469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfft doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4906760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4907208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4907466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4907695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4908024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4908286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4908543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4908853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4909322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4909779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4910235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4910505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4910801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4911266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfft2 doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4911559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4912014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfft2 doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4912303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4912600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4912859Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4913120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4913387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4913643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4913898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4914190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4914487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4914950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfft doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4915246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4915694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4916135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfft doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4916423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4916930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4917194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4917504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4917768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:56:11.4918032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4918287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4918542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4918835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4919270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4919569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4920025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4920326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4920783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4921075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4921334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:56:11.4921599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4921858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4922113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4922402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4922862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfft2 doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4923315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4923607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4923868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4924126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4924377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4924635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4924946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4925426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4925712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4926045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4926300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4926561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:56:11.4926818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4927079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4927335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4927804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfftn doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4928102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4928387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4928833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4929097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4929358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:56:11.4929579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4929831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4930114Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4930398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4930852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4931136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4931395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:56:11.4931652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4931913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:56:11.4932167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4932421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4932677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4933030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4933328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4933788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4934140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4934398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:56:11.4934650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4934912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4935170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:56:11.4935425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4935688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4935947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4936201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4936491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4936772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4937059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4937318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4937572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4937800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4938094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4938383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4938679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4938976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4939433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float32 SKIPPED (_refs.fliplr doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4939721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4940169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4940459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4940720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bfloat16 PASSED [ 39%] 2023-01-11T22:56:11.4940986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4941299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:56:11.4941559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4941812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int64 PASSED [ 39%] 2023-01-11T22:56:11.4942113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4942567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float32 SKIPPED (_refs.flipud doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4942857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4943315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4943600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4944003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bool PASSED [ 39%] 2023-01-11T22:56:11.4944278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex128 PASSED [ 39%] 2023-01-11T22:56:11.4944540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex64 PASSED [ 39%] 2023-01-11T22:56:11.4944800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4945057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4945325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4945619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4945920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4946228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4946714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float32 SKIPPED (_refs.float_power doesn't support nvfuser) [ 39%] 2023-01-11T22:56:11.4947263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2023-01-11T22:56:11.4947618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4948161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4948514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4948835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float16 PASSED [ 39%] 2023-01-11T22:56:11.4949155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float32 PASSED [ 39%] 2023-01-11T22:56:11.4949438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float64 PASSED [ 39%] 2023-01-11T22:56:11.4949752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int16 PASSED [ 39%] 2023-01-11T22:56:11.4950161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int32 PASSED [ 39%] 2023-01-11T22:56:11.4950482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int8 PASSED [ 39%] 2023-01-11T22:56:11.4950793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_uint8 PASSED [ 39%] 2023-01-11T22:56:11.4951209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4951566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2023-01-11T22:56:11.4952121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2023-01-11T22:56:11.4952431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4952747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4953050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4953355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4953657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4953964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4954263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4954618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4954969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4955310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4955609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:56:11.4955912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4956207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4956509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:56:11.4956851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4957193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4957532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4958069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float32 SKIPPED (_refs.fmax doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4958607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4958954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4959481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:56:11.4959888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4960208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4960480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4960772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4961021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4961271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:56:11.4961555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4962013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4962446Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int32 SKIPPED (_refs.fmin doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4962734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4963180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:56:11.4963462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4963718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4963967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4964223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4964470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4964765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4965027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4965310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4965756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4966198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:56:11.4966455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4966707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4966997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4967283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4967532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4967778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4968063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4968565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:56:11.4968856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4969147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4969398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4969685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4969938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4970237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4970516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4970767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4971024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:56:11.4971275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4971523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4971812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4972068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4972355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4972615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4972895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4973161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4973420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:56:11.4973680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4973941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4974208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4974472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4974728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4975030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4975335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4975807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4976318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int32 SKIPPED (_refs.heaviside doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4976578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4976841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex32 PASSED [ 40%] 2023-01-11T22:56:11.4977141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4977393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4977648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4977902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4978128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:56:11.4978421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4978717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4979013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4979468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.hsplit doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4979756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4980204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4980499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4980761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4981025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:56:11.4981288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex32 PASSED [ 40%] 2023-01-11T22:56:11.4981549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex64 PASSED [ 40%] 2023-01-11T22:56:11.4981801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4982060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4982314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4982566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4982818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4983118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4983409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4983747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4984199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2023-01-11T22:56:11.4984552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4984865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4985171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4985590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4986139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float32 SKIPPED (_refs.hypot doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4986486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4986788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:56:11.4987085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float16 PASSED [ 40%] 2023-01-11T22:56:11.4987382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4987680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4987946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4988237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int64 PASSED [ 40%] 2023-01-11T22:56:11.4988530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4988869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4989413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4989749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4990287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float32 SKIPPED (_refs.igamma doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4990650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4991025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4991362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4991685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:56:11.4992259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2023-01-11T22:56:11.4992620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4992941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4993265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:56:11.4993581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float32 PASSED [ 40%] 2023-01-11T22:56:11.4993895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.4994290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.4994613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.4994919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int8 PASSED [ 40%] 2023-01-11T22:56:11.4995280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_uint8 PASSED [ 40%] 2023-01-11T22:56:11.4995635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4995987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4996577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2023-01-11T22:56:11.4996935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4997289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4997848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_add doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4998418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2023-01-11T22:56:11.4998958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_add doesn't support nvfuser) [ 40%] 2023-01-11T22:56:11.4999311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 40%] 2023-01-11T22:56:11.4999628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bfloat16 PASSED [ 40%] 2023-01-11T22:56:11.4999940Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bool PASSED [ 40%] 2023-01-11T22:56:11.5000261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex128 PASSED [ 40%] 2023-01-11T22:56:11.5000590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float64 PASSED [ 40%] 2023-01-11T22:56:11.5000855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int16 PASSED [ 40%] 2023-01-11T22:56:11.5001112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int32 PASSED [ 40%] 2023-01-11T22:56:11.5001368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5001603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5001864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:56:11.5002157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5002624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_copy doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5002919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5003373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:56:11.5003737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5004014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:56:11.5004282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5004583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5004837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5005089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5005352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5005650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5005943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5006236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5006535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5006995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:56:11.5007259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5007528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5007799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex32 PASSED [ 41%] 2023-01-11T22:56:11.5008062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5008321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5008589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5008851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5009113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5009410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5009722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5010210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2023-01-11T22:56:11.5010686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_select doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5011147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5011405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:56:11.5011661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5011977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5012212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5012473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5012771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5013028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5013282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5013571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5013868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5014336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float32 SKIPPED (_refs.isclose doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5014787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5015239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int32 SKIPPED (_refs.isclose doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5015501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:56:11.5015769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5016037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex32 PASSED [ 41%] 2023-01-11T22:56:11.5016297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5016555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5016814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5017067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5017324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:56:11.5017614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5018096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2023-01-11T22:56:11.5018393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5018844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5019140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5019599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:56:11.5019888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5020202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:56:11.5020457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5020716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5020973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex32 PASSED [ 41%] 2023-01-11T22:56:11.5021273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:56:11.5021530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5021753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5022004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5022290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5022580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5023059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2023-01-11T22:56:11.5023349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5023848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:56:11.5024141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5024405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5024665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:56:11.5024932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5025189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5025443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5025693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5025976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5026275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5026562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5026849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5027137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5027393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5027655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5027913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5028279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5028749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isneginf doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5029202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5029706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isneginf doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5030007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5030295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5030562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:56:11.5030826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5031085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5031349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5031577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5031836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5032089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5032341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:56:11.5032640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5032927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5033222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5033681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5033976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5034239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bfloat16 PASSED [ 41%] 2023-01-11T22:56:11.5034500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5034761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex128 PASSED [ 41%] 2023-01-11T22:56:11.5035020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex32 PASSED [ 41%] 2023-01-11T22:56:11.5035331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5035587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5035839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5036088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5036345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5036696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5037183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2023-01-11T22:56:11.5037530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5037818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5038266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float32 SKIPPED (_refs.isreal doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5038555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5038999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int32 SKIPPED (_refs.isreal doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5039444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2023-01-11T22:56:11.5039734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5039984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5040236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5040537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5040791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bool PASSED [ 41%] 2023-01-11T22:56:11.5041041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5041261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5041511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int16 PASSED [ 41%] 2023-01-11T22:56:11.5041756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int32 PASSED [ 41%] 2023-01-11T22:56:11.5042000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int64 PASSED [ 41%] 2023-01-11T22:56:11.5042247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int8 PASSED [ 41%] 2023-01-11T22:56:11.5042495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_uint8 PASSED [ 41%] 2023-01-11T22:56:11.5042782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5043066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5043324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5043606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5044051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2023-01-11T22:56:11.5044327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5044587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex64 PASSED [ 41%] 2023-01-11T22:56:11.5044903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5045159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float64 PASSED [ 41%] 2023-01-11T22:56:11.5045443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5045790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5046080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2023-01-11T22:56:11.5046520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float32 SKIPPED (_refs.lerp doesn't support nvfuser) [ 41%] 2023-01-11T22:56:11.5046781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float16 PASSED [ 41%] 2023-01-11T22:56:11.5047039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float32 PASSED [ 41%] 2023-01-11T22:56:11.5047294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:56:11.5047552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5047809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5048097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5048386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5048647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5049102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5049380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5049631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5049909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5050179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5050486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5050750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5051018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5051281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5051548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5051846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5052108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5052407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5052760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5053038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5053307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5053628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5053902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5054180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5054457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5054734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5055007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5055317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5055627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5055884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5056148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int32 XFAIL [ 42%] 2023-01-11T22:56:11.5056409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int8 XFAIL [ 42%] 2023-01-11T22:56:11.5056713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5057005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5057303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5057591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5057841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5058093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:56:11.5058352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5058576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5058825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5059077Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:56:11.5059326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5059616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5059901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5060417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:56:11.5060705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5061157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5061492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5061751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5062002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5062252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5062508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:56:11.5062762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5063046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5063342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5063632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5064056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5064318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5064613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5064869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5065329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5065628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5065884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5066145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5066401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5066670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5066922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5067145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5067432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5067726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5067988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5068270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5068608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5069069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5069356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5069669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5069923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5070175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5070459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5070937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2023-01-11T22:56:11.5071226Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5071519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5071790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5072238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5072518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5072799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 42%] 2023-01-11T22:56:11.5073082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5073364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5073649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5073921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5074197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5074471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:56:11.5074749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5075066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5075575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2023-01-11T22:56:11.5075898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5076209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5076747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:56:11.5077244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5077512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5077821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5078082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5078341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5078607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5078915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5079217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5079693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:56:11.5079966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5080261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5080715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5080982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5081243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5081505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5081767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5082024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int64 PASSED [ 42%] 2023-01-11T22:56:11.5082315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5082614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5083083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:56:11.5083346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5083640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5083937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5084200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex128 PASSED [ 42%] 2023-01-11T22:56:11.5084463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5084725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5085041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5085304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int16 PASSED [ 42%] 2023-01-11T22:56:11.5085564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int8 PASSED [ 42%] 2023-01-11T22:56:11.5085868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_uint8 PASSED [ 42%] 2023-01-11T22:56:11.5086164Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5086462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5086727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5087025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5087286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5087550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5087814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5088080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5088372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5088645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5088942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5089414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2023-01-11T22:56:11.5089686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int32 PASSED [ 42%] 2023-01-11T22:56:11.5089982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5090437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2023-01-11T22:56:11.5090729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 42%] 2023-01-11T22:56:11.5090995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_bfloat16 PASSED [ 42%] 2023-01-11T22:56:11.5091261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex64 PASSED [ 42%] 2023-01-11T22:56:11.5091521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float16 PASSED [ 42%] 2023-01-11T22:56:11.5091787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:11.5092055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float64 PASSED [ 42%] 2023-01-11T22:56:11.5092305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int32 XFAIL [ 43%] 2023-01-11T22:56:11.5092567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int64 XFAIL [ 43%] 2023-01-11T22:56:11.5092923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5093229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5093688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5094194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int32 SKIPPED (_refs.logspace doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5094486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5094940Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5095206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:56:11.5095474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5095736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5096004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5096296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5096761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float32 SKIPPED (_refs.logsumexp doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5097223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5097676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int32 SKIPPED (_refs.logsumexp doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5097981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5098282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5098536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5098789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:56:11.5099011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:56:11.5099264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5099512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5099757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:56:11.5100044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5100326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5100611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5100865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5101204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5101659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5101913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5102240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5102504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5102770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:56:11.5103030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:56:11.5103308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5103569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5103900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:56:11.5104161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5104424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:56:11.5104718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5105011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5105319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5105617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5106094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.masked_fill doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5106555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5106808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:56:11.5107065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5107323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:56:11.5107577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5107829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:56:11.5108093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5108385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5108870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int32 SKIPPED (_refs.maximum doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5109321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5109646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5109908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:56:11.5110168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5110507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5110797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5111082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5111364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5111650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5111928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:56:11.5112204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5112529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5112844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5113339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5113837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5114148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5114633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5114920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5115205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5115488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5115770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:56:11.5116051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:56:11.5116337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:56:11.5116651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5116970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5117286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5117657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5118156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5118702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5119014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5119273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5119580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5119881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5120167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5120463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5120754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5121039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5121492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5121761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5121990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:56:11.5122254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:56:11.5122519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex32 PASSED [ 43%] 2023-01-11T22:56:11.5122779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:56:11.5123037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5123293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5123549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5123805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:56:11.5124059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5124320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_uint8 PASSED [ 43%] 2023-01-11T22:56:11.5124605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5125059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float32 SKIPPED (_refs.movedim doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5125347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5125890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5126188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5126640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5126978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5127233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex32 XFAIL [ 43%] 2023-01-11T22:56:11.5127494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex64 PASSED [ 43%] 2023-01-11T22:56:11.5127748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:56:11.5128003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5128251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5128501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:56:11.5128789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5129074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5129363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5129840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2023-01-11T22:56:11.5130129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5130422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5130711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5131154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5131383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5131679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5131945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:56:11.5132207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5132466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int16 PASSED [ 43%] 2023-01-11T22:56:11.5132724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int8 PASSED [ 43%] 2023-01-11T22:56:11.5133019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5133480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2023-01-11T22:56:11.5133931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int32 SKIPPED (_refs.nan_to_num doesn't support nvfuser) [ 43%] 2023-01-11T22:56:11.5134278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5134735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2023-01-11T22:56:11.5135047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5135306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bool PASSED [ 43%] 2023-01-11T22:56:11.5135573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex32 PASSED [ 43%] 2023-01-11T22:56:11.5135840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float16 PASSED [ 43%] 2023-01-11T22:56:11.5136106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float32 PASSED [ 43%] 2023-01-11T22:56:11.5136367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float64 PASSED [ 43%] 2023-01-11T22:56:11.5136638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int32 PASSED [ 43%] 2023-01-11T22:56:11.5136903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int64 PASSED [ 43%] 2023-01-11T22:56:11.5137193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5137497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5137987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2023-01-11T22:56:11.5138295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5138592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2023-01-11T22:56:11.5138849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bfloat16 PASSED [ 43%] 2023-01-11T22:56:11.5139108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex128 PASSED [ 43%] 2023-01-11T22:56:11.5139366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:56:11.5139617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:56:11.5139907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5140202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5140493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5140942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int32 SKIPPED (_refs.narrow doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5141225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5141467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5141767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5142076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:56:11.5142330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5142582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5142876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5143125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:56:11.5143368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:56:11.5143614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:56:11.5144044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5144345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5144806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:56:11.5145250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:56:11.5145507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5145766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:56:11.5146019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:56:11.5146273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:56:11.5146521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:56:11.5146808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5147293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2023-01-11T22:56:11.5147737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2023-01-11T22:56:11.5148180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:56:11.5148615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5149055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex128 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5149492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex32 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5149934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5150364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float32 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5150791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float64 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5151294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int16 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5151746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int8 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5152175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_uint8 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5152668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bool SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5153116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5153560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5153998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5154426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5154850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2023-01-11T22:56:11.5155182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5155492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5155831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5156166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5156497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5156828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5157155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5157485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5157841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5158170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5158508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5158849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5159192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5159646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5159984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5160314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2023-01-11T22:56:11.5160612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bool PASSED [ 44%] 2023-01-11T22:56:11.5160874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex128 PASSED [ 44%] 2023-01-11T22:56:11.5161138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:56:11.5161402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5161659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:56:11.5161915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int8 PASSED [ 44%] 2023-01-11T22:56:11.5162214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5162716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2023-01-11T22:56:11.5163021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5163471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_full doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5163915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_full doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5164205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5164654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:56:11.5164917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex32 PASSED [ 44%] 2023-01-11T22:56:11.5165181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex64 PASSED [ 44%] 2023-01-11T22:56:11.5165438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5165697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5165955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5166206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:56:11.5166466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:56:11.5166756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5167232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2023-01-11T22:56:11.5167528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5167874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5168339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_ones doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5168630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5169124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:56:11.5169384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bool PASSED [ 44%] 2023-01-11T22:56:11.5169647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5169882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:56:11.5170141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_uint8 PASSED [ 44%] 2023-01-11T22:56:11.5170435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5170738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5171031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5171323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5171779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2023-01-11T22:56:11.5172072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5172335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5172634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5172931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5173271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:56:11.5173620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:56:11.5173963Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:56:11.5174310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:56:11.5174654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 44%] 2023-01-11T22:56:11.5174931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5175208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5175487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5175818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float32 XFAIL [ 44%] 2023-01-11T22:56:11.5176130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5176439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5176742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5177017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5177289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5177568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5177843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5178148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5178672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.glu doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5178951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5179229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5179542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5179860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5180172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5180485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5180766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5181043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5181319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:56:11.5181840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.hardtanh doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5182150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5182454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5182720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5183012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5183634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hinge_embedding_loss doesn't support nvfuser) [ 44%] 2023-01-11T22:56:11.5183990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5184275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5184626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5184899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5185176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5185484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5185765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5186037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5186353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5186636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float32 PASSED [ 44%] 2023-01-11T22:56:11.5186915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5187191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float64 PASSED [ 44%] 2023-01-11T22:56:11.5187510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2023-01-11T22:56:11.5187809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 44%] 2023-01-11T22:56:11.5188111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 44%] 2023-01-11T22:56:11.5188406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 44%] 2023-01-11T22:56:11.5188697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 44%] 2023-01-11T22:56:11.5188991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 44%] 2023-01-11T22:56:11.5189298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:56:11.5189626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5189964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5190293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5190619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5191002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5191531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:56:11.5191826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5192215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5192561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5192913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5193264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5193610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:56:11.5194000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5194389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5195096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.margin_ranking_loss doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5195481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5195814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5196139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5196515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5196850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5197181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5197512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_bfloat16 XFAIL [ 45%] 2023-01-11T22:56:11.5197811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float32 XFAIL [ 45%] 2023-01-11T22:56:11.5198142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float64 XFAIL [ 45%] 2023-01-11T22:56:11.5198493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5198850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5199196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5199547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5199892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5200310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:56:11.5200704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5201159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5201530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5201916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5202537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:56:11.5202886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5203494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.pdist doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5203865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5204205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5204545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5204885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:56:11.5205268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5205645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5206249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:56:11.5206592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5206920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5207245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5207578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5207943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5208268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5208593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5208910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5209226Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5209605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:56:11.5209983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5210357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5210682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5210945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:56:11.5211202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:56:11.5211506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5211804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5212105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5212611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.relu doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5213082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:56:11.5213329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5213607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5213874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5214137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5214438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5214721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 45%] 2023-01-11T22:56:11.5215015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:56:11.5215301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5215590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5215910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5216233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5216554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5216845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5217413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:56:11.5217732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5218224Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:56:11.5218559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5218838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:56:11.5219120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:56:11.5219439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5219759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5220050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5220547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:56:11.5220855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5221128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5221436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5221717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5222029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5222306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5222612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5223138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.softshrink doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5223471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5223814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5224098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5224372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5224642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:56:11.5224911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int64 PASSED [ 45%] 2023-01-11T22:56:11.5225247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:56:11.5225525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:56:11.5225835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5226196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5226503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5226780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5227087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5227390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5227644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5227913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:56:11.5228180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5228446Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int8 PASSED [ 45%] 2023-01-11T22:56:11.5228720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:56:11.5229259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.threshold doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5229770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.threshold doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5230245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:56:11.5230544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5230829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5231119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex64 PASSED [ 45%] 2023-01-11T22:56:11.5231405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5231692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int16 PASSED [ 45%] 2023-01-11T22:56:11.5231971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5232250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:56:11.5232808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.triplet_margin_loss doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5233182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5233689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2023-01-11T22:56:11.5234295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.triplet_margin_loss doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5234785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2023-01-11T22:56:11.5235096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5235352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:56:11.5235598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float16 PASSED [ 45%] 2023-01-11T22:56:11.5235842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:11.5236124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5236370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5236612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bool PASSED [ 45%] 2023-01-11T22:56:11.5236864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:56:11.5237118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex32 PASSED [ 45%] 2023-01-11T22:56:11.5237362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float64 PASSED [ 45%] 2023-01-11T22:56:11.5237607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int32 PASSED [ 45%] 2023-01-11T22:56:11.5237853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_uint8 PASSED [ 45%] 2023-01-11T22:56:11.5238131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5238405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5238684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5239113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int32 SKIPPED (_refs.ones doesn't support nvfuser) [ 45%] 2023-01-11T22:56:11.5239396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5239671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 45%] 2023-01-11T22:56:11.5239927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bfloat16 PASSED [ 45%] 2023-01-11T22:56:11.5240186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex128 PASSED [ 45%] 2023-01-11T22:56:11.5240418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5240672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5240978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:56:11.5241229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:56:11.5241478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5241769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5242053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5242338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5242626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5243083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:56:11.5243363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5243622Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5243879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:56:11.5244135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5244387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5244640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:56:11.5244891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5245145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5245432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5245730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5246018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5246305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5246588Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5247041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int32 SKIPPED (_refs.positive doesn't support nvfuser) [ 46%] 2023-01-11T22:56:11.5247290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:56:11.5247541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex32 XFAIL [ 46%] 2023-01-11T22:56:11.5247785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5248029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:56:11.5248270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5248582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:56:11.5248843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5249128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5249450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5249911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5250183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5250613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:56:11.5250872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5251118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:56:11.5251373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:56:11.5251629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5251879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5252127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:56:11.5252371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5252617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5252896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5253170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5253636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:56:11.5253914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5254348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5254637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5254915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5255347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5255781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5256225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5256669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5257160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5257606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2023-01-11T22:56:11.5257849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:56:11.5258152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5258406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5258649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5258895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5259185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5259473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5259922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:56:11.5260236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5260675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float32 SKIPPED (_refs.ravel doesn't support nvfuser) [ 46%] 2023-01-11T22:56:11.5261119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5261402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5261652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5261894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:56:11.5262148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5262391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:56:11.5262632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:56:11.5262874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:56:11.5263117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:56:11.5263364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5263644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5264076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5264370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5264650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5264933Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5265470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5265898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int32 SKIPPED (_refs.real doesn't support nvfuser) [ 46%] 2023-01-11T22:56:11.5266172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5266482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5266738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:56:11.5266997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:56:11.5267253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5267512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5267764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:56:11.5268013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5268310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5268604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5268892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5269147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int32 PASSED [ 46%] 2023-01-11T22:56:11.5269415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5269868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:56:11.5270160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5270415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float16 PASSED [ 46%] 2023-01-11T22:56:11.5270680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5270931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:56:11.5271182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5271473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5271732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5272194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5272477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5272926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:56:11.5273179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5273493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex128 PASSED [ 46%] 2023-01-11T22:56:11.5273748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5273996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:56:11.5274287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int32 PASSED [ 46%] 2023-01-11T22:56:11.5274541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:56:11.5274785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_uint8 PASSED [ 46%] 2023-01-11T22:56:11.5275069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5275352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5275801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5276084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5276517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2023-01-11T22:56:11.5276770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bool PASSED [ 46%] 2023-01-11T22:56:11.5277026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5277290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5277539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5277786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5278036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int8 PASSED [ 46%] 2023-01-11T22:56:11.5278322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5278604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5279061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2023-01-11T22:56:11.5279354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5279640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5280089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.reshape_as doesn't support nvfuser) [ 46%] 2023-01-11T22:56:11.5280379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5280826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5281121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5281463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5281718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bfloat16 PASSED [ 46%] 2023-01-11T22:56:11.5281974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex32 PASSED [ 46%] 2023-01-11T22:56:11.5282274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex64 PASSED [ 46%] 2023-01-11T22:56:11.5282524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float32 PASSED [ 46%] 2023-01-11T22:56:11.5282777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float64 PASSED [ 46%] 2023-01-11T22:56:11.5283023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int16 PASSED [ 46%] 2023-01-11T22:56:11.5283276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int64 PASSED [ 46%] 2023-01-11T22:56:11.5283559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5283843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5284142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5284426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5284707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5285166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float32 SKIPPED (_refs.reshape doesn't support nvfuser) [ 46%] 2023-01-11T22:56:11.5285448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2023-01-11T22:56:11.5285891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2023-01-11T22:56:11.5286347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:56:11.5286627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5286874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5287115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:56:11.5287368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5287610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5287855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:56:11.5288101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5288382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5288844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2023-01-11T22:56:11.5289127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5289614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float32 SKIPPED (_refs.roll doesn't support nvfuser) [ 47%] 2023-01-11T22:56:11.5289874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5290194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5290633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:56:11.5290908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5291163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:56:11.5291455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:56:11.5291701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5291943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5292195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:56:11.5292442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5292717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5292990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5293275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5293554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5293840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5294293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:56:11.5294575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5294860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5295114Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5295371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5295623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5295876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5296171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5296459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5296932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:56:11.5297423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int32 SKIPPED (_refs.round doesn't support nvfuser) [ 47%] 2023-01-11T22:56:11.5297717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5297977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5298278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5298528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5298781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5299066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5299332Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5299589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5299880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5300139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5300423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5300705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5300957Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5301213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5301465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5301741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5301991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5302283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5302569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5302853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5303118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5303402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5303659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5304190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:56:11.5304449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:56:11.5304699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5304950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5305266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5305521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5305805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5306157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5306444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5306701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5307004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5307466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:56:11.5307722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5307975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5308240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5308506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex32 PASSED [ 47%] 2023-01-11T22:56:11.5308762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5309022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5309277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5309529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5309787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:56:11.5310081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5310374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5310639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5311096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:56:11.5311357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5311642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5311931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5312188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5312438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5312692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5312944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5313249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:56:11.5313541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5313825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5314125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5314405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5314689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5314948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:56:11.5315215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5315471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:11.5315699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5315963Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5316218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5316507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5316800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5317262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int32 SKIPPED (_refs.signbit doesn't support nvfuser) [ 47%] 2023-01-11T22:56:11.5317523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bool PASSED [ 47%] 2023-01-11T22:56:11.5317785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:56:11.5318049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex32 PASSED [ 47%] 2023-01-11T22:56:11.5318304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5318552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5318800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5319045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5319331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5319623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5319910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5320184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5320429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5320679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:56:11.5320983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5321233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5321473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5321758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5322050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5322293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bfloat16 PASSED [ 47%] 2023-01-11T22:56:11.5322560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex32 PASSED [ 47%] 2023-01-11T22:56:11.5322818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:56:11.5323087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5323308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float64 PASSED [ 47%] 2023-01-11T22:56:11.5323558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int16 PASSED [ 47%] 2023-01-11T22:56:11.5323810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5324064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_uint8 PASSED [ 47%] 2023-01-11T22:56:11.5324346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5324637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5324929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5325212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5325485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5325936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2023-01-11T22:56:11.5326206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 47%] 2023-01-11T22:56:11.5326472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 47%] 2023-01-11T22:56:11.5326741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 47%] 2023-01-11T22:56:11.5327002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 47%] 2023-01-11T22:56:11.5327263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 47%] 2023-01-11T22:56:11.5327565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5327871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5328338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2023-01-11T22:56:11.5328603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 47%] 2023-01-11T22:56:11.5328956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5329255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 47%] 2023-01-11T22:56:11.5329561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5329828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5330090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5330382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5330684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5331171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.bessel_j0 doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5331468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5331772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5332040Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5332310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5332582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5332849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5333125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5333398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5333865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.bessel_j1 doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5334355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.bessel_j1 doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5334653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5335128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5335430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5335703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:56:11.5335966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5336231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5336490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5336806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5337076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5337374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5337713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5338197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.entr doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5338494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5338972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.entr doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5339434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5339743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5340010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5340282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5340547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5340824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5341392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.erfcx doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5341785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5342363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5342687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:56:11.5342997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5343312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:56:11.5343622Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5344093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5344407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5344719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5345073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5345427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5345785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5346451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i0e doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5346806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5347087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5347453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5347761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5348110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5348683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i1 doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5349039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5349587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:56:11.5349942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5350481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5350838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5351155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5351456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5351716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5351973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5352229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5352689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i1e doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5352981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5353267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5353720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5354004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5354264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5354526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5354784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5355076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5355613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.log_ndtr doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5355915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5356423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:56:11.5356877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5357169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5357455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5357741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 48%] 2023-01-11T22:56:11.5358022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5358306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5358584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5358861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5359139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5359458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5359774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5360295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2023-01-11T22:56:11.5360603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5361093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:56:11.5361357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5361664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5361968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5362230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:56:11.5362485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5362743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5363073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5363330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5363621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5363956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5364247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5364534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5364819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:56:11.5365109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5365391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5365678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5365957Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5366236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5366789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5367289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5367606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5367900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:56:11.5368185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5368470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5368752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5369038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5369356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5369643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:56:11.5369923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5370207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5370524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5370914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5371178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:56:11.5371495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5371748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5372008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int64 PASSED [ 48%] 2023-01-11T22:56:11.5372271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5372576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5372870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5373324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.ndtr doesn't support nvfuser) [ 48%] 2023-01-11T22:56:11.5373624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5374086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5374383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5374651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int16 PASSED [ 48%] 2023-01-11T22:56:11.5374922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5375184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5375450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_uint8 PASSED [ 48%] 2023-01-11T22:56:11.5375751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5376225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2023-01-11T22:56:11.5376523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2023-01-11T22:56:11.5376995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2023-01-11T22:56:11.5377282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 48%] 2023-01-11T22:56:11.5377570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 48%] 2023-01-11T22:56:11.5377853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 48%] 2023-01-11T22:56:11.5378135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 48%] 2023-01-11T22:56:11.5378414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 48%] 2023-01-11T22:56:11.5378751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 48%] 2023-01-11T22:56:11.5379030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 48%] 2023-01-11T22:56:11.5379312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5379656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5379962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5380264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5380774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:56:11.5381089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5381576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5381892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5382180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5382455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5382732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5383267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.spherical_bessel_j0 doesn't support nvfuser) [ 49%] 2023-01-11T22:56:11.5383584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5384125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5384448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5384715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:56:11.5384986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5385253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5385556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5385866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5386168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5386645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:56:11.5387185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5387458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:56:11.5387828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 49%] 2023-01-11T22:56:11.5388097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5388363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5388628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5388897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5389197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5389675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.zeta doesn't support nvfuser) [ 49%] 2023-01-11T22:56:11.5390135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5390394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5390653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:56:11.5390913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5391171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:56:11.5391429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5391672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5391929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5392186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:56:11.5392443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5392736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5393028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5393325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5393613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5393876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5394320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5394581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5394846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5395160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5395460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5395750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex64 SKIPPED (Skipped!) [ 49%] 2023-01-11T22:56:11.5396086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5396378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5396840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5397073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:56:11.5397336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5397598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:56:11.5397861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5398119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5398376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5398632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5398920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5399219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5399698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2023-01-11T22:56:11.5400000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5400298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5400563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5400820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5401276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5401535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex32 PASSED [ 49%] 2023-01-11T22:56:11.5401789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5402044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5402293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5402549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5402837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5403174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5403471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5403761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5404255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5404541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5404803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5405051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:56:11.5405308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:56:11.5405560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5405782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5406075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5406364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5406653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5406939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5407208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5407496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5407759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5408026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:56:11.5408284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:56:11.5408538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5408787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5409080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5409370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5409661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5409923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5410205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5410453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5410708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex64 PASSED [ 49%] 2023-01-11T22:56:11.5411007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5411302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5411699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5411949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5412192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5412438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5412688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5412936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5413177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5413416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5413639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:56:11.5413879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5414161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5414410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5414865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:56:11.5415116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5415372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:56:11.5415627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float32 PASSED [ 49%] 2023-01-11T22:56:11.5415878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5416129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5416382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5416667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5416967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5417250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5417710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:56:11.5417996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5418243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex128 PASSED [ 49%] 2023-01-11T22:56:11.5418489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float16 PASSED [ 49%] 2023-01-11T22:56:11.5418793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5419043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int16 PASSED [ 49%] 2023-01-11T22:56:11.5419281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5419564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5419804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:56:11.5420079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5420352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5420635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5421081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2023-01-11T22:56:11.5421325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int32 PASSED [ 49%] 2023-01-11T22:56:11.5421602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5422031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2023-01-11T22:56:11.5422259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bfloat16 PASSED [ 49%] 2023-01-11T22:56:11.5422503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bool PASSED [ 49%] 2023-01-11T22:56:11.5422750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float64 PASSED [ 49%] 2023-01-11T22:56:11.5422984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int64 PASSED [ 49%] 2023-01-11T22:56:11.5423225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int8 PASSED [ 49%] 2023-01-11T22:56:11.5423472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_uint8 PASSED [ 49%] 2023-01-11T22:56:11.5423871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2023-01-11T22:56:11.5424166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5424635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5424892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5425331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:56:11.5425576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5426013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5426289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5426531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:56:11.5426860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5427115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5427356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5427659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5427899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:56:11.5428144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5428422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5428701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5428979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5429258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5429518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:56:11.5429781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:56:11.5430042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5430298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5430534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5430790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5431045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5431331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5431629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5431920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5432206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5432660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5432939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5433181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:56:11.5433429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5433666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:56:11.5433894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:56:11.5434125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:56:11.5434451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5434724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5434997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5435465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float32 SKIPPED (_refs.to doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5435878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int32 SKIPPED (_refs.to doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5436138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5436558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5436819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5437058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:56:11.5437306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5437545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5437785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5438017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5438251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:56:11.5438484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:56:11.5438714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5438985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5439250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5439670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float32 SKIPPED (_refs.trace doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5440096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:56:11.5440367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5440632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5440876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:56:11.5441127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:56:11.5441370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5441613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5441853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5442144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5442388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5442625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:56:11.5442945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5443410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5443685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5443936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5444211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5444646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5444892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:56:11.5445133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5445367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5445599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5445831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:56:11.5446063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5446290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5446563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5447013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5447284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5447698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float32 SKIPPED (_refs.tril doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5448123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:56:11.5448368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5448600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5449049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int32 SKIPPED (_refs.tril_indices doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5449325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5449564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5449799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5450085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5450321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:56:11.5450551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5450824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5451097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5451552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5451821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5452098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5452516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float32 SKIPPED (_refs.triu doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5452782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5453208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5453473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5453722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5453973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5454419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int32 SKIPPED (_refs.triu_indices doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5454662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:56:11.5454912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex32 XFAIL [ 50%] 2023-01-11T22:56:11.5455159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5455404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5455646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:56:11.5455888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5456128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5456369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5456646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5457113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5457394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5457719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5457972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5458407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2023-01-11T22:56:11.5458702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5459139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5459421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5459659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5459892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:56:11.5460125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int32 PASSED [ 50%] 2023-01-11T22:56:11.5460357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5460629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5460895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5461162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5461399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bool PASSED [ 50%] 2023-01-11T22:56:11.5461649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex64 PASSED [ 50%] 2023-01-11T22:56:11.5461884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float64 PASSED [ 50%] 2023-01-11T22:56:11.5462120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int16 PASSED [ 50%] 2023-01-11T22:56:11.5462360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5462591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:56:11.5462826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5463105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5463380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5463654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5464149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int32 SKIPPED (_refs.unbind doesn't support nvfuser) [ 50%] 2023-01-11T22:56:11.5464580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2023-01-11T22:56:11.5464823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bfloat16 PASSED [ 50%] 2023-01-11T22:56:11.5465067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex128 PASSED [ 50%] 2023-01-11T22:56:11.5465312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex32 PASSED [ 50%] 2023-01-11T22:56:11.5465623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float16 PASSED [ 50%] 2023-01-11T22:56:11.5465870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:11.5466115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int64 PASSED [ 50%] 2023-01-11T22:56:11.5466399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int8 PASSED [ 50%] 2023-01-11T22:56:11.5466630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_uint8 PASSED [ 50%] 2023-01-11T22:56:11.5466911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2023-01-11T22:56:11.5467384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2023-01-11T22:56:11.5467658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5468103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float32 SKIPPED (_refs.unflatten doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5468544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:56:11.5468817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5469252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5469526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5469772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5470012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:56:11.5470265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5470512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:56:11.5470756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5470996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5471240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5471481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:56:11.5471751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5472219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5472504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5472781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5473281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.unfold_copy doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5473563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5474006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:56:11.5474493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.unfold_copy doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5474767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5475207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5475448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:56:11.5475688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:56:11.5475924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5476163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5476440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5476712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5477167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5477446Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5477873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float32 SKIPPED (_refs.unfold doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5478142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5478411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5478826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5479072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5479322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5479570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:56:11.5479816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex64 PASSED [ 51%] 2023-01-11T22:56:11.5480061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5480299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5480535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:56:11.5480774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5481047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5481378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5481655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5482139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:56:11.5482373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5482610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5482848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex64 PASSED [ 51%] 2023-01-11T22:56:11.5483119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5483385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5483620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5483863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5484144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5484419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5484664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5484941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5485174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:56:11.5485413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:56:11.5485656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5485891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:56:11.5486124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5486355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:56:11.5486582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5486852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5487306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5487582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5488005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.view_as doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5488429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5488766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5489012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5489249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex64 PASSED [ 51%] 2023-01-11T22:56:11.5489524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5489756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:56:11.5489984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5490214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:56:11.5490445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5490714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5490978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5491250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5491709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5491977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5492243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5492659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float32 SKIPPED (_refs.view doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5492926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5493339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int32 SKIPPED (_refs.view doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5493602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5493866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5494111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5494351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:56:11.5494583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:56:11.5494817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5495051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:56:11.5495323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5495597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5496051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5496519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.vsplit doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5496957Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:56:11.5497223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5497506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5497751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex128 PASSED [ 51%] 2023-01-11T22:56:11.5497990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:56:11.5498229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:56:11.5498465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5498921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5499343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.vstack doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5499616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5500044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2023-01-11T22:56:11.5500308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5500738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5500976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5501207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bool PASSED [ 51%] 2023-01-11T22:56:11.5501452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:56:11.5501688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex64 PASSED [ 51%] 2023-01-11T22:56:11.5501921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:56:11.5502157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5502392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5502625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:56:11.5502860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5503092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5503359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5503618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5503952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5504473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5504747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5505013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5505489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float32 SKIPPED (_refs.where doesn't support nvfuser) [ 51%] 2023-01-11T22:56:11.5505913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2023-01-11T22:56:11.5506147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5506376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5506607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int32 PASSED [ 51%] 2023-01-11T22:56:11.5506838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:56:11.5507071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_uint8 PASSED [ 51%] 2023-01-11T22:56:11.5507338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5507607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5507870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5508139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_uint8 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5508377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bfloat16 PASSED [ 51%] 2023-01-11T22:56:11.5508615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex32 PASSED [ 51%] 2023-01-11T22:56:11.5508853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float16 PASSED [ 51%] 2023-01-11T22:56:11.5509087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float32 PASSED [ 51%] 2023-01-11T22:56:11.5509319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float64 PASSED [ 51%] 2023-01-11T22:56:11.5509553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int16 PASSED [ 51%] 2023-01-11T22:56:11.5509783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int64 PASSED [ 51%] 2023-01-11T22:56:11.5510015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int8 PASSED [ 51%] 2023-01-11T22:56:11.5510466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2023-01-11T22:56:11.5510733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5511001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2023-01-11T22:56:11.5511422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2023-01-11T22:56:11.5511683Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5512029Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5512320Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5512570Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5512859Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5513105Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5513388Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5513638Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5513923Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5514170Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5514418Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5514653Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5514890Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5515356Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2023-01-11T22:56:11.5515635Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5515905Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2023-01-11T22:56:11.5516336Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2023-01-11T22:56:11.5516539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5516745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5516949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5517149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5517349Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5517587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5517820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5518051Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5518285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5518511Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5518731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5518963Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5519189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5519464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5519686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5519907Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5520169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5520396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5520617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5520841Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5521069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5521290Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5521512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5521745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5521984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5522216Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5522447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5522675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5522903Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5523127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5523353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5523582Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5523804Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5524036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5524265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5524486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5524710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5524931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5525158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5525390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5525617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5525843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5526070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5526286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5526561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5526786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5527016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5527289Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5527520Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5527750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5527974Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5528204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5528433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5528662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5528883Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5529117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5529338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5529556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5529786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5530010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5530235Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5530459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5530679Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5530902Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5531122Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5531344Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5531574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5531794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5532019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5532239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5532457Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5532682Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5532904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5533133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5533364Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5533636Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5533862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5534085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5534304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5534564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5534784Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5535002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5535234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5535464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5535688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5535890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5536099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5536306Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5536511Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5536704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5536907Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5537114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5537318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5537526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5537732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5537932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5538138Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5538340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5538542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5538749Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5538958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5539164Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5539372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5539577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5539788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex32 PASSED [ 52%] 2023-01-11T22:56:11.5539993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5540194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5540395Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5540596Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_uint8 PASSED [ 52%] 2023-01-11T22:56:11.5540810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5541062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5541276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5541485Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5541754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5541966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float16 PASSED [ 52%] 2023-01-11T22:56:11.5542174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:11.5542381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5542590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5542796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bool PASSED [ 52%] 2023-01-11T22:56:11.5542999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int16 PASSED [ 52%] 2023-01-11T22:56:11.5543200Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5543409Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int64 PASSED [ 52%] 2023-01-11T22:56:11.5543620Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5543966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5544178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex64 PASSED [ 52%] 2023-01-11T22:56:11.5544381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5544585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int32 PASSED [ 52%] 2023-01-11T22:56:11.5544793Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int8 PASSED [ 52%] 2023-01-11T22:56:11.5545006Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5545224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex128 PASSED [ 52%] 2023-01-11T22:56:11.5545431Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5545639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bfloat16 PASSED [ 52%] 2023-01-11T22:56:11.5545844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float64 PASSED [ 52%] 2023-01-11T22:56:11.5546044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5546244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5546444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5546650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5546852Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5547051Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5547255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5547462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5547664Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5547864Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5548066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5548267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5548547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5548755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5548956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int64 XFAIL [ 53%] 2023-01-11T22:56:11.5549229Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5549440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5549652Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5549857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5550069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5550283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5550492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5550702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5550952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5551193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5551426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5551659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5551890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5552124Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5552353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_partial_views_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5552580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5552807Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5553037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5553267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_complex32 PASSED [ 53%] 2023-01-11T22:56:11.5553489Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5553712Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5553937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5554157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_scatter_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5554366Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5554575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5554780Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5554976Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5555177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5555377Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5555621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5555829Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5556039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5556247Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5556498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5556700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5556908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5557114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5557318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5557523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5557727Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5557935Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5558146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5558350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5558550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5558752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5558959Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5559161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5559368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5559575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5559779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5559988Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5560192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5560405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5560613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5560830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5561050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex32 PASSED [ 53%] 2023-01-11T22:56:11.5561263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5561473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5561685Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5561896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5562107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5562326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5562540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5562752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5563008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5563221Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5563438Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex128 PASSED [ 53%] 2023-01-11T22:56:11.5563690Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5563900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5564099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5564308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5564518Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5564732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5564941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5565165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5565393Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5565618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5565831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5566044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5566253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5566464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5566672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5566881Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5567107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5567332Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5567555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5567777Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5567994Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5568208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5568418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5568621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5568845Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_shapes_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5569070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5569301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5569527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5569747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5570012Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5570239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5570463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5570683Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5570941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5571158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float32 PASSED [ 53%] 2023-01-11T22:56:11.5571372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5571585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5571800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5572016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5572227Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5572437Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5572647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5572855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex32 PASSED [ 53%] 2023-01-11T22:56:11.5573060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5573261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5573455Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5573661Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5573862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5574072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5574279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float64 PASSED [ 53%] 2023-01-11T22:56:11.5574484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5574688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5574891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5575099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5575304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5575516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex32 PASSED [ 53%] 2023-01-11T22:56:11.5575727Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex64 PASSED [ 53%] 2023-01-11T22:56:11.5575936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5576140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int16 PASSED [ 53%] 2023-01-11T22:56:11.5576342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int32 PASSED [ 53%] 2023-01-11T22:56:11.5576544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5576745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int8 PASSED [ 53%] 2023-01-11T22:56:11.5576950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_uint8 PASSED [ 53%] 2023-01-11T22:56:11.5577158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5577410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5577616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int64 PASSED [ 53%] 2023-01-11T22:56:11.5577822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bfloat16 PASSED [ 53%] 2023-01-11T22:56:11.5578072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bool PASSED [ 53%] 2023-01-11T22:56:11.5578283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float16 PASSED [ 53%] 2023-01-11T22:56:11.5578491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5578698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5578914Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5579124Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5579337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5579550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5579794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5580014Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5580234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5580449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5580660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5580866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5581077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5581282Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5581487Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5581695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5581910Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5582132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5582343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5582565Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5582781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5582996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5583214Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5583428Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5583644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5583920Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5584137Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5584347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5584551Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5584817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5585023Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5585228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5585496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5585722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5585946Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5586166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5586385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5586605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5586821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5587037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5587255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5587480Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5587700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5587921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5588141Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5588371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5588590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5588809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5589022Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5589241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5589454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5589668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5589885Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5590103Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5590319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5590532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5590741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5590954Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5591161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5591367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5591577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5591777Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5592030Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5592240Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5592446Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5592648Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5592893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5593097Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5593304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5593509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5593722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5593933Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5594141Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5594347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5594550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5594757Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5594958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5595160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5595376Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5595595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5595805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5596014Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5596209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5596423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5596628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5596838Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5597045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5597254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5597465Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5597676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5597880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5598107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5598353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5598599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5598856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5599120Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5599385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5599716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5599977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5600245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5600507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5600828Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5601094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5601347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5601607Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5601863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5602122Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5602386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5602639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5602900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5603156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5603432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5603698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5603979Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5604251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5604522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5604787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5605059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5605312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5605569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5605823Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5606073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5606324Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5606600Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5606871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5607134Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5607401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5607689Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 54%] 2023-01-11T22:56:11.5607965Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5608234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int32 PASSED [ 54%] 2023-01-11T22:56:11.5608558Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5608837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5609109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5609423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5609696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5609961Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_uint8 PASSED [ 54%] 2023-01-11T22:56:11.5610215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5610469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5610732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex64 PASSED [ 54%] 2023-01-11T22:56:11.5610985Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5611241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:11.5611482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5611692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int16 PASSED [ 54%] 2023-01-11T22:56:11.5611900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int64 PASSED [ 54%] 2023-01-11T22:56:11.5612106Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int8 PASSED [ 54%] 2023-01-11T22:56:11.5612317Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bfloat16 PASSED [ 54%] 2023-01-11T22:56:11.5612522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bool PASSED [ 54%] 2023-01-11T22:56:11.5612728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex32 PASSED [ 54%] 2023-01-11T22:56:11.5612940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float16 PASSED [ 54%] 2023-01-11T22:56:11.5613147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float64 PASSED [ 54%] 2023-01-11T22:56:11.5613355Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5613560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5613772Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex32 PASSED [ 55%] 2023-01-11T22:56:11.5613978Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5614186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5614391Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5614616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5614837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5615057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5615276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5615490Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5615701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5615914Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5616127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5616384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5616592Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5616801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex32 PASSED [ 55%] 2023-01-11T22:56:11.5617045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5617250Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5617439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5617642Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5617848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5618050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5618263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5618464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5618667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5618873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5619077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5619283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5619485Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5619687Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5619888Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5620099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5620308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5620515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5620725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5620931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5621135Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5621337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5621530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5621734Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5621950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex32 PASSED [ 55%] 2023-01-11T22:56:11.5622159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5622364Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5622585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5622805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5623030Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5623245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5623463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5623855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5624082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5624291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5624560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5624775Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5624983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5625188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5625400Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5625606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5625816Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5626024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5626222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5626433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5626641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5626849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5627049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5627251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5627465Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5627675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5627883Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5628104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5628322Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5628534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5628743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5628950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5629158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5629376Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5629581Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5629790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5629999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5630223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bfloat16 PASSED [ 55%] 2023-01-11T22:56:11.5630445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5630656Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex32 PASSED [ 55%] 2023-01-11T22:56:11.5630876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5631142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5631359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5631575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5631789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5632040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5632253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5632463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5632671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5632886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex128 PASSED [ 55%] 2023-01-11T22:56:11.5633104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5633320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5633529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5633742Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5633958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5634170Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5634381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5634590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5634809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5635017Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5635213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5635423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5635642Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5635852Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5636070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5636294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5636514Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float16 PASSED [ 55%] 2023-01-11T22:56:11.5636734Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5636949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5637168Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5637386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5637598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5637809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5638021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5638232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5638486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5638701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5638916Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5639166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5639379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5639599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5639812Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5640013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5640229Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5640438Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5640651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5640873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex64 PASSED [ 55%] 2023-01-11T22:56:11.5641090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5641296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5641507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5641717Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5641934Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5642146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5642358Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5642568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5642786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5642996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5643205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int64 PASSED [ 55%] 2023-01-11T22:56:11.5643412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5643622Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5643833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5644042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int16 PASSED [ 55%] 2023-01-11T22:56:11.5644249Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5644449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int8 PASSED [ 55%] 2023-01-11T22:56:11.5644659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_uint8 PASSED [ 55%] 2023-01-11T22:56:11.5644866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_bool PASSED [ 55%] 2023-01-11T22:56:11.5645080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float32 PASSED [ 55%] 2023-01-11T22:56:11.5645293Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float64 PASSED [ 55%] 2023-01-11T22:56:11.5645503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int32 PASSED [ 55%] 2023-01-11T22:56:11.5645763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5645976Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5646185Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5646431Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5646634Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5646845Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5647057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5647271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex32 PASSED [ 56%] 2023-01-11T22:56:11.5647482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5647696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5647904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5648109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5648325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5648536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5648741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5648947Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5649158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5649371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5649574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5649779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5649990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5650200Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5650415Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5650625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5650835Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int16 PASSED [ 56%] 2023-01-11T22:56:11.5651042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5651250Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5651467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5651683Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5651891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5652097Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5652309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5652531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5652754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5653083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5653310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5653513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5653725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5653990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5654204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5654413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5654620Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5654824Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5655032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5655251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5655468Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5655684Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5655898Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5656111Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5656314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5656520Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5656730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5656935Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5657138Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5657340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5657546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5657752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5657945Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5658149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5658351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5658561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5658770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5658978Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5659184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int16 PASSED [ 56%] 2023-01-11T22:56:11.5659390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5659593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5659804Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5660008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5660210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5660464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5660671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5660880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5661084Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5661323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5661531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5661735Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5661938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5662131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5662353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5662569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5662780Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5662999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5663207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5663426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5663643Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5663919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int16 PASSED [ 56%] 2023-01-11T22:56:11.5664127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5664339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5664556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5664772Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex32 PASSED [ 56%] 2023-01-11T22:56:11.5664985Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5665196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5665404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5665615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5665825Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5666035Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5666241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5666447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int16 PASSED [ 56%] 2023-01-11T22:56:11.5666639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5666849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5667062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5667277Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5667486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5667696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5667971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5668191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5668409Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5668683Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5668891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5669109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5669325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5669543Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5669759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5669978Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5670191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5670407Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5670618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5670830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5671051Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5671270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5671477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5671692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int16 PASSED [ 56%] 2023-01-11T22:56:11.5671904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5672119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int64 PASSED [ 56%] 2023-01-11T22:56:11.5672335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5672551Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex64 PASSED [ 56%] 2023-01-11T22:56:11.5672763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5672976Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5673188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5673396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5673606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5673824Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5674041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex32 PASSED [ 56%] 2023-01-11T22:56:11.5674253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5674463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5674675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_uint8 PASSED [ 56%] 2023-01-11T22:56:11.5674892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5675102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex32 PASSED [ 56%] 2023-01-11T22:56:11.5675357Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5675566Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5675772Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int32 PASSED [ 56%] 2023-01-11T22:56:11.5676007Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5676221Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex128 PASSED [ 56%] 2023-01-11T22:56:11.5676433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5676644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float32 PASSED [ 56%] 2023-01-11T22:56:11.5676850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int8 PASSED [ 56%] 2023-01-11T22:56:11.5677066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bfloat16 PASSED [ 56%] 2023-01-11T22:56:11.5677276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bool PASSED [ 56%] 2023-01-11T22:56:11.5677495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float16 PASSED [ 56%] 2023-01-11T22:56:11.5677705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float64 PASSED [ 56%] 2023-01-11T22:56:11.5677918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5678129Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5678343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5678557Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5678770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5678986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5679200Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5679411Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5679628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5679833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5680048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5680263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex32 PASSED [ 57%] 2023-01-11T22:56:11.5680467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5680677Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5680886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5681094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5681298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5681504Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5681712Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5681916Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5682117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5682319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5682568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5682778Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5682987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5683194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5683444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5683653Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5683860Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5684073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5684285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5684523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5684759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5684980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5685205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5685420Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5685638Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5685861Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5686074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5686296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5686532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5686758Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5686979Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5687194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5687407Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5687624Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5687834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5688044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5688254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5688460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5688668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5688877Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5689080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5689298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5689499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5689708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5689966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5690174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5690380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5690629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5690837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5691041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5691250Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5691461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex32 PASSED [ 57%] 2023-01-11T22:56:11.5691668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5691875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5692078Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5692280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5692525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5692765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5693005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 57%] 2023-01-11T22:56:11.5693240Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5693471Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5693706Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5693931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5694148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5694354Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5694575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5694788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5695009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5695224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5695439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5695651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5695868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5696083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5696308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5696532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5696747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5696960Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5697219Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5697433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5697650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5697861Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5698114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5698339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5698556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5698774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5698995Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5699202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5699419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5699632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5699842Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5700056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5700274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5700492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5700703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5700921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5701135Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5701343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5701548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5701760Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5701964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5702191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5702408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5702618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5702836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5703046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5703258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5703470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5703670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5704045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5704254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5704467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5704674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5704990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5705233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5705469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5705755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5706003Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 57%] 2023-01-11T22:56:11.5706244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 57%] 2023-01-11T22:56:11.5706483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5706722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 57%] 2023-01-11T22:56:11.5706936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5707148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5707361Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5707569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int64 PASSED [ 57%] 2023-01-11T22:56:11.5707777Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5707986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5708191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5708403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_uint8 PASSED [ 57%] 2023-01-11T22:56:11.5708613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bfloat16 PASSED [ 57%] 2023-01-11T22:56:11.5708806Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5709015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5709222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5709430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5709637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int16 PASSED [ 57%] 2023-01-11T22:56:11.5709844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int8 PASSED [ 57%] 2023-01-11T22:56:11.5710054Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bool PASSED [ 57%] 2023-01-11T22:56:11.5710268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float16 PASSED [ 57%] 2023-01-11T22:56:11.5710486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:11.5710697Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float64 PASSED [ 57%] 2023-01-11T22:56:11.5710908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5711131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5711355Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex128 PASSED [ 58%] 2023-01-11T22:56:11.5711573Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5711791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5712003Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5712280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5712500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex128 PASSED [ 58%] 2023-01-11T22:56:11.5712714Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex32 PASSED [ 58%] 2023-01-11T22:56:11.5712966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5713177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5713374Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5713600Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5713805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5714011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5714223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex64 PASSED [ 58%] 2023-01-11T22:56:11.5714427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5714626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5714831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5715036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5715239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5715442Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5715646Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5715865Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5716083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex64 PASSED [ 58%] 2023-01-11T22:56:11.5716298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5716514Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5716725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5716937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5717160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5717393Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex128 PASSED [ 58%] 2023-01-11T22:56:11.5717626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex32 PASSED [ 58%] 2023-01-11T22:56:11.5717843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5718066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5718292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5718516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5718724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5718943Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex32 PASSED [ 58%] 2023-01-11T22:56:11.5719159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex64 PASSED [ 58%] 2023-01-11T22:56:11.5719413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5719623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5719839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex128 PASSED [ 58%] 2023-01-11T22:56:11.5720055Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex32 PASSED [ 58%] 2023-01-11T22:56:11.5720310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5720521Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5720730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5720938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5721145Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5721355Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5721569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5721778Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5721991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5722201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5722424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5722629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5722873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5723121Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5723351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5723580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5723820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5724056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5724293Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5724526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5724756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5724988Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5725220Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5725448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5725678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5725916Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5726155Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5726392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5726675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5726914Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5727151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5727385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5727657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5727889Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5728124Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5728367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5728595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5728831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5729069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 58%] 2023-01-11T22:56:11.5729306Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5729547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5729790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5730037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5730273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5730535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5730787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5731046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5731296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5731546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5731796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5732049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5732297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5732544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5732791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5733041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5733273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5733505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5733732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5734016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5734254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5734491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5734767Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5735002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5735240Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5735488Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5735738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5735984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5736215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5736459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5736699Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5736944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5737187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5737422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5737655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5737884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5738114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5738343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5738571Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5738797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5739020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5739245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5739480Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5739705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5739925Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5740153Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5740376Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5740597Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5740831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 58%] 2023-01-11T22:56:11.5741126Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 58%] 2023-01-11T22:56:11.5741371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5741617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 58%] 2023-01-11T22:56:11.5741912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5742156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5742398Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5742637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5742874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5743113Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float64 PASSED [ 58%] 2023-01-11T22:56:11.5743354Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5743593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float32 PASSED [ 58%] 2023-01-11T22:56:11.5743902Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 58%] 2023-01-11T22:56:11.5744140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 58%] 2023-01-11T22:56:11.5744374Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5744610Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 58%] 2023-01-11T22:56:11.5744846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5745085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 58%] 2023-01-11T22:56:11.5745320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int16 PASSED [ 58%] 2023-01-11T22:56:11.5745561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int64 PASSED [ 58%] 2023-01-11T22:56:11.5745797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_uint8 PASSED [ 58%] 2023-01-11T22:56:11.5746049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5746300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5746556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5746807Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5747052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5747299Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5747500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5747707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5747913Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5748118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5748376Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5748587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5748790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5749005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5749263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5749474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5749685Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5749893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5750100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5750312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5750519Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5750730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5750941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5751151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5751360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5751565Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5751771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5751993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5752239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5752482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5752739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5753000Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5753244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5753497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5753753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5754012Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5754271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5754530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5754787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5755040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5755291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5755537Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5755786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5756042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5756289Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5756593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5756865Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5757118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5757429Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5757691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5757949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5758207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5758466Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5758726Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5758991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5759251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5759509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5759766Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5760034Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5760293Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5760546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5760801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5761058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5761312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5761575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5761839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5762064Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5762285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5762500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5762704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5762920Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5763136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5763350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5763561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5763775Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5763983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5764196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5764406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5764612Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5764871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5765083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5765291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5765496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5765756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5765960Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5766164Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5766373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5766584Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5766799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5767008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5767202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5767410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5767614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5767822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5768025Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5768228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5768429Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5768646Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5768857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5769068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5769278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5769491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5769694Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5769898Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5770103Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5770311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5770517Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5770731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5770940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5771151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5771344Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5771549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5771753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5771957Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5772211Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5772423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5772632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5772839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5773083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5773287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5773490Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5773695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5773901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5774118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5774327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5774533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5774742Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5774950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5775157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5775362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float16 PASSED [ 59%] 2023-01-11T22:56:11.5775566Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5775761Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5775964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5776165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5776367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5776579Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int16 PASSED [ 59%] 2023-01-11T22:56:11.5776788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5776995Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5777201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int8 PASSED [ 59%] 2023-01-11T22:56:11.5777408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_uint8 PASSED [ 59%] 2023-01-11T22:56:11.5777621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5777822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bool PASSED [ 59%] 2023-01-11T22:56:11.5778035Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex128 PASSED [ 59%] 2023-01-11T22:56:11.5778245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex32 PASSED [ 59%] 2023-01-11T22:56:11.5778460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float32 PASSED [ 59%] 2023-01-11T22:56:11.5778669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float64 PASSED [ 59%] 2023-01-11T22:56:11.5778875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int32 PASSED [ 59%] 2023-01-11T22:56:11.5779079Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int64 PASSED [ 59%] 2023-01-11T22:56:11.5779288Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bfloat16 PASSED [ 59%] 2023-01-11T22:56:11.5779545Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:11.5779758Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5779954Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5780158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5780403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5780613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5780817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5781033Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5781243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex32 PASSED [ 60%] 2023-01-11T22:56:11.5781454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5781659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5781862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5782072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5782304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5782533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5782768Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5782999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5783227Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5783456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5783741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5783969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5784192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5784412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5784639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5784848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5785069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5785287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5785503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5785717Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5785938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5786159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5786378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5786599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5786812Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5787085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5787305Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5787518Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5787781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5787992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5788207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5788417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5788631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5788848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5789067Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5789281Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5789498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5789700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5789914Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5790137Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5790357Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5790580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5790803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5791049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5791306Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5791557Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 60%] 2023-01-11T22:56:11.5791806Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5792048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5792294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5792513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5792740Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5792957Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5793178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5793395Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5793649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5793897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5794194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5794443Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5794696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5794982Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5795230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5795479Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5795719Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5795969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5796216Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5796462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5796689Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5796906Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5797121Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5797342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5797563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5797778Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5797994Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5798233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5798477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5798716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5798955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5799194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5799433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5799677Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5799919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5800153Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5800394Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5800637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5800874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5801109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5801380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5801594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5801814Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5802075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5802291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5802506Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5802710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5802923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5803130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5803341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5803546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5803748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5803956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5804169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5804380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5804587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5804795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5805011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5805221Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5805436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5805658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex64 PASSED [ 60%] 2023-01-11T22:56:11.5805873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5806073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5806284Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5806495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5806708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5806921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex32 PASSED [ 60%] 2023-01-11T22:56:11.5807131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5807340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5807553Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5807759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5807965Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5808178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex64 PASSED [ 60%] 2023-01-11T22:56:11.5808387Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5808594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5808857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5809082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5809296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5809548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5809756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_bfloat16 PASSED [ 60%] 2023-01-11T22:56:11.5809967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5810177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex32 PASSED [ 60%] 2023-01-11T22:56:11.5810386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5810584Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5810789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int32 PASSED [ 60%] 2023-01-11T22:56:11.5810992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5811196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_uint8 PASSED [ 60%] 2023-01-11T22:56:11.5811403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bool PASSED [ 60%] 2023-01-11T22:56:11.5811612Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex128 PASSED [ 60%] 2023-01-11T22:56:11.5811821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex64 PASSED [ 60%] 2023-01-11T22:56:11.5812026Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float16 PASSED [ 60%] 2023-01-11T22:56:11.5812231Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float32 PASSED [ 60%] 2023-01-11T22:56:11.5812442Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float64 PASSED [ 60%] 2023-01-11T22:56:11.5812645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int16 PASSED [ 60%] 2023-01-11T22:56:11.5812847Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int64 PASSED [ 60%] 2023-01-11T22:56:11.5813053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int8 PASSED [ 60%] 2023-01-11T22:56:11.5813279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex64 PASSED [ 60%] 2023-01-11T22:56:11.5813494Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5813710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5813923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5814137Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5814352Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5814563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5814759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5814962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5815174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5815378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5815586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5815797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5816009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5816287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5816494Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5816700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5816951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5817166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5817381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5817588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5817792Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5817998Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5818202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5818414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bool XFAIL [ 61%] 2023-01-11T22:56:11.5818631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float32 XFAIL [ 61%] 2023-01-11T22:56:11.5818850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float64 XFAIL [ 61%] 2023-01-11T22:56:11.5819060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int32 XFAIL [ 61%] 2023-01-11T22:56:11.5819262Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int64 XFAIL [ 61%] 2023-01-11T22:56:11.5819463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5819671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5819876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5820078Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5820289Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5820502Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5820712Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5820919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5821127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5821333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5821536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5821755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5821975Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5822193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5822414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5822627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5822836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5823050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5823258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5823529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5823860Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5824070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5824276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5824541Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5824760Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5824973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5825183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5825393Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5825604Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5825808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5826013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5826222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5826437Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5826666Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5826893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5827118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5827341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5827558Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5827774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5827988Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5828204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5828407Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5828619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5828828Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5829036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5829241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5829443Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5829652Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5829873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5830089Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5830302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5830512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5830721Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5830978Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5831196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5831421Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5831640Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5831931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5832144Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5832358Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5832576Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5832803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5833018Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5833243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5833460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5833676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5833888Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5834100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5834314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5834527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5834744Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5834955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5835163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5835368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5835577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5835796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5836013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5836226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5836438Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5836652Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5836865Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5837072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5837284Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5837485Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5837692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5837914Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5838128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5838382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5838591Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5838801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5839010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5839266Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5839477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5839691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5839900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5840110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5840320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5840533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex128 PASSED [ 61%] 2023-01-11T22:56:11.5840746Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5840962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5841175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5841386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float64 PASSED [ 61%] 2023-01-11T22:56:11.5841592Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5841797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5841995Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5842212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:11.5842420Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5842626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5842834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5843039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5843245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int8 PASSED [ 61%] 2023-01-11T22:56:11.5843451Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_uint8 PASSED [ 61%] 2023-01-11T22:56:11.5843657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5843866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bool PASSED [ 61%] 2023-01-11T22:56:11.5844077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex32 PASSED [ 61%] 2023-01-11T22:56:11.5844280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5844484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5844693Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bfloat16 PASSED [ 61%] 2023-01-11T22:56:11.5844901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float16 PASSED [ 61%] 2023-01-11T22:56:11.5845110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float32 PASSED [ 61%] 2023-01-11T22:56:11.5845321Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int16 PASSED [ 61%] 2023-01-11T22:56:11.5845526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int32 PASSED [ 61%] 2023-01-11T22:56:11.5845781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int64 PASSED [ 61%] 2023-01-11T22:56:11.5845999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5846209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5846448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5846651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5846860Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5847067Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5847274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5847514Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5847754Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5847981Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5848204Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5848430Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5848660Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5848877Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5849095Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5849308Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5849527Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5849744Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_bfloat16 XFAIL [ 62%] 2023-01-11T22:56:11.5849957Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bfloat16 XFAIL [ 62%] 2023-01-11T22:56:11.5850174Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex128 XFAIL [ 62%] 2023-01-11T22:56:11.5850391Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex64 XFAIL [ 62%] 2023-01-11T22:56:11.5850602Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float16 XFAIL [ 62%] 2023-01-11T22:56:11.5850812Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float64 XFAIL [ 62%] 2023-01-11T22:56:11.5851018Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int16 XFAIL [ 62%] 2023-01-11T22:56:11.5851214Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int32 XFAIL [ 62%] 2023-01-11T22:56:11.5851436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5851652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5851872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5852099Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5852316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5852533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5852747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5853045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5853293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5853547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5853842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5854096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5854346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5854591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5854837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5855085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5855332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5855578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5855826Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5856069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5856312Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5856554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5856800Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5857041Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5857271Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5857516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5857756Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5858007Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5858257Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5858501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5858747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5858991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5859237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5859481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5859732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5859980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5860269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5860514Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5860754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5861037Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5861281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5861525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5861771Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5862015Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5862258Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5862500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5862743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5862989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5863233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5863480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5863780Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5864014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5864254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5864527Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5864819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5865111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5865412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5865709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5866006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5866304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5866598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5866894Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5867192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5867481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5867773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5868144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5868438Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5868731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5869066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5869356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5869648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5869941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5870235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5870538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5870826Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5871113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5871409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5871698Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5871982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5872269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5872557Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5872847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5873115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5873361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5873607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5873845Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5874085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5874338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5874588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5874829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5875072Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5875317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5875559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5875784Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5876003Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5876268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5876487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5876706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5876976Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5877205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5877435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5877657Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5877876Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5878087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5878303Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5878523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int8 PASSED [ 62%] 2023-01-11T22:56:11.5878751Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5878973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bool PASSED [ 62%] 2023-01-11T22:56:11.5879204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5879425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5879645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5879864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int32 PASSED [ 62%] 2023-01-11T22:56:11.5880081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5880301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5880533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex128 PASSED [ 62%] 2023-01-11T22:56:11.5880758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex32 PASSED [ 62%] 2023-01-11T22:56:11.5880980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5881202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float64 PASSED [ 62%] 2023-01-11T22:56:11.5881422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int64 PASSED [ 62%] 2023-01-11T22:56:11.5881648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_uint8 PASSED [ 62%] 2023-01-11T22:56:11.5881879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float16 PASSED [ 62%] 2023-01-11T22:56:11.5882111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float32 PASSED [ 62%] 2023-01-11T22:56:11.5882344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_bfloat16 PASSED [ 62%] 2023-01-11T22:56:11.5882580Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex64 PASSED [ 62%] 2023-01-11T22:56:11.5882807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int16 PASSED [ 62%] 2023-01-11T22:56:11.5883020Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5883242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5883514Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5883739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5883961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5884182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5884513Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5884744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5884972Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5885194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5885417Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5885638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5885856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5886088Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5886327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5886556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5886786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5887004Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5887229Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5887453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5887675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5887889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5888110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5888319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5888539Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5888762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5888981Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5889206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5889425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5889642Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5889861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5890080Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5890302Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5890525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5890746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5891008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5891227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5891454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5891715Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5891939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5892162Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5892401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5892631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5892875Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5893116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5893352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5893577Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5893806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5894032Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5894256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5894514Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5894768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5895014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5895266Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5895513Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5895762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5896005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5896251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_partial_views_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5896491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5896736Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5896979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5897219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5897459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5897697Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5897938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_scatter_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5898205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5898434Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex32 PASSED [ 63%] 2023-01-11T22:56:11.5898659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5898918Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5899141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5899371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5899588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5899808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5900040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5900264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5900488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5900712Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5900933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5901161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5901391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5901616Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5901844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5902072Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5902301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5902530Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5902756Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5902978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5903198Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5903416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5903644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5903913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5904147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5904384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5904611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5904839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5905052Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5905289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5905575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5905812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5906047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5906326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex32 PASSED [ 63%] 2023-01-11T22:56:11.5906554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5906780Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5907008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5907240Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5907470Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5907703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5907931Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5908156Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5908382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5908610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5908886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5909170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5909464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5909752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5910042Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5910319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5910602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5910878Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5911152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5911415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5911701Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5912001Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5912281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5912557Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5912837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5913142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5913500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5913796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5914082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5914423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5914702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5914993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5915279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float32 PASSED [ 63%] 2023-01-11T22:56:11.5915561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5915847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5916126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int8 PASSED [ 63%] 2023-01-11T22:56:11.5916404Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5916686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5916953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5917216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bool PASSED [ 63%] 2023-01-11T22:56:11.5917486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex128 PASSED [ 63%] 2023-01-11T22:56:11.5917755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex64 PASSED [ 63%] 2023-01-11T22:56:11.5918031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5918290Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int32 PASSED [ 63%] 2023-01-11T22:56:11.5918541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int64 PASSED [ 63%] 2023-01-11T22:56:11.5918801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_uint8 PASSED [ 63%] 2023-01-11T22:56:11.5919069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_bfloat16 PASSED [ 63%] 2023-01-11T22:56:11.5919342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float16 PASSED [ 63%] 2023-01-11T22:56:11.5919606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float64 PASSED [ 63%] 2023-01-11T22:56:11.5919870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int16 PASSED [ 63%] 2023-01-11T22:56:11.5920139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5920402Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5920671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5920940Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5921227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5921502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5921768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5922036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5922361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5922632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5922904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5923219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5923482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5923751Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5924031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5924305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5924585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5924848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5925125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5925405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5925679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5925957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5926241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5926517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5926793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5927061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5927332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5927596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5927869Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5928137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5928412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5928677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5928969Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5929258Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5929547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5929830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5930109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5930393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5930665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5930994Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5931256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5931526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5931805Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5932126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5932340Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5932556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5932800Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5933046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5933281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5933516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5933754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5933995Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5934230Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5934480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5934722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5934962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5935201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5935433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5935669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5935902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5936131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5936359Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5936590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5936818Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5937044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5937260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5937485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5937703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5937928Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5938147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5938358Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5938632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5938857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5939074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5939338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5939557Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5939776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5939992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5940221Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5940453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5940674Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5940898Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5941123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5941339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5941567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5941794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5942017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5942239Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5942448Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5942665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5942902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5943138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5943376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5943612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5943974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5944207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5944433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5944659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5944890Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5945127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5945374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex32 PASSED [ 64%] 2023-01-11T22:56:11.5945617Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5945924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5946163Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5946398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5946676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5946910Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5947139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5947361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5947585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5947815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5948054Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5948291Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5948538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5948781Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5949021Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5949257Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5949499Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5949724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5949956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5950185Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5950414Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5950655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 64%] 2023-01-11T22:56:11.5950902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5951138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5951381Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5951619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5951874Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:11.5952131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 64%] 2023-01-11T22:56:11.5952373Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5952615Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5952852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5953136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float16 PASSED [ 64%] 2023-01-11T22:56:11.5953380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5953620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5953904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5954144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int8 PASSED [ 64%] 2023-01-11T22:56:11.5954368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float64 PASSED [ 64%] 2023-01-11T22:56:11.5954583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int16 PASSED [ 64%] 2023-01-11T22:56:11.5954806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int32 PASSED [ 64%] 2023-01-11T22:56:11.5955029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int64 PASSED [ 64%] 2023-01-11T22:56:11.5955251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_uint8 PASSED [ 64%] 2023-01-11T22:56:11.5955477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bool PASSED [ 64%] 2023-01-11T22:56:11.5955709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float32 PASSED [ 64%] 2023-01-11T22:56:11.5955989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5956269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5956546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5956820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5957099Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bool SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5957384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 64%] 2023-01-11T22:56:11.5957668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5957949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5958229Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5958507Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5958783Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5959063Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2023-01-11T22:56:11.5959285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5959512Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex32 PASSED [ 65%] 2023-01-11T22:56:11.5959729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5959952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float16 PASSED [ 65%] 2023-01-11T22:56:11.5960222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5960444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5960663Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5960881Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5961161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float16 PASSED [ 65%] 2023-01-11T22:56:11.5961387Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5961596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5961813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5962034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5962262Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5962489Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float16 PASSED [ 65%] 2023-01-11T22:56:11.5962714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5962941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5963161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5963379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5963596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5963812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5964035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5964251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5964479Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5964706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex32 PASSED [ 65%] 2023-01-11T22:56:11.5964925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5965149Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5965364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5965578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5965796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5966030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:56:11.5966256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5966486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5966704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5966927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5967152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5967388Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5967667Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex64 PASSED [ 65%] 2023-01-11T22:56:11.5967894Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float16 PASSED [ 65%] 2023-01-11T22:56:11.5968121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5968387Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5968614Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:56:11.5968837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5969058Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5969277Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5969502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:56:11.5969726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5969946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float16 PASSED [ 65%] 2023-01-11T22:56:11.5970173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5970395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5970611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5970830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5971050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5971279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5971516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5971744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5971961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5972183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5972407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5972631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5972853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5973076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5973306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5973528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5973764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex64 PASSED [ 65%] 2023-01-11T22:56:11.5973988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5974208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5974429Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5974652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5974938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex32 PASSED [ 65%] 2023-01-11T22:56:11.5975181Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5975413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5975681Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5975912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5976138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5976362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5976599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5976829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5977055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5977269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5977494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5977723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5977952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5978179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5978406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5978639Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5978873Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex64 PASSED [ 65%] 2023-01-11T22:56:11.5979103Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5979332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex64 PASSED [ 65%] 2023-01-11T22:56:11.5979555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5979776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5979998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5980223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5980444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5980669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5980911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5981142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5981369Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5981592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5981816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5982084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5982313Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5982553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 65%] 2023-01-11T22:56:11.5982825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5983065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex32 PASSED [ 65%] 2023-01-11T22:56:11.5983300Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5983536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5983826Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5984060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5984288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5984516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5984747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5984974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5985200Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5985431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5985659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5985892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5986118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5986343Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5986571Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5986799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5987035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5987266Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5987502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5987739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex64 PASSED [ 65%] 2023-01-11T22:56:11.5987966Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5988192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5988406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5988645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5988872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5989099Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5989400Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex128 PASSED [ 65%] 2023-01-11T22:56:11.5989636Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5989866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int16 PASSED [ 65%] 2023-01-11T22:56:11.5990161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5990389Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5990615Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5990842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int64 PASSED [ 65%] 2023-01-11T22:56:11.5991068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5991304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_uint8 PASSED [ 65%] 2023-01-11T22:56:11.5991528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_bool PASSED [ 65%] 2023-01-11T22:56:11.5991761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float32 PASSED [ 65%] 2023-01-11T22:56:11.5991993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float64 PASSED [ 65%] 2023-01-11T22:56:11.5992216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int32 PASSED [ 65%] 2023-01-11T22:56:11.5992442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int8 PASSED [ 65%] 2023-01-11T22:56:11.5992674Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.5992905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.5993134Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.5993362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.5993585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.5993807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.5994024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.5994254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.5994477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.5994700Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.5994922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.5995141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.5995364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.5995588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.5995824Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.5996060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.5996287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.5996554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.5996781Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.5997002Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.5997222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.5997486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.5997702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.5997928Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.5998148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.5998376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.5998596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.5998817Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.5999035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.5999247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.5999487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.5999717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.5999941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6000159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6000386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6000613Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6000839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6001066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6001288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6001512Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6001747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6001982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6002215Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6002442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6002669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6002892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6003115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6003355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6003587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6003861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6004092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6004326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6004548Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6004797Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6005019Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6005242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6005466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6005694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6005920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6006141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6006361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6006586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6006813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6007034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6007252Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6007469Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6007688Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6007901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6008123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6008346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6008565Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6008779Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6008996Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6009216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6009439Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6009644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6009861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6010083Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6010304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6010520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6010737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6010965Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6011242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6011476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6011706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6011975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6012207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.6012443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.6012678Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6012906Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6013142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6013375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.6013605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.6013834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6014060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6014285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6014513Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6014734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6014948Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6015171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6015393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6015611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6015829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6016044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6016271Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6016495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6016721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.6016945Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.6017166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6017395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6017628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6017857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6018093Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6018323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6018601Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6018834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6019062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6019335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6019559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6019788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6020026Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6020268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6020492Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6020722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6020957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.6021188Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int32 PASSED [ 66%] 2023-01-11T22:56:11.6021409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6021629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6021857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.6022092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6022316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6022537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int64 PASSED [ 66%] 2023-01-11T22:56:11.6022768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6022998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6023223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6023454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex32 PASSED [ 66%] 2023-01-11T22:56:11.6023681Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6024039Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6024261Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6024479Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6024702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6024920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_uint8 PASSED [ 66%] 2023-01-11T22:56:11.6025148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bfloat16 PASSED [ 66%] 2023-01-11T22:56:11.6025371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bool PASSED [ 66%] 2023-01-11T22:56:11.6025597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:11.6025880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex64 PASSED [ 66%] 2023-01-11T22:56:11.6026105Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float16 PASSED [ 66%] 2023-01-11T22:56:11.6026326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float32 PASSED [ 66%] 2023-01-11T22:56:11.6026591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int8 PASSED [ 66%] 2023-01-11T22:56:11.6026817Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float64 PASSED [ 66%] 2023-01-11T22:56:11.6027038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int16 PASSED [ 66%] 2023-01-11T22:56:11.6027257Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6027486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6027722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6027950Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6028179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6028408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6028634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6028864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex32 PASSED [ 67%] 2023-01-11T22:56:11.6029091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6029310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6029538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6029765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6029986Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6030207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6030428Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6030645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6030866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6031071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6031293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6031508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6031723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6031959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6032189Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6032409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6032630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6032857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6033124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6033350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6033573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6033821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6034112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6034361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6034606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6034846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6035088Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6035325Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6035556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6035800Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6036046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6036290Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6036532Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6036755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6036993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6037219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int64 XFAIL [ 67%] 2023-01-11T22:56:11.6037444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_uint8 XFAIL [ 67%] 2023-01-11T22:56:11.6037670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6037889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6038112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6038335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6038561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6038788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6039005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6039227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6039458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6039684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6039915Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6040138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6040408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6040632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6040856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6041082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6041338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6041561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6041781Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6041992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6042210Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6042438Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6042663Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6042885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6043107Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6043355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6043610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6043861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6044113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6044360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6044609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6044843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6045084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6045319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6045557Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6045791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6046033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6046272Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6046508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6046745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6046975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6047208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6047447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6047732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6047951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6048178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6048458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6048698Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6048931Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6049165Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6049399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6049634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6049864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6050096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6050332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6050575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6050813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex64 PASSED [ 67%] 2023-01-11T22:56:11.6051044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6051273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6051504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int16 XFAIL [ 67%] 2023-01-11T22:56:11.6051728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int32 XFAIL [ 67%] 2023-01-11T22:56:11.6051958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6052195Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6052429Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6052659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6052887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6053117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6053344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6053549Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6053769Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6053993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6054209Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6054431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6054646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int8 PASSED [ 67%] 2023-01-11T22:56:11.6054863Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6055150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6055393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex32 PASSED [ 67%] 2023-01-11T22:56:11.6055630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6055901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6056133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6056364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6056593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6056821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6057049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6057280Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6057504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6057733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6057990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6058240Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6058493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6058747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6058998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 67%] 2023-01-11T22:56:11.6059233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6059485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6059751Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 67%] 2023-01-11T22:56:11.6060005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 67%] 2023-01-11T22:56:11.6060257Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6060511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6060764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 67%] 2023-01-11T22:56:11.6060997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bfloat16 PASSED [ 67%] 2023-01-11T22:56:11.6061227Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bool PASSED [ 67%] 2023-01-11T22:56:11.6061458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float32 PASSED [ 67%] 2023-01-11T22:56:11.6061685Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int16 PASSED [ 67%] 2023-01-11T22:56:11.6061914Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int32 PASSED [ 67%] 2023-01-11T22:56:11.6062139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int64 PASSED [ 67%] 2023-01-11T22:56:11.6062410Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6062638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bool PASSED [ 68%] 2023-01-11T22:56:11.6062873Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6063138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6063366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6063593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6063885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6064109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6064332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bool PASSED [ 68%] 2023-01-11T22:56:11.6064556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6064783Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6065010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6065215Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6065433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6065651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6065867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6066104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6066337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6066568Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6066798Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6067024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6067266Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex128 PASSED [ 68%] 2023-01-11T22:56:11.6067505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex32 PASSED [ 68%] 2023-01-11T22:56:11.6067738Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6067971Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6068205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6068436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6068670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6068891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bool PASSED [ 68%] 2023-01-11T22:56:11.6069119Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6069337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6069562Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6069842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6070065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6070310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6070598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6070820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6071040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6071259Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6071475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6071682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6071908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex32 PASSED [ 68%] 2023-01-11T22:56:11.6072132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6072357Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6072572Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6072792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6073019Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6073310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6073594Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6073876Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6074159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6074436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6074714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 68%] 2023-01-11T22:56:11.6075023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6075326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6075633Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6075943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6076240Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6076543Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6076880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6077183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 68%] 2023-01-11T22:56:11.6077414Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6077689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex128 PASSED [ 68%] 2023-01-11T22:56:11.6077921Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6078146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6078368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6078599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6078821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bool PASSED [ 68%] 2023-01-11T22:56:11.6079054Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex128 PASSED [ 68%] 2023-01-11T22:56:11.6079285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6079510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6079721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6079941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6080166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bool PASSED [ 68%] 2023-01-11T22:56:11.6080407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6080638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6080867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6081093Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6081321Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6081555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6081867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 68%] 2023-01-11T22:56:11.6082178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 68%] 2023-01-11T22:56:11.6082488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 68%] 2023-01-11T22:56:11.6082730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6082973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6083270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 68%] 2023-01-11T22:56:11.6083567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 68%] 2023-01-11T22:56:11.6083856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6084101Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6084344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6084622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6084863Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6085113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6085362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6085618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6085871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6086124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6086372Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6086618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6086864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6087128Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6087370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6087620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6087864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6088117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6088365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6088616Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6088864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6089121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6089368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6089637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6089913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6090181Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6090443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6090705Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6091018Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6091283Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6091527Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6091805Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6092052Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6092299Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6092542Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6092793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6093038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6093284Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6093552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 68%] 2023-01-11T22:56:11.6093814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6094071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6094332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 68%] 2023-01-11T22:56:11.6094593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6094850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6095087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6095329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6095586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6095838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6096093Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6096345Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6096598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 68%] 2023-01-11T22:56:11.6096842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6097090Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6097335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float64 PASSED [ 68%] 2023-01-11T22:56:11.6097581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6097824Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6098104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6098350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 68%] 2023-01-11T22:56:11.6098592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6098885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float32 PASSED [ 68%] 2023-01-11T22:56:11.6099123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int16 PASSED [ 68%] 2023-01-11T22:56:11.6099360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int64 PASSED [ 68%] 2023-01-11T22:56:11.6099603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int8 PASSED [ 68%] 2023-01-11T22:56:11.6099850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float16 PASSED [ 68%] 2023-01-11T22:56:11.6100090Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6100330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6100603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6100864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6101124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6101386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6101652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6101912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6102173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6102435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6102675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6102929Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6103182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6103436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6103742Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6103993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6104245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6104491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6104739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6104984Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6105314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6105564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6105828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6106141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6106408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6106668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6106932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6107192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6107451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6107684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6107901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6108130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6108352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6108575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6108794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6109015Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6109247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6109474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6109704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6109925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6110148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6110373Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6110600Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6110834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6111061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6111289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6111513Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6111737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6111959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6112184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6112446Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6112666Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6112885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6113141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6113365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6113585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6113815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6114036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6114260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6114476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6114699Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6114922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6115150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6115369Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6115587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6115810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6116028Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6116256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6116481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6116708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6116927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6117148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6117366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6117589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6117807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6118022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6118241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6118460Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6118684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6118903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6119116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6119332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6119656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6119887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6120121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6120392Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6120623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6120849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6121070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6121292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6121514Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6121732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6121951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6122174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6122409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6122641Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6122870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6123094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6123322Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6123547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6123777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6124008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6124234Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6124458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6124680Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6124898Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6125118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6125332Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6125545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6125773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6125994Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6126212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6126425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6126639Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6126901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6127117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6127342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6127603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6127817Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6128033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6128246Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6128465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6128688Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6128911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6129130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6129364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6129589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6129814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6130033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6130250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6130463Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6130682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6130907Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6131133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6131351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6131567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6131786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:11.6132000Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int32 PASSED [ 69%] 2023-01-11T22:56:11.6132217Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_uint8 PASSED [ 69%] 2023-01-11T22:56:11.6132435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6132649Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bool PASSED [ 69%] 2023-01-11T22:56:11.6132872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6133091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex64 PASSED [ 69%] 2023-01-11T22:56:11.6133309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float16 PASSED [ 69%] 2023-01-11T22:56:11.6133526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float32 PASSED [ 69%] 2023-01-11T22:56:11.6133740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int16 PASSED [ 69%] 2023-01-11T22:56:11.6133997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int64 PASSED [ 69%] 2023-01-11T22:56:11.6134213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int8 PASSED [ 69%] 2023-01-11T22:56:11.6134443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bfloat16 PASSED [ 69%] 2023-01-11T22:56:11.6134711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex128 PASSED [ 69%] 2023-01-11T22:56:11.6134939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex32 PASSED [ 69%] 2023-01-11T22:56:11.6135166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex64 PASSED [ 70%] 2023-01-11T22:56:11.6135392Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6135609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6135833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6136051Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6136268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6136491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6136706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6136921Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6137137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6137351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6137579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6137803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6138024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6138244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6138462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6138683Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6138904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6139118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6139342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex128 PASSED [ 70%] 2023-01-11T22:56:11.6139561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6139776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6139989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6140202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6140422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6140629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6140852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex64 PASSED [ 70%] 2023-01-11T22:56:11.6141117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6141335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6141548Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6141810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6142033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex128 PASSED [ 70%] 2023-01-11T22:56:11.6142252Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6142468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6142684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6142930Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6143171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6143412Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6143654Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6144028Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6144265Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6144501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6144738Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6144976Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6145211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6145454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6145689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6145923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6146156Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6146386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6146609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6146835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6147063Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6147295Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6147526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6147754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6147981Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6148279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6148511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6148736Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6148964Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6149239Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6149462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6149686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6149913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6150141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6150366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6150594Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6150824Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6151050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6151287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6151523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6151756Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6151993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6152220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6152481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6152743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 70%] 2023-01-11T22:56:11.6153002Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 70%] 2023-01-11T22:56:11.6153263Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 70%] 2023-01-11T22:56:11.6153519Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6153774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6154027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6154261Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6154497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6154729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6154960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6155187Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6155480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6155743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6156002Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6156301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6156562Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6156819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6157080Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6157339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6157597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6157861Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6158119Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6158378Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6158612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6158840Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6159077Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6159306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6159540Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6159766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6159994Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6160223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6160454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6160704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6160958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 70%] 2023-01-11T22:56:11.6161209Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 70%] 2023-01-11T22:56:11.6161462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6161711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6161956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6162204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6162493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6162740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6162987Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6163279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6163528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6163777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6164016Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6164252Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6164489Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6164722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6164961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6165194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6165419Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6165651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6165876Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6166110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6166322Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6166549Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex128 PASSED [ 70%] 2023-01-11T22:56:11.6166771Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float32 PASSED [ 70%] 2023-01-11T22:56:11.6166989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float64 PASSED [ 70%] 2023-01-11T22:56:11.6167206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6167420Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6167634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6167856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6168076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6168296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6168518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_uint8 PASSED [ 70%] 2023-01-11T22:56:11.6168744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bfloat16 PASSED [ 70%] 2023-01-11T22:56:11.6168972Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex32 PASSED [ 70%] 2023-01-11T22:56:11.6169199Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex64 PASSED [ 70%] 2023-01-11T22:56:11.6169417Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int16 PASSED [ 70%] 2023-01-11T22:56:11.6169684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int32 PASSED [ 70%] 2023-01-11T22:56:11.6169906Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int64 PASSED [ 70%] 2023-01-11T22:56:11.6170125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int8 PASSED [ 70%] 2023-01-11T22:56:11.6170379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bool PASSED [ 70%] 2023-01-11T22:56:11.6170606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6170831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6171049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6171265Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6171477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6171694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6171910Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6172130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6172352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6172567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6172793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6173021Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6173248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6173464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6173680Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6173897Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6174108Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6174321Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6174534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6174754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6174973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6175189Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6175406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6175630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6175863Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6176094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6176317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6176532Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6176787Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6177003Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6177213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6177464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6177674Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6177885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6178096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6178320Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6178544Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6178763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6178978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6179196Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6179408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6179629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6179853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6180074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6180293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6180531Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6180763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6180998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6181226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6181454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6181726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6181988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6182258Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6182517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6182775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6183031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6183286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6183538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6183887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6184148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6184476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6184739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6184997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6185339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6185619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6185890Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6186157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6186415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6186695Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6186963Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6187224Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6187486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6187744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6188000Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6188256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6188524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6188789Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6189052Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6189314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6189577Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6189849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6190124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6190410Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6190689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex32 XFAIL [ 71%] 2023-01-11T22:56:11.6190971Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6191250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6191521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6191796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6192060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6192328Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6192594Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6192825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6193091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6193319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6193549Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6193813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6194036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6194270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6194499Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6194724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6194953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6195179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6195418Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6195652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6195881Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6196107Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6196326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6196555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6196773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6196990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6197209Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6197431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6197660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6197888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6198115Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6198339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6198554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6198772Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6198997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6199228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6199443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6199658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6199885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6200160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex64 PASSED [ 71%] 2023-01-11T22:56:11.6200383Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6200603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float32 PASSED [ 71%] 2023-01-11T22:56:11.6200858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6201078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int16 PASSED [ 71%] 2023-01-11T22:56:11.6201293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6201510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6201729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6201954Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6202168Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6202392Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex128 PASSED [ 71%] 2023-01-11T22:56:11.6202619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex32 PASSED [ 71%] 2023-01-11T22:56:11.6202836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6203050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6203276Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6203496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6203717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6203936Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6204160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6204382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bool PASSED [ 71%] 2023-01-11T22:56:11.6204590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int32 PASSED [ 71%] 2023-01-11T22:56:11.6204809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6205030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bfloat16 PASSED [ 71%] 2023-01-11T22:56:11.6205247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float16 PASSED [ 71%] 2023-01-11T22:56:11.6205470Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:11.6205688Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int64 PASSED [ 71%] 2023-01-11T22:56:11.6205903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int8 PASSED [ 71%] 2023-01-11T22:56:11.6206127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_uint8 PASSED [ 71%] 2023-01-11T22:56:11.6206346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bfloat16 PASSED [ 72%] 2023-01-11T22:56:11.6206568Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float16 PASSED [ 72%] 2023-01-11T22:56:11.6206782Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int16 PASSED [ 72%] 2023-01-11T22:56:11.6206997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int64 PASSED [ 72%] 2023-01-11T22:56:11.6207264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bfloat16 PASSED [ 72%] 2023-01-11T22:56:11.6207482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bool PASSED [ 72%] 2023-01-11T22:56:11.6207707Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex32 PASSED [ 72%] 2023-01-11T22:56:11.6207982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6208202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float16 PASSED [ 72%] 2023-01-11T22:56:11.6208425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float64 PASSED [ 72%] 2023-01-11T22:56:11.6208641Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int32 PASSED [ 72%] 2023-01-11T22:56:11.6208856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int64 PASSED [ 72%] 2023-01-11T22:56:11.6209073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int8 PASSED [ 72%] 2023-01-11T22:56:11.6209324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_bfloat16 PASSED [ 72%] 2023-01-11T22:56:11.6209563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float64 PASSED [ 72%] 2023-01-11T22:56:11.6209796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bfloat16 PASSED [ 72%] 2023-01-11T22:56:11.6210028Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bool PASSED [ 72%] 2023-01-11T22:56:11.6210268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex32 PASSED [ 72%] 2023-01-11T22:56:11.6210502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6210732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float64 PASSED [ 72%] 2023-01-11T22:56:11.6210959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int16 PASSED [ 72%] 2023-01-11T22:56:11.6211187Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int32 PASSED [ 72%] 2023-01-11T22:56:11.6211413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int8 PASSED [ 72%] 2023-01-11T22:56:11.6211642Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_uint8 PASSED [ 72%] 2023-01-11T22:56:11.6211854Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6212063Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6212277Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6212499Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6212718Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6212942Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6213171Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6213389Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmod___cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6213609Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6213829Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6214047Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6214261Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6214548Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager__softmax_backward_data_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6214766Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6214975Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6215226Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6215447Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_complex64 XFAIL [ 72%] 2023-01-11T22:56:11.6215662Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_float32 XFAIL [ 72%] 2023-01-11T22:56:11.6215882Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6216096Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6216331Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6216551Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6216761Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6216976Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amax_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6217192Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amin_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6217408Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_aminmax_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6217624Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmax_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6217839Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmin_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6218055Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argsort_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6218282Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6218502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6218789Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_float32 SKIPPED (Errors when storage_offset is included) [ 72%] 2023-01-11T22:56:11.6219110Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 72%] 2023-01-11T22:56:11.6219419Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 72%] 2023-01-11T22:56:11.6219632Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6219849Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6220077Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6220298Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6220515Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6220737Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6220964Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6221183Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6221408Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6221624Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6221896Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6222120Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6222331Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6222621Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:56:11.6222864Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6223099Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6223331Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6223560Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bucketize_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6223927Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6224144Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdist_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6224362Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6224583Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6224800Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6225017Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6225254Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6225490Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6225724Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6225945Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6226159Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6226385Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_max_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6226609Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6226842Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6227058Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6227296Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6227525Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6227747Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6227961Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6228174Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6228386Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6228619Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6228833Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6229044Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6229323Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummax_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6229544Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummin_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6229769Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6230032Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6230278Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6230523Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6230739Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_deg2rad_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6230950Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6231175Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6231407Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6231637Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6231858Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6232068Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6232310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6232544Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_trunc_rounding_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6232758Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6232974Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6233193Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6233415Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6233630Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6233868Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_complex64 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:56:11.6234091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6234306Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6234520Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erf_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6234731Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfc_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6234943Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp2_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6235160Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6235375Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6235596Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6235809Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expm1_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6236041Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_complex64 SKIPPED (Skipped!) [ 72%] 2023-01-11T22:56:11.6236259Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6236538Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6236767Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6236988Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6237252Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6237474Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6237689Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6237912Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6238142Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6238370Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfftn_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6238597Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6238818Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6239048Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6239264Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft2_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6239479Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6239689Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6239906Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_float32 PASSED [ 72%] 2023-01-11T22:56:11.6240127Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6240347Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_complex64 PASSED [ 72%] 2023-01-11T22:56:11.6240569Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6240789Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6241006Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6241213Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6241439Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6241666Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_divide_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6241881Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmax_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6242092Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmod_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6242304Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frac_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6242527Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6242756Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6242970Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6243176Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ge_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6243390Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6243618Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6243875Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gt_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6244089Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6244310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_heaviside_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6244584Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_histc_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6244803Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6245023Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6245248Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6245471Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6245703Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6245929Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6246141Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6246376Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6246595Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6246804Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6247026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6247243Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6247462Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isin_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6247679Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6247892Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6248114Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isposinf_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6248333Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6248551Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_istft_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6248801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6249061Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6249323Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6249556Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6249804Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6250041Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6250275Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6250485Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6250702Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kthvalue_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6250930Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6251200Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6251430Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6251647Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6251907Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6252147Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6252373Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6252593Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6252817Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6253055Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6253289Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6253577Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:56:11.6253806Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6254028Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6254258Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6254891Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 73%] 2023-01-11T22:56:11.6255340Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 73%] 2023-01-11T22:56:11.6255771Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 73%] 2023-01-11T22:56:11.6256029Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6256261Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6256489Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6256722Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6256964Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6257196Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6257450Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6257699Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6257924Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6258179Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6258422Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6258703Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_complex64 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:56:11.6259026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:56:11.6259289Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 73%] 2023-01-11T22:56:11.6259563Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6259792Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6260016Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6260265Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6260490Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6260729Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6260961Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6261201Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6261434Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6261673Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6261897Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_complex64 XFAIL [ 73%] 2023-01-11T22:56:11.6262117Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_float32 XFAIL [ 73%] 2023-01-11T22:56:11.6262333Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6262548Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6262758Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6262983Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6263230Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6263472Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6263780Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_complex64 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:56:11.6264012Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6264234Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_complex64 XFAIL [ 73%] 2023-01-11T22:56:11.6264461Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logsumexp_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6264679Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6264885Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6265114Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6265338Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6265558Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6265767Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6265994Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amax_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6266287Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amin_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6266518Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmax_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6266744Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmin_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6267027Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6267253Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6267487Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logaddexp_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6267714Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6267939Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_norm_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6268175Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6268407Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6268638Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6268870Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6269098Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmax_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6269318Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6269545Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6269773Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6269993Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6270207Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6270425Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6270655Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6270879Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_binary_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6271121Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_with_dim_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6271336Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6271547Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6271795Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6272046Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6272269Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_binary_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6272511Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_no_dim_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6272752Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_with_dim_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6272974Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_minimum_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6273183Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6273441Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_msort_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6273657Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6273875Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6274084Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6274365Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6274589Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmedian_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6274815Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6275059Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_dropout_backward_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6275272Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6275476Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6275721Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 73%] 2023-01-11T22:56:11.6275946Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_complex64 PASSED [ 73%] 2023-01-11T22:56:11.6276169Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:11.6276393Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6276617Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nextafter_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6276889Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6277151Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6277408Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6277659Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_alpha_dropout_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6277905Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool1d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6278165Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6278407Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_bilinear_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6278642Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_celu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6278888Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6279125Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6279365Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6279605Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6279867Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6280120Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6280373Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6280675Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_similarity_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6280924Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cross_entropy_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6281158Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_elu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6281444Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_bag_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6281732Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6281992Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6282244Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6282474Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_glu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6282719Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_grid_sample_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6282966Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardshrink_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6283215Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardsigmoid_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6283459Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_huber_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6283714Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_area_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6283973Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6284233Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_linear_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6284492Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6284754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6284996Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_kl_div_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6285235Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6285477Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_leaky_relu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6285720Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6285981Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_local_response_norm_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6286227Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_logsigmoid_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6286469Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool1d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6286712Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool3d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6286958Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6287210Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6287476Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6287722Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6288022Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6288271Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6288521Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6288813Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6289068Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6289308Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pdist_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6289555Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6289808Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6290059Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6290297Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu6_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6290535Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6290767Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_silu_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6291013Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6291264Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6291528Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6291782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6292026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softshrink_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6292272Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6292517Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6292760Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_threshold_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6293036Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6293286Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6293511Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6293728Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6293955Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6294178Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6294396Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6294630Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_number_mean_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6294844Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_complex64 XFAIL [ 74%] 2023-01-11T22:56:11.6295102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_float32 XFAIL [ 74%] 2023-01-11T22:56:11.6295321Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6295586Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 74%] 2023-01-11T22:56:11.6295844Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6296066Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6296283Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polar_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6296528Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_0_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6296790Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6297055Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6297285Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6297507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6297725Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6297937Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6298193Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 74%] 2023-01-11T22:56:11.6298414Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_quantile_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6298635Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6298867Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_like_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6299093Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6299312Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6299535Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6299759Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6299984Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6300199Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6300426Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6300650Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6300873Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6301091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6301317Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6301529Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6301746Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6301994Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6302247Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6302507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6302721Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6302968Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6303224Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6303462Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amax_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6303839Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amin_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6304083Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_mean_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6304316Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_searchsorted_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6304536Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6304754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6304985Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_scatter_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6305213Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6305432Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6305700Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_general_cosine_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6305970Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_general_hamming_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6306227Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_hann_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6306482Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6306738Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_nuttall_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6306955Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6307165Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6307376Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6307593Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6307813Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_complex64 PASSED [ 74%] 2023-01-11T22:56:11.6308031Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6308244Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sort_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6308505Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6308764Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 74%] 2023-01-11T22:56:11.6309000Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_airy_ai_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6309239Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y0_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6309494Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6310075Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6310566Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6310870Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_h_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6311097Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6311352Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_laguerre_polynomial_l_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6311586Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_log_ndtr_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6311835Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k0_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6312064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtr_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6312295Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtri_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6312807Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6313311Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6313809Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6314309Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2023-01-11T22:56:11.6314560Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_spherical_bessel_j0_cuda_float32 PASSED [ 74%] 2023-01-11T22:56:11.6314780Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6315014Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6315251Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6315488Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6315712Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6315922Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6316144Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6316368Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6316609Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_unbiased_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6316848Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_unbiased_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6317069Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6317286Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6317499Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6317722Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6317997Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6318264Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 75%] 2023-01-11T22:56:11.6318487Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6318750Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6318978Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6319191Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6319403Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6319621Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6319851Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6320062Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6320285Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6320516Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6320744Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6320968Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6321181Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6321419Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6321635Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6321855Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6322073Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6322304Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6322533Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6322754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6322970Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6323189Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_complex64 XFAIL [ 75%] 2023-01-11T22:56:11.6323429Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_consecutive_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6323642Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6323877Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_unbiased_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6324112Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_unbiased_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6324340Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_complex_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6324561Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_copy_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6324782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6325004Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6325267Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6325489Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6325709Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_complex64 XFAIL [ 75%] 2023-01-11T22:56:11.6325979Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_complex64 PASSED [ 75%] 2023-01-11T22:56:11.6326209Z test_ops.py::TestCompositeComplianceCUDA::test_backward___getitem___cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6326424Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rdiv___cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6326645Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmod___cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6326865Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rpow___cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6327117Z test_ops.py::TestCompositeComplianceCUDA::test_backward__native_batch_norm_legit_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6327344Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addbmm_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6327568Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addcmul_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6327789Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6328015Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addr_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6328234Z test_ops.py::TestCompositeComplianceCUDA::test_backward_amax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6328451Z test_ops.py::TestCompositeComplianceCUDA::test_backward_amin_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6328676Z test_ops.py::TestCompositeComplianceCUDA::test_backward_asinh_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6328896Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atan2_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6329129Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6329356Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bfloat16_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6329585Z test_ops.py::TestCompositeComplianceCUDA::test_backward_block_diag_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6329814Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cdouble_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6330034Z test_ops.py::TestCompositeComplianceCUDA::test_backward_chalf_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6330274Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_inverse_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6330509Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_solve_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6330735Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6330964Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_max_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6331179Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clone_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6331406Z test_ops.py::TestCompositeComplianceCUDA::test_backward_complex_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6331644Z test_ops.py::TestCompositeComplianceCUDA::test_backward_constant_pad_nd_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6331876Z test_ops.py::TestCompositeComplianceCUDA::test_backward_copysign_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6332100Z test_ops.py::TestCompositeComplianceCUDA::test_backward_corrcoef_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6332317Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cos_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6332537Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cov_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6332759Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cross_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6333035Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cummax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6333263Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumprod_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6333486Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumsum_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6333776Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumulative_trapezoid_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6334005Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_embed_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6334239Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_copy_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6334462Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diff_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6334686Z test_ops.py::TestCompositeComplianceCUDA::test_backward_digamma_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6334933Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_floor_rounding_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6335171Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_trunc_rounding_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6335394Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dsplit_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6335621Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dstack_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6335843Z test_ops.py::TestCompositeComplianceCUDA::test_backward_einsum_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6336061Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erf_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6336274Z test_ops.py::TestCompositeComplianceCUDA::test_backward_exp_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6336502Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6336726Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expm1_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6336963Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftshift_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6337187Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6337411Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6337644Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6337873Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6338099Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft2_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6338327Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfftn_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6338554Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6338782Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flatten_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6339002Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flip_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6339224Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fliplr_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6339459Z test_ops.py::TestCompositeComplianceCUDA::test_backward_float_power_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6339680Z test_ops.py::TestCompositeComplianceCUDA::test_backward_floor_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6339901Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6340120Z test_ops.py::TestCompositeComplianceCUDA::test_backward_frac_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6340343Z test_ops.py::TestCompositeComplianceCUDA::test_backward_frexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6340568Z test_ops.py::TestCompositeComplianceCUDA::test_backward_gradient_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6340849Z test_ops.py::TestCompositeComplianceCUDA::test_backward_grid_sampler_2d_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6341067Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hsplit_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6341283Z test_ops.py::TestCompositeComplianceCUDA::test_backward_i0_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6341549Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_put_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6341773Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ldexp_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6341995Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lgamma_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6342230Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvals_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6342468Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvalsh_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6342698Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6342931Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_ex_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6343163Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6343424Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6343651Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6343949Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_solve_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6344191Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6344433Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_power_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6344672Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_multi_dot_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6344902Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6345165Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6345416Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_hermitian_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6345700Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 75%] 2023-01-11T22:56:11.6345934Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_slogdet_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6346169Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svdvals_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6346412Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorsolve_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6346640Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vander_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6346872Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6347121Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_with_dtype_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6347358Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp2_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6347583Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logdet_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6347799Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6348024Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_unpack_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6348255Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6348543Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amin_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6348782Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumprod_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6349009Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_fill_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6349373Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_log_softmax_cuda_float32 PASSED [ 75%] 2023-01-11T22:56:11.6349615Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logaddexp_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6349842Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_norm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6350072Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_prod_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6350306Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmax_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6350539Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_std_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6350766Z test_ops.py::TestCompositeComplianceCUDA::test_backward_matrix_exp_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6351009Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_no_dim_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6351237Z test_ops.py::TestCompositeComplianceCUDA::test_backward_maximum_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6351458Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mean_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6351713Z test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_list_of_tensors_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6351969Z test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_variadic_tensors_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6352189Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_binary_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6352439Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_with_dim_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6352665Z test_ops.py::TestCompositeComplianceCUDA::test_backward_minimum_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6352881Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6353104Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mul_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6353319Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mv_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6353565Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6353813Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6354040Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nan_to_num_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6354271Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmedian_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6354493Z test_ops.py::TestCompositeComplianceCUDA::test_backward_narrow_cuda_float32 XFAIL [ 76%] 2023-01-11T22:56:11.6354733Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_layer_norm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6355010Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6355279Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6355544Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6355806Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6356067Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6356362Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool1d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6356619Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool3d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6356869Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_bilinear_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6357174Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6357432Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6357697Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6357953Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cross_entropy_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6358203Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_bag_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6358457Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6358712Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 76%] 2023-01-11T22:56:11.6358959Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gelu_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6359217Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_grid_sample_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6359468Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardshrink_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6359721Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardsigmoid_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6359975Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardswish_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6360241Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6360507Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6360772Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_linear_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6361023Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_layer_norm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6361272Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_leaky_relu_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6361538Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_local_response_norm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6361789Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_logsigmoid_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6362043Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool1d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6362290Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool2d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6362542Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6362802Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6363063Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6363309Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_nll_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6363562Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6363874Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6364135Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6364376Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_rrelu_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6364670Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6364926Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6365166Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6365433Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6365688Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softplus_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6365936Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softsign_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6366183Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_unfold_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6366414Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_fro_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6366638Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_inf_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6366861Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_nuc_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6367085Z test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6367311Z test_ops.py::TestCompositeComplianceCUDA::test_backward_permute_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6367541Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pinverse_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6367792Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_1_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6368017Z test_ops.py::TestCompositeComplianceCUDA::test_backward_positive_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6368240Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pow_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6368465Z test_ops.py::TestCompositeComplianceCUDA::test_backward_prod_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6368719Z test_ops.py::TestCompositeComplianceCUDA::test_backward_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 76%] 2023-01-11T22:56:11.6368941Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ravel_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6369173Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reciprocal_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6369401Z test_ops.py::TestCompositeComplianceCUDA::test_backward_remainder_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6369629Z test_ops.py::TestCompositeComplianceCUDA::test_backward_renorm_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6369873Z test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_interleave_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6370105Z test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_conj_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6370338Z test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_neg_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6370551Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rot90_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6370788Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_3_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6371009Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rsqrt_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6371239Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_add_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6371506Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6371751Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amax_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6371996Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_mean_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6372261Z test_ops.py::TestCompositeComplianceCUDA::test_backward_select_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6372495Z test_ops.py::TestCompositeComplianceCUDA::test_backward_select_scatter_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6372721Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sigmoid_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6372942Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sign_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6373164Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sinh_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6373402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_scatter_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6373645Z test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_with_dtype_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6373911Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 76%] 2023-01-11T22:56:11.6374152Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_entr_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6374389Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtri_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6374664Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6374900Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_list_args_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6375137Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_with_sizes_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6375364Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sqrt_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6375589Z test_ops.py::TestCompositeComplianceCUDA::test_backward_square_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6375803Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6376030Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6376263Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_unbiased_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6376516Z test_ops.py::TestCompositeComplianceCUDA::test_backward_stft_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6376785Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_to_size_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6377049Z test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6377434Z test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2023-01-11T22:56:11.6377705Z test_ops.py::TestCompositeComplianceCUDA::test_backward_symeig_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6377989Z test_ops.py::TestCompositeComplianceCUDA::test_backward_take_along_dim_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6378255Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tanh_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6378567Z test_ops.py::TestCompositeComplianceCUDA::test_backward_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 76%] 2023-01-11T22:56:11.6378857Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trace_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6379133Z test_ops.py::TestCompositeComplianceCUDA::test_backward_transpose_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6379402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trapz_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6379767Z test_ops.py::TestCompositeComplianceCUDA::test_backward_triangular_solve_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6380031Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tril_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6380296Z test_ops.py::TestCompositeComplianceCUDA::test_backward_triu_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6380607Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unbind_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6380936Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_copy_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6381203Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6381488Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6381772Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_unbiased_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6382065Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vdot_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6382402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_complex_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6382675Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vsplit_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6382954Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vstack_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6383243Z test_ops.py::TestCompositeComplianceCUDA::test_backward_where_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6383530Z test_ops.py::TestCompositeComplianceCUDA::test_backward_xlogy_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6383897Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_H_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6384173Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_T_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6384475Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___radd___cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6384762Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmatmul___cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6385039Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rsub___cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6385339Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__native_batch_norm_legit_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6385611Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acosh_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6385891Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcmul_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6386185Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_decomposed_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6386454Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmv_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6386777Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_all_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:56:11.6387043Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amax_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6387366Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_aminmax_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:56:11.6387640Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_angle_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6387969Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmin_cuda_float32 SKIPPED (Does not support autograd) [ 76%] 2023-01-11T22:56:11.6388237Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asinh_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:11.6388508Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6388783Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_1d_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6389060Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_baddbmm_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6389471Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bfloat16_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:56:11.6389774Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_block_diag_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6390097Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bool_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6390509Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_shapes_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6390802Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_tensors_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6391086Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_to_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6391405Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bucketize_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6391730Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_byte_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6392009Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdouble_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6392273Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ceil_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6392597Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chalf_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:56:11.6392935Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_char_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6393214Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_inverse_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6393436Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chunk_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6393660Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6393891Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_max_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6394125Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_column_stack_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6394362Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_combinations_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6394592Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_complex_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6394825Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_contiguous_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6395055Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_copysign_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6395283Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_corrcoef_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6395503Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cosh_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6395785Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_count_nonzero_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6396008Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cov_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6396236Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummax_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6396461Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummin_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6396690Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumprod_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6396942Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumulative_trapezoid_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6397166Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6397388Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagflat_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6397624Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_copy_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6397976Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_scatter_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6398225Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_trunc_rounding_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6398445Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dot_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6398717Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dsplit_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6398942Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dstack_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6399167Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_einsum_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6399434Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eq_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6399708Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_equal_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6399929Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erf_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6400155Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfinv_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6400377Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp2_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6400607Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6400841Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_as_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6401106Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eye_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6401331Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6401557Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftn_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6401795Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftshift_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6402026Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6402253Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft2_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6402483Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6402712Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftshift_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6402939Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6403170Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfftn_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6403399Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft2_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6403629Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6403862Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfftn_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6404086Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fill_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6404319Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flatten_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6404548Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fliplr_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6404779Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flipud_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6405004Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6405224Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmin_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6405532Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ge_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6405802Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_half_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:56:11.6406077Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_heaviside_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6406344Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hstack_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6406568Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hypot_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6406787Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_i0_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6407056Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igamma_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6407327Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igammac_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6407559Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_add_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6407790Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_fill_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6408072Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_reduce_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:56:11.6408299Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_inner_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6408563Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isneginf_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6408832Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isreal_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6409131Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6409357Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kron_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6409584Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ldexp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6409846Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_le_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6410071Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lerp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6410308Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cross_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6410539Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6410770Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eig_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6411007Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigh_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6411249Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvals_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6411477Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6411756Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_cuda_float32 SKIPPED (Does not support forward_ad) [ 77%] 2023-01-11T22:56:11.6411999Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6412246Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_ex_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6412531Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6412830Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6413111Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6413399Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 77%] 2023-01-11T22:56:11.6413668Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 77%] 2023-01-11T22:56:11.6413945Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_slogdet_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6414183Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_ex_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6414421Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svd_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6414658Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svdvals_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6414899Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorinv_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6415146Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorsolve_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6415376Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vecdot_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6415617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vector_norm_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6415846Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log1p_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6416069Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log2_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6416302Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6416536Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6416810Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_or_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6417036Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logit_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6417308Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logspace_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6417541Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logsumexp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6417808Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_long_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6418069Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lt_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6418290Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6418510Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mH_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6418732Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mT_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6418966Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amax_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6419203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumsum_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6419438Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_fill_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6419686Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_log_softmax_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6419931Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logaddexp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6420162Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_norm_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6420397Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_prod_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6420683Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_scatter_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6420921Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_select_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6421149Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmax_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6421385Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmin_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6421664Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_std_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6421895Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_sum_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6422126Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matrix_exp_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6422388Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6422612Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mean_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6422837Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_median_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6423089Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_list_of_tensors_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6423344Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_variadic_tensors_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6423602Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_with_dim_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6423966Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_minimum_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6424189Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mm_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6424410Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mode_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6424643Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_movedim_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6424922Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_multinomial_cuda_float32 SKIPPED (Does not support autograd) [ 77%] 2023-01-11T22:56:11.6425156Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanquantile_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6425386Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nansum_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6425609Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_cuda_float32 XFAIL [ 77%] 2023-01-11T22:56:11.6425849Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_batch_norm_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6426070Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_neg_cuda_float32 PASSED [ 77%] 2023-01-11T22:56:11.6426343Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6426622Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_full_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6426886Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_zeros_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6427158Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nextafter_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6427429Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6427689Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_alpha_dropout_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6427940Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool1d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6428192Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool3d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6428504Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_cuda_float32 XFAIL [ 78%] 2023-01-11T22:56:11.6428788Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6429036Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv1d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6429327Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv2d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6429587Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6429854Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6430099Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_elu_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6430390Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6430691Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_grid_sample_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6430942Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_group_norm_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6431199Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardshrink_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6431453Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardsigmoid_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6431720Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6431972Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_huber_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6432229Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_instance_norm_cuda_float32 XFAIL [ 78%] 2023-01-11T22:56:11.6432497Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6432764Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6433038Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6433284Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_l1_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6433534Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_layer_norm_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6433780Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_linear_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6434050Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_local_response_norm_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6434304Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool2d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6434547Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool3d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6434807Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6435068Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6435340Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped!) [ 78%] 2023-01-11T22:56:11.6435602Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6435895Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mse_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6436207Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6436481Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6436792Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_normalize_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6437053Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_replicate_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6437318Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pairwise_distance_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6437574Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6437839Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6438087Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_prelu_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6438333Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6438592Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6438853Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6439115Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6439365Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softplus_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6439618Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softshrink_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6439872Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softsign_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6440123Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_tanhshrink_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6440386Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6440656Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nonzero_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6440878Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6441164Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_number_mean_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6441433Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_like_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6441657Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_outer_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6441970Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pca_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2023-01-11T22:56:11.6442203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pinverse_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6442430Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polar_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6442683Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_0_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6442936Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_2_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6443189Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_4_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6443458Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pow_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6443684Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_prod_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6443906Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_put_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6444138Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_quantile_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6444407Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rad2deg_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6444678Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rand_like_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6444901Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ravel_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6445124Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_real_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6445361Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_remainder_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6445629Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_renorm_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6445872Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_interleave_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6446110Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_as_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6446343Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_conj_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6446576Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_neg_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6446798Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rot90_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6447024Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6447297Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_0_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6447513Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsub_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6447808Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scalar_tensor_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6448050Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6448310Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amax_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6448571Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_mean_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6448875Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_prod_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6449170Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_searchsorted_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6449481Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_lengths_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6449788Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_offsets_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6450047Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_scatter_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6450282Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sgn_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6450593Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_blackman_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6450895Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_cosine_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6451253Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_gaussian_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6451568Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_general_cosine_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6451869Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_hann_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6452214Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_kaiser_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6452518Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_nuttall_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6452755Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinh_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6452993Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6453236Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6453470Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sort_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6453777Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sparse_sampled_addmm_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2023-01-11T22:56:11.6454079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6454373Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j1_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6454665Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6454979Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6455534Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:56:11.6456041Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:56:11.6456298Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_entr_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6456619Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6457123Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:56:11.6457439Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i0_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6457748Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i1_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6458037Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k1_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6458291Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtri_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6458617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6459137Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:56:11.6459723Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2023-01-11T22:56:11.6460083Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_zeta_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6460392Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_list_args_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6460740Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_square_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6461032Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_squeeze_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6461330Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6461639Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_unbiased_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6461938Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_unbiased_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6462230Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sub_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6462515Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6462812Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_to_size_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6463106Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6463388Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tanh_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6463750Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensordot_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6464045Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tile_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6464329Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6464618Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_topk_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6464908Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapz_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6465190Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tril_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6465475Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trunc_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6465783Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unflatten_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6466098Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_uniform_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6466467Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_consecutive_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6466809Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2023-01-11T22:56:11.6467109Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unsqueeze_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6467404Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6467693Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vdot_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6467986Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6468278Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_copy_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6468569Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vsplit_cuda_float32 PASSED [ 78%] 2023-01-11T22:56:11.6468851Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vstack_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6469137Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_where_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6469504Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_xlogy_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6469859Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2023-01-11T22:56:11.6470203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_like_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2023-01-11T22:56:11.6470555Z test_ops.py::TestCompositeComplianceCUDA::test_operator___getitem___cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6470847Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmatmul___cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6471136Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmod___cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6471450Z test_ops.py::TestCompositeComplianceCUDA::test_operator__native_batch_norm_legit_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6471735Z test_ops.py::TestCompositeComplianceCUDA::test_operator_acosh_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6472024Z test_ops.py::TestCompositeComplianceCUDA::test_operator_add_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6472316Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addbmm_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6472603Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addcdiv_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6472889Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addr_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6473157Z test_ops.py::TestCompositeComplianceCUDA::test_operator_all_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6473429Z test_ops.py::TestCompositeComplianceCUDA::test_operator_amax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6473665Z test_ops.py::TestCompositeComplianceCUDA::test_operator_amin_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6473906Z test_ops.py::TestCompositeComplianceCUDA::test_operator_aminmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6474138Z test_ops.py::TestCompositeComplianceCUDA::test_operator_any_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6474381Z test_ops.py::TestCompositeComplianceCUDA::test_operator_arange_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6474617Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argmin_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6474885Z test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_partial_views_cuda_float32 XFAIL [ 79%] 2023-01-11T22:56:11.6475125Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atan2_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6475362Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atanh_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6475605Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_2d_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6475850Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bernoulli_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6476100Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_to_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6476339Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cdist_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6476573Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ceil_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6476808Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cfloat_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6477048Z test_ops.py::TestCompositeComplianceCUDA::test_operator_chalf_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6477307Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_inverse_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6477556Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_solve_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6477794Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6478036Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_min_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6478271Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clone_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6478544Z test_ops.py::TestCompositeComplianceCUDA::test_operator_column_stack_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6478796Z test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_physical_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6479039Z test_ops.py::TestCompositeComplianceCUDA::test_operator_contiguous_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6479323Z test_ops.py::TestCompositeComplianceCUDA::test_operator_corrcoef_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6479560Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cos_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6479798Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cosh_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6480035Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cummax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6480274Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cummin_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6480513Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumsum_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6480758Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_embed_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6481014Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_floor_rounding_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6481252Z test_ops.py::TestCompositeComplianceCUDA::test_operator_double_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6481493Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dsplit_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6481727Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dstack_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6481962Z test_ops.py::TestCompositeComplianceCUDA::test_operator_eq_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6482200Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erfc_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6482438Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erfinv_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6482678Z test_ops.py::TestCompositeComplianceCUDA::test_operator_exp2_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6482921Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_as_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6483157Z test_ops.py::TestCompositeComplianceCUDA::test_operator_eye_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6483396Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6483621Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftshift_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6483858Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft2_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6484095Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6484347Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftshift_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6484590Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6484832Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfftn_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6485070Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6485302Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fill_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6485545Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flipud_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6485784Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6486020Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmin_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6486261Z test_ops.py::TestCompositeComplianceCUDA::test_operator_frexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6486496Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ge_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6486791Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gradient_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6487045Z test_ops.py::TestCompositeComplianceCUDA::test_operator_grid_sampler_2d_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6487293Z test_ops.py::TestCompositeComplianceCUDA::test_operator_heaviside_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6487582Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hsplit_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6487820Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hstack_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6488058Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hypot_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6488301Z test_ops.py::TestCompositeComplianceCUDA::test_operator_igamma_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6488541Z test_ops.py::TestCompositeComplianceCUDA::test_operator_igammac_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6488764Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_add_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6489007Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_fill_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6489255Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_reduce_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6489509Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_select_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6489754Z test_ops.py::TestCompositeComplianceCUDA::test_operator_inner_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6489990Z test_ops.py::TestCompositeComplianceCUDA::test_operator_int_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6490228Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isclose_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6490471Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isfinite_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6490710Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isin_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6490951Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isinf_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6491189Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isposinf_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6491427Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isreal_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6491699Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_cuda_float32 SKIPPED (skip) [ 79%] 2023-01-11T22:56:11.6491985Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (skip) [ 79%] 2023-01-11T22:56:11.6492252Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_unary_cuda_float32 SKIPPED (skip) [ 79%] 2023-01-11T22:56:11.6492491Z test_ops.py::TestCompositeComplianceCUDA::test_operator_kron_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6492733Z test_ops.py::TestCompositeComplianceCUDA::test_operator_kthvalue_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6492974Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lerp_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6493213Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lgamma_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6493459Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cond_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6493710Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cross_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6493951Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6494189Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_singular_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6494432Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eig_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6494681Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvals_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6494989Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvalsh_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6495469Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 79%] 2023-01-11T22:56:11.6495740Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6496032Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6496289Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_ex_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6496565Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6496810Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6497073Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_triangular_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6497326Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svd_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6497580Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorinv_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6497836Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorsolve_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6498089Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vecdot_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6498348Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vector_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6498588Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linspace_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6498819Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log10_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6499057Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log2_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6499293Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6499537Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6499781Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp2_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6500026Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logdet_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6500268Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_not_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6500489Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_xor_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6500725Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logit_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6500956Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lt_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6501190Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mH_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6501433Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6501684Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumsum_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6501928Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_fill_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6502191Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_log_softmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6502445Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logaddexp_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6502690Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_mean_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6502934Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_norm_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6503243Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmax_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6503510Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_with_dim_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6503897Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mean_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6504138Z test_ops.py::TestCompositeComplianceCUDA::test_operator_median_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6504470Z test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_list_of_tensors_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6504736Z test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_variadic_tensors_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6504979Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_binary_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6505216Z test_ops.py::TestCompositeComplianceCUDA::test_operator_minimum_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6505455Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mode_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6505706Z test_ops.py::TestCompositeComplianceCUDA::test_operator_multinomial_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6505968Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6506187Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nan_to_num_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6506428Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmean_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6506694Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_dropout_backward_cuda_float32 PASSED [ 79%] 2023-01-11T22:56:11.6506994Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_cuda_float32 SKIPPED (Expected: new_empty is not comparable) [ 79%] 2023-01-11T22:56:11.6507316Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 79%] 2023-01-11T22:56:11.6507561Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_full_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6507844Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6508122Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6508402Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6508682Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6508952Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_alpha_dropout_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6509217Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool1d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6509486Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6509748Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6510011Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6510299Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6510564Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_bilinear_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6510860Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6511117Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv1d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6511450Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6511737Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6512014Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_similarity_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6512330Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6512611Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6512892Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6513167Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 80%] 2023-01-11T22:56:11.6513427Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gelu_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6513677Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_grid_sample_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6513945Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_group_norm_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6514215Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardshrink_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6514491Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardsigmoid_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6514760Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardswish_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6515038Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6515314Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_linear_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6515600Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6515882Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6516141Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_l1_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6516410Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_leaky_relu_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6516670Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_linear_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6516936Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_logsigmoid_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6517215Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6517478Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6517751Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6518019Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6518293Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6518558Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6518833Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6519121Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6519441Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_normalize_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6519711Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_constant_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6519981Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_replicate_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6520303Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pairwise_distance_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6520574Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6520846Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6521081Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6521339Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_rrelu_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6521612Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6521883Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6522149Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_tanhshrink_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6522422Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_threshold_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6522684Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_unfold_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6522922Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nonzero_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6523158Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6523397Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_fro_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6523640Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_nuc_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6523876Z test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6524112Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6524358Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_like_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6524644Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 80%] 2023-01-11T22:56:11.6524884Z test_ops.py::TestCompositeComplianceCUDA::test_operator_permute_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6525124Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pinverse_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6525386Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_1_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6525657Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_2_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6525918Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_4_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6526158Z test_ops.py::TestCompositeComplianceCUDA::test_operator_positive_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6526432Z test_ops.py::TestCompositeComplianceCUDA::test_operator_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 80%] 2023-01-11T22:56:11.6526675Z test_ops.py::TestCompositeComplianceCUDA::test_operator_quantile_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6526912Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rad2deg_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6527136Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_like_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6527374Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6527660Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ravel_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6527897Z test_ops.py::TestCompositeComplianceCUDA::test_operator_real_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6528148Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reciprocal_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6528433Z test_ops.py::TestCompositeComplianceCUDA::test_operator_renorm_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6528689Z test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_interleave_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6528933Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_as_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6529173Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6529419Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_conj_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6529659Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6529913Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_0_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6530170Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_neg_3_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6530409Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rsub_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6530652Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_add_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6530891Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6531146Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amax_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6531403Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amin_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6531663Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_mean_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6531924Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_prod_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6532180Z test_ops.py::TestCompositeComplianceCUDA::test_operator_searchsorted_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6532447Z test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_offsets_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6532666Z test_ops.py::TestCompositeComplianceCUDA::test_operator_select_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6532913Z test_ops.py::TestCompositeComplianceCUDA::test_operator_select_scatter_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6533181Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_bartlett_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6533445Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_blackman_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6533721Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_exponential_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6533987Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_gaussian_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6534259Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_general_cosine_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6534524Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_nuttall_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6534765Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signbit_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6535000Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sin_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6535239Z test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6535489Z test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_scatter_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6535775Z test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6536013Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sort_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6536297Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 80%] 2023-01-11T22:56:11.6536594Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j1_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6536846Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y0_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6537100Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y1_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6537378Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6537914Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:56:11.6538169Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_entr_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6538441Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_h_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6538695Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_log_ndtr_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6538969Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i0_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6539239Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i1_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6539463Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtr_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6539751Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6540032Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6540308Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6540836Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:56:11.6541362Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2023-01-11T22:56:11.6541613Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_zeta_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6541850Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6542103Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_list_args_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6542360Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_with_sizes_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6542603Z test_ops.py::TestCompositeComplianceCUDA::test_operator_square_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6542845Z test_ops.py::TestCompositeComplianceCUDA::test_operator_squeeze_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6543082Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6543315Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6543552Z test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6543900Z test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 80%] 2023-01-11T22:56:11.6544151Z test_ops.py::TestCompositeComplianceCUDA::test_operator_take_along_dim_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6544454Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tanh_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6544695Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tile_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6544931Z test_ops.py::TestCompositeComplianceCUDA::test_operator_to_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6545259Z test_ops.py::TestCompositeComplianceCUDA::test_operator_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 80%] 2023-01-11T22:56:11.6545495Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trace_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6545741Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trapezoid_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6545977Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trapz_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6546191Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tril_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6546433Z test_ops.py::TestCompositeComplianceCUDA::test_operator_uniform_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6546672Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6546922Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_unbiased_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6547155Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6547398Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vsplit_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6547632Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vstack_cuda_float32 PASSED [ 80%] 2023-01-11T22:56:11.6547868Z test_ops.py::TestCompositeComplianceCUDA::test_operator_xlogy_cuda_float32 PASSED [ 81%] 2023-01-11T22:56:11.6548102Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zero__cuda_float32 PASSED [ 81%] 2023-01-11T22:56:11.6548312Z test_ops.py::TestMathBitsCUDA::test_conj_view_T_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6548536Z test_ops.py::TestMathBitsCUDA::test_conj_view___getitem___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6548752Z test_ops.py::TestMathBitsCUDA::test_conj_view___radd___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6548966Z test_ops.py::TestMathBitsCUDA::test_conj_view___rdiv___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6549190Z test_ops.py::TestMathBitsCUDA::test_conj_view___rmatmul___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6549402Z test_ops.py::TestMathBitsCUDA::test_conj_view___rmul___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6549618Z test_ops.py::TestMathBitsCUDA::test_conj_view___rpow___cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6549856Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bool_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6550092Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_byte_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6550336Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cfloat_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6550578Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_int_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6550801Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acos_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6550997Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_add_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6551231Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcdiv_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6551458Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcmul_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6551677Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addr_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6551896Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_all_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6552112Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_any_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6552483Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_partial_views_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 81%] 2023-01-11T22:56:11.6552727Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_scatter_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6552946Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asin_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6553237Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asinh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6553457Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atan_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6553683Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_1d_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6553926Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_tensors_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6554143Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cat_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6554377Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_contiguous_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6554609Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_embed_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6554850Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_scatter_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6555095Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6555383Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 81%] 2023-01-11T22:56:11.6555675Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 81%] 2023-01-11T22:56:11.6555894Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eq_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6556117Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_exp_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6556322Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6556562Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eye_cuda_complex64 SKIPPED (Skipped!) [ 81%] 2023-01-11T22:56:11.6556794Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftshift_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6557022Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6557246Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6557479Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftshift_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6557705Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6557930Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6558148Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fill_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6558374Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flatten_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6558597Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flip_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6558822Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fliplr_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6559048Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flipud_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6559271Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hstack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6559503Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_copy_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6559733Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_fill_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6559966Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_select_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6560243Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isclose_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6560485Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isfinite_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6560705Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isinf_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6560925Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isnan_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6561184Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svd_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6561409Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linspace_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:56:11.6561627Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6561854Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_not_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6562084Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_xor_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6562315Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logspace_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:56:11.6562537Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mean_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6562786Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6563012Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mul_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6563241Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_copy_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6563463Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6563680Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ne_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6563903Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_full_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6564127Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_ones_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6564355Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_norm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6564581Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_permute_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6564803Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_pow_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6565027Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_prod_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6565297Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_randn_cuda_complex64 SKIPPED (Test expects tensor input) [ 81%] 2023-01-11T22:56:11.6565515Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsub_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6565739Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sigmoid_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6565959Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_softmax_with_dtype_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6566218Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6566436Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sqrt_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6566657Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_square_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6566884Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_squeeze_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6567105Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_stack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6567324Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6567548Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_mean_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6567766Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6567992Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_to_size_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6568294Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tanh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6568730Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tensor_split_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6568959Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_to_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6569236Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tril_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6569528Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_triu_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6569761Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unflatten_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6570009Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unsqueeze_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6570234Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6570468Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_as_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6570732Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vstack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6570961Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_where_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6571155Z test_ops.py::TestMathBitsCUDA::test_conj_view_acosh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6571385Z test_ops.py::TestMathBitsCUDA::test_conj_view_addcmul_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6571608Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6571851Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_decomposed_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6572082Z test_ops.py::TestMathBitsCUDA::test_conj_view_addr_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6572298Z test_ops.py::TestMathBitsCUDA::test_conj_view_all_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6572523Z test_ops.py::TestMathBitsCUDA::test_conj_view_angle_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6572773Z test_ops.py::TestMathBitsCUDA::test_conj_view_argwhere_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6573065Z test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 81%] 2023-01-11T22:56:11.6573362Z test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_partial_views_cuda_complex64 SKIPPED (Test changes in memory layout) [ 81%] 2023-01-11T22:56:11.6573605Z test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_scatter_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6573835Z test_ops.py::TestMathBitsCUDA::test_conj_view_asinh_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6574060Z test_ops.py::TestMathBitsCUDA::test_conj_view_baddbmm_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6574287Z test_ops.py::TestMathBitsCUDA::test_conj_view_block_diag_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6574517Z test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_to_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6574774Z test_ops.py::TestMathBitsCUDA::test_conj_view_cartesian_prod_cuda_complex64 XFAIL [ 81%] 2023-01-11T22:56:11.6574994Z test_ops.py::TestMathBitsCUDA::test_conj_view_cat_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6575217Z test_ops.py::TestMathBitsCUDA::test_conj_view_cdouble_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6575443Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6575694Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_inverse_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6575887Z test_ops.py::TestMathBitsCUDA::test_conj_view_clone_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6576117Z test_ops.py::TestMathBitsCUDA::test_conj_view_column_stack_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6576346Z test_ops.py::TestMathBitsCUDA::test_conj_view_combinations_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6576565Z test_ops.py::TestMathBitsCUDA::test_conj_view_conj_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6576872Z test_ops.py::TestMathBitsCUDA::test_conj_view_contiguous_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6577103Z test_ops.py::TestMathBitsCUDA::test_conj_view_corrcoef_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6620627Z test_ops.py::TestMathBitsCUDA::test_conj_view_cos_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6621218Z test_ops.py::TestMathBitsCUDA::test_conj_view_cross_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6621436Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumprod_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6621647Z test_ops.py::TestMathBitsCUDA::test_conj_view_diag_embed_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6621853Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagflat_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6622071Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_copy_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6622276Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6622503Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_scatter_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6622704Z test_ops.py::TestMathBitsCUDA::test_conj_view_dist_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6622901Z test_ops.py::TestMathBitsCUDA::test_conj_view_dot_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6623100Z test_ops.py::TestMathBitsCUDA::test_conj_view_eq_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6623300Z test_ops.py::TestMathBitsCUDA::test_conj_view_exp_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6623518Z test_ops.py::TestMathBitsCUDA::test_conj_view_expand_as_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6623813Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6624035Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftn_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6624260Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6624479Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6624690Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft2_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6624902Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6625125Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftshift_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6625334Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6625538Z test_ops.py::TestMathBitsCUDA::test_conj_view_fill_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6625738Z test_ops.py::TestMathBitsCUDA::test_conj_view_flip_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6625953Z test_ops.py::TestMathBitsCUDA::test_conj_view_flipud_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6626150Z test_ops.py::TestMathBitsCUDA::test_conj_view_float_cuda_complex64 PASSED [ 81%] 2023-01-11T22:56:11.6626366Z test_ops.py::TestMathBitsCUDA::test_conj_view_full_like_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6626576Z test_ops.py::TestMathBitsCUDA::test_conj_view_gather_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6626787Z test_ops.py::TestMathBitsCUDA::test_conj_view_geqrf_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6627008Z test_ops.py::TestMathBitsCUDA::test_conj_view_gradient_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6627215Z test_ops.py::TestMathBitsCUDA::test_conj_view_hstack_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6627431Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_add_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6627656Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_copy_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6627883Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_select_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6628103Z test_ops.py::TestMathBitsCUDA::test_conj_view_inner_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6628382Z test_ops.py::TestMathBitsCUDA::test_conj_view_int_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6628602Z test_ops.py::TestMathBitsCUDA::test_conj_view_isclose_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6628817Z test_ops.py::TestMathBitsCUDA::test_conj_view_isfinite_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6629112Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_4inputs_with_extra_args_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6629334Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6629538Z test_ops.py::TestMathBitsCUDA::test_conj_view_ldexp_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6629756Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cross_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6629969Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6630197Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_singular_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6630421Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvalsh_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6630690Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_householder_product_cuda_complex64 SKIPPED (cuSOLVER not available) [ 82%] 2023-01-11T22:56:11.6630908Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_ex_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6631512Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_cuda_complex64 SKIPPED (test doesn't currently work on the ROCm stack) [ 82%] 2023-01-11T22:56:11.6631728Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6631951Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6632178Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_ex_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6632406Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6632622Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6632856Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_hermitian_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6633129Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_singular_cuda_complex64 SKIPPED (cuSOLVER not available) [ 82%] 2023-01-11T22:56:11.6633387Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 82%] 2023-01-11T22:56:11.6633608Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_slogdet_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6633828Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svdvals_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6634052Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vector_norm_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6634265Z test_ops.py::TestMathBitsCUDA::test_conj_view_linspace_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6634474Z test_ops.py::TestMathBitsCUDA::test_conj_view_log10_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6634714Z test_ops.py::TestMathBitsCUDA::test_conj_view_log_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6634925Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6635132Z test_ops.py::TestMathBitsCUDA::test_conj_view_mT_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6635355Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumprod_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6635571Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumsum_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6635786Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_mean_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6635992Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_prod_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6636265Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_scatter_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6636482Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_std_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6636696Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_sum_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6636909Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_var_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6637164Z test_ops.py::TestMathBitsCUDA::test_conj_view_matrix_exp_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6637370Z test_ops.py::TestMathBitsCUDA::test_conj_view_mean_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6637611Z test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6637823Z test_ops.py::TestMathBitsCUDA::test_conj_view_movedim_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6638042Z test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_copy_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6638255Z test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6638465Z test_ops.py::TestMathBitsCUDA::test_conj_view_neg_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6638696Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 82%] 2023-01-11T22:56:11.6638904Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_full_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6639121Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_zeros_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6639350Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv1d_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6639582Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv2d_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6639831Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose2d_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6640079Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose3d_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6640365Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6640594Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_l1_loss_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6640818Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_linear_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6641044Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_normalize_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6641284Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_constant_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6641527Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_replicate_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6641770Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_shuffle_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6642017Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_unshuffle_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6642250Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softsign_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6642457Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6642668Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_fro_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6642879Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_nuc_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6643090Z test_ops.py::TestMathBitsCUDA::test_conj_view_ones_like_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6643314Z test_ops.py::TestMathBitsCUDA::test_conj_view_ops_nvprims_view_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6643523Z test_ops.py::TestMathBitsCUDA::test_conj_view_outer_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6643736Z test_ops.py::TestMathBitsCUDA::test_conj_view_permute_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6643995Z test_ops.py::TestMathBitsCUDA::test_conj_view_positive_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6644206Z test_ops.py::TestMathBitsCUDA::test_conj_view_pow_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6644451Z test_ops.py::TestMathBitsCUDA::test_conj_view_qr_cuda_complex64 SKIPPED (cuSOLVER not available) [ 82%] 2023-01-11T22:56:11.6644657Z test_ops.py::TestMathBitsCUDA::test_conj_view_real_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6644915Z test_ops.py::TestMathBitsCUDA::test_conj_view_reciprocal_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6645125Z test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6645353Z test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_interleave_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6645567Z test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_as_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6645769Z test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6645984Z test_ops.py::TestMathBitsCUDA::test_conj_view_resize__cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6646198Z test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_neg_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6646405Z test_ops.py::TestMathBitsCUDA::test_conj_view_rot90_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6646614Z test_ops.py::TestMathBitsCUDA::test_conj_view_rsqrt_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6646859Z test_ops.py::TestMathBitsCUDA::test_conj_view_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 82%] 2023-01-11T22:56:11.6647078Z test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_add_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6647290Z test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6647499Z test_ops.py::TestMathBitsCUDA::test_conj_view_select_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6647702Z test_ops.py::TestMathBitsCUDA::test_conj_view_sgn_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6647915Z test_ops.py::TestMathBitsCUDA::test_conj_view_short_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6648118Z test_ops.py::TestMathBitsCUDA::test_conj_view_sinc_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6648325Z test_ops.py::TestMathBitsCUDA::test_conj_view_slice_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6648556Z test_ops.py::TestMathBitsCUDA::test_conj_view_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6648767Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6648986Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_list_args_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6649209Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_with_sizes_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6649420Z test_ops.py::TestMathBitsCUDA::test_conj_view_square_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6649638Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_unbiased_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6649846Z test_ops.py::TestMathBitsCUDA::test_conj_view_stft_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6650039Z test_ops.py::TestMathBitsCUDA::test_conj_view_svd_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6650248Z test_ops.py::TestMathBitsCUDA::test_conj_view_symeig_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6650452Z test_ops.py::TestMathBitsCUDA::test_conj_view_t_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6650660Z test_ops.py::TestMathBitsCUDA::test_conj_view_tanh_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6650879Z test_ops.py::TestMathBitsCUDA::test_conj_view_tensordot_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6651093Z test_ops.py::TestMathBitsCUDA::test_conj_view_to_sparse_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6651306Z test_ops.py::TestMathBitsCUDA::test_conj_view_transpose_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6651521Z test_ops.py::TestMathBitsCUDA::test_conj_view_trapezoid_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6651775Z test_ops.py::TestMathBitsCUDA::test_conj_view_unbind_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6651992Z test_ops.py::TestMathBitsCUDA::test_conj_view_unflatten_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6652201Z test_ops.py::TestMathBitsCUDA::test_conj_view_uniform_cuda_complex64 XFAIL [ 82%] 2023-01-11T22:56:11.6652414Z test_ops.py::TestMathBitsCUDA::test_conj_view_unsqueeze_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6652660Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6652878Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_unbiased_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6653082Z test_ops.py::TestMathBitsCUDA::test_conj_view_vdot_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6653286Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6653495Z test_ops.py::TestMathBitsCUDA::test_conj_view_vsplit_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6674385Z test_ops.py::TestMathBitsCUDA::test_conj_view_vstack_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6674609Z test_ops.py::TestMathBitsCUDA::test_conj_view_where_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6674818Z test_ops.py::TestMathBitsCUDA::test_conj_view_zero__cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6675031Z test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_like_cuda_complex64 PASSED [ 82%] 2023-01-11T22:56:11.6675249Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rdiv___cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6675473Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmatmul___cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6675685Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmul___cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6675899Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rpow___cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6676144Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cfloat_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6676385Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_char_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6676631Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_double_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6676879Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_half_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6677120Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_int_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6677343Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acosh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6677566Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcmul_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6677791Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_allclose_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6678008Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_any_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6678318Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_partial_views_cuda_complex128 SKIPPED (Errors when storage_offset is included) [ 82%] 2023-01-11T22:56:11.6678541Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asin_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6678765Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atanh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6679006Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_tensors_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6679254Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_to_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6679483Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cat_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6679735Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_physical_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6679957Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cosh_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6695931Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cumsum_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6696543Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_copy_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6697036Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6697844Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2023-01-11T22:56:11.6698293Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftn_cuda_complex128 PASSED [ 82%] 2023-01-11T22:56:11.6698758Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftshift_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6699201Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6699662Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftshift_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6700119Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6700570Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfftn_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6701013Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hsplit_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6701466Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_add_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6701918Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_copy_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6702363Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isfinite_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6702797Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isreal_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6703223Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_lerp_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6703858Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6704309Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svd_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6704777Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svdvals_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6705269Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6705717Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_and_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6706165Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_not_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6706606Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_xor_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6707042Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logspace_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:56:11.6707480Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_masked_fill_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6707910Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mean_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6708399Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6708904Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6709342Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_movedim_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6709766Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mul_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6710208Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_copy_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6710625Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_neg_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6711317Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 83%] 2023-01-11T22:56:11.6711764Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_ones_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6712240Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6712865Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6713380Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6713864Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6714284Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6714705Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ones_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:56:11.6715145Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_permute_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6715585Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_positive_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6716008Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_prod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6716535Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_randn_cuda_complex128 SKIPPED (Test expects tensor input) [ 83%] 2023-01-11T22:56:11.6716970Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_repeat_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6717392Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rot90_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6717819Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsqrt_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6718237Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6718748Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6719245Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6719685Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_square_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6720113Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_stack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6720535Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6720959Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sub_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6721382Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6721799Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_t_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6722263Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tensor_split_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6722684Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_to_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6723110Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tril_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6723538Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_triu_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6723990Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_true_divide_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6724424Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vsplit_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6724851Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vstack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6725282Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_where_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6725789Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_zeros_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:56:11.6726210Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_add_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6726638Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addbmm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6727137Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6727557Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmv_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6727957Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_all_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6728382Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_allclose_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6728799Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_any_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6729211Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asin_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6729636Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asinh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6730052Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atan_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6730485Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_2d_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6730919Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_3d_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6731345Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bfloat16_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6731778Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_block_diag_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6732198Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bool_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6732637Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_to_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6733083Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cartesian_prod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6733521Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cdouble_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6733933Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chalf_cuda_complex128 XFAIL [ 83%] 2023-01-11T22:56:11.6734350Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_char_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6734785Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6735241Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_inverse_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6735687Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_solve_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6736108Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_clone_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6736546Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_column_stack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6736976Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_combinations_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6737429Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_constant_pad_nd_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6737845Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cos_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6738265Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cosh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6738686Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cov_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6739108Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumprod_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6739526Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6739956Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_embed_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6740384Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagflat_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6740951Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_copy_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6741369Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diff_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6741780Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dot_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6742284Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_double_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6742741Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:56:11.6743210Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_like_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:56:11.6743617Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eq_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6744139Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_exp_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6744568Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6745030Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eye_cuda_complex128 SKIPPED (Skipped!) [ 83%] 2023-01-11T22:56:11.6745458Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft2_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6745874Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6746306Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftn_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6746753Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftshift_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6747184Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6747615Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfftn_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6748039Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftn_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6748471Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft2_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6748901Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfftn_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6749324Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fill_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6749744Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fliplr_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6750177Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gather_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6750595Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_geqrf_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6751028Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hsplit_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6751451Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hstack_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6751887Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_copy_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6752324Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isfinite_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6752736Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isnan_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6753151Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_istft_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6753571Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lerp_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6754009Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cross_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6754474Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_singular_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6754888Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eig_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6755319Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigh_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6755866Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvals_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6756303Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6756744Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_ex_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6757862Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (test doesn't currently work on the ROCm stack) [ 83%] 2023-01-11T22:56:11.6758399Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6758885Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6759309Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6759764Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_ex_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6760229Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_power_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6760679Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_multi_dot_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6761178Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_subgradients_at_zero_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6761693Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_qr_cuda_complex128 SKIPPED (cuSOLVER not available) [ 83%] 2023-01-11T22:56:11.6762166Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_triangular_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6762599Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svd_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6763044Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svdvals_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6763491Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vecdot_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6763952Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vector_norm_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6764367Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log10_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6764787Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log2_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6765215Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logdet_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6765649Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_not_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6766065Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_or_cuda_complex128 PASSED [ 83%] 2023-01-11T22:56:11.6766499Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_xor_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6766912Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6767335Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_solve_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6767764Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_unpack_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6768207Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumsum_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6768637Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_fill_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6769087Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_scatter_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6769530Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_select_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6769952Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matmul_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6770372Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mean_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6770854Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6771363Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_movedim_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6771783Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mul_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6772191Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mv_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6772610Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6773093Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ne_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6773505Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_neg_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6773931Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_full_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6774352Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_ones_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6774817Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv1d_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6775304Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6775808Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6776268Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_l1_loss_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6776759Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_circular_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6777240Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_constant_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6777722Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_reflect_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6778223Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6778697Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softsign_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6779245Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6779670Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nonzero_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6780101Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_fro_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6780554Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ops_nvprims_view_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6781055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ormqr_cuda_complex128 SKIPPED (cuSOLVER not available) [ 84%] 2023-01-11T22:56:11.6781469Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_outer_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6781897Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_positive_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6782309Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pow_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6782807Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_qr_cuda_complex128 SKIPPED (cuSOLVER not available) [ 84%] 2023-01-11T22:56:11.6783229Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_renorm_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6783969Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_interleave_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6784425Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_as_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6784852Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6785283Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize_as__cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6785668Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_roll_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6785923Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsqrt_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6786247Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_select_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6786498Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sgn_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6786747Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_short_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6787056Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sigmoid_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6787307Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6787559Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sqrt_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6787809Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_square_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6788064Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_squeeze_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6788325Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6788601Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_unbiased_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6788853Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_svd_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6789119Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_along_dim_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6789372Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6789622Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tanh_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6789889Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensor_split_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6790148Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensordot_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6790397Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tile_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6790655Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapezoid_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6790914Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapz_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6791192Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triangular_solve_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6791448Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tril_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6791690Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triu_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6791953Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_true_divide_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6792208Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_uniform_cuda_complex128 XFAIL [ 84%] 2023-01-11T22:56:11.6792471Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unsqueeze_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6792719Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6792977Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6793245Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_unbiased_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6793497Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vdot_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6794026Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_real_cuda_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 84%] 2023-01-11T22:56:11.6794243Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vsplit_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6794455Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vstack_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6794665Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_where_cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6794871Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zero__cuda_complex128 PASSED [ 84%] 2023-01-11T22:56:11.6795068Z test_ops.py::TestMathBitsCUDA::test_neg_view_H_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6795319Z test_ops.py::TestMathBitsCUDA::test_neg_view_T_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6795520Z test_ops.py::TestMathBitsCUDA::test_neg_view___radd___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6795723Z test_ops.py::TestMathBitsCUDA::test_neg_view___rdiv___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6795967Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmatmul___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6796168Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmul___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6796368Z test_ops.py::TestMathBitsCUDA::test_neg_view___rpow___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6796556Z test_ops.py::TestMathBitsCUDA::test_neg_view___rsub___cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6796756Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_T_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6796977Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_byte_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6797211Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cfloat_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6797437Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_char_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6797658Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_half_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6797879Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_int_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6798100Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_short_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6798300Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addr_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6798497Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_all_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6798703Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_allclose_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6798910Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amax_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6799130Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_scatter_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6799333Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asin_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6799534Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asinh_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6799737Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6799942Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6800150Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_3d_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6800365Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_to_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6800567Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cat_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6800776Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ceil_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6800972Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6801183Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_max_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6801395Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_column_stack_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6801603Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6801818Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_physical_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6802025Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cumsum_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6802228Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6802443Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_copy_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6802699Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6802935Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_digamma_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6803199Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_floor_rounding_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6803493Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dsplit_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6803739Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dstack_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6804054Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 84%] 2023-01-11T22:56:11.6804298Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erf_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6804544Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfc_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6804790Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfinv_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6805049Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_as_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6805301Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6805550Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6805802Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6806041Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6806291Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6806540Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6806792Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6807046Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftn_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6807298Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6807543Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6807795Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft2_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6808040Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fill_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6808290Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flatten_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6808535Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fliplr_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6808798Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_float_power_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6809044Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6809299Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_divide_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6809543Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmax_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6809780Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmin_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6810019Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmod_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6810260Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_frac_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6810503Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ge_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6810755Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hsplit_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6810992Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hstack_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6811241Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_copy_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6811536Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isinf_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6811781Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isnan_cuda_float64 PASSED [ 84%] 2023-01-11T22:56:11.6812032Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isneginf_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6812276Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lerp_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6812571Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svd_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6812829Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svdvals_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6813095Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_vector_norm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6813346Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linspace_cuda_float64 XFAIL [ 85%] 2023-01-11T22:56:11.6813590Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log1p_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6813853Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_and_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6814095Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_not_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6814307Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_xor_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6814517Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logspace_cuda_float64 XFAIL [ 85%] 2023-01-11T22:56:11.6814725Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logsumexp_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6814938Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lt_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6815146Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_maximum_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6815354Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nan_to_num_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6815560Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6815752Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ne_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6816044Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 85%] 2023-01-11T22:56:11.6816249Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_ones_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6816464Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_zeros_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6816673Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nextafter_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6816974Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 85%] 2023-01-11T22:56:11.6817195Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_celu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6817420Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_elu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6817644Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_glu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6817878Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6818114Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6818363Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6818597Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6818826Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6819069Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6819341Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6819567Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pdist_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6819810Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6820084Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_prelu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6820306Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu6_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6820530Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6820750Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_selu_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6820993Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6821226Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_threshold_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6821416Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_norm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6821624Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_prod_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6821829Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_real_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6822031Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_roll_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6822232Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rot90_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6822434Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsqrt_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6822636Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsub_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6822836Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sign_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6823041Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinh_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6823265Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_softmax_with_dtype_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6823488Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j1_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6823792Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_entr_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6824008Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_erfcx_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6824262Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6824491Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtr_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6824775Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6825035Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_zeta_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6825279Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sqrt_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6825531Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_square_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6825778Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_stack_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6826024Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6826263Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_mean_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6826503Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sub_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6826756Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_to_size_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6826994Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_t_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6827310Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tan_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6827568Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_transpose_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6827813Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trunc_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6828053Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6828349Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_zeros_cuda_float64 XFAIL [ 85%] 2023-01-11T22:56:11.6828615Z test_ops.py::TestMathBitsCUDA::test_neg_view__softmax_backward_data_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6828888Z test_ops.py::TestMathBitsCUDA::test_neg_view_abs_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6829136Z test_ops.py::TestMathBitsCUDA::test_neg_view_addbmm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6829377Z test_ops.py::TestMathBitsCUDA::test_neg_view_addcdiv_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6829614Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6829855Z test_ops.py::TestMathBitsCUDA::test_neg_view_addr_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6830089Z test_ops.py::TestMathBitsCUDA::test_neg_view_amax_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6830336Z test_ops.py::TestMathBitsCUDA::test_neg_view_aminmax_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6830578Z test_ops.py::TestMathBitsCUDA::test_neg_view_any_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6830832Z test_ops.py::TestMathBitsCUDA::test_neg_view_argwhere_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6831155Z test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 85%] 2023-01-11T22:56:11.6831405Z test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_scatter_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6831645Z test_ops.py::TestMathBitsCUDA::test_neg_view_asinh_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6831893Z test_ops.py::TestMathBitsCUDA::test_neg_view_atan2_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6832141Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_1d_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6832380Z test_ops.py::TestMathBitsCUDA::test_neg_view_baddbmm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6832625Z test_ops.py::TestMathBitsCUDA::test_neg_view_bernoulli_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6832875Z test_ops.py::TestMathBitsCUDA::test_neg_view_block_diag_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6833111Z test_ops.py::TestMathBitsCUDA::test_neg_view_bmm_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6833351Z test_ops.py::TestMathBitsCUDA::test_neg_view_bool_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6833605Z test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_to_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6833852Z test_ops.py::TestMathBitsCUDA::test_neg_view_bucketize_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6834084Z test_ops.py::TestMathBitsCUDA::test_neg_view_byte_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6834323Z test_ops.py::TestMathBitsCUDA::test_neg_view_cat_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6834562Z test_ops.py::TestMathBitsCUDA::test_neg_view_cdist_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6834798Z test_ops.py::TestMathBitsCUDA::test_neg_view_cdouble_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6835041Z test_ops.py::TestMathBitsCUDA::test_neg_view_cfloat_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6835277Z test_ops.py::TestMathBitsCUDA::test_neg_view_chalf_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6835534Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_inverse_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6835786Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_solve_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6836013Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6836254Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_min_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6836580Z test_ops.py::TestMathBitsCUDA::test_neg_view_conj_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6836837Z test_ops.py::TestMathBitsCUDA::test_neg_view_conj_physical_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6837095Z test_ops.py::TestMathBitsCUDA::test_neg_view_constant_pad_nd_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6837388Z test_ops.py::TestMathBitsCUDA::test_neg_view_contiguous_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6837622Z test_ops.py::TestMathBitsCUDA::test_neg_view_cosh_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6837861Z test_ops.py::TestMathBitsCUDA::test_neg_view_cummax_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6838111Z test_ops.py::TestMathBitsCUDA::test_neg_view_diag_embed_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6838356Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagflat_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6838603Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6838842Z test_ops.py::TestMathBitsCUDA::test_neg_view_diff_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6839079Z test_ops.py::TestMathBitsCUDA::test_neg_view_dist_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6839336Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_trunc_rounding_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6839569Z test_ops.py::TestMathBitsCUDA::test_neg_view_dot_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6839813Z test_ops.py::TestMathBitsCUDA::test_neg_view_double_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6840055Z test_ops.py::TestMathBitsCUDA::test_neg_view_dsplit_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6840322Z test_ops.py::TestMathBitsCUDA::test_neg_view_empty_cuda_float64 SKIPPED (Skipped!) [ 85%] 2023-01-11T22:56:11.6840594Z test_ops.py::TestMathBitsCUDA::test_neg_view_empty_like_cuda_float64 SKIPPED (Skipped!) [ 85%] 2023-01-11T22:56:11.6840827Z test_ops.py::TestMathBitsCUDA::test_neg_view_eq_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6841054Z test_ops.py::TestMathBitsCUDA::test_neg_view_equal_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6841288Z test_ops.py::TestMathBitsCUDA::test_neg_view_erf_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6841522Z test_ops.py::TestMathBitsCUDA::test_neg_view_erfc_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6841761Z test_ops.py::TestMathBitsCUDA::test_neg_view_erfinv_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6842009Z test_ops.py::TestMathBitsCUDA::test_neg_view_expand_as_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6842248Z test_ops.py::TestMathBitsCUDA::test_neg_view_expm1_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6842491Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6842738Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6842979Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6843220Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6843469Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6843717Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfftn_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6843933Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft2_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6844137Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6844332Z test_ops.py::TestMathBitsCUDA::test_neg_view_fill_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6844541Z test_ops.py::TestMathBitsCUDA::test_neg_view_float_power_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6844736Z test_ops.py::TestMathBitsCUDA::test_neg_view_floor_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6844940Z test_ops.py::TestMathBitsCUDA::test_neg_view_floor_divide_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6845134Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmax_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6845366Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmin_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6845562Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmod_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6845759Z test_ops.py::TestMathBitsCUDA::test_neg_view_full_like_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6845995Z test_ops.py::TestMathBitsCUDA::test_neg_view_gather_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6846189Z test_ops.py::TestMathBitsCUDA::test_neg_view_geqrf_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6846388Z test_ops.py::TestMathBitsCUDA::test_neg_view_gradient_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6846579Z test_ops.py::TestMathBitsCUDA::test_neg_view_gt_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6846775Z test_ops.py::TestMathBitsCUDA::test_neg_view_histc_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6846972Z test_ops.py::TestMathBitsCUDA::test_neg_view_igammac_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6847172Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_add_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6847381Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_reduce_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6847584Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_select_cuda_float64 PASSED [ 85%] 2023-01-11T22:56:11.6847780Z test_ops.py::TestMathBitsCUDA::test_neg_view_inner_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6847975Z test_ops.py::TestMathBitsCUDA::test_neg_view_int_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6848169Z test_ops.py::TestMathBitsCUDA::test_neg_view_isclose_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6848362Z test_ops.py::TestMathBitsCUDA::test_neg_view_isin_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6848554Z test_ops.py::TestMathBitsCUDA::test_neg_view_isinf_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6848747Z test_ops.py::TestMathBitsCUDA::test_neg_view_isnan_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6848952Z test_ops.py::TestMathBitsCUDA::test_neg_view_isneginf_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6849146Z test_ops.py::TestMathBitsCUDA::test_neg_view_isposinf_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6849346Z test_ops.py::TestMathBitsCUDA::test_neg_view_isreal_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6849542Z test_ops.py::TestMathBitsCUDA::test_neg_view_kron_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6849752Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cond_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6849961Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cross_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6850163Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6850380Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_singular_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6850585Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigh_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6850855Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_householder_product_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:56:11.6851060Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6851269Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6851494Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6851709Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6851923Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6852140Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_power_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6852348Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_multi_dot_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6852556Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6852861Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_singular_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:56:11.6853105Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_qr_cuda_float64 SKIPPED (cuSOLVER not available) [ 86%] 2023-01-11T22:56:11.6853314Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6853563Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_ex_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6853775Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_triangular_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6853978Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svd_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6854190Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svdvals_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6854407Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorsolve_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6854626Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vector_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6854824Z test_ops.py::TestMathBitsCUDA::test_neg_view_log10_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6855019Z test_ops.py::TestMathBitsCUDA::test_neg_view_log2_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6855226Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6855451Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_with_dtype_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6855653Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_or_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6855852Z test_ops.py::TestMathBitsCUDA::test_neg_view_logspace_cuda_float64 XFAIL [ 86%] 2023-01-11T22:56:11.6856055Z test_ops.py::TestMathBitsCUDA::test_neg_view_logsumexp_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6856252Z test_ops.py::TestMathBitsCUDA::test_neg_view_long_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6856448Z test_ops.py::TestMathBitsCUDA::test_neg_view_lt_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6856652Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_unpack_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6856858Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amax_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6857061Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amin_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6857276Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmax_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6857489Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmin_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6857699Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumprod_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6857896Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumsum_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6858107Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_log_softmax_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6858315Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_mean_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6858520Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_median_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6858720Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6858920Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_sum_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6859124Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_var_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6859325Z test_ops.py::TestMathBitsCUDA::test_neg_view_matrix_exp_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6859523Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_binary_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6859719Z test_ops.py::TestMathBitsCUDA::test_neg_view_maximum_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6859940Z test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_list_of_tensors_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6860184Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_binary_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6860377Z test_ops.py::TestMathBitsCUDA::test_neg_view_mm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6860574Z test_ops.py::TestMathBitsCUDA::test_neg_view_msort_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6860765Z test_ops.py::TestMathBitsCUDA::test_neg_view_mv_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6861012Z test_ops.py::TestMathBitsCUDA::test_neg_view_nan_to_num_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6861213Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanmedian_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6861419Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanquantile_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6861615Z test_ops.py::TestMathBitsCUDA::test_neg_view_nansum_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6861818Z test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_copy_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6862006Z test_ops.py::TestMathBitsCUDA::test_neg_view_neg_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6862228Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_cuda_float64 SKIPPED (Skipped!) [ 86%] 2023-01-11T22:56:11.6862518Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_strided_cuda_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 86%] 2023-01-11T22:56:11.6862727Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_ones_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6862926Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_zeros_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6863131Z test_ops.py::TestMathBitsCUDA::test_neg_view_nextafter_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6863385Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6863624Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6863935Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6864173Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6864410Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6864647Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6864872Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6865098Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6865320Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_bilinear_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6865531Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_celu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6865750Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6865986Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6866218Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6866442Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_ctc_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6866666Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6866888Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6867144Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6867454Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2023-01-11T22:56:11.6867747Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6867963Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gelu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6868175Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_glu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6868451Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_group_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6868677Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardshrink_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6868902Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardswish_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6869126Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardtanh_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6869366Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6869594Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_huber_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6869839Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6870080Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6870323Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_linear_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6870567Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6870788Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_kl_div_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6871009Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_layer_norm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6871245Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6871471Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool1d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6871694Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6871920Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6872149Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6872384Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6872617Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6872858Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6873098Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6873317Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_nll_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6873539Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_normalize_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6873768Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_replicate_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6873991Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pdist_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6874220Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6874434Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6874650Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_selu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6874864Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_silu_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6875144Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6875366Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softsign_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6875580Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_unfold_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6875852Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_nearest_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6876053Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_fro_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6876254Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_inf_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6876454Z test_ops.py::TestMathBitsCUDA::test_neg_view_normal_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6876652Z test_ops.py::TestMathBitsCUDA::test_neg_view_ones_cuda_float64 XFAIL [ 86%] 2023-01-11T22:56:11.6876866Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_view_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6877063Z test_ops.py::TestMathBitsCUDA::test_neg_view_outer_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6877269Z test_ops.py::TestMathBitsCUDA::test_neg_view_pinverse_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6877491Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_1_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6877707Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_2_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6877928Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_4_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6878123Z test_ops.py::TestMathBitsCUDA::test_neg_view_put_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6878320Z test_ops.py::TestMathBitsCUDA::test_neg_view_randint_cuda_float64 XFAIL [ 86%] 2023-01-11T22:56:11.6878514Z test_ops.py::TestMathBitsCUDA::test_neg_view_randn_cuda_float64 XFAIL [ 86%] 2023-01-11T22:56:11.6878721Z test_ops.py::TestMathBitsCUDA::test_neg_view_randn_like_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6878917Z test_ops.py::TestMathBitsCUDA::test_neg_view_ravel_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6879111Z test_ops.py::TestMathBitsCUDA::test_neg_view_real_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6879319Z test_ops.py::TestMathBitsCUDA::test_neg_view_reciprocal_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6879526Z test_ops.py::TestMathBitsCUDA::test_neg_view_remainder_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6879724Z test_ops.py::TestMathBitsCUDA::test_neg_view_renorm_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6879922Z test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6880134Z test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_interleave_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6880336Z test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_as_cuda_float64 PASSED [ 86%] 2023-01-11T22:56:11.6880536Z test_ops.py::TestMathBitsCUDA::test_neg_view_resize_as__cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6880738Z test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_neg_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6880930Z test_ops.py::TestMathBitsCUDA::test_neg_view_roll_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6881121Z test_ops.py::TestMathBitsCUDA::test_neg_view_rot90_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6881320Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6881562Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6881749Z test_ops.py::TestMathBitsCUDA::test_neg_view_rsqrt_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6881974Z test_ops.py::TestMathBitsCUDA::test_neg_view_scalar_tensor_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6882183Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_add_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6882437Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6882660Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amin_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6882876Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_mean_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6883083Z test_ops.py::TestMathBitsCUDA::test_neg_view_searchsorted_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6883343Z test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_lengths_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6883540Z test_ops.py::TestMathBitsCUDA::test_neg_view_select_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6883783Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_blackman_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6884027Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_cosine_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6884275Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_exponential_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6884525Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_general_hamming_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6884763Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_hamming_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6884967Z test_ops.py::TestMathBitsCUDA::test_neg_view_signbit_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6885159Z test_ops.py::TestMathBitsCUDA::test_neg_view_sin_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6885357Z test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6885574Z test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_with_dtype_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6885768Z test_ops.py::TestMathBitsCUDA::test_neg_view_sort_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6886006Z test_ops.py::TestMathBitsCUDA::test_neg_view_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 87%] 2023-01-11T22:56:11.6886218Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_airy_ai_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6886421Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y0_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6886630Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y1_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6886870Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_t_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6887356Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2023-01-11T22:56:11.6887568Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_entr_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6887802Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_h_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6888008Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i0e_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6888216Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6888684Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2023-01-11T22:56:11.6888898Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_log_ndtr_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6889140Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k0_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6889617Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2023-01-11T22:56:11.6890098Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2023-01-11T22:56:11.6890383Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_spherical_bessel_j0_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6890588Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6890803Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_with_sizes_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6891002Z test_ops.py::TestMathBitsCUDA::test_neg_view_sqrt_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6891239Z test_ops.py::TestMathBitsCUDA::test_neg_view_square_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6891441Z test_ops.py::TestMathBitsCUDA::test_neg_view_squeeze_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6891658Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_unbiased_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6891855Z test_ops.py::TestMathBitsCUDA::test_neg_view_stft_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6892063Z test_ops.py::TestMathBitsCUDA::test_neg_view_sum_to_size_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6892263Z test_ops.py::TestMathBitsCUDA::test_neg_view_svd_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6892508Z test_ops.py::TestMathBitsCUDA::test_neg_view_svd_lowrank_cuda_float64 SKIPPED (cuSOLVER not available) [ 87%] 2023-01-11T22:56:11.6892696Z test_ops.py::TestMathBitsCUDA::test_neg_view_symeig_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6892888Z test_ops.py::TestMathBitsCUDA::test_neg_view_t_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6893101Z test_ops.py::TestMathBitsCUDA::test_neg_view_take_along_dim_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6893293Z test_ops.py::TestMathBitsCUDA::test_neg_view_tan_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6893492Z test_ops.py::TestMathBitsCUDA::test_neg_view_tanh_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6893701Z test_ops.py::TestMathBitsCUDA::test_neg_view_tensor_split_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6893894Z test_ops.py::TestMathBitsCUDA::test_neg_view_to_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6894103Z test_ops.py::TestMathBitsCUDA::test_neg_view_to_sparse_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6894309Z test_ops.py::TestMathBitsCUDA::test_neg_view_transpose_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6894503Z test_ops.py::TestMathBitsCUDA::test_neg_view_trapz_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6894715Z test_ops.py::TestMathBitsCUDA::test_neg_view_triangular_solve_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6894912Z test_ops.py::TestMathBitsCUDA::test_neg_view_triu_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6895109Z test_ops.py::TestMathBitsCUDA::test_neg_view_trunc_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6895312Z test_ops.py::TestMathBitsCUDA::test_neg_view_unflatten_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6895508Z test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6895708Z test_ops.py::TestMathBitsCUDA::test_neg_view_uniform_cuda_float64 XFAIL [ 87%] 2023-01-11T22:56:11.6895906Z test_ops.py::TestMathBitsCUDA::test_neg_view_unique_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6896103Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6896305Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6896517Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_unbiased_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6896719Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_unbiased_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6896915Z test_ops.py::TestMathBitsCUDA::test_neg_view_vdot_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6897216Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_complex_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 87%] 2023-01-11T22:56:11.6897421Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_copy_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6897617Z test_ops.py::TestMathBitsCUDA::test_neg_view_where_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6897859Z test_ops.py::TestMathBitsCUDA::test_neg_view_xlogy_cuda_float64 PASSED [ 87%] 2023-01-11T22:56:11.6898057Z test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_cuda_float64 XFAIL [ 87%] 2023-01-11T22:56:11.6898252Z test_ops.py::TestFakeTensorCUDA::test_fake_H_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6898458Z test_ops.py::TestFakeTensorCUDA::test_fake___getitem___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6898700Z test_ops.py::TestFakeTensorCUDA::test_fake___rdiv___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6898895Z test_ops.py::TestFakeTensorCUDA::test_fake___rmod___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6899090Z test_ops.py::TestFakeTensorCUDA::test_fake___rpow___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6899283Z test_ops.py::TestFakeTensorCUDA::test_fake___rxor___cuda_int64 PASSED [ 87%] 2023-01-11T22:56:11.6899506Z test_ops.py::TestFakeTensorCUDA::test_fake__softmax_backward_data_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6899704Z test_ops.py::TestFakeTensorCUDA::test_fake_abs_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6899902Z test_ops.py::TestFakeTensorCUDA::test_fake_acosh_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6900098Z test_ops.py::TestFakeTensorCUDA::test_fake_add_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6900299Z test_ops.py::TestFakeTensorCUDA::test_fake_addcdiv_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6900499Z test_ops.py::TestFakeTensorCUDA::test_fake_addcmul_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6900686Z test_ops.py::TestFakeTensorCUDA::test_fake_addmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6900883Z test_ops.py::TestFakeTensorCUDA::test_fake_addmv_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6901079Z test_ops.py::TestFakeTensorCUDA::test_fake_all_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6901276Z test_ops.py::TestFakeTensorCUDA::test_fake_allclose_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6901474Z test_ops.py::TestFakeTensorCUDA::test_fake_amin_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6901671Z test_ops.py::TestFakeTensorCUDA::test_fake_any_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6901869Z test_ops.py::TestFakeTensorCUDA::test_fake_arange_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6902066Z test_ops.py::TestFakeTensorCUDA::test_fake_argmax_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6902265Z test_ops.py::TestFakeTensorCUDA::test_fake_argmin_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6902468Z test_ops.py::TestFakeTensorCUDA::test_fake_argsort_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6902698Z test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_partial_views_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6902889Z test_ops.py::TestFakeTensorCUDA::test_fake_asin_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6903086Z test_ops.py::TestFakeTensorCUDA::test_fake_atanh_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6903286Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_1d_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6903492Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_H_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6903834Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_T_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6904050Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___radd___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6904265Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmul___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6904473Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___ror___cuda_int64 PASSED [ 87%] 2023-01-11T22:56:11.6904689Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rsub___cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6904884Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rxor___cuda_int64 PASSED [ 87%] 2023-01-11T22:56:11.6905120Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast__softmax_backward_data_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6905327Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acosh_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6905601Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_add_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6905812Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addbmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6906027Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcmul_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6906279Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6906505Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_decomposed_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6906712Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmv_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6906928Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_allclose_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6907174Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_aminmax_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:56:11.6907381Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_angle_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6907592Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmax_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6907810Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6908034Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_scatter_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6908246Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asin_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6908454Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan2_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6908657Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atanh_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6908867Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_1d_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6909079Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_2d_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6909284Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_3d_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6909493Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_baddbmm_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6909708Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bernoulli_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6909922Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bfloat16_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6910137Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_and_cuda_int64 PASSED [ 87%] 2023-01-11T22:56:11.6910347Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_or_cuda_int64 PASSED [ 87%] 2023-01-11T22:56:11.6910554Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bool_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6910782Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_tensors_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6910992Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_byte_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6911200Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cat_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6911417Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdist_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6911629Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdouble_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6911887Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_inverse_cuda_float32 SKIPPED (Skip failing test) [ 87%] 2023-01-11T22:56:11.6912102Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chunk_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6912318Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_max_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6912533Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_column_stack_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6912751Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_complex_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6912963Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6913226Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_physical_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6913445Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_corrcoef_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6913654Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cos_cuda_float32 PASSED [ 87%] 2023-01-11T22:56:11.6913901Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_count_nonzero_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6914111Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummax_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6914317Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumsum_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6914551Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumulative_trapezoid_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6914768Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_deg2rad_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6914983Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_embed_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6915204Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_copy_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6915414Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_digamma_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6915641Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_floor_rounding_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6915878Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_no_rounding_mode_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6916107Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_trunc_rounding_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6916315Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_equal_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6916522Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erf_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6916732Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6916944Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eye_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6917154Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6917367Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6917583Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfftn_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6917797Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6918012Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6918223Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6918426Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6918638Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6918853Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfftn_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6919063Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fill_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6919269Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flip_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6919483Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fliplr_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6919695Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flipud_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6919913Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_divide_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6920120Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmax_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6920322Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmod_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6920577Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_like_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6920790Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gather_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6920991Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gcd_cuda_int64 PASSED [ 88%] 2023-01-11T22:56:11.6921198Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ge_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6921445Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_histc_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6921655Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hsplit_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6921866Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igamma_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6922076Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_imag_cuda_complex64 PASSED [ 88%] 2023-01-11T22:56:11.6922289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_copy_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6922507Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_fill_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6922712Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_put_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6922921Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isclose_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6923132Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isfinite_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6923350Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isnan_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6923562Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isposinf_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6923805Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_istft_cuda_complex64 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6924080Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6924290Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kthvalue_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6924502Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lerp_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6924721Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cond_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6924936Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cross_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6925170Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_singular_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6925382Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eig_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6925636Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvals_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6925894Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvalsh_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6926109Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6926325Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_ex_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6926767Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 88%] 2023-01-11T22:56:11.6927181Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 88%] 2023-01-11T22:56:11.6927404Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6927645Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6927857Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6928082Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6928408Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6928626Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_multi_dot_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6928843Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6929132Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6929349Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6929609Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6929883Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 88%] 2023-01-11T22:56:11.6930140Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6930357Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svd_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6930578Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svdvals_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6930803Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorinv_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6931067Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorsolve_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6931289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vander_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6931511Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vecdot_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6931737Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vector_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6931948Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log10_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6932161Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log1p_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6932372Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6932614Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_with_dtype_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6932836Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp2_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6933044Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logdet_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6933262Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_and_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6933475Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logspace_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6933691Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_unpack_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6933899Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amax_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6934122Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumprod_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6934345Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logsumexp_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6934562Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_mean_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6934780Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6935006Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_normalize_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6935225Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_prod_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6935447Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_scatter_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6935664Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_select_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6935921Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_std_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6936138Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_sum_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6936350Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_var_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6936610Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matmul_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6936823Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matrix_exp_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6937074Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6937306Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_no_dim_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6937548Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_variadic_tensors_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6937785Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_no_dim_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6938020Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_with_dim_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6938226Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mode_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6938443Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_movedim_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6938642Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_msort_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6938897Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_multinomial_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6939142Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmean_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6939360Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_copy_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6939598Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_dropout_backward_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6939822Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_layer_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6940049Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_strided_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6940271Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_zeros_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6940489Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nextafter_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6940755Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6941009Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6941259Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6941513Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6941753Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6942010Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6942252Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_bilinear_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6942502Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6942732Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6942961Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6943254Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6943501Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6943822Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_similarity_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6944202Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cross_entropy_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6944472Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6944744Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6944997Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6945232Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardshrink_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6945465Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_huber_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6945707Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_instance_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6945964Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6946214Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_linear_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6946469Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6946723Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6946951Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_kl_div_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6947201Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_local_response_norm_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6947439Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_logsigmoid_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6947682Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6947949Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skip failing test) [ 88%] 2023-01-11T22:56:11.6948191Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6948434Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6948677Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6948920Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:11.6949150Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mish_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6949384Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mse_loss_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6949635Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6949896Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_one_hot_cuda_int64 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:56:11.6950137Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_constant_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6950380Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6950629Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6950921Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_prelu_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6951148Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu6_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6951375Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6951632Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_rrelu_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6951869Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softplus_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6952142Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6952393Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_nearest_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6952604Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6952816Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_fro_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6953029Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_inf_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6953243Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_nuc_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6953460Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6953687Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_number_mean_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6953894Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6954106Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_like_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6954317Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_outer_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6954579Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 89%] 2023-01-11T22:56:11.6954793Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pinverse_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6955000Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polar_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6955238Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_0_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6955474Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_1_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6955714Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_4_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6955928Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_positive_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6956133Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pow_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6956343Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_prod_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6956542Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_put_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6956758Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rad2deg_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6956973Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rand_like_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6957194Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_like_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6957402Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6957615Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_like_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6957831Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reciprocal_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6958043Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_renorm_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6958303Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize__cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6958523Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_conj_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6958739Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_neg_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6958985Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_roll_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6959205Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_0_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6959436Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_neg_3_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6959644Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsqrt_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6959852Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsub_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6960071Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scalar_tensor_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6960284Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6960512Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amax_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6960739Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_prod_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6960972Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_sum_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6961183Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_searchsorted_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6961417Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_offsets_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6961626Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sigmoid_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6961837Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sign_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6962080Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_bartlett_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6962325Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_exponential_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6962536Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signbit_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6962748Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sin_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6962957Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinc_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6963170Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6963401Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_with_dtype_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6963630Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j0_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6963861Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y0_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6964110Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6964358Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_he_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6964585Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i0e_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6964803Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6965053Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_laguerre_polynomial_l_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6965278Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_log_ndtr_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6965518Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i1_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6965800Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k1_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6966022Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtr_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6966274Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6966570Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6967079Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:56:11.6967573Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2023-01-11T22:56:11.6967785Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6968011Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_list_args_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6968218Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sqrt_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6968429Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_square_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6968643Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6968869Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_unbiased_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6969080Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sub_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6969295Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_to_size_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6969554Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 89%] 2023-01-11T22:56:11.6969763Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_t_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6969970Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6970179Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tanh_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6970431Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensor_split_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:56:11.6970684Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_sparse_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2023-01-11T22:56:11.6970890Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_topk_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6971099Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trace_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6971323Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triangular_solve_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6971536Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_indices_cuda_int64 PASSED [ 89%] 2023-01-11T22:56:11.6971749Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6971955Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_true_divide_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6972163Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trunc_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6972379Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unflatten_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6972589Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6972819Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_consecutive_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6973034Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6973259Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_complex_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6973471Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6973734Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_xlogy_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6973952Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zero__cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6974158Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6974397Z test_ops.py::TestFakeTensorCUDA::test_fake_baddbmm_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6974598Z test_ops.py::TestFakeTensorCUDA::test_fake_bernoulli_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6974795Z test_ops.py::TestFakeTensorCUDA::test_fake_bfloat16_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6974992Z test_ops.py::TestFakeTensorCUDA::test_fake_bincount_cuda_int64 PASSED [ 89%] 2023-01-11T22:56:11.6975196Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_not_cuda_int64 PASSED [ 89%] 2023-01-11T22:56:11.6975401Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_or_cuda_int64 PASSED [ 89%] 2023-01-11T22:56:11.6975607Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_xor_cuda_int64 PASSED [ 89%] 2023-01-11T22:56:11.6975811Z test_ops.py::TestFakeTensorCUDA::test_fake_block_diag_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6976009Z test_ops.py::TestFakeTensorCUDA::test_fake_bmm_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6976199Z test_ops.py::TestFakeTensorCUDA::test_fake_bool_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6976415Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_shapes_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6976627Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_tensors_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6976821Z test_ops.py::TestFakeTensorCUDA::test_fake_byte_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6977026Z test_ops.py::TestFakeTensorCUDA::test_fake_cdouble_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6977221Z test_ops.py::TestFakeTensorCUDA::test_fake_char_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6977435Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_solve_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6977633Z test_ops.py::TestFakeTensorCUDA::test_fake_clone_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6977841Z test_ops.py::TestFakeTensorCUDA::test_fake_combinations_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6978044Z test_ops.py::TestFakeTensorCUDA::test_fake_complex_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6978244Z test_ops.py::TestFakeTensorCUDA::test_fake_conj_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6978455Z test_ops.py::TestFakeTensorCUDA::test_fake_constant_pad_nd_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6978657Z test_ops.py::TestFakeTensorCUDA::test_fake_copysign_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6978857Z test_ops.py::TestFakeTensorCUDA::test_fake_corrcoef_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6979050Z test_ops.py::TestFakeTensorCUDA::test_fake_cos_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6979248Z test_ops.py::TestFakeTensorCUDA::test_fake_cosh_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6979445Z test_ops.py::TestFakeTensorCUDA::test_fake_cross_cuda_float32 PASSED [ 89%] 2023-01-11T22:56:11.6979875Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_T_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6980303Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___radd___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6980722Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rdiv___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6981150Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmatmul___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6981575Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmul___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6982052Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rpow___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6982475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rsub___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6982987Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__native_batch_norm_legit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6983444Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__softmax_backward_data_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6983924Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acos_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6984348Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6984774Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcdiv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6985194Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcmul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6985613Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6986050Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_decomposed_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 89%] 2023-01-11T22:56:11.6986482Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6986941Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_partial_views_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6987358Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6987788Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6988285Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6988793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6989318Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6989827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bernoulli_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6990333Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bfloat16_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6990841Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6991364Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_to_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6991861Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6992441Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ceil_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6992954Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chalf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6993457Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chunk_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6994031Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6994538Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_min_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6995045Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_complex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6995546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6996064Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_corrcoef_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6996476Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cos_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6996891Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cosh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6997304Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cov_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6997719Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cross_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6998140Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6998557Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6999011Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumulative_trapezoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6999441Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.6999863Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_digamma_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7000273Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7000686Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7001101Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_double_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7001517Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7001926Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7002352Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7002831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expm1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7003254Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7003687Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftshift_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7004155Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7004579Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7005005Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7005429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7005848Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7006267Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7006685Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flip_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7007103Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flipud_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7007515Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7007936Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_power_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7008356Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_floor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7008769Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7009180Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frac_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7009598Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gather_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7010037Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_grid_sampler_2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7010449Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_i0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7010871Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7011304Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_put_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7011738Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7012150Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_inner_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7012614Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kron_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7013037Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lgamma_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7013464Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cross_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7013938Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7014380Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_singular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7014803Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eig_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7015235Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7015667Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvals_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7015971Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 90%] 2023-01-11T22:56:11.7016393Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7016827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7017274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7017717Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_power_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7018153Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_multi_dot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7018583Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7019052Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7019314Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_cuda_float32 SKIPPED (Skipped!) [ 90%] 2023-01-11T22:56:11.7019586Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_singular_cuda_float32 SKIPPED (Skipped!) [ 90%] 2023-01-11T22:56:11.7019858Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 90%] 2023-01-11T22:56:11.7020289Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7020733Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7021155Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7021590Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vander_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7022067Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vecdot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7022484Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7022915Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7023390Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7023980Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logcumsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7024407Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logdet_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7024827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7025236Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7025652Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mT_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7026083Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumprod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7026509Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7026937Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7027359Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7027797Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_normalize_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7028233Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7028660Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7029083Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_std_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7029507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matrix_exp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7029930Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_binary_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7030399Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7030852Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_with_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7031307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7031784Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mode_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7032212Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_movedim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7032626Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_msort_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7033092Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7033542Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7033986Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7034414Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nan_to_num_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7034836Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7035263Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanquantile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7035688Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nansum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7036123Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_layer_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7036536Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_neg_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7037031Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7037508Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7037980Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7038450Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7038915Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7039368Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7039813Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7040267Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7040555Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (Skipped!) [ 90%] 2023-01-11T22:56:11.7041023Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7041539Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7041815Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 90%] 2023-01-11T22:56:11.7042272Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7042767Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7043215Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7043657Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_elu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7044120Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7044569Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7045074Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7045546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7046021Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7046467Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_glu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7046918Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_grid_sample_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7047371Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_group_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7047821Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7048274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_instance_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7048740Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7049214Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7049663Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_kl_div_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7050107Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_linear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7050577Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7051095Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7051549Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7052047Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7052498Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7052940Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 90%] 2023-01-11T22:56:11.7053398Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_normalize_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7053861Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7054330Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7054800Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7055261Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7055709Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu6_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7056149Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7056589Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_rrelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7057056Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7057520Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7057961Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softsign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7058415Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7058868Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_threshold_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7059343Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7059815Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7060284Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7060747Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7061173Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_inf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7061632Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7062069Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_number_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7062340Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 91%] 2023-01-11T22:56:11.7062617Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 91%] 2023-01-11T22:56:11.7063041Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_permute_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7063296Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pinverse_cuda_float32 SKIPPED (Skipped!) [ 91%] 2023-01-11T22:56:11.7063813Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7064268Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7064773Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7065285Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_positive_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7065791Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pow_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7066297Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_quantile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7066797Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ravel_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7067286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_real_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7067804Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7068312Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7068829Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_conj_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7069333Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7069866Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7070392Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7070910Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7071539Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_lengths_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7072097Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_offsets_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7072698Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7073207Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sgn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7073709Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sigmoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7074208Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7074695Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7075110Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7075547Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7075816Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 91%] 2023-01-11T22:56:11.7076247Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_entr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7076675Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7077107Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1e_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7077545Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_log_ndtr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7078038Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7078474Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_xlog1py_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7078909Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_with_sizes_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7079323Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sqrt_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7079743Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_square_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7080165Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7080582Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7080995Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sub_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7081469Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_to_size_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7081887Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_t_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7082297Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tan_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7082758Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7083186Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensor_split_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7083614Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensordot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7084028Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7084437Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7084858Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trace_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7085274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapz_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7085711Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triangular_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7086127Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trunc_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7086545Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unbind_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7086970Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unflatten_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7087395Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unsqueeze_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7087821Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7088231Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7088649Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7089066Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_where_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7089476Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_xlogy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7089915Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___getitem___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7090339Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmatmul___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7090764Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmod___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7091237Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rpow___cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7091700Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__native_batch_norm_legit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7092121Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_abs_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7092580Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_add_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7093002Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addbmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7093429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcmul_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7093853Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7094307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_decomposed_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7094731Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7095160Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7095581Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7096013Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7096475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_partial_views_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7096901Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7097320Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7097743Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atanh_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7098176Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7098611Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_block_diag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7099049Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_to_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7099466Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cat_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7099885Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ceil_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7100303Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chalf_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7100728Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7101224Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7101650Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chunk_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7102111Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clone_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7102552Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_combinations_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7102969Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7103412Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_constant_pad_nd_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7103899Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_corrcoef_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7104321Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cov_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7104754Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7105178Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7105599Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7106059Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7106482Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7106907Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diff_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7107335Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_digamma_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7107759Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dist_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7108210Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7108628Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7109048Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dstack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7109474Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_einsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7109893Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfinv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7110313Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7110797Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7111235Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftshift_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7111661Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7112144Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7112567Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7112994Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7113426Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7113852Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft2_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7114272Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfftn_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7114700Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flatten_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7115119Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fliplr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7115539Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7115954Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frac_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7116370Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7116792Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gather_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7117213Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gradient_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7117644Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_grid_sampler_2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7118067Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7118474Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_i0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7118904Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_copy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7119335Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 91%] 2023-01-11T22:56:11.7119762Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_put_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7120194Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_reduce_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7120682Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_select_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7121109Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_inner_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7121574Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kron_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7121998Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kthvalue_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7122423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ldexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7122854Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cond_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7123289Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cross_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7123738Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_singular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7124167Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eig_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7124604Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvals_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7125028Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7125486Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7125921Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7126369Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7126817Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7127250Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7127680Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7128131Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7128410Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_qr_cuda_float32 SKIPPED (cuSOLVER not available) [ 92%] 2023-01-11T22:56:11.7128850Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_slogdet_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7129307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7129741Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svdvals_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7130230Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vander_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7130677Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vector_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7131145Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7131576Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7132028Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7132467Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logcumsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7132887Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7133315Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logsumexp_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7133734Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mH_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7134171Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumprod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7134606Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumsum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7135039Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_fill_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7135492Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_log_softmax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7135923Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7136361Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_median_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7136790Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7137232Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_normalize_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7137665Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7138092Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7138521Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_var_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7138947Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_binary_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7139420Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7139920Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7140344Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7140814Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_median_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7141240Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_binary_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7141690Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7142121Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmedian_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7142556Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanquantile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7142977Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_narrow_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7143426Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_batch_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7144007Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_layer_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7144515Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7144995Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7145461Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7145925Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7146399Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7146898Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7147346Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_celu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7147815Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7148290Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7148754Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7149209Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7149751Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7150197Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_elu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7150716Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7151191Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7151636Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gelu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7152097Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7152580Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7153039Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7153512Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7153989Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7154473Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7154921Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7155375Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7155831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7156286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7156747Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7157201Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7157661Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7158136Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7158602Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7159118Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7159566Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mish_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7160042Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7160581Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7161032Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7161495Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7161964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7162423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7162895Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7163361Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7163809Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_selu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7164252Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_silu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7164724Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7165184Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7165635Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softsign_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7166092Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7166599Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7167027Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_fro_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7167453Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7167895Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_number_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7168315Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_outer_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7168783Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polar_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7169211Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_positive_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7169629Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pow_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7170095Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7170508Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_put_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7170931Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_quantile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7171351Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ravel_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7171798Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_interleave_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7172231Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7172652Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rot90_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7173091Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_0_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7173548Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7173969Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsqrt_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7174424Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7174871Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7175317Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7175766Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7176211Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7176671Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7177089Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sin_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7177508Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7177946Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_scatter_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7178429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sort_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7178870Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_entr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7179306Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i0e_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7179872Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7180315Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_log_ndtr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7180748Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtr_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7181193Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_list_args_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7181634Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_with_sizes_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7182058Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_square_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7182483Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_squeeze_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7182899Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stack_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7183316Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stft_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7183793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sub_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7184219Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_symeig_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7184632Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_t_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7185070Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_along_dim_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7185489Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7185919Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensordot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7186335Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tile_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7186735Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7187172Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapezoid_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 92%] 2023-01-11T22:56:11.7187592Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapz_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7188007Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triu_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7188507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_true_divide_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7188935Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unbind_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7189411Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unsqueeze_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7189856Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_unbiased_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7190278Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vdot_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7190703Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7191122Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7191546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vsplit_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7191974Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_where_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7192388Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_xlogy_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7192592Z test_ops.py::TestFakeTensorCUDA::test_fake_cumprod_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7192794Z test_ops.py::TestFakeTensorCUDA::test_fake_cumsum_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7193020Z test_ops.py::TestFakeTensorCUDA::test_fake_cumulative_trapezoid_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7193220Z test_ops.py::TestFakeTensorCUDA::test_fake_deg2rad_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7193424Z test_ops.py::TestFakeTensorCUDA::test_fake_diag_embed_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7193643Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_copy_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7193854Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_scatter_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7194050Z test_ops.py::TestFakeTensorCUDA::test_fake_dist_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7194260Z test_ops.py::TestFakeTensorCUDA::test_fake_div_floor_rounding_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7194474Z test_ops.py::TestFakeTensorCUDA::test_fake_div_trunc_rounding_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7194670Z test_ops.py::TestFakeTensorCUDA::test_fake_dsplit_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7194869Z test_ops.py::TestFakeTensorCUDA::test_fake_einsum_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7195066Z test_ops.py::TestFakeTensorCUDA::test_fake_empty_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7195267Z test_ops.py::TestFakeTensorCUDA::test_fake_empty_like_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7195459Z test_ops.py::TestFakeTensorCUDA::test_fake_eq_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7195648Z test_ops.py::TestFakeTensorCUDA::test_fake_erf_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7195842Z test_ops.py::TestFakeTensorCUDA::test_fake_erfc_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7196038Z test_ops.py::TestFakeTensorCUDA::test_fake_erfinv_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7196230Z test_ops.py::TestFakeTensorCUDA::test_fake_exp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7196425Z test_ops.py::TestFakeTensorCUDA::test_fake_expand_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7196676Z test_ops.py::TestFakeTensorCUDA::test_fake_expm1_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7196872Z test_ops.py::TestFakeTensorCUDA::test_fake_eye_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7197067Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7197264Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7197512Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftshift_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7197709Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7197905Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7198102Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftn_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7198302Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7198499Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft2_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7198699Z test_ops.py::TestFakeTensorCUDA::test_fake_flip_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7198895Z test_ops.py::TestFakeTensorCUDA::test_fake_float_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7199099Z test_ops.py::TestFakeTensorCUDA::test_fake_float_power_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7199301Z test_ops.py::TestFakeTensorCUDA::test_fake_floor_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7199488Z test_ops.py::TestFakeTensorCUDA::test_fake_fmax_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7199684Z test_ops.py::TestFakeTensorCUDA::test_fake_frexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7199878Z test_ops.py::TestFakeTensorCUDA::test_fake_full_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7200073Z test_ops.py::TestFakeTensorCUDA::test_fake_gather_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7200261Z test_ops.py::TestFakeTensorCUDA::test_fake_gcd_cuda_int64 PASSED [ 93%] 2023-01-11T22:56:11.7200474Z test_ops.py::TestFakeTensorCUDA::test_fake_grid_sampler_2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7200667Z test_ops.py::TestFakeTensorCUDA::test_fake_gt_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7200856Z test_ops.py::TestFakeTensorCUDA::test_fake_i0_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7201052Z test_ops.py::TestFakeTensorCUDA::test_fake_igamma_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7201256Z test_ops.py::TestFakeTensorCUDA::test_fake_igammac_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7201452Z test_ops.py::TestFakeTensorCUDA::test_fake_imag_cuda_complex64 PASSED [ 93%] 2023-01-11T22:56:11.7201646Z test_ops.py::TestFakeTensorCUDA::test_fake_int_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7201839Z test_ops.py::TestFakeTensorCUDA::test_fake_isclose_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7202037Z test_ops.py::TestFakeTensorCUDA::test_fake_isfinite_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7202233Z test_ops.py::TestFakeTensorCUDA::test_fake_isin_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7202430Z test_ops.py::TestFakeTensorCUDA::test_fake_isnan_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7202626Z test_ops.py::TestFakeTensorCUDA::test_fake_isreal_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7202858Z test_ops.py::TestFakeTensorCUDA::test_fake_istft_cuda_complex64 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7203116Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7203349Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_unary_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7203542Z test_ops.py::TestFakeTensorCUDA::test_fake_kron_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7203742Z test_ops.py::TestFakeTensorCUDA::test_fake_kthvalue_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7203933Z test_ops.py::TestFakeTensorCUDA::test_fake_lcm_cuda_int64 PASSED [ 93%] 2023-01-11T22:56:11.7204173Z test_ops.py::TestFakeTensorCUDA::test_fake_ldexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7204370Z test_ops.py::TestFakeTensorCUDA::test_fake_lgamma_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7204573Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cond_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7204777Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7205035Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_singular_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7205237Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigh_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7205478Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvals_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7205747Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_householder_product_cuda_float32 SKIPPED (cuSOLVER not available) [ 93%] 2023-01-11T22:56:11.7206159Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7206563Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7206952Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 93%] 2023-01-11T22:56:11.7207186Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7207383Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7207592Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7207805Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_ex_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7208019Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7208274Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_power_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7208531Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 93%] 2023-01-11T22:56:11.7208739Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_ex_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7208934Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svd_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7209141Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svdvals_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7209349Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorinv_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7209595Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorsolve_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7209800Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vander_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7210013Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vector_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7210214Z test_ops.py::TestFakeTensorCUDA::test_fake_linspace_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7210406Z test_ops.py::TestFakeTensorCUDA::test_fake_log_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7210607Z test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7210828Z test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_with_dtype_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7211037Z test_ops.py::TestFakeTensorCUDA::test_fake_logcumsumexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7211238Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_and_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7211440Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_or_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7211644Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_xor_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7211844Z test_ops.py::TestFakeTensorCUDA::test_fake_logsumexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7212093Z test_ops.py::TestFakeTensorCUDA::test_fake_long_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7212287Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7212514Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_solve_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7212767Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_amin_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7212973Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmax_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7213174Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumprod_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7213385Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_logaddexp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7213591Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_mean_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7213803Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_median_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7214002Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7214205Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_prod_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7214414Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_scatter_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7214625Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_select_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7214832Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmax_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7215038Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmin_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7215239Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_std_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7215439Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_sum_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7215639Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_var_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7215838Z test_ops.py::TestFakeTensorCUDA::test_fake_matmul_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7216039Z test_ops.py::TestFakeTensorCUDA::test_fake_matrix_exp_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7216276Z test_ops.py::TestFakeTensorCUDA::test_fake_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7216496Z test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_no_dim_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7216690Z test_ops.py::TestFakeTensorCUDA::test_fake_mean_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7216909Z test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_list_of_tensors_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7217128Z test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_with_dim_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7217314Z test_ops.py::TestFakeTensorCUDA::test_fake_mul_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7217565Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7217815Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7218015Z test_ops.py::TestFakeTensorCUDA::test_fake_nan_to_num_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7218252Z test_ops.py::TestFakeTensorCUDA::test_fake_nanquantile_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7218455Z test_ops.py::TestFakeTensorCUDA::test_fake_narrow_copy_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7218680Z test_ops.py::TestFakeTensorCUDA::test_fake_narrow_cuda_float32 SKIPPED (Skip failing test) [ 93%] 2023-01-11T22:56:11.7218902Z test_ops.py::TestFakeTensorCUDA::test_fake_native_dropout_backward_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7219111Z test_ops.py::TestFakeTensorCUDA::test_fake_native_layer_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7219303Z test_ops.py::TestFakeTensorCUDA::test_fake_neg_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7219546Z test_ops.py::TestFakeTensorCUDA::test_fake_new_ones_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7219800Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7220039Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7220315Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7220544Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_alpha_dropout_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7220765Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool1d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7220986Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7221205Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_bilinear_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7221449Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7221703Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7221917Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv1d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7222134Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv2d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7222356Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 93%] 2023-01-11T22:56:11.7222590Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_similarity_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7222813Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout3d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7223078Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7223332Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7223590Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7223989Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7224227Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7224439Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gelu_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7224659Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_group_norm_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7224886Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardshrink_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7225109Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardswish_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7225332Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardtanh_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7225556Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_instance_norm_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7225796Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7226039Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7226275Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_linear_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7226511Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7226723Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_kl_div_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7227017Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_layer_norm_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7227256Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_local_response_norm_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7227474Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_logsigmoid_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7227751Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7228001Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7228211Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool2d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7228429Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool3d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7228655Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7228882Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7229130Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7229350Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_normalize_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7229581Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_constant_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7229813Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7230025Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu6_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7230238Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7230448Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_rrelu_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7230665Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_selu_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7230892Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7231108Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7231346Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7231568Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softsign_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7231787Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_threshold_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7232026Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7232258Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_nearest_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7232455Z test_ops.py::TestFakeTensorCUDA::test_fake_nonzero_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7232657Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_fro_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7232854Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_inf_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7233041Z test_ops.py::TestFakeTensorCUDA::test_fake_ones_like_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7233276Z test_ops.py::TestFakeTensorCUDA::test_fake_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 94%] 2023-01-11T22:56:11.7233474Z test_ops.py::TestFakeTensorCUDA::test_fake_permute_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7233672Z test_ops.py::TestFakeTensorCUDA::test_fake_polar_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7233891Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7234092Z test_ops.py::TestFakeTensorCUDA::test_fake_positive_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7234287Z test_ops.py::TestFakeTensorCUDA::test_fake_put_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7234602Z test_ops.py::TestFakeTensorCUDA::test_fake_rand_like_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7234804Z test_ops.py::TestFakeTensorCUDA::test_fake_randn_like_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7234998Z test_ops.py::TestFakeTensorCUDA::test_fake_real_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7235240Z test_ops.py::TestFakeTensorCUDA::test_fake_reciprocal_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7235437Z test_ops.py::TestFakeTensorCUDA::test_fake_repeat_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7235682Z test_ops.py::TestFakeTensorCUDA::test_fake_repeat_interleave_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7235877Z test_ops.py::TestFakeTensorCUDA::test_fake_resize__cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7236086Z test_ops.py::TestFakeTensorCUDA::test_fake_resolve_conj_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7236282Z test_ops.py::TestFakeTensorCUDA::test_fake_round_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7236498Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_3_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7236698Z test_ops.py::TestFakeTensorCUDA::test_fake_rsqrt_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7236892Z test_ops.py::TestFakeTensorCUDA::test_fake_rsub_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7237094Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7237299Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amax_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7237512Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amin_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7237723Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_mean_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7237935Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_prod_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7238146Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_sum_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7238357Z test_ops.py::TestFakeTensorCUDA::test_fake_searchsorted_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7238606Z test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_lengths_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7238815Z test_ops.py::TestFakeTensorCUDA::test_fake_select_scatter_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7239015Z test_ops.py::TestFakeTensorCUDA::test_fake_sgn_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7239210Z test_ops.py::TestFakeTensorCUDA::test_fake_short_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7239407Z test_ops.py::TestFakeTensorCUDA::test_fake_sigmoid_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7239602Z test_ops.py::TestFakeTensorCUDA::test_fake_sign_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7239820Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_blackman_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7240051Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_general_cosine_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7240263Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_hann_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7240478Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_kaiser_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7240674Z test_ops.py::TestFakeTensorCUDA::test_fake_signbit_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7240874Z test_ops.py::TestFakeTensorCUDA::test_fake_sinc_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7241066Z test_ops.py::TestFakeTensorCUDA::test_fake_sinh_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7241261Z test_ops.py::TestFakeTensorCUDA::test_fake_softmax_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7241500Z test_ops.py::TestFakeTensorCUDA::test_fake_sparse_sampled_addmm_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7241708Z test_ops.py::TestFakeTensorCUDA::test_fake_special_airy_ai_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7241963Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j0_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7242172Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7242658Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:56:11.7242912Z test_ops.py::TestFakeTensorCUDA::test_fake_special_entr_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7243117Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i0e_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7243322Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7243525Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i1e_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7243760Z test_ops.py::TestFakeTensorCUDA::test_fake_special_laguerre_polynomial_l_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7244225Z test_ops.py::TestFakeTensorCUDA::test_fake_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:56:11.7244436Z test_ops.py::TestFakeTensorCUDA::test_fake_special_log_ndtr_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7244666Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i0_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7244897Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7245120Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7245355Z test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7245826Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:56:11.7246303Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:56:11.7246774Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2023-01-11T22:56:11.7246983Z test_ops.py::TestFakeTensorCUDA::test_fake_special_zeta_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7247191Z test_ops.py::TestFakeTensorCUDA::test_fake_split_list_args_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7247389Z test_ops.py::TestFakeTensorCUDA::test_fake_square_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7247583Z test_ops.py::TestFakeTensorCUDA::test_fake_std_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7247777Z test_ops.py::TestFakeTensorCUDA::test_fake_sub_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7247977Z test_ops.py::TestFakeTensorCUDA::test_fake_sum_to_size_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7248164Z test_ops.py::TestFakeTensorCUDA::test_fake_svd_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7248411Z test_ops.py::TestFakeTensorCUDA::test_fake_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 94%] 2023-01-11T22:56:11.7248605Z test_ops.py::TestFakeTensorCUDA::test_fake_symeig_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7248799Z test_ops.py::TestFakeTensorCUDA::test_fake_t_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7248991Z test_ops.py::TestFakeTensorCUDA::test_fake_tanh_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7249225Z test_ops.py::TestFakeTensorCUDA::test_fake_tensor_split_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7249417Z test_ops.py::TestFakeTensorCUDA::test_fake_tile_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7249648Z test_ops.py::TestFakeTensorCUDA::test_fake_to_sparse_cuda_float32 SKIPPED (Skip failing test) [ 94%] 2023-01-11T22:56:11.7249844Z test_ops.py::TestFakeTensorCUDA::test_fake_topk_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7250096Z test_ops.py::TestFakeTensorCUDA::test_fake_transpose_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7250310Z test_ops.py::TestFakeTensorCUDA::test_fake_triangular_solve_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7250502Z test_ops.py::TestFakeTensorCUDA::test_fake_tril_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7250744Z test_ops.py::TestFakeTensorCUDA::test_fake_true_divide_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7250939Z test_ops.py::TestFakeTensorCUDA::test_fake_trunc_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7251135Z test_ops.py::TestFakeTensorCUDA::test_fake_unbind_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7251337Z test_ops.py::TestFakeTensorCUDA::test_fake_unfold_copy_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7251535Z test_ops.py::TestFakeTensorCUDA::test_fake_uniform_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7251748Z test_ops.py::TestFakeTensorCUDA::test_fake_unique_consecutive_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7251950Z test_ops.py::TestFakeTensorCUDA::test_fake_unsqueeze_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7252143Z test_ops.py::TestFakeTensorCUDA::test_fake_var_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7252333Z test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7252544Z test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_unbiased_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7252740Z test_ops.py::TestFakeTensorCUDA::test_fake_vdot_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7252933Z test_ops.py::TestFakeTensorCUDA::test_fake_view_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7253127Z test_ops.py::TestFakeTensorCUDA::test_fake_xlogy_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7253321Z test_ops.py::TestFakeTensorCUDA::test_fake_zero__cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7253515Z test_ops.py::TestFakeTensorCUDA::test_fake_zeros_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7253730Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___getitem___cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7253939Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rand___cuda_int64 PASSED [ 94%] 2023-01-11T22:56:11.7254150Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rdiv___cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7254362Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmod___cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7254573Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rmul___cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7254782Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rsub___cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7254992Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops___rxor___cuda_int64 PASSED [ 94%] 2023-01-11T22:56:11.7255199Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_add_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7255412Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addcdiv_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7255623Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_addmm_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7255831Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_amax_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7256035Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_any_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7256237Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_arange_cuda_float32 PASSED [ 94%] 2023-01-11T22:56:11.7256450Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_argmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7256678Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_as_strided_scatter_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7256885Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_asin_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7257092Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_asinh_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7257299Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atan2_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7257550Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atanh_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7257769Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_2d_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7257982Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_atleast_3d_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7258232Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_baddbmm_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7258443Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bfloat16_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7258657Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_and_cuda_int64 PASSED [ 95%] 2023-01-11T22:56:11.7258868Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_or_cuda_int64 PASSED [ 95%] 2023-01-11T22:56:11.7259078Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bitwise_xor_cuda_int64 PASSED [ 95%] 2023-01-11T22:56:11.7259284Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_bmm_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7259515Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_shapes_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7259742Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_tensors_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7259959Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_broadcast_to_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7260187Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cartesian_prod_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7260398Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cfloat_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7260607Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_chalf_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7260806Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_char_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7261063Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_inverse_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7261288Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cholesky_solve_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7261497Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clamp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7261705Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_clone_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7261920Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_complex_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7262144Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_conj_physical_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7262357Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_corrcoef_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7262562Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cos_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7262797Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cov_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7263007Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cummin_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7263219Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_cumsum_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7263430Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_deg2rad_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7263635Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diag_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7263936Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagflat_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7264152Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7264374Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diagonal_scatter_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7264582Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_diff_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7264808Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_floor_rounding_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7265105Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_no_rounding_mode_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7265334Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_div_trunc_rounding_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7265531Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dot_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7265742Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dsplit_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7266002Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_dstack_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7266210Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_einsum_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7266418Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_empty_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7266627Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_equal_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7266837Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_erfinv_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7267047Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_exp2_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7267254Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_exp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7267466Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expand_as_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7267676Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expand_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7267886Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_expm1_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7268092Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_eye_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7268302Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7268511Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fft_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7268723Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_fftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7268936Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_hfft_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7269149Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7269360Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifft_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7269577Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7269791Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_ifftshift_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7270003Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfft2_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7270216Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_irfft_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7270427Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fft_rfftn_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7270639Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fliplr_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7270851Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_flipud_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7271059Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_float_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7271266Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_floor_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7271475Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_fmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7271680Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_full_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7271894Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gather_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7272096Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_gcd_cuda_int64 PASSED [ 95%] 2023-01-11T22:56:11.7272303Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_half_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7272516Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_heaviside_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7272786Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_histc_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7272997Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hsplit_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7273204Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_hypot_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7273446Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_i0_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7273656Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_igamma_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7273870Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_add_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7274077Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_copy_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7274293Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_fill_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7274511Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_index_select_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7274727Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isin_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7274935Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isinf_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7275143Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isnan_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7275361Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isneginf_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7275572Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isposinf_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7275782Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_isreal_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7276024Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_istft_cuda_complex64 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7276300Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7276574Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7276828Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_jiterator_unary_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7277041Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_kthvalue_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7277248Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lcm_cuda_int64 PASSED [ 95%] 2023-01-11T22:56:11.7277457Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_ldexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7277661Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_le_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7277881Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cross_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7278114Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_det_singular_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7278333Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigh_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7278584Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigvals_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7278838Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_eigvalsh_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7279054Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_inv_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7279262Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lstsq_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7279474Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7279695Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_factor_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7279915Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_lu_solve_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7280218Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_power_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7280444Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_matrix_rank_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7280667Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_slogdet_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7280927Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_solve_ex_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7281185Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_tensorsolve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7281410Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_vector_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7281623Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linspace_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7281831Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log10_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7282040Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log1p_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7282255Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_softmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7282490Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_log_softmax_with_dtype_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7282710Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logaddexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7282922Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_or_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7283139Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logical_xor_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7283349Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logit_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7283565Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_logsumexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7283768Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lt_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7284014Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_solve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7284219Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_lu_unpack_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7284424Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mH_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7284630Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mT_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7284849Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_argmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7285070Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_cumprod_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7285287Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_fill_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7285511Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_log_softmax_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7285740Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_logaddexp_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7285956Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_mean_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7286173Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_norm_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7286401Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_normalize_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7286619Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_select_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7286833Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_masked_sum_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7287042Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_matmul_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7287253Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_maximum_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7287463Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mean_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7287746Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_meshgrid_list_of_tensors_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7287989Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_meshgrid_variadic_tensors_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7288205Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_binary_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7288476Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_reduction_no_dim_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7288708Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_min_reduction_with_dim_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7288907Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mul_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7289167Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7289380Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nan_to_num_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:11.7289629Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanmean_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2023-01-11T22:56:11.7289847Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nanmedian_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7290058Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nansum_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7290282Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_narrow_copy_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7290522Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_dropout_backward_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7290750Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_native_layer_norm_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7290969Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_empty_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7291201Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_new_empty_strided_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7291423Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nextafter_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7291675Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7291926Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7292180Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7292430Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7292674Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_alpha_dropout_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7292911Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_avg_pool3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7293167Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7293433Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7293663Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_celu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7293896Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv2d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7294141Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7294389Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7294626Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7294851Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_dropout_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7295168Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7295430Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7295659Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_glu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7295942Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardshrink_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7296181Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hardswish_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7296437Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7296679Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_huber_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7296923Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_instance_norm_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7297171Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_area_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7297426Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7297687Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_linear_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7297940Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7298170Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_kl_div_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7298407Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_layer_norm_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7298643Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_leaky_relu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7298916Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:56:11.7299152Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_pool3d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7299389Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_max_unpool2d_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7299625Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_mse_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7299874Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7300130Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7300393Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7300633Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_normalize_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7300893Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_one_hot_cuda_int64 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:56:11.7301138Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_constant_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7301374Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pad_replicate_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7301626Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pairwise_distance_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7301875Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7302125Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7302416Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7302650Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_rrelu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7302879Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_selu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7303112Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_silu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7303394Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7303637Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7303947Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softmin_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7304196Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7304436Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softplus_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7304673Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softshrink_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7304941Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_softsign_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7305249Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7305548Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_nn_functional_upsample_nearest_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7305802Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_norm_fro_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7306056Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_normal_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7306332Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_normal_number_mean_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7306591Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_outer_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7306851Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_permute_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7307133Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_1_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7307424Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_3_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7307704Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_polygamma_polygamma_n_4_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7307962Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_positive_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7308214Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_prod_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7308471Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rand_like_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7308728Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_renorm_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7308987Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_repeat_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7309248Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_reshape_as_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7309514Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_resolve_neg_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7309774Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7310051Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_round_decimals_neg_3_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7310306Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rsqrt_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7310560Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_rsub_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7310830Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scalar_tensor_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7311170Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_add_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7311449Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_amin_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7311727Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_scatter_reduce_prod_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7312095Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_segment_reduce_lengths_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:56:11.7312381Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_segment_reduce_offsets_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7312642Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_select_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7312907Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_select_scatter_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7313162Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sgn_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7313412Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_short_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7313669Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sigmoid_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7313921Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sign_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7314212Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_bartlett_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7314499Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_blackman_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7314790Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_cosine_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7315062Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_exponential_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7315312Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_general_hamming_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7315545Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_hann_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7315782Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signal_windows_kaiser_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7315999Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_signbit_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7316219Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_slice_scatter_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7316437Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_softmax_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7316663Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_softmax_with_dtype_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7316928Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sparse_sampled_addmm_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:56:11.7317150Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_airy_ai_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7317379Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_j1_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7317609Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_bessel_y0_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7317860Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7318361Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:56:11.7318842Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:56:11.7319069Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_entr_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7319289Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_i1e_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7319590Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_laguerre_polynomial_l_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7319824Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_log_ndtr_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7320055Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_k0_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7320291Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_modified_bessel_k1_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7320554Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_ndtr_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7320779Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_ndtri_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7321042Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7321292Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7321798Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:56:11.7322289Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:56:11.7322784Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2023-01-11T22:56:11.7323011Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_special_xlog1py_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7323236Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_list_args_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7323464Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_split_with_sizes_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7323676Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sqrt_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7323890Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_squeeze_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7324102Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_stack_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7324314Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_mean_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7324549Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_mean_unbiased_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7324769Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_std_unbiased_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7324978Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_stft_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7325189Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sub_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7325396Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sum_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7325614Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_sum_to_size_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7325826Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_take_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7326039Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tanh_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7326246Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tensordot_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7326456Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tile_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7326703Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_to_sparse_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2023-01-11T22:56:11.7326920Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_transpose_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7327132Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_trapz_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7327343Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_tril_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7327601Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_triu_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7327825Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_true_divide_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7328040Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unbind_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7328327Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unflatten_cuda_float32 PASSED [ 96%] 2023-01-11T22:56:11.7328540Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_unique_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7328765Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_complex_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7328974Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_as_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7329190Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_view_copy_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7329399Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_where_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7329612Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_xlogy_cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7329824Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_zero__cuda_float32 PASSED [ 97%] 2023-01-11T22:56:11.7330028Z test_ops.py::TestTagsCUDA::test_tags_H_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7330254Z test_ops.py::TestTagsCUDA::test_tags___getitem___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7330471Z test_ops.py::TestTagsCUDA::test_tags___radd___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7330679Z test_ops.py::TestTagsCUDA::test_tags___rand___cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7330881Z test_ops.py::TestTagsCUDA::test_tags___rdiv___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7331089Z test_ops.py::TestTagsCUDA::test_tags___rmul___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7331301Z test_ops.py::TestTagsCUDA::test_tags___rpow___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7331539Z test_ops.py::TestTagsCUDA::test_tags__native_batch_norm_legit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7331751Z test_ops.py::TestTagsCUDA::test_tags__refs_T_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7331991Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_chalf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7332231Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_char_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7332468Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_half_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7332700Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_int_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7332939Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_long_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7333157Z test_ops.py::TestTagsCUDA::test_tags__refs_abs_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7333376Z test_ops.py::TestTagsCUDA::test_tags__refs_acosh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7333596Z test_ops.py::TestTagsCUDA::test_tags__refs_addr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7333813Z test_ops.py::TestTagsCUDA::test_tags__refs_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7334038Z test_ops.py::TestTagsCUDA::test_tags__refs_arange_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7334263Z test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7334476Z test_ops.py::TestTagsCUDA::test_tags__refs_asin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7334696Z test_ops.py::TestTagsCUDA::test_tags__refs_asinh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7334959Z test_ops.py::TestTagsCUDA::test_tags__refs_atan2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7335173Z test_ops.py::TestTagsCUDA::test_tags__refs_atan_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7335397Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_or_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7335659Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_xor_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7335902Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_shapes_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7336130Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7336357Z test_ops.py::TestTagsCUDA::test_tags__refs_bucketize_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7336576Z test_ops.py::TestTagsCUDA::test_tags__refs_cat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7336793Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7337017Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_min_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7337236Z test_ops.py::TestTagsCUDA::test_tags__refs_clone_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7337471Z test_ops.py::TestTagsCUDA::test_tags__refs_column_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7337689Z test_ops.py::TestTagsCUDA::test_tags__refs_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7337923Z test_ops.py::TestTagsCUDA::test_tags__refs_contiguous_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7338151Z test_ops.py::TestTagsCUDA::test_tags__refs_copysign_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7338365Z test_ops.py::TestTagsCUDA::test_tags__refs_cos_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7338581Z test_ops.py::TestTagsCUDA::test_tags__refs_cosh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7338805Z test_ops.py::TestTagsCUDA::test_tags__refs_diag_embed_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7339037Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7339261Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7339498Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7339721Z test_ops.py::TestTagsCUDA::test_tags__refs_digamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7339959Z test_ops.py::TestTagsCUDA::test_tags__refs_div_no_rounding_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7340197Z test_ops.py::TestTagsCUDA::test_tags__refs_div_trunc_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7340417Z test_ops.py::TestTagsCUDA::test_tags__refs_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7340633Z test_ops.py::TestTagsCUDA::test_tags__refs_erf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7340848Z test_ops.py::TestTagsCUDA::test_tags__refs_erfc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7341065Z test_ops.py::TestTagsCUDA::test_tags__refs_exp2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7341278Z test_ops.py::TestTagsCUDA::test_tags__refs_expand_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7341497Z test_ops.py::TestTagsCUDA::test_tags__refs_eye_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7341720Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7341940Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7342218Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7342442Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7342660Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7342926Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7343151Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7343371Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7343593Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7343965Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7344197Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7344422Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7344652Z test_ops.py::TestTagsCUDA::test_tags__refs_float_power_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7344873Z test_ops.py::TestTagsCUDA::test_tags__refs_floor_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7345102Z test_ops.py::TestTagsCUDA::test_tags__refs_floor_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7345317Z test_ops.py::TestTagsCUDA::test_tags__refs_fmin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7345534Z test_ops.py::TestTagsCUDA::test_tags__refs_fmod_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7345748Z test_ops.py::TestTagsCUDA::test_tags__refs_frac_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7345964Z test_ops.py::TestTagsCUDA::test_tags__refs_gcd_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7346178Z test_ops.py::TestTagsCUDA::test_tags__refs_ge_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7346396Z test_ops.py::TestTagsCUDA::test_tags__refs_hstack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7346618Z test_ops.py::TestTagsCUDA::test_tags__refs_index_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7346850Z test_ops.py::TestTagsCUDA::test_tags__refs_index_select_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7347072Z test_ops.py::TestTagsCUDA::test_tags__refs_isfinite_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7347288Z test_ops.py::TestTagsCUDA::test_tags__refs_isnan_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7347510Z test_ops.py::TestTagsCUDA::test_tags__refs_isneginf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7347735Z test_ops.py::TestTagsCUDA::test_tags__refs_isposinf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7347946Z test_ops.py::TestTagsCUDA::test_tags__refs_le_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7348175Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7348402Z test_ops.py::TestTagsCUDA::test_tags__refs_linspace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7348619Z test_ops.py::TestTagsCUDA::test_tags__refs_log1p_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7348834Z test_ops.py::TestTagsCUDA::test_tags__refs_log2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7349080Z test_ops.py::TestTagsCUDA::test_tags__refs_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7349308Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_xor_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7349604Z test_ops.py::TestTagsCUDA::test_tags__refs_logspace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7349830Z test_ops.py::TestTagsCUDA::test_tags__refs_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7350056Z test_ops.py::TestTagsCUDA::test_tags__refs_masked_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7350326Z test_ops.py::TestTagsCUDA::test_tags__refs_maximum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7350550Z test_ops.py::TestTagsCUDA::test_tags__refs_minimum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7350766Z test_ops.py::TestTagsCUDA::test_tags__refs_mul_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7350991Z test_ops.py::TestTagsCUDA::test_tags__refs_nan_to_num_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7351218Z test_ops.py::TestTagsCUDA::test_tags__refs_narrow_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7351442Z test_ops.py::TestTagsCUDA::test_tags__refs_narrow_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7351684Z test_ops.py::TestTagsCUDA::test_tags__refs_native_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7351885Z test_ops.py::TestTagsCUDA::test_tags__refs_ne_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7352125Z test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7352362Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_celu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7352599Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_elu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7352836Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_gelu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7353079Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardtanh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7353341Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7353583Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7353832Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7354074Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_leaky_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7354316Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7354570Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7354811Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_prelu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7355052Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7355309Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7355556Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softplus_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7355808Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7356053Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_tanhshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7356267Z test_ops.py::TestTagsCUDA::test_tags__refs_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7356483Z test_ops.py::TestTagsCUDA::test_tags__refs_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7356752Z test_ops.py::TestTagsCUDA::test_tags__refs_permute_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7356972Z test_ops.py::TestTagsCUDA::test_tags__refs_pow_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7357197Z test_ops.py::TestTagsCUDA::test_tags__refs_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7357457Z test_ops.py::TestTagsCUDA::test_tags__refs_randn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7357680Z test_ops.py::TestTagsCUDA::test_tags__refs_remainder_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7357906Z test_ops.py::TestTagsCUDA::test_tags__refs_reshape_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7358111Z test_ops.py::TestTagsCUDA::test_tags__refs_roll_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7358324Z test_ops.py::TestTagsCUDA::test_tags__refs_rot90_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7358543Z test_ops.py::TestTagsCUDA::test_tags__refs_sgn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7358761Z test_ops.py::TestTagsCUDA::test_tags__refs_sign_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7358981Z test_ops.py::TestTagsCUDA::test_tags__refs_signbit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7359195Z test_ops.py::TestTagsCUDA::test_tags__refs_sin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7359434Z test_ops.py::TestTagsCUDA::test_tags__refs_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7359661Z test_ops.py::TestTagsCUDA::test_tags__refs_special_entr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7359884Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i0e_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7360107Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7360336Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i1e_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7360589Z test_ops.py::TestTagsCUDA::test_tags__refs_special_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7360822Z test_ops.py::TestTagsCUDA::test_tags__refs_special_logit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7361054Z test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7361286Z test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtri_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7361536Z test_ops.py::TestTagsCUDA::test_tags__refs_special_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7361786Z test_ops.py::TestTagsCUDA::test_tags__refs_special_spherical_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7362016Z test_ops.py::TestTagsCUDA::test_tags__refs_special_zeta_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7362240Z test_ops.py::TestTagsCUDA::test_tags__refs_std_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7362452Z test_ops.py::TestTagsCUDA::test_tags__refs_sub_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7362680Z test_ops.py::TestTagsCUDA::test_tags__refs_sum_to_size_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:11.7362897Z test_ops.py::TestTagsCUDA::test_tags__refs_tan_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7363112Z test_ops.py::TestTagsCUDA::test_tags__refs_tanh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7363337Z test_ops.py::TestTagsCUDA::test_tags__refs_tensor_split_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7363538Z test_ops.py::TestTagsCUDA::test_tags__refs_to_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7363762Z test_ops.py::TestTagsCUDA::test_tags__refs_tril_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7364030Z test_ops.py::TestTagsCUDA::test_tags__refs_triu_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7364257Z test_ops.py::TestTagsCUDA::test_tags__refs_true_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7364476Z test_ops.py::TestTagsCUDA::test_tags__refs_unbind_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7364744Z test_ops.py::TestTagsCUDA::test_tags__refs_unflatten_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7364969Z test_ops.py::TestTagsCUDA::test_tags__refs_unfold_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7365192Z test_ops.py::TestTagsCUDA::test_tags__refs_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7365418Z test_ops.py::TestTagsCUDA::test_tags__refs_unsqueeze_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7365631Z test_ops.py::TestTagsCUDA::test_tags__refs_var_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7365853Z test_ops.py::TestTagsCUDA::test_tags__refs_view_as_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7366072Z test_ops.py::TestTagsCUDA::test_tags__refs_view_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7366292Z test_ops.py::TestTagsCUDA::test_tags__refs_vsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7366515Z test_ops.py::TestTagsCUDA::test_tags__refs_vstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7366754Z test_ops.py::TestTagsCUDA::test_tags__softmax_backward_data_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7366965Z test_ops.py::TestTagsCUDA::test_tags_abs_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7367176Z test_ops.py::TestTagsCUDA::test_tags_acosh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7367389Z test_ops.py::TestTagsCUDA::test_tags_addbmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7367609Z test_ops.py::TestTagsCUDA::test_tags_addcmul_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7367816Z test_ops.py::TestTagsCUDA::test_tags_addmv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7368025Z test_ops.py::TestTagsCUDA::test_tags_addr_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7368246Z test_ops.py::TestTagsCUDA::test_tags_allclose_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7368449Z test_ops.py::TestTagsCUDA::test_tags_aminmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7368659Z test_ops.py::TestTagsCUDA::test_tags_angle_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7368869Z test_ops.py::TestTagsCUDA::test_tags_arange_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7369081Z test_ops.py::TestTagsCUDA::test_tags_argmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7369292Z test_ops.py::TestTagsCUDA::test_tags_asin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7369502Z test_ops.py::TestTagsCUDA::test_tags_asinh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7369717Z test_ops.py::TestTagsCUDA::test_tags_atan2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7369928Z test_ops.py::TestTagsCUDA::test_tags_atan_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7370147Z test_ops.py::TestTagsCUDA::test_tags_atleast_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7370359Z test_ops.py::TestTagsCUDA::test_tags_baddbmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7370574Z test_ops.py::TestTagsCUDA::test_tags_bitwise_and_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7370801Z test_ops.py::TestTagsCUDA::test_tags_bitwise_left_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7371017Z test_ops.py::TestTagsCUDA::test_tags_bitwise_not_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7371278Z test_ops.py::TestTagsCUDA::test_tags_bitwise_or_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7371487Z test_ops.py::TestTagsCUDA::test_tags_bmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7371720Z test_ops.py::TestTagsCUDA::test_tags_broadcast_shapes_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7371983Z test_ops.py::TestTagsCUDA::test_tags_broadcast_to_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7372191Z test_ops.py::TestTagsCUDA::test_tags_byte_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7372417Z test_ops.py::TestTagsCUDA::test_tags_cartesian_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7372633Z test_ops.py::TestTagsCUDA::test_tags_cdouble_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7372843Z test_ops.py::TestTagsCUDA::test_tags_chalf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7373044Z test_ops.py::TestTagsCUDA::test_tags_char_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7373265Z test_ops.py::TestTagsCUDA::test_tags_cholesky_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7373479Z test_ops.py::TestTagsCUDA::test_tags_clamp_min_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7373704Z test_ops.py::TestTagsCUDA::test_tags_column_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7373920Z test_ops.py::TestTagsCUDA::test_tags_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7374143Z test_ops.py::TestTagsCUDA::test_tags_conj_physical_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7374362Z test_ops.py::TestTagsCUDA::test_tags_contiguous_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7374572Z test_ops.py::TestTagsCUDA::test_tags_cummax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7374782Z test_ops.py::TestTagsCUDA::test_tags_cummin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7374994Z test_ops.py::TestTagsCUDA::test_tags_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7375211Z test_ops.py::TestTagsCUDA::test_tags_deg2rad_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7375430Z test_ops.py::TestTagsCUDA::test_tags_diagflat_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7375659Z test_ops.py::TestTagsCUDA::test_tags_diagonal_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7375890Z test_ops.py::TestTagsCUDA::test_tags_diagonal_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7376100Z test_ops.py::TestTagsCUDA::test_tags_digamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7376332Z test_ops.py::TestTagsCUDA::test_tags_div_floor_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7376565Z test_ops.py::TestTagsCUDA::test_tags_div_trunc_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7376786Z test_ops.py::TestTagsCUDA::test_tags_double_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7376997Z test_ops.py::TestTagsCUDA::test_tags_einsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7377210Z test_ops.py::TestTagsCUDA::test_tags_empty_like_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7377419Z test_ops.py::TestTagsCUDA::test_tags_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7377633Z test_ops.py::TestTagsCUDA::test_tags_expand_as_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7377834Z test_ops.py::TestTagsCUDA::test_tags_fft_fft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7378045Z test_ops.py::TestTagsCUDA::test_tags_fft_fft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7378263Z test_ops.py::TestTagsCUDA::test_tags_fft_fftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7378521Z test_ops.py::TestTagsCUDA::test_tags_fft_ifft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7378730Z test_ops.py::TestTagsCUDA::test_tags_fft_ifft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7378940Z test_ops.py::TestTagsCUDA::test_tags_fft_ifftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7379199Z test_ops.py::TestTagsCUDA::test_tags_fft_ifftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7379411Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7379625Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7379837Z test_ops.py::TestTagsCUDA::test_tags_fft_irfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7380046Z test_ops.py::TestTagsCUDA::test_tags_flip_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7380262Z test_ops.py::TestTagsCUDA::test_tags_fliplr_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7380476Z test_ops.py::TestTagsCUDA::test_tags_flipud_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7380695Z test_ops.py::TestTagsCUDA::test_tags_float_power_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7380903Z test_ops.py::TestTagsCUDA::test_tags_floor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7381127Z test_ops.py::TestTagsCUDA::test_tags_floor_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7381332Z test_ops.py::TestTagsCUDA::test_tags_fmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7381538Z test_ops.py::TestTagsCUDA::test_tags_frac_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7381745Z test_ops.py::TestTagsCUDA::test_tags_geqrf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7381958Z test_ops.py::TestTagsCUDA::test_tags_gradient_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7382166Z test_ops.py::TestTagsCUDA::test_tags_gt_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7382386Z test_ops.py::TestTagsCUDA::test_tags_heaviside_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7382586Z test_ops.py::TestTagsCUDA::test_tags_histc_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7382797Z test_ops.py::TestTagsCUDA::test_tags_hstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7383005Z test_ops.py::TestTagsCUDA::test_tags_hypot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7383212Z test_ops.py::TestTagsCUDA::test_tags_igamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7383423Z test_ops.py::TestTagsCUDA::test_tags_igammac_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7383636Z test_ops.py::TestTagsCUDA::test_tags_index_put_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7383915Z test_ops.py::TestTagsCUDA::test_tags_index_select_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7384122Z test_ops.py::TestTagsCUDA::test_tags_inner_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7384334Z test_ops.py::TestTagsCUDA::test_tags_isclose_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7384550Z test_ops.py::TestTagsCUDA::test_tags_isfinite_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7384760Z test_ops.py::TestTagsCUDA::test_tags_isinf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7384966Z test_ops.py::TestTagsCUDA::test_tags_isnan_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7385179Z test_ops.py::TestTagsCUDA::test_tags_isneginf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7385393Z test_ops.py::TestTagsCUDA::test_tags_isposinf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7385619Z test_ops.py::TestTagsCUDA::test_tags_jiterator_unary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7385903Z test_ops.py::TestTagsCUDA::test_tags_le_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7386115Z test_ops.py::TestTagsCUDA::test_tags_lerp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7386340Z test_ops.py::TestTagsCUDA::test_tags_linalg_cond_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7386603Z test_ops.py::TestTagsCUDA::test_tags_linalg_det_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7386836Z test_ops.py::TestTagsCUDA::test_tags_linalg_det_singular_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7387052Z test_ops.py::TestTagsCUDA::test_tags_linalg_eig_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7387277Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigvalsh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7387481Z test_ops.py::TestTagsCUDA::test_tags_linalg_inv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7387707Z test_ops.py::TestTagsCUDA::test_tags_linalg_inv_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7388117Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_solve_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 98%] 2023-01-11T22:56:11.7388344Z test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7388593Z test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7388806Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7389041Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7389268Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7389520Z test_ops.py::TestTagsCUDA::test_tags_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7389761Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_hermitian_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7390010Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_singular_cuda_float32 SKIPPED (cuSOLVER not available) [ 98%] 2023-01-11T22:56:11.7390232Z test_ops.py::TestTagsCUDA::test_tags_linalg_slogdet_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7390453Z test_ops.py::TestTagsCUDA::test_tags_linalg_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7390680Z test_ops.py::TestTagsCUDA::test_tags_linalg_svdvals_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7390910Z test_ops.py::TestTagsCUDA::test_tags_linalg_tensorsolve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7391137Z test_ops.py::TestTagsCUDA::test_tags_linalg_vector_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7391350Z test_ops.py::TestTagsCUDA::test_tags_log10_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7391572Z test_ops.py::TestTagsCUDA::test_tags_logical_and_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7391790Z test_ops.py::TestTagsCUDA::test_tags_logical_not_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7392012Z test_ops.py::TestTagsCUDA::test_tags_logical_or_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7392238Z test_ops.py::TestTagsCUDA::test_tags_logical_xor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7392447Z test_ops.py::TestTagsCUDA::test_tags_long_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7392656Z test_ops.py::TestTagsCUDA::test_tags_lt_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7392850Z test_ops.py::TestTagsCUDA::test_tags_lu_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7393063Z test_ops.py::TestTagsCUDA::test_tags_lu_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7393328Z test_ops.py::TestTagsCUDA::test_tags_lu_unpack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7393550Z test_ops.py::TestTagsCUDA::test_tags_masked_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7393773Z test_ops.py::TestTagsCUDA::test_tags_masked_argmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7394037Z test_ops.py::TestTagsCUDA::test_tags_masked_cumprod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7394264Z test_ops.py::TestTagsCUDA::test_tags_masked_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7394485Z test_ops.py::TestTagsCUDA::test_tags_masked_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7394710Z test_ops.py::TestTagsCUDA::test_tags_masked_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7394933Z test_ops.py::TestTagsCUDA::test_tags_masked_select_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7395158Z test_ops.py::TestTagsCUDA::test_tags_masked_softmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7395376Z test_ops.py::TestTagsCUDA::test_tags_masked_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7395592Z test_ops.py::TestTagsCUDA::test_tags_masked_var_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7395808Z test_ops.py::TestTagsCUDA::test_tags_matmul_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7396024Z test_ops.py::TestTagsCUDA::test_tags_matrix_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7396279Z test_ops.py::TestTagsCUDA::test_tags_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2023-01-11T22:56:11.7396513Z test_ops.py::TestTagsCUDA::test_tags_max_reduction_no_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7396746Z test_ops.py::TestTagsCUDA::test_tags_max_reduction_with_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7396963Z test_ops.py::TestTagsCUDA::test_tags_median_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7397201Z test_ops.py::TestTagsCUDA::test_tags_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7397433Z test_ops.py::TestTagsCUDA::test_tags_min_reduction_no_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7397671Z test_ops.py::TestTagsCUDA::test_tags_min_reduction_with_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7397878Z test_ops.py::TestTagsCUDA::test_tags_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7398084Z test_ops.py::TestTagsCUDA::test_tags_movedim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7398293Z test_ops.py::TestTagsCUDA::test_tags_msort_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7398501Z test_ops.py::TestTagsCUDA::test_tags_mul_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7398740Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7398959Z test_ops.py::TestTagsCUDA::test_tags_nanmedian_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7399172Z test_ops.py::TestTagsCUDA::test_tags_narrow_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7399418Z test_ops.py::TestTagsCUDA::test_tags_native_dropout_backward_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7399628Z test_ops.py::TestTagsCUDA::test_tags_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7399843Z test_ops.py::TestTagsCUDA::test_tags_new_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7400071Z test_ops.py::TestTagsCUDA::test_tags_new_empty_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7400284Z test_ops.py::TestTagsCUDA::test_tags_new_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7400543Z test_ops.py::TestTagsCUDA::test_tags_new_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7400814Z test_ops.py::TestTagsCUDA::test_tags_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7401055Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7401331Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7401602Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7401839Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7402093Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7402337Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7402568Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_elu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7402841Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7403121Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7403350Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_glu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7403594Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_grid_sample_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7403840Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_instance_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7404063Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_kl_div_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7404307Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7404551Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_leaky_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7404805Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_local_response_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7405047Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7405295Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7405527Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_mish_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7405766Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_mse_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7406030Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7406278Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_circular_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7406524Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_replicate_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7406776Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7407022Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7407254Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu6_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7407487Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_rrelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7407764Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_selu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7408001Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7408254Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7408532Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softsign_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7408768Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7408984Z test_ops.py::TestTagsCUDA::test_tags_nonzero_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7409200Z test_ops.py::TestTagsCUDA::test_tags_norm_inf_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7409432Z test_ops.py::TestTagsCUDA::test_tags_normal_number_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7409682Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_native_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7409913Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7410139Z test_ops.py::TestTagsCUDA::test_tags_ormqr_cuda_float32 SKIPPED (cuSOLVER not available) [ 99%] 2023-01-11T22:56:11.7410344Z test_ops.py::TestTagsCUDA::test_tags_outer_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7410579Z test_ops.py::TestTagsCUDA::test_tags_pca_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 99%] 2023-01-11T22:56:11.7410793Z test_ops.py::TestTagsCUDA::test_tags_permute_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7411032Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7411269Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7411509Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7411718Z test_ops.py::TestTagsCUDA::test_tags_put_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7411930Z test_ops.py::TestTagsCUDA::test_tags_rad2deg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7412145Z test_ops.py::TestTagsCUDA::test_tags_randint_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7412357Z test_ops.py::TestTagsCUDA::test_tags_randn_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7412572Z test_ops.py::TestTagsCUDA::test_tags_real_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7412793Z test_ops.py::TestTagsCUDA::test_tags_reciprocal_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7413013Z test_ops.py::TestTagsCUDA::test_tags_remainder_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7413229Z test_ops.py::TestTagsCUDA::test_tags_renorm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7413442Z test_ops.py::TestTagsCUDA::test_tags_repeat_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7413672Z test_ops.py::TestTagsCUDA::test_tags_repeat_interleave_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7413894Z test_ops.py::TestTagsCUDA::test_tags_reshape_as_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7414109Z test_ops.py::TestTagsCUDA::test_tags_reshape_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7414321Z test_ops.py::TestTagsCUDA::test_tags_resize__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7414536Z test_ops.py::TestTagsCUDA::test_tags_resize_as__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7414746Z test_ops.py::TestTagsCUDA::test_tags_roll_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7415020Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7415232Z test_ops.py::TestTagsCUDA::test_tags_scatter_add_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7415467Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7415708Z test_ops.py::TestTagsCUDA::test_tags_segment_reduce_offsets_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7415978Z test_ops.py::TestTagsCUDA::test_tags_select_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7416191Z test_ops.py::TestTagsCUDA::test_tags_short_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7416401Z test_ops.py::TestTagsCUDA::test_tags_sign_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7416639Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_blackman_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7416880Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_cosine_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7417128Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_exponential_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7417377Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_general_hamming_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7417615Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_hann_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7417827Z test_ops.py::TestTagsCUDA::test_tags_signbit_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7418037Z test_ops.py::TestTagsCUDA::test_tags_sinc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7418249Z test_ops.py::TestTagsCUDA::test_tags_sinh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7418474Z test_ops.py::TestTagsCUDA::test_tags_slice_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7418688Z test_ops.py::TestTagsCUDA::test_tags_sort_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7418914Z test_ops.py::TestTagsCUDA::test_tags_special_airy_ai_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7419143Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_j1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7419603Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:56:11.7419856Z test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_h_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7420106Z test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_he_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7420553Z test_ops.py::TestTagsCUDA::test_tags_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:56:11.7420800Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7421044Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7421272Z test_ops.py::TestTagsCUDA::test_tags_special_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7421488Z test_ops.py::TestTagsCUDA::test_tags_special_ndtri_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7421756Z test_ops.py::TestTagsCUDA::test_tags_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7422012Z test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7422472Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:56:11.7422979Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2023-01-11T22:56:11.7423228Z test_ops.py::TestTagsCUDA::test_tags_special_spherical_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7423443Z test_ops.py::TestTagsCUDA::test_tags_split_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7423780Z test_ops.py::TestTagsCUDA::test_tags_split_with_sizes_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7423990Z test_ops.py::TestTagsCUDA::test_tags_sqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7424205Z test_ops.py::TestTagsCUDA::test_tags_squeeze_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7424416Z test_ops.py::TestTagsCUDA::test_tags_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7424627Z test_ops.py::TestTagsCUDA::test_tags_std_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7424845Z test_ops.py::TestTagsCUDA::test_tags_sub_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7425054Z test_ops.py::TestTagsCUDA::test_tags_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7425289Z test_ops.py::TestTagsCUDA::test_tags_svd_lowrank_cuda_float32 SKIPPED (cuSOLVER not available) [ 99%] 2023-01-11T22:56:11.7425504Z test_ops.py::TestTagsCUDA::test_tags_t_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7425729Z test_ops.py::TestTagsCUDA::test_tags_take_along_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7425949Z test_ops.py::TestTagsCUDA::test_tags_tensordot_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7426158Z test_ops.py::TestTagsCUDA::test_tags_tile_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7426388Z test_ops.py::TestTagsCUDA::test_tags_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 99%] 2023-01-11T22:56:11.7426604Z test_ops.py::TestTagsCUDA::test_tags_topk_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7426816Z test_ops.py::TestTagsCUDA::test_tags_trace_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7427035Z test_ops.py::TestTagsCUDA::test_tags_transpose_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7427256Z test_ops.py::TestTagsCUDA::test_tags_trapezoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7427458Z test_ops.py::TestTagsCUDA::test_tags_trapz_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7427671Z test_ops.py::TestTagsCUDA::test_tags_tril_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7427893Z test_ops.py::TestTagsCUDA::test_tags_tril_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7428103Z test_ops.py::TestTagsCUDA::test_tags_triu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7428321Z test_ops.py::TestTagsCUDA::test_tags_triu_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7428545Z test_ops.py::TestTagsCUDA::test_tags_true_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7428767Z test_ops.py::TestTagsCUDA::test_tags_unflatten_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7428988Z test_ops.py::TestTagsCUDA::test_tags_unfold_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7429206Z test_ops.py::TestTagsCUDA::test_tags_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7429418Z test_ops.py::TestTagsCUDA::test_tags_uniform_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7429652Z test_ops.py::TestTagsCUDA::test_tags_unique_consecutive_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7429862Z test_ops.py::TestTagsCUDA::test_tags_var_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7430076Z test_ops.py::TestTagsCUDA::test_tags_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7430346Z test_ops.py::TestTagsCUDA::test_tags_vdot_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7430575Z test_ops.py::TestTagsCUDA::test_tags_view_as_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7430793Z test_ops.py::TestTagsCUDA::test_tags_view_as_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7431018Z test_ops.py::TestTagsCUDA::test_tags_view_as_real_cuda_complex64 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7431276Z test_ops.py::TestTagsCUDA::test_tags_view_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7431487Z test_ops.py::TestTagsCUDA::test_tags_view_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7431698Z test_ops.py::TestTagsCUDA::test_tags_where_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7431911Z test_ops.py::TestTagsCUDA::test_tags_xlogy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2023-01-11T22:56:11.7432115Z test_ops.py::TestTagsCUDA::test_tags_zeros_like_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2023-01-11T22:56:11.7432146Z 2023-01-11T22:56:11.7432285Z =============================== warnings summary =============================== 2023-01-11T22:56:11.7432628Z ../../../../../opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171 2023-01-11T22:56:11.7433096Z /opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2023-01-11T22:56:11.7433236Z self._mark_plugins_for_rewrite(hook) 2023-01-11T22:56:11.7433243Z 2023-01-11T22:56:11.7433538Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2023-01-11T22:56:11.7433918Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/test_ops/test_ops-e8df548ef32c2592.xml - 2023-01-11T22:56:11.7434105Z = 11318 passed, 3591 skipped, 17 deselected, 154 xfailed, 1 warning in 4984.17s (1:23:04) = 2023-01-11T22:56:11.7434338Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2023-01-11T22:56:11.7434345Z 2023-01-11T22:56:11.7434796Z ##[endgroup] 2023-01-11T22:56:11.7435128Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_fwg_qc19) 2023-01-11T22:56:11.7435134Z 2023-01-11T22:56:14.1535078Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 22:56:14.152429] 2023-01-11T22:56:32.4650536Z 2023-01-11T22:56:32.4657439Z Expand the folded group to see the log file of test_ops 2023-01-11T22:56:32.4659301Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_8us133e_) 2023-01-11T22:56:32.4661246Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-f3f46d2464037ec7.xml 2023-01-11T22:56:32.4662396Z ============================= test session starts ============================== 2023-01-11T22:56:32.4663908Z platform linux -- Python 3.8.15, pytest-7.2.0, pluggy-1.0.0 -- /opt/conda/bin/python 2023-01-11T22:56:32.4664901Z cachedir: .pytest_cache 2023-01-11T22:56:32.4666403Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2023-01-11T22:56:32.4667751Z rootdir: /var/lib/jenkins/pytorch, configfile: pytest.ini 2023-01-11T22:56:32.4669266Z plugins: shard-0.1.2, xdist-3.1.0, xdoctest-1.1.0, flakefinder-1.1.0, hypothesis-5.35.1, rerunfailures-10.3 2023-01-11T22:56:32.4670552Z collecting ... collected 30693 items / 30651 deselected / 42 selected 2023-01-11T22:56:32.4685741Z Running 42 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_ex_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_ex_cuda, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_ex_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_ex_cuda_float32 2023-01-11T22:56:32.4700236Z 2023-01-11T22:56:32.4701093Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2023-01-11T22:56:32.4702874Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 4%] 2023-01-11T22:56:32.4704470Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_cuda PASSED [ 7%] 2023-01-11T22:56:32.4705683Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_ex_cuda PASSED [ 9%] 2023-01-11T22:56:32.4707066Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 11%] 2023-01-11T22:56:32.4708775Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 14%] 2023-01-11T22:56:32.4710373Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_complex64 PASSED [ 16%] 2023-01-11T22:56:32.4711925Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_float32 PASSED [ 19%] 2023-01-11T22:56:32.4713282Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_complex64 PASSED [ 21%] 2023-01-11T22:56:32.4714641Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_float32 PASSED [ 23%] 2023-01-11T22:56:32.4715910Z test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_cuda_float32 PASSED [ 26%] 2023-01-11T22:56:32.4717099Z test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_ex_cuda_float32 PASSED [ 28%] 2023-01-11T22:56:32.4718296Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_cuda PASSED [ 30%] 2023-01-11T22:56:32.4719511Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_ex_cuda PASSED [ 33%] 2023-01-11T22:56:32.4720824Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_complex64 PASSED [ 35%] 2023-01-11T22:56:32.4722186Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_float32 PASSED [ 38%] 2023-01-11T22:56:32.4723582Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_complex64 PASSED [ 40%] 2023-01-11T22:56:32.4724962Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_float32 PASSED [ 42%] 2023-01-11T22:56:32.4726347Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_cuda_float32 PASSED [ 45%] 2023-01-11T22:56:32.4727757Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_ex_cuda_float32 PASSED [ 47%] 2023-01-11T22:56:32.4729179Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_cuda_float32 PASSED [ 50%] 2023-01-11T22:56:32.4730615Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_ex_cuda_float32 PASSED [ 52%] 2023-01-11T22:56:32.4732023Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_cuda_float32 PASSED [ 54%] 2023-01-11T22:56:32.4733441Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_ex_cuda_float32 PASSED [ 57%] 2023-01-11T22:56:32.4734788Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_cuda_complex64 PASSED [ 59%] 2023-01-11T22:56:32.4736072Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_ex_cuda_complex64 PASSED [ 61%] 2023-01-11T22:56:32.4737387Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_cuda_complex128 PASSED [ 64%] 2023-01-11T22:56:32.4738694Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_ex_cuda_complex128 PASSED [ 66%] 2023-01-11T22:56:32.4739978Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_cuda_float64 PASSED [ 69%] 2023-01-11T22:56:32.4741242Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_ex_cuda_float64 PASSED [ 71%] 2023-01-11T22:56:32.4742535Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_cuda_float32 PASSED [ 73%] 2023-01-11T22:56:32.4744187Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_ex_cuda_float32 PASSED [ 76%] 2023-01-11T22:56:32.4746190Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 78%] 2023-01-11T22:56:32.4748369Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 80%] 2023-01-11T22:56:32.4750579Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 83%] 2023-01-11T22:56:32.4752989Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cuda_float32 SKIPPED (test doesn't currently work on the ROCm stack) [ 85%] 2023-01-11T22:56:32.4754544Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_cuda_float32 PASSED [ 88%] 2023-01-11T22:56:32.4755782Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_ex_cuda_float32 PASSED [ 90%] 2023-01-11T22:56:32.4757199Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cholesky_cuda_float32 PASSED [ 92%] 2023-01-11T22:56:32.4758507Z test_ops.py::TestFakeTensorCUDA::test_pointwise_ops_linalg_cholesky_ex_cuda_float32 PASSED [ 95%] 2023-01-11T22:56:32.4759691Z test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2023-01-11T22:56:32.4760325Z test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_ex_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2023-01-11T22:56:32.4760652Z 2023-01-11T22:56:32.4760832Z =============================== warnings summary =============================== 2023-01-11T22:56:32.4761414Z ../../../../../opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171 2023-01-11T22:56:32.4762244Z /opt/conda/lib/python3.8/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2023-01-11T22:56:32.4762827Z self._mark_plugins_for_rewrite(hook) 2023-01-11T22:56:32.4763048Z 2023-01-11T22:56:32.4763400Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2023-01-11T22:56:32.4764143Z - generated xml file: /var/lib/jenkins/pytorch/test/test-reports/python-pytest/test_ops/test_ops-f3f46d2464037ec7.xml - 2023-01-11T22:56:32.4764709Z ========= 32 passed, 10 skipped, 30651 deselected, 1 warning in 8.59s ========== 2023-01-11T22:56:32.4765227Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2023-01-11T22:56:32.4765540Z 2023-01-11T22:56:32.4765885Z ##[endgroup] 2023-01-11T22:56:32.4766454Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/pytorch/test/test-reports/test_ops_8us133e_) 2023-01-11T22:56:32.4766781Z 2023-01-11T22:56:32.4767051Z Running test_jit_cuda_fuser ... [2023-01-11 22:56:32.466408] 2023-01-11T22:56:32.4767789Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 22:56:32.466969] 2023-01-11T23:08:16.0114999Z 2023-01-11T23:08:16.0119047Z Expand the folded group to see the log file of test_jit_cuda_fuser 2023-01-11T23:08:16.0121137Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/pytorch/test/test-reports/test_jit_cuda_fuser_1c69q_u7) 2023-01-11T23:08:16.0146776Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2023-01-11T23:08:16.0147486Z 2023-01-11T23:08:16.0147751Z Running tests... 2023-01-11T23:08:16.0148816Z ---------------------------------------------------------------------- 2023-01-11T23:08:16.0155710Z test__softmax_function (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: 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:157.) 2023-01-11T23:08:16.0157796Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0160721Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: PYTORCH_CUDA_FUSER_DISABLE_FMA is not supported on ROCm, ignoring (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1045.) 2023-01-11T23:08:16.0162720Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0192465Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: 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:1101.) 2023-01-11T23:08:16.0196148Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0197024Z ok (0.779s) 2023-01-11T23:08:16.0198222Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... ok (0.562s) 2023-01-11T23:08:16.0200023Z test_addcmul_ops (__main__.TestCudaFuser) ... ok (1.438s) 2023-01-11T23:08:16.0201593Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2023-01-11T23:08:16.0206106Z test_autocast_1 (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/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:1101.) 2023-01-11T23:08:16.0209285Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T23:08:16.0210563Z ok (1.331s) 2023-01-11T23:08:16.0211613Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... ok (1.197s) 2023-01-11T23:08:16.0212946Z test_autocast_2 (__main__.TestCudaFuser) ... ok (1.307s) 2023-01-11T23:08:16.0214262Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... ok (1.306s) 2023-01-11T23:08:16.0215566Z test_backward_type (__main__.TestCudaFuser) ... ok (3.337s) 2023-01-11T23:08:16.0217461Z test_batch_norm_half (__main__.TestCudaFuser) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T23:08:16.0219014Z ok (11.314s) 2023-01-11T23:08:16.0220508Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.0222246Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... ok (12.593s) 2023-01-11T23:08:16.0223670Z test_bfloat (__main__.TestCudaFuser) ... ok (0.490s) 2023-01-11T23:08:16.0225381Z test_binary_bitwise (__main__.TestCudaFuser) ... ok (45.770s) 2023-01-11T23:08:16.0227065Z test_binary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.0228727Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... ok (0.466s) 2023-01-11T23:08:16.0230487Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2023-01-11T23:08:16.0232153Z test_binary_ops_permutation (__main__.TestCudaFuser) ... ok (63.993s) 2023-01-11T23:08:16.0233441Z test_branches (__main__.TestCudaFuser) ... ok (0.923s) 2023-01-11T23:08:16.0234727Z test_broadcasting_0 (__main__.TestCudaFuser) ... ok (0.456s) 2023-01-11T23:08:16.0236021Z test_broadcasting_1 (__main__.TestCudaFuser) ... ok (0.465s) 2023-01-11T23:08:16.0237323Z test_broadcasting_2 (__main__.TestCudaFuser) ... ok (0.470s) 2023-01-11T23:08:16.0238641Z test_broadcasting_3 (__main__.TestCudaFuser) ... ok (0.439s) 2023-01-11T23:08:16.0240827Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2023-01-11T23:08:16.0242539Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2023-01-11T23:08:16.0243312Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... ok (0.473s) 2023-01-11T23:08:16.0243952Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... ok (0.478s) 2023-01-11T23:08:16.0244622Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... ok (0.500s) 2023-01-11T23:08:16.0245317Z test_category_rule (__main__.TestCudaFuser) ... ok (2.762s) 2023-01-11T23:08:16.0245951Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... ok (1.764s) 2023-01-11T23:08:16.0246691Z test_chunk (__main__.TestCudaFuser) ... ok (0.459s) 2023-01-11T23:08:16.0247265Z test_clamp (__main__.TestCudaFuser) ... ok (1.261s) 2023-01-11T23:08:16.0247940Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... ok (0.421s) 2023-01-11T23:08:16.0248553Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... ok (0.005s) 2023-01-11T23:08:16.0249242Z test_const (__main__.TestCudaFuser) ... ok (0.431s) 2023-01-11T23:08:16.0249855Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... ok (0.433s) 2023-01-11T23:08:16.0250508Z test_conv2d_bias (__main__.TestCudaFuser) ... ok (1.118s) 2023-01-11T23:08:16.0252267Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: 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:2303.) 2023-01-11T23:08:16.0253484Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0253954Z ok (0.183s) 2023-01-11T23:08:16.0254424Z test_cpu_scalar (__main__.TestCudaFuser) ... ok (0.868s) 2023-01-11T23:08:16.0255066Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... ok (0.036s) 2023-01-11T23:08:16.0256210Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... STAGE:2023-01-11 22:59:15 65425:65425 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2023-01-11T23:08:16.0257314Z STAGE:2023-01-11 22:59:16 65425:65425 ActivityProfilerController.cpp:306] Completed Stage: Collection 2023-01-11T23:08:16.0258314Z STAGE:2023-01-11 22:59:16 65425:65425 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2023-01-11T23:08:16.0259115Z [W collection.cpp:806] Warning: ROCTracer produced duplicate flow start: 79664 (function operator()) 2023-01-11T23:08:16.0259685Z ok (0.963s) 2023-01-11T23:08:16.0260242Z test_device_constant (__main__.TestCudaFuser) ... ok (0.005s) 2023-01-11T23:08:16.0260949Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... ok (0.617s) 2023-01-11T23:08:16.0261640Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... ok (0.006s) 2023-01-11T23:08:16.0262287Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... ok (0.432s) 2023-01-11T23:08:16.0262962Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... ok (0.681s) 2023-01-11T23:08:16.0263616Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... ok (0.563s) 2023-01-11T23:08:16.0264401Z test_dropout_training_fusion (__main__.TestCudaFuser) ... ok (5.895s) 2023-01-11T23:08:16.0265045Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... ok (0.578s) 2023-01-11T23:08:16.0265905Z test_dynamic_size (__main__.TestCudaFuser) ... [W init.cpp:834] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator()) 2023-01-11T23:08:16.0266650Z ok (0.473s) 2023-01-11T23:08:16.0267672Z test_expand (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2023-01-11T23:08:16.0268424Z warnings.warn("Only works in script mode") 2023-01-11T23:08:16.0268867Z ok (0.456s) 2023-01-11T23:08:16.0269339Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... ok (0.916s) 2023-01-11T23:08:16.0270118Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2023-01-11T23:08:16.0270762Z test_gelu (__main__.TestCudaFuser) ... ok (1.980s) 2023-01-11T23:08:16.0271333Z test_grad_sum_to_size (__main__.TestCudaFuser) ... ok (1.575s) 2023-01-11T23:08:16.0272069Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... ok (0.440s) 2023-01-11T23:08:16.0272785Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA11 or above (0.002s) 2023-01-11T23:08:16.0273464Z test_half (__main__.TestCudaFuser) ... ok (0.485s) 2023-01-11T23:08:16.0274058Z test_high_rank_fusion (__main__.TestCudaFuser) ... ok (0.007s) 2023-01-11T23:08:16.0274829Z test_inf_quick_patch (__main__.TestCudaFuser) ... ok (1.927s) 2023-01-11T23:08:16.0275440Z test_inplace_removal (__main__.TestCudaFuser) ... ok (0.600s) 2023-01-11T23:08:16.0276068Z test_input_output_passthrough (__main__.TestCudaFuser) ... ok (0.446s) 2023-01-11T23:08:16.0276721Z test_int_tensor_input (__main__.TestCudaFuser) ... ok (0.462s) 2023-01-11T23:08:16.0277464Z test_issue1445_fusion (__main__.TestCudaFuser) ... ok (1.002s) 2023-01-11T23:08:16.0278015Z test_issue_1785 (__main__.TestCudaFuser) ... ok (0.537s) 2023-01-11T23:08:16.0278595Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... ok (8.039s) 2023-01-11T23:08:16.0279197Z test_layer_norm_parser (__main__.TestCudaFuser) ... ok (0.605s) 2023-01-11T23:08:16.0279882Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... ok (2.064s) 2023-01-11T23:08:16.0280545Z test_linear (__main__.TestCudaFuser) ... ok (0.905s) 2023-01-11T23:08:16.0282219Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: 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:2136.) 2023-01-11T23:08:16.0283347Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0283775Z ok (0.021s) 2023-01-11T23:08:16.0284399Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires multiple CUDA device (0.001s) 2023-01-11T23:08:16.0285135Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... ok (0.636s) 2023-01-11T23:08:16.0285774Z test_native_layer_norm (__main__.TestCudaFuser) ... ok (12.324s) 2023-01-11T23:08:16.0286406Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... ok (7.753s) 2023-01-11T23:08:16.0287002Z test_native_layer_norm_half (__main__.TestCudaFuser) ... ok (7.592s) 2023-01-11T23:08:16.0287759Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2023-01-11T23:08:16.0288464Z test_no_tensor_input (__main__.TestCudaFuser) ... ok (0.540s) 2023-01-11T23:08:16.0289029Z test_norm (__main__.TestCudaFuser) ... ok (33.441s) 2023-01-11T23:08:16.0289697Z test_norm_bfloat (__main__.TestCudaFuser) ... ok (11.789s) 2023-01-11T23:08:16.0290325Z test_norm_channels_last (__main__.TestCudaFuser) ... ok (5.675s) 2023-01-11T23:08:16.0290984Z test_norm_half (__main__.TestCudaFuser) ... ok (11.133s) 2023-01-11T23:08:16.0291725Z test_norm_half_layer (__main__.TestCudaFuser) ... ok (5.781s) 2023-01-11T23:08:16.0292609Z test_norm_large (__main__.TestCudaFuser) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T23:08:16.0293322Z test_normalization_partition (__main__.TestCudaFuser) ... ok (1.667s) 2023-01-11T23:08:16.0294010Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... ok (0.439s) 2023-01-11T23:08:16.0294742Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... ok (0.008s) 2023-01-11T23:08:16.0295418Z test_overlapped_input (__main__.TestCudaFuser) ... ok (0.424s) 2023-01-11T23:08:16.0296072Z test_permutation_preservation (__main__.TestCudaFuser) ... ok (0.875s) 2023-01-11T23:08:16.0296772Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... ok (0.443s) 2023-01-11T23:08:16.0297870Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... test_jit_cuda_fuser.py:2269: UserWarning: permutation propagation is broken, proper support should come after nvfuser permutation scheduler update 2023-01-11T23:08:16.0298715Z warnings.warn( 2023-01-11T23:08:16.0299079Z ok (0.452s) 2023-01-11T23:08:16.0299667Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... ok (0.508s) 2023-01-11T23:08:16.0300374Z test_permute (__main__.TestCudaFuser) ... ok (14.492s) 2023-01-11T23:08:16.0300957Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... ok (0.482s) 2023-01-11T23:08:16.0301716Z test_profile_ivalue (__main__.TestCudaFuser) ... ok (0.539s) 2023-01-11T23:08:16.0303507Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: operator() sees varying value in profiling, ignoring and this should be handled by GUARD logic (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.cpp:3820.) 2023-01-11T23:08:16.0304820Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0306336Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: operator() profile_node %42 : int[] = prim::profile_ivalue[profile_failed="varying profile values"](%40) 2023-01-11T23:08:16.0307522Z does not have profile information (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:105.) 2023-01-11T23:08:16.0308233Z return callable(*args, **kwargs) 2023-01-11T23:08:16.0308640Z ok (0.013s) 2023-01-11T23:08:16.0309202Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2023-01-11T23:08:16.0309918Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... ok (0.915s) 2023-01-11T23:08:16.0310547Z test_random_topo (__main__.TestCudaFuser) ... ok (0.620s) 2023-01-11T23:08:16.0311129Z test_reduction (__main__.TestCudaFuser) ... ok (57.718s) 2023-01-11T23:08:16.0311719Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... ok (23.539s) 2023-01-11T23:08:16.0312316Z test_reduction_empty_axes (__main__.TestCudaFuser) ... ok (0.963s) 2023-01-11T23:08:16.0313156Z test_reduction_multiple_output (__main__.TestCudaFuser) ... [W init.cpp:834] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator()) 2023-01-11T23:08:16.0313908Z ok (1.573s) 2023-01-11T23:08:16.0314573Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0315318Z test_reduction_sizes_op (__main__.TestCudaFuser) ... ok (0.007s) 2023-01-11T23:08:16.0315981Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... ok (0.826s) 2023-01-11T23:08:16.0316614Z test_rsub (__main__.TestCudaFuser) ... ok (0.454s) 2023-01-11T23:08:16.0317234Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... ok (0.413s) 2023-01-11T23:08:16.0317842Z test_scalar_input (__main__.TestCudaFuser) ... ok (0.461s) 2023-01-11T23:08:16.0318407Z test_scalar_tensor (__main__.TestCudaFuser) ... ok (0.414s) 2023-01-11T23:08:16.0319072Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... ok (0.430s) 2023-01-11T23:08:16.0319769Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... ok (1.910s) 2023-01-11T23:08:16.0320635Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2023-01-11T23:08:16.0321372Z test_sibling_fusion (__main__.TestCudaFuser) ... ok (0.925s) 2023-01-11T23:08:16.0322008Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... ok (0.006s) 2023-01-11T23:08:16.0322636Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... ok (0.483s) 2023-01-11T23:08:16.0323237Z test_singleton_fusion (__main__.TestCudaFuser) ... ok (0.422s) 2023-01-11T23:08:16.0323844Z test_skip_parser (__main__.TestCudaFuser) ... ok (1.278s) 2023-01-11T23:08:16.0324556Z test_softmax (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0325253Z test_softmax_bfloat (__main__.TestCudaFuser) ... ok (35.725s) 2023-01-11T23:08:16.0325825Z test_softmax_dtype (__main__.TestCudaFuser) ... ok (1.351s) 2023-01-11T23:08:16.0326421Z test_softmax_half (__main__.TestCudaFuser) ... ok (35.058s) 2023-01-11T23:08:16.0327004Z test_softplus_fuser (__main__.TestCudaFuser) ... ok (0.983s) 2023-01-11T23:08:16.0327900Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2023-01-11T23:08:16.0328764Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2023-01-11T23:08:16.0329621Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2023-01-11T23:08:16.0330451Z test_strict_fusion (__main__.TestCudaFuser) ... ok (0.455s) 2023-01-11T23:08:16.0331015Z test_sum_to_one (__main__.TestCudaFuser) ... ok (0.561s) 2023-01-11T23:08:16.0331564Z test_sum_to_size (__main__.TestCudaFuser) ... ok (1.407s) 2023-01-11T23:08:16.0332134Z test_ternary_ops (__main__.TestCudaFuser) ... ok (3.213s) 2023-01-11T23:08:16.0332757Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... ok (6.859s) 2023-01-11T23:08:16.0333425Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... ok (0.001s) 2023-01-11T23:08:16.0334030Z test_to_boolean (__main__.TestCudaFuser) ... ok (0.423s) 2023-01-11T23:08:16.0334605Z test_to_copy (__main__.TestCudaFuser) ... ok (1.699s) 2023-01-11T23:08:16.0335276Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... ok (0.440s) 2023-01-11T23:08:16.0335865Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... ok (0.435s) 2023-01-11T23:08:16.0336453Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... ok (0.450s) 2023-01-11T23:08:16.0337072Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... ok (0.437s) 2023-01-11T23:08:16.0337641Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... ok (0.436s) 2023-01-11T23:08:16.0338220Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... ok (0.436s) 2023-01-11T23:08:16.0338824Z test_transpose (__main__.TestCudaFuser) ... ok (4.762s) 2023-01-11T23:08:16.0339402Z test_transpose_default (__main__.TestCudaFuser) ... ok (0.459s) 2023-01-11T23:08:16.0340073Z test_trivial_reduction (__main__.TestCudaFuser) ... ok (0.980s) 2023-01-11T23:08:16.0340679Z test_type_as_op (__main__.TestCudaFuser) ... ok (0.449s) 2023-01-11T23:08:16.0341308Z test_type_inference (__main__.TestCudaFuser) ... ok (0.017s) 2023-01-11T23:08:16.0341940Z test_unary_bitwise (__main__.TestCudaFuser) ... ok (0.910s) 2023-01-11T23:08:16.0344061Z test_unary_ops (__main__.TestCudaFuser) ... /opt/conda/lib/python3.8/site-packages/torch/autograd/__init__.py:300: 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:1101.) 2023-01-11T23:08:16.0345471Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2023-01-11T23:08:16.0346065Z ok (131.479s) 2023-01-11T23:08:16.0346729Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2023-01-11T23:08:16.0347437Z test_variance (__main__.TestCudaFuser) ... ok (6.572s) 2023-01-11T23:08:16.0348073Z test_variance_profiling (__main__.TestCudaFuser) ... ok (37.916s) 2023-01-11T23:08:16.0348814Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2023-01-11T23:08:16.0349872Z test_view_before_permute (__main__.TestCudaFuser) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.0350697Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2023-01-11T23:08:16.0351608Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2023-01-11T23:08:16.0352585Z test_nvfuser_correctness_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.118s) 2023-01-11T23:08:16.0353831Z test_nvfuser_correctness_H_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0354893Z test_nvfuser_correctness_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0355906Z test_nvfuser_correctness_H_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0357048Z test_nvfuser_correctness_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0358068Z test_nvfuser_correctness_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0359087Z test_nvfuser_correctness_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0360154Z test_nvfuser_correctness_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0361197Z test_nvfuser_correctness_H_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0362188Z test_nvfuser_correctness_H_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0363141Z test_nvfuser_correctness_H_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0364140Z test_nvfuser_correctness_H_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0365174Z test_nvfuser_correctness_H_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0366187Z test_nvfuser_correctness_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0367197Z test_nvfuser_correctness_T_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0368183Z test_nvfuser_correctness_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0369195Z test_nvfuser_correctness_T_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0370215Z test_nvfuser_correctness_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0371209Z test_nvfuser_correctness_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0372158Z test_nvfuser_correctness_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0373149Z test_nvfuser_correctness_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0374110Z test_nvfuser_correctness_T_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0375088Z test_nvfuser_correctness_T_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0376193Z test_nvfuser_correctness_T_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0377238Z test_nvfuser_correctness_T_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0378291Z test_nvfuser_correctness_T_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0379412Z test_nvfuser_correctness___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0380524Z test_nvfuser_correctness___getitem___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0381563Z test_nvfuser_correctness___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0382660Z test_nvfuser_correctness___getitem___cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0383814Z test_nvfuser_correctness___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0384956Z test_nvfuser_correctness___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0386077Z test_nvfuser_correctness___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0387101Z test_nvfuser_correctness___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0388178Z test_nvfuser_correctness___getitem___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0389231Z test_nvfuser_correctness___getitem___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0390351Z test_nvfuser_correctness___getitem___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0391448Z test_nvfuser_correctness___getitem___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0392490Z test_nvfuser_correctness___getitem___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0393572Z test_nvfuser_correctness___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0394660Z test_nvfuser_correctness___radd___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0395702Z test_nvfuser_correctness___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0396778Z test_nvfuser_correctness___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0397795Z test_nvfuser_correctness___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0398995Z test_nvfuser_correctness___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0400118Z test_nvfuser_correctness___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0401154Z test_nvfuser_correctness___radd___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0402321Z test_nvfuser_correctness___radd___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0403371Z test_nvfuser_correctness___radd___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0404514Z test_nvfuser_correctness___radd___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0405590Z test_nvfuser_correctness___radd___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0406606Z test_nvfuser_correctness___rand___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0407685Z test_nvfuser_correctness___rand___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0408709Z test_nvfuser_correctness___rand___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0409726Z test_nvfuser_correctness___rand___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0410791Z test_nvfuser_correctness___rand___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0411812Z test_nvfuser_correctness___rand___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0412815Z test_nvfuser_correctness___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0413874Z test_nvfuser_correctness___rdiv___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0414909Z test_nvfuser_correctness___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0415961Z test_nvfuser_correctness___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0417073Z test_nvfuser_correctness___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0418121Z test_nvfuser_correctness___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0419141Z test_nvfuser_correctness___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0420139Z test_nvfuser_correctness___rdiv___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0421163Z test_nvfuser_correctness___rdiv___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0422446Z test_nvfuser_correctness___rdiv___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0423546Z test_nvfuser_correctness___rdiv___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0424817Z test_nvfuser_correctness___rdiv___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0425909Z test_nvfuser_correctness___rmatmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0426965Z test_nvfuser_correctness___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0428070Z test_nvfuser_correctness___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0429159Z test_nvfuser_correctness___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0430272Z test_nvfuser_correctness___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0431333Z test_nvfuser_correctness___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0432518Z test_nvfuser_correctness___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0433583Z test_nvfuser_correctness___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0434616Z test_nvfuser_correctness___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0435673Z test_nvfuser_correctness___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0436811Z test_nvfuser_correctness___rmod___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0437835Z test_nvfuser_correctness___rmod___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0438810Z test_nvfuser_correctness___rmod___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0439828Z test_nvfuser_correctness___rmod___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0440967Z test_nvfuser_correctness___rmod___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0442006Z test_nvfuser_correctness___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0443051Z test_nvfuser_correctness___rmul___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0444095Z test_nvfuser_correctness___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0445409Z test_nvfuser_correctness___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0446537Z test_nvfuser_correctness___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0447707Z test_nvfuser_correctness___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0448726Z test_nvfuser_correctness___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0449836Z test_nvfuser_correctness___rmul___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0450941Z test_nvfuser_correctness___rmul___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0452030Z test_nvfuser_correctness___rmul___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0453141Z test_nvfuser_correctness___rmul___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0454245Z test_nvfuser_correctness___rmul___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0455411Z test_nvfuser_correctness___ror___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0456474Z test_nvfuser_correctness___ror___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0457611Z test_nvfuser_correctness___ror___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0458762Z test_nvfuser_correctness___ror___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0459837Z test_nvfuser_correctness___ror___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0460803Z test_nvfuser_correctness___ror___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0461777Z test_nvfuser_correctness___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0462887Z test_nvfuser_correctness___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0463785Z test_nvfuser_correctness___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0464546Z test_nvfuser_correctness___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0465294Z test_nvfuser_correctness___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0466034Z test_nvfuser_correctness___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0466885Z test_nvfuser_correctness___rpow___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0467634Z test_nvfuser_correctness___rpow___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0468365Z test_nvfuser_correctness___rpow___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0469163Z test_nvfuser_correctness___rpow___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0469882Z test_nvfuser_correctness___rpow___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0470630Z test_nvfuser_correctness___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0471387Z test_nvfuser_correctness___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0472143Z test_nvfuser_correctness___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0472873Z test_nvfuser_correctness___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0473483Z test_nvfuser_correctness___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0474095Z test_nvfuser_correctness___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0474714Z test_nvfuser_correctness___rsub___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0475315Z test_nvfuser_correctness___rsub___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0475923Z test_nvfuser_correctness___rsub___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0476529Z test_nvfuser_correctness___rsub___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0477136Z test_nvfuser_correctness___rsub___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0477734Z test_nvfuser_correctness___rxor___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0478346Z test_nvfuser_correctness___rxor___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0478953Z test_nvfuser_correctness___rxor___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0479559Z test_nvfuser_correctness___rxor___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0480165Z test_nvfuser_correctness___rxor___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0480770Z test_nvfuser_correctness___rxor___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0481465Z test_nvfuser_correctness__native_batch_norm_legit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0482138Z test_nvfuser_correctness__native_batch_norm_legit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0482844Z test_nvfuser_correctness__native_batch_norm_legit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0483501Z test_nvfuser_correctness__native_batch_norm_legit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0484165Z test_nvfuser_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0484832Z test_nvfuser_correctness__softmax_backward_data_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0485481Z test_nvfuser_correctness__softmax_backward_data_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0486142Z test_nvfuser_correctness__softmax_backward_data_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0486780Z test_nvfuser_correctness_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0487389Z test_nvfuser_correctness_abs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0488009Z test_nvfuser_correctness_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0488633Z test_nvfuser_correctness_abs_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0489258Z test_nvfuser_correctness_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0489885Z test_nvfuser_correctness_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0490495Z test_nvfuser_correctness_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0491113Z test_nvfuser_correctness_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0491726Z test_nvfuser_correctness_abs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0492335Z test_nvfuser_correctness_abs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0492940Z test_nvfuser_correctness_abs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0493546Z test_nvfuser_correctness_abs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0494152Z test_nvfuser_correctness_abs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0494829Z test_nvfuser_correctness_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0495442Z test_nvfuser_correctness_acos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0496105Z test_nvfuser_correctness_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0496730Z test_nvfuser_correctness_acos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0497350Z test_nvfuser_correctness_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0497970Z test_nvfuser_correctness_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0498580Z test_nvfuser_correctness_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0499197Z test_nvfuser_correctness_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0499798Z test_nvfuser_correctness_acos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0500409Z test_nvfuser_correctness_acos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0501019Z test_nvfuser_correctness_acos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0501625Z test_nvfuser_correctness_acos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0502230Z test_nvfuser_correctness_acos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0502847Z test_nvfuser_correctness_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0503460Z test_nvfuser_correctness_acosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0504208Z test_nvfuser_correctness_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0504928Z test_nvfuser_correctness_acosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0505692Z test_nvfuser_correctness_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0506444Z test_nvfuser_correctness_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0507189Z test_nvfuser_correctness_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0507923Z test_nvfuser_correctness_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0512384Z test_nvfuser_correctness_acosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0513126Z test_nvfuser_correctness_acosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0513855Z test_nvfuser_correctness_acosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0514884Z test_nvfuser_correctness_acosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0515618Z test_nvfuser_correctness_acosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0516366Z test_nvfuser_correctness_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0517102Z test_nvfuser_correctness_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0517845Z test_nvfuser_correctness_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0518606Z test_nvfuser_correctness_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0519346Z test_nvfuser_correctness_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0520083Z test_nvfuser_correctness_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0520822Z test_nvfuser_correctness_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0521559Z test_nvfuser_correctness_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0522296Z test_nvfuser_correctness_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0522931Z test_nvfuser_correctness_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0523535Z test_nvfuser_correctness_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0524137Z test_nvfuser_correctness_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0524743Z test_nvfuser_correctness_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0525356Z test_nvfuser_correctness_addbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0525990Z test_nvfuser_correctness_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0526625Z test_nvfuser_correctness_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0527245Z test_nvfuser_correctness_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0527914Z test_nvfuser_correctness_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0528533Z test_nvfuser_correctness_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0529234Z test_nvfuser_correctness_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0529864Z test_nvfuser_correctness_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0530496Z test_nvfuser_correctness_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0531128Z test_nvfuser_correctness_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0531762Z test_nvfuser_correctness_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0532384Z test_nvfuser_correctness_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0533010Z test_nvfuser_correctness_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0533638Z test_nvfuser_correctness_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0534268Z test_nvfuser_correctness_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0534901Z test_nvfuser_correctness_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0535514Z test_nvfuser_correctness_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0536137Z test_nvfuser_correctness_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0536754Z test_nvfuser_correctness_addcmul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0537370Z test_nvfuser_correctness_addcmul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0537988Z test_nvfuser_correctness_addcmul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0538604Z test_nvfuser_correctness_addcmul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0539224Z test_nvfuser_correctness_addcmul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0539841Z test_nvfuser_correctness_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0540466Z test_nvfuser_correctness_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0541159Z test_nvfuser_correctness_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0541783Z test_nvfuser_correctness_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0542384Z test_nvfuser_correctness_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0543048Z test_nvfuser_correctness_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0543748Z test_nvfuser_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0544483Z test_nvfuser_correctness_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0545158Z test_nvfuser_correctness_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0545760Z test_nvfuser_correctness_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0546450Z test_nvfuser_correctness_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0547108Z test_nvfuser_correctness_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0547743Z test_nvfuser_correctness_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0548370Z test_nvfuser_correctness_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0548995Z test_nvfuser_correctness_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0549622Z test_nvfuser_correctness_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0550227Z test_nvfuser_correctness_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0550835Z test_nvfuser_correctness_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0551452Z test_nvfuser_correctness_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0552064Z test_nvfuser_correctness_addr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0552682Z test_nvfuser_correctness_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0553309Z test_nvfuser_correctness_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0553931Z test_nvfuser_correctness_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0554542Z test_nvfuser_correctness_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0555244Z test_nvfuser_correctness_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0555859Z test_nvfuser_correctness_addr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0556517Z test_nvfuser_correctness_addr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0557124Z test_nvfuser_correctness_addr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0557719Z test_nvfuser_correctness_addr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0558332Z test_nvfuser_correctness_addr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0558946Z test_nvfuser_correctness_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0559551Z test_nvfuser_correctness_all_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0560172Z test_nvfuser_correctness_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0560795Z test_nvfuser_correctness_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0561412Z test_nvfuser_correctness_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0562026Z test_nvfuser_correctness_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0562633Z test_nvfuser_correctness_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0563240Z test_nvfuser_correctness_all_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0563839Z test_nvfuser_correctness_all_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0564432Z test_nvfuser_correctness_all_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0565042Z test_nvfuser_correctness_all_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0565645Z test_nvfuser_correctness_all_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0566206Z test_nvfuser_correctness_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0566733Z test_nvfuser_correctness_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0567256Z test_nvfuser_correctness_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0567779Z test_nvfuser_correctness_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0568294Z test_nvfuser_correctness_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0568865Z test_nvfuser_correctness_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0569427Z test_nvfuser_correctness_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0570048Z test_nvfuser_correctness_amax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0570710Z test_nvfuser_correctness_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0571323Z test_nvfuser_correctness_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0571936Z test_nvfuser_correctness_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0572551Z test_nvfuser_correctness_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0573163Z test_nvfuser_correctness_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0573775Z test_nvfuser_correctness_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0574384Z test_nvfuser_correctness_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0574990Z test_nvfuser_correctness_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0575610Z test_nvfuser_correctness_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0576209Z test_nvfuser_correctness_amin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0576823Z test_nvfuser_correctness_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0577430Z test_nvfuser_correctness_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0578039Z test_nvfuser_correctness_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0578655Z test_nvfuser_correctness_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0579260Z test_nvfuser_correctness_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0579865Z test_nvfuser_correctness_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0580471Z test_nvfuser_correctness_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0581080Z test_nvfuser_correctness_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0581697Z test_nvfuser_correctness_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0582381Z test_nvfuser_correctness_aminmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0583005Z test_nvfuser_correctness_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0583650Z test_nvfuser_correctness_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0584393Z test_nvfuser_correctness_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0585016Z test_nvfuser_correctness_aminmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0585639Z test_nvfuser_correctness_aminmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0586252Z test_nvfuser_correctness_aminmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0586866Z test_nvfuser_correctness_aminmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0587483Z test_nvfuser_correctness_aminmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0588097Z test_nvfuser_correctness_angle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0588721Z test_nvfuser_correctness_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0589351Z test_nvfuser_correctness_angle_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0589978Z test_nvfuser_correctness_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0590590Z test_nvfuser_correctness_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0591202Z test_nvfuser_correctness_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0591814Z test_nvfuser_correctness_angle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0592426Z test_nvfuser_correctness_angle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0593035Z test_nvfuser_correctness_angle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0593646Z test_nvfuser_correctness_angle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0594261Z test_nvfuser_correctness_angle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0594874Z test_nvfuser_correctness_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0595562Z test_nvfuser_correctness_any_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0596181Z test_nvfuser_correctness_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0596801Z test_nvfuser_correctness_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0597462Z test_nvfuser_correctness_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0598059Z test_nvfuser_correctness_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0598669Z test_nvfuser_correctness_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0599275Z test_nvfuser_correctness_any_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0599876Z test_nvfuser_correctness_any_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0600485Z test_nvfuser_correctness_any_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0601085Z test_nvfuser_correctness_any_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0601686Z test_nvfuser_correctness_any_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0602299Z test_nvfuser_correctness_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0602920Z test_nvfuser_correctness_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0603539Z test_nvfuser_correctness_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0604160Z test_nvfuser_correctness_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0604769Z test_nvfuser_correctness_arange_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0605379Z test_nvfuser_correctness_arange_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0605987Z test_nvfuser_correctness_arange_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0606600Z test_nvfuser_correctness_arange_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0607219Z test_nvfuser_correctness_arange_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0607838Z test_nvfuser_correctness_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0608460Z test_nvfuser_correctness_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0609136Z test_nvfuser_correctness_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0609755Z test_nvfuser_correctness_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0610367Z test_nvfuser_correctness_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0611018Z test_nvfuser_correctness_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0611630Z test_nvfuser_correctness_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0612228Z test_nvfuser_correctness_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0612838Z test_nvfuser_correctness_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0613459Z test_nvfuser_correctness_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0614085Z test_nvfuser_correctness_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0614701Z test_nvfuser_correctness_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0615315Z test_nvfuser_correctness_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0615933Z test_nvfuser_correctness_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0616541Z test_nvfuser_correctness_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0617156Z test_nvfuser_correctness_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0617768Z test_nvfuser_correctness_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0618377Z test_nvfuser_correctness_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0618982Z test_nvfuser_correctness_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0619605Z test_nvfuser_correctness_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0620228Z test_nvfuser_correctness_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0620856Z test_nvfuser_correctness_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0621476Z test_nvfuser_correctness_argsort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0622085Z test_nvfuser_correctness_argsort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0622760Z test_nvfuser_correctness_argsort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0623375Z test_nvfuser_correctness_argsort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0624212Z test_nvfuser_correctness_argsort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0624844Z test_nvfuser_correctness_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0625475Z test_nvfuser_correctness_argwhere_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0626111Z test_nvfuser_correctness_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0626737Z test_nvfuser_correctness_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0627375Z test_nvfuser_correctness_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0628001Z test_nvfuser_correctness_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0628628Z test_nvfuser_correctness_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0629254Z test_nvfuser_correctness_argwhere_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0629871Z test_nvfuser_correctness_argwhere_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0630486Z test_nvfuser_correctness_argwhere_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0631108Z test_nvfuser_correctness_argwhere_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0631725Z test_nvfuser_correctness_argwhere_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0632349Z test_nvfuser_correctness_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0632978Z test_nvfuser_correctness_as_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0639699Z test_nvfuser_correctness_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0640352Z test_nvfuser_correctness_as_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0640976Z test_nvfuser_correctness_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0641610Z test_nvfuser_correctness_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0642349Z test_nvfuser_correctness_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0642985Z test_nvfuser_correctness_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0643660Z test_nvfuser_correctness_as_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0644285Z test_nvfuser_correctness_as_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0644905Z test_nvfuser_correctness_as_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0645530Z test_nvfuser_correctness_as_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0646149Z test_nvfuser_correctness_as_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0646796Z test_nvfuser_correctness_as_strided_partial_views_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0647467Z test_nvfuser_correctness_as_strided_partial_views_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0648134Z test_nvfuser_correctness_as_strided_partial_views_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0648803Z test_nvfuser_correctness_as_strided_partial_views_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0649479Z test_nvfuser_correctness_as_strided_partial_views_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0650146Z test_nvfuser_correctness_as_strided_partial_views_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0650816Z test_nvfuser_correctness_as_strided_partial_views_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0651481Z test_nvfuser_correctness_as_strided_partial_views_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0652145Z test_nvfuser_correctness_as_strided_partial_views_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0652796Z test_nvfuser_correctness_as_strided_partial_views_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0653452Z test_nvfuser_correctness_as_strided_partial_views_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0654116Z test_nvfuser_correctness_as_strided_partial_views_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0654770Z test_nvfuser_correctness_as_strided_partial_views_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0655474Z 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) 2023-01-11T23:08:16.0656124Z 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) 2023-01-11T23:08:16.0656821Z 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) 2023-01-11T23:08:16.0657487Z 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) 2023-01-11T23:08:16.0658131Z 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) 2023-01-11T23:08:16.0658790Z 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) 2023-01-11T23:08:16.0659440Z 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) 2023-01-11T23:08:16.0660096Z 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) 2023-01-11T23:08:16.0660741Z 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) 2023-01-11T23:08:16.0661385Z 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) 2023-01-11T23:08:16.0662024Z 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) 2023-01-11T23:08:16.0662664Z 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) 2023-01-11T23:08:16.0663308Z 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) 2023-01-11T23:08:16.0664028Z test_nvfuser_correctness_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0664648Z test_nvfuser_correctness_asin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0665490Z test_nvfuser_correctness_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0666104Z test_nvfuser_correctness_asin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0666781Z test_nvfuser_correctness_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0667447Z test_nvfuser_correctness_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0668101Z test_nvfuser_correctness_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0668749Z test_nvfuser_correctness_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0669466Z test_nvfuser_correctness_asin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0670077Z test_nvfuser_correctness_asin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0670734Z test_nvfuser_correctness_asin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0671340Z test_nvfuser_correctness_asin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0671950Z test_nvfuser_correctness_asin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0672565Z test_nvfuser_correctness_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0673180Z test_nvfuser_correctness_asinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0673793Z test_nvfuser_correctness_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0674426Z test_nvfuser_correctness_asinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0675051Z test_nvfuser_correctness_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0675673Z test_nvfuser_correctness_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0676287Z test_nvfuser_correctness_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0676899Z test_nvfuser_correctness_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0677512Z test_nvfuser_correctness_asinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0678111Z test_nvfuser_correctness_asinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0678706Z test_nvfuser_correctness_asinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0679308Z test_nvfuser_correctness_asinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0679907Z test_nvfuser_correctness_asinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0680509Z test_nvfuser_correctness_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0681121Z test_nvfuser_correctness_atan2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0681726Z test_nvfuser_correctness_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0682386Z test_nvfuser_correctness_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0682993Z test_nvfuser_correctness_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0683594Z test_nvfuser_correctness_atan2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0684230Z test_nvfuser_correctness_atan2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0684826Z test_nvfuser_correctness_atan2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0685421Z test_nvfuser_correctness_atan2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0686025Z test_nvfuser_correctness_atan2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0686633Z test_nvfuser_correctness_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0687238Z test_nvfuser_correctness_atan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0687840Z test_nvfuser_correctness_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0688453Z test_nvfuser_correctness_atan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0689073Z test_nvfuser_correctness_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0689683Z test_nvfuser_correctness_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0690282Z test_nvfuser_correctness_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0690885Z test_nvfuser_correctness_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0691481Z test_nvfuser_correctness_atan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0692078Z test_nvfuser_correctness_atan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0692677Z test_nvfuser_correctness_atan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0693278Z test_nvfuser_correctness_atan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0693886Z test_nvfuser_correctness_atan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0694484Z test_nvfuser_correctness_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0695090Z test_nvfuser_correctness_atanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0695751Z test_nvfuser_correctness_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0696373Z test_nvfuser_correctness_atanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0696992Z test_nvfuser_correctness_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0697648Z test_nvfuser_correctness_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0698253Z test_nvfuser_correctness_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0698859Z test_nvfuser_correctness_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0699469Z test_nvfuser_correctness_atanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0700069Z test_nvfuser_correctness_atanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0700669Z test_nvfuser_correctness_atanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0701267Z test_nvfuser_correctness_atanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0701861Z test_nvfuser_correctness_atanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0702476Z test_nvfuser_correctness_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0703093Z test_nvfuser_correctness_atleast_1d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0703793Z test_nvfuser_correctness_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0704431Z test_nvfuser_correctness_atleast_1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0705061Z test_nvfuser_correctness_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0705689Z test_nvfuser_correctness_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0706306Z test_nvfuser_correctness_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0706921Z test_nvfuser_correctness_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0707540Z test_nvfuser_correctness_atleast_1d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0708154Z test_nvfuser_correctness_atleast_1d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0708765Z test_nvfuser_correctness_atleast_1d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0709432Z test_nvfuser_correctness_atleast_1d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0710047Z test_nvfuser_correctness_atleast_1d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0710721Z test_nvfuser_correctness_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0711334Z test_nvfuser_correctness_atleast_2d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0711957Z test_nvfuser_correctness_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0712589Z test_nvfuser_correctness_atleast_2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0713211Z test_nvfuser_correctness_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0713836Z test_nvfuser_correctness_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0714454Z test_nvfuser_correctness_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0715063Z test_nvfuser_correctness_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0715680Z test_nvfuser_correctness_atleast_2d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0716290Z test_nvfuser_correctness_atleast_2d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0716902Z test_nvfuser_correctness_atleast_2d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0717508Z test_nvfuser_correctness_atleast_2d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0718117Z test_nvfuser_correctness_atleast_2d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0718734Z test_nvfuser_correctness_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0719345Z test_nvfuser_correctness_atleast_3d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0719966Z test_nvfuser_correctness_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0720598Z test_nvfuser_correctness_atleast_3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0721222Z test_nvfuser_correctness_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0721843Z test_nvfuser_correctness_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0722515Z test_nvfuser_correctness_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0723131Z test_nvfuser_correctness_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0723816Z test_nvfuser_correctness_atleast_3d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0724418Z test_nvfuser_correctness_atleast_3d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0725032Z test_nvfuser_correctness_atleast_3d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0725641Z test_nvfuser_correctness_atleast_3d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0726250Z test_nvfuser_correctness_atleast_3d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0726865Z test_nvfuser_correctness_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0727487Z test_nvfuser_correctness_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0728113Z test_nvfuser_correctness_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0728736Z test_nvfuser_correctness_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0729351Z test_nvfuser_correctness_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0729964Z test_nvfuser_correctness_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0730583Z test_nvfuser_correctness_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0731205Z test_nvfuser_correctness_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0731822Z test_nvfuser_correctness_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0732442Z test_nvfuser_correctness_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0733007Z test_nvfuser_correctness_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0733513Z test_nvfuser_correctness_bfloat16_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0734017Z test_nvfuser_correctness_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0734525Z test_nvfuser_correctness_bfloat16_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0735032Z test_nvfuser_correctness_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0735594Z test_nvfuser_correctness_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0736099Z test_nvfuser_correctness_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0736597Z test_nvfuser_correctness_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0737155Z test_nvfuser_correctness_bfloat16_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0737651Z test_nvfuser_correctness_bfloat16_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0738142Z test_nvfuser_correctness_bfloat16_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0738631Z test_nvfuser_correctness_bfloat16_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0739124Z test_nvfuser_correctness_bfloat16_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.0739683Z test_nvfuser_correctness_bincount_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0740295Z test_nvfuser_correctness_bincount_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0740898Z test_nvfuser_correctness_bincount_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0741506Z test_nvfuser_correctness_bincount_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0742114Z test_nvfuser_correctness_bincount_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0742735Z test_nvfuser_correctness_bitwise_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0743354Z test_nvfuser_correctness_bitwise_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0744155Z test_nvfuser_correctness_bitwise_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0744772Z test_nvfuser_correctness_bitwise_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0745388Z test_nvfuser_correctness_bitwise_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0746007Z test_nvfuser_correctness_bitwise_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0746631Z 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) 2023-01-11T23:08:16.0747263Z 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) 2023-01-11T23:08:16.0747897Z 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) 2023-01-11T23:08:16.0748524Z 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) 2023-01-11T23:08:16.0749231Z 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) 2023-01-11T23:08:16.0749851Z test_nvfuser_correctness_bitwise_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0750466Z test_nvfuser_correctness_bitwise_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0751129Z test_nvfuser_correctness_bitwise_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0751743Z test_nvfuser_correctness_bitwise_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0752355Z test_nvfuser_correctness_bitwise_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0752974Z test_nvfuser_correctness_bitwise_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0753587Z test_nvfuser_correctness_bitwise_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0754202Z test_nvfuser_correctness_bitwise_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0754808Z test_nvfuser_correctness_bitwise_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0755417Z test_nvfuser_correctness_bitwise_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0756027Z test_nvfuser_correctness_bitwise_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0756628Z test_nvfuser_correctness_bitwise_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0757257Z 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) 2023-01-11T23:08:16.0757892Z 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) 2023-01-11T23:08:16.0758524Z 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) 2023-01-11T23:08:16.0759161Z 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) 2023-01-11T23:08:16.0759795Z 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) 2023-01-11T23:08:16.0760417Z test_nvfuser_correctness_bitwise_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0761030Z test_nvfuser_correctness_bitwise_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0761642Z test_nvfuser_correctness_bitwise_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0762308Z test_nvfuser_correctness_bitwise_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0762925Z test_nvfuser_correctness_bitwise_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0763537Z test_nvfuser_correctness_bitwise_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0764193Z test_nvfuser_correctness_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0764815Z test_nvfuser_correctness_block_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0765439Z test_nvfuser_correctness_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0766076Z test_nvfuser_correctness_block_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0766705Z test_nvfuser_correctness_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0767331Z test_nvfuser_correctness_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0767951Z test_nvfuser_correctness_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0768570Z test_nvfuser_correctness_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0769187Z test_nvfuser_correctness_block_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0769800Z test_nvfuser_correctness_block_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0770414Z test_nvfuser_correctness_block_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0771022Z test_nvfuser_correctness_block_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0771627Z test_nvfuser_correctness_block_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0772235Z test_nvfuser_correctness_bmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0772842Z test_nvfuser_correctness_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0773461Z test_nvfuser_correctness_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0774081Z test_nvfuser_correctness_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0774685Z test_nvfuser_correctness_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0775291Z test_nvfuser_correctness_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0775961Z test_nvfuser_correctness_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0776578Z test_nvfuser_correctness_bool_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0777238Z test_nvfuser_correctness_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0777859Z test_nvfuser_correctness_bool_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0778463Z test_nvfuser_correctness_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0779088Z test_nvfuser_correctness_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0779697Z test_nvfuser_correctness_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0780305Z test_nvfuser_correctness_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0780913Z test_nvfuser_correctness_bool_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0781523Z test_nvfuser_correctness_bool_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0782140Z test_nvfuser_correctness_bool_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0782741Z test_nvfuser_correctness_bool_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0783345Z test_nvfuser_correctness_bool_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0784189Z test_nvfuser_correctness_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0784853Z test_nvfuser_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0785506Z test_nvfuser_correctness_broadcast_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0786159Z test_nvfuser_correctness_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0786816Z test_nvfuser_correctness_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0787476Z test_nvfuser_correctness_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0788126Z test_nvfuser_correctness_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0788775Z test_nvfuser_correctness_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0789491Z test_nvfuser_correctness_broadcast_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0790135Z test_nvfuser_correctness_broadcast_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0790824Z test_nvfuser_correctness_broadcast_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0791463Z test_nvfuser_correctness_broadcast_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0792102Z test_nvfuser_correctness_broadcast_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0792749Z test_nvfuser_correctness_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0793384Z test_nvfuser_correctness_broadcast_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0794026Z test_nvfuser_correctness_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0794655Z test_nvfuser_correctness_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0795295Z test_nvfuser_correctness_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0795933Z test_nvfuser_correctness_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0796567Z test_nvfuser_correctness_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0797199Z test_nvfuser_correctness_broadcast_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0797824Z test_nvfuser_correctness_broadcast_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0798448Z test_nvfuser_correctness_broadcast_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0799074Z test_nvfuser_correctness_broadcast_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0799700Z test_nvfuser_correctness_broadcast_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0800327Z test_nvfuser_correctness_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0800964Z test_nvfuser_correctness_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0801592Z test_nvfuser_correctness_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0802258Z test_nvfuser_correctness_bucketize_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0802884Z test_nvfuser_correctness_bucketize_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0803508Z test_nvfuser_correctness_bucketize_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0804174Z test_nvfuser_correctness_bucketize_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0804793Z test_nvfuser_correctness_bucketize_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0805402Z test_nvfuser_correctness_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0806013Z test_nvfuser_correctness_byte_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0806620Z test_nvfuser_correctness_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0807237Z test_nvfuser_correctness_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0807846Z test_nvfuser_correctness_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0808456Z test_nvfuser_correctness_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0809068Z test_nvfuser_correctness_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0809665Z test_nvfuser_correctness_byte_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0810273Z test_nvfuser_correctness_byte_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0810874Z test_nvfuser_correctness_byte_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0811468Z test_nvfuser_correctness_byte_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0812070Z test_nvfuser_correctness_byte_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0812701Z test_nvfuser_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0813337Z test_nvfuser_correctness_cartesian_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0813976Z test_nvfuser_correctness_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0814621Z test_nvfuser_correctness_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0815261Z test_nvfuser_correctness_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0815946Z test_nvfuser_correctness_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0816581Z test_nvfuser_correctness_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0817251Z test_nvfuser_correctness_cartesian_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0817884Z test_nvfuser_correctness_cartesian_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0818516Z test_nvfuser_correctness_cartesian_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0819156Z test_nvfuser_correctness_cartesian_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0819793Z test_nvfuser_correctness_cartesian_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0820426Z test_nvfuser_correctness_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0821039Z test_nvfuser_correctness_cat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0821656Z test_nvfuser_correctness_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0822283Z test_nvfuser_correctness_cat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0822907Z test_nvfuser_correctness_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0823530Z test_nvfuser_correctness_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0824216Z test_nvfuser_correctness_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0824827Z test_nvfuser_correctness_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0825442Z test_nvfuser_correctness_cat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0826061Z test_nvfuser_correctness_cat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0826674Z test_nvfuser_correctness_cat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0827282Z test_nvfuser_correctness_cat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0827887Z test_nvfuser_correctness_cat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0828504Z test_nvfuser_correctness_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0829186Z test_nvfuser_correctness_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0829822Z test_nvfuser_correctness_cdouble_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0830455Z test_nvfuser_correctness_cdouble_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0831135Z test_nvfuser_correctness_cdouble_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0831766Z test_nvfuser_correctness_cdouble_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0832407Z test_nvfuser_correctness_cdouble_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0833042Z test_nvfuser_correctness_cdouble_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0833668Z test_nvfuser_correctness_cdouble_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0834298Z test_nvfuser_correctness_cdouble_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0834919Z test_nvfuser_correctness_cdouble_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0835538Z test_nvfuser_correctness_cdouble_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0836158Z test_nvfuser_correctness_cdouble_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0836776Z test_nvfuser_correctness_cdouble_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0837404Z test_nvfuser_correctness_cdouble_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0838029Z test_nvfuser_correctness_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0838634Z test_nvfuser_correctness_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0839246Z test_nvfuser_correctness_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0839855Z test_nvfuser_correctness_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0840461Z test_nvfuser_correctness_ceil_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0841065Z test_nvfuser_correctness_ceil_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0841668Z test_nvfuser_correctness_ceil_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0842272Z test_nvfuser_correctness_ceil_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0842935Z test_nvfuser_correctness_ceil_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0843550Z test_nvfuser_correctness_cfloat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0844206Z test_nvfuser_correctness_cfloat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0844823Z test_nvfuser_correctness_cfloat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0845453Z test_nvfuser_correctness_cfloat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0846079Z test_nvfuser_correctness_cfloat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0846702Z test_nvfuser_correctness_cfloat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0847314Z test_nvfuser_correctness_cfloat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0847933Z test_nvfuser_correctness_cfloat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0848545Z test_nvfuser_correctness_cfloat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0849152Z test_nvfuser_correctness_cfloat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0849763Z test_nvfuser_correctness_cfloat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0850368Z test_nvfuser_correctness_cfloat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0850983Z test_nvfuser_correctness_cfloat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0851596Z test_nvfuser_correctness_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0852209Z test_nvfuser_correctness_chalf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0852830Z test_nvfuser_correctness_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0853450Z test_nvfuser_correctness_chalf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0854078Z test_nvfuser_correctness_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0854695Z test_nvfuser_correctness_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0855306Z test_nvfuser_correctness_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0855966Z test_nvfuser_correctness_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0856578Z test_nvfuser_correctness_chalf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0857185Z test_nvfuser_correctness_chalf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0857836Z test_nvfuser_correctness_chalf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0858440Z test_nvfuser_correctness_chalf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0859051Z test_nvfuser_correctness_chalf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0859669Z test_nvfuser_correctness_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0860273Z test_nvfuser_correctness_char_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0860896Z test_nvfuser_correctness_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0861521Z test_nvfuser_correctness_char_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0862146Z test_nvfuser_correctness_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0862767Z test_nvfuser_correctness_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0863388Z test_nvfuser_correctness_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0864149Z test_nvfuser_correctness_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0864771Z test_nvfuser_correctness_char_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0865384Z test_nvfuser_correctness_char_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0865994Z test_nvfuser_correctness_char_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0866606Z test_nvfuser_correctness_char_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0867217Z test_nvfuser_correctness_char_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0867837Z test_nvfuser_correctness_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0868474Z test_nvfuser_correctness_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0869105Z test_nvfuser_correctness_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0869799Z test_nvfuser_correctness_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0870447Z test_nvfuser_correctness_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0871153Z test_nvfuser_correctness_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0871811Z test_nvfuser_correctness_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0872462Z test_nvfuser_correctness_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0873117Z test_nvfuser_correctness_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0873774Z test_nvfuser_correctness_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0874423Z test_nvfuser_correctness_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0875070Z test_nvfuser_correctness_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0875688Z test_nvfuser_correctness_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0876308Z test_nvfuser_correctness_chunk_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0876931Z test_nvfuser_correctness_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0877566Z test_nvfuser_correctness_chunk_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0878197Z test_nvfuser_correctness_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0878820Z test_nvfuser_correctness_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0879438Z test_nvfuser_correctness_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0880059Z test_nvfuser_correctness_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0880672Z test_nvfuser_correctness_chunk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0881286Z test_nvfuser_correctness_chunk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0881894Z test_nvfuser_correctness_chunk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0882506Z test_nvfuser_correctness_chunk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0883156Z test_nvfuser_correctness_chunk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0883781Z test_nvfuser_correctness_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0884404Z test_nvfuser_correctness_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0885064Z test_nvfuser_correctness_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0885684Z test_nvfuser_correctness_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0886302Z test_nvfuser_correctness_clamp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0886914Z test_nvfuser_correctness_clamp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0887525Z test_nvfuser_correctness_clamp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0888141Z test_nvfuser_correctness_clamp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0888750Z test_nvfuser_correctness_clamp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0889370Z test_nvfuser_correctness_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0889995Z test_nvfuser_correctness_clamp_max_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0890624Z test_nvfuser_correctness_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0891259Z test_nvfuser_correctness_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0891891Z test_nvfuser_correctness_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0892517Z test_nvfuser_correctness_clamp_max_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0893142Z test_nvfuser_correctness_clamp_max_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0893762Z test_nvfuser_correctness_clamp_max_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0894386Z test_nvfuser_correctness_clamp_max_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0895011Z test_nvfuser_correctness_clamp_max_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0895636Z test_nvfuser_correctness_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0896260Z test_nvfuser_correctness_clamp_min_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0896927Z test_nvfuser_correctness_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0897545Z test_nvfuser_correctness_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0898209Z test_nvfuser_correctness_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0898826Z test_nvfuser_correctness_clamp_min_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0899437Z test_nvfuser_correctness_clamp_min_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0900052Z test_nvfuser_correctness_clamp_min_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0900661Z test_nvfuser_correctness_clamp_min_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0901275Z test_nvfuser_correctness_clamp_min_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0901893Z test_nvfuser_correctness_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0902505Z test_nvfuser_correctness_clone_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0903126Z test_nvfuser_correctness_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0903839Z test_nvfuser_correctness_clone_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0904467Z test_nvfuser_correctness_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0905083Z test_nvfuser_correctness_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0905690Z test_nvfuser_correctness_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0906295Z test_nvfuser_correctness_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0906905Z test_nvfuser_correctness_clone_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0907509Z test_nvfuser_correctness_clone_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0908117Z test_nvfuser_correctness_clone_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0908715Z test_nvfuser_correctness_clone_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0909323Z test_nvfuser_correctness_clone_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0910019Z test_nvfuser_correctness_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0910653Z test_nvfuser_correctness_column_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0911337Z test_nvfuser_correctness_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0911980Z test_nvfuser_correctness_column_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0912612Z test_nvfuser_correctness_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0913249Z test_nvfuser_correctness_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0913877Z test_nvfuser_correctness_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0914510Z test_nvfuser_correctness_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0915133Z test_nvfuser_correctness_column_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0915757Z test_nvfuser_correctness_column_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0916381Z test_nvfuser_correctness_column_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0917001Z test_nvfuser_correctness_column_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0917625Z test_nvfuser_correctness_column_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0918260Z test_nvfuser_correctness_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0918892Z test_nvfuser_correctness_combinations_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0919531Z test_nvfuser_correctness_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0920172Z test_nvfuser_correctness_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0920813Z test_nvfuser_correctness_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0921452Z test_nvfuser_correctness_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0922087Z test_nvfuser_correctness_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0922716Z test_nvfuser_correctness_combinations_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0923395Z test_nvfuser_correctness_combinations_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0924018Z test_nvfuser_correctness_combinations_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0924685Z test_nvfuser_correctness_combinations_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0925314Z test_nvfuser_correctness_combinations_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0925939Z test_nvfuser_correctness_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0926562Z test_nvfuser_correctness_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0927183Z test_nvfuser_correctness_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0927793Z test_nvfuser_correctness_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0928407Z test_nvfuser_correctness_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0929024Z test_nvfuser_correctness_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0929649Z test_nvfuser_correctness_conj_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0930272Z test_nvfuser_correctness_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0930885Z test_nvfuser_correctness_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0931500Z test_nvfuser_correctness_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0932109Z test_nvfuser_correctness_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0932716Z test_nvfuser_correctness_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0933321Z test_nvfuser_correctness_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0933923Z test_nvfuser_correctness_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0934522Z test_nvfuser_correctness_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0935123Z test_nvfuser_correctness_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0935434Z test_nvfuser_correctness_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0935786Z test_nvfuser_correctness_conj_physical_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0936103Z test_nvfuser_correctness_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0936416Z test_nvfuser_correctness_conj_physical_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0936785Z test_nvfuser_correctness_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0937097Z test_nvfuser_correctness_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0937408Z test_nvfuser_correctness_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0937714Z test_nvfuser_correctness_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0938020Z test_nvfuser_correctness_conj_physical_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0938326Z test_nvfuser_correctness_conj_physical_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0938628Z test_nvfuser_correctness_conj_physical_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0938930Z test_nvfuser_correctness_conj_physical_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0939239Z test_nvfuser_correctness_conj_physical_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0939551Z 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) 2023-01-11T23:08:16.0939864Z 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) 2023-01-11T23:08:16.0940180Z 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) 2023-01-11T23:08:16.0940496Z 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) 2023-01-11T23:08:16.0940813Z 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) 2023-01-11T23:08:16.0941123Z 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) 2023-01-11T23:08:16.0941442Z 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) 2023-01-11T23:08:16.0941747Z 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) 2023-01-11T23:08:16.0942057Z 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) 2023-01-11T23:08:16.0942402Z 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) 2023-01-11T23:08:16.0942710Z 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) 2023-01-11T23:08:16.0943052Z 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) 2023-01-11T23:08:16.0943363Z test_nvfuser_correctness_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0943663Z test_nvfuser_correctness_contiguous_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0944056Z test_nvfuser_correctness_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0944368Z test_nvfuser_correctness_contiguous_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0944676Z test_nvfuser_correctness_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0944987Z test_nvfuser_correctness_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0945290Z test_nvfuser_correctness_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0945595Z test_nvfuser_correctness_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0945899Z test_nvfuser_correctness_contiguous_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0946205Z test_nvfuser_correctness_contiguous_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0946514Z test_nvfuser_correctness_contiguous_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0946816Z test_nvfuser_correctness_contiguous_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0947118Z test_nvfuser_correctness_contiguous_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0947429Z test_nvfuser_correctness_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0947730Z test_nvfuser_correctness_copysign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0948035Z test_nvfuser_correctness_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0948340Z test_nvfuser_correctness_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0948643Z test_nvfuser_correctness_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0948994Z test_nvfuser_correctness_copysign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0949294Z test_nvfuser_correctness_copysign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0949629Z test_nvfuser_correctness_copysign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0949931Z test_nvfuser_correctness_copysign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0950230Z test_nvfuser_correctness_copysign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0950538Z test_nvfuser_correctness_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0950845Z test_nvfuser_correctness_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0951155Z test_nvfuser_correctness_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0951460Z test_nvfuser_correctness_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0951762Z test_nvfuser_correctness_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0952066Z test_nvfuser_correctness_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0952373Z test_nvfuser_correctness_corrcoef_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0952671Z test_nvfuser_correctness_corrcoef_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0952973Z test_nvfuser_correctness_corrcoef_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0953270Z test_nvfuser_correctness_corrcoef_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0953565Z test_nvfuser_correctness_corrcoef_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0953863Z test_nvfuser_correctness_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0954153Z test_nvfuser_correctness_cos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0954460Z test_nvfuser_correctness_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0954760Z test_nvfuser_correctness_cos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0955057Z test_nvfuser_correctness_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0955399Z test_nvfuser_correctness_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0955694Z test_nvfuser_correctness_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0955984Z test_nvfuser_correctness_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0956318Z test_nvfuser_correctness_cos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0956611Z test_nvfuser_correctness_cos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0956902Z test_nvfuser_correctness_cos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0957202Z test_nvfuser_correctness_cos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0957494Z test_nvfuser_correctness_cos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0957795Z test_nvfuser_correctness_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0958092Z test_nvfuser_correctness_cosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0958391Z test_nvfuser_correctness_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0958692Z test_nvfuser_correctness_cosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0958991Z test_nvfuser_correctness_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0959286Z test_nvfuser_correctness_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0959579Z test_nvfuser_correctness_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0959872Z test_nvfuser_correctness_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0960152Z test_nvfuser_correctness_cosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0960448Z test_nvfuser_correctness_cosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0960740Z test_nvfuser_correctness_cosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0961036Z test_nvfuser_correctness_cosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0961326Z test_nvfuser_correctness_cosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0961637Z test_nvfuser_correctness_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0962013Z test_nvfuser_correctness_count_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0962328Z test_nvfuser_correctness_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0962640Z test_nvfuser_correctness_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0962990Z test_nvfuser_correctness_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0963296Z test_nvfuser_correctness_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0963606Z test_nvfuser_correctness_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0963912Z test_nvfuser_correctness_count_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0964214Z test_nvfuser_correctness_count_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0964517Z test_nvfuser_correctness_count_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0964820Z test_nvfuser_correctness_count_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0965124Z test_nvfuser_correctness_count_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0965429Z test_nvfuser_correctness_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0965732Z test_nvfuser_correctness_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0966039Z test_nvfuser_correctness_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0966333Z test_nvfuser_correctness_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0966627Z test_nvfuser_correctness_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0966919Z test_nvfuser_correctness_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0967211Z test_nvfuser_correctness_cov_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0967508Z test_nvfuser_correctness_cov_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0967803Z test_nvfuser_correctness_cov_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0968095Z test_nvfuser_correctness_cov_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0968435Z test_nvfuser_correctness_cov_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0968740Z test_nvfuser_correctness_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0969046Z test_nvfuser_correctness_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0969382Z test_nvfuser_correctness_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0969679Z test_nvfuser_correctness_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0969975Z test_nvfuser_correctness_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0970270Z test_nvfuser_correctness_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0970565Z test_nvfuser_correctness_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0970858Z test_nvfuser_correctness_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0971149Z test_nvfuser_correctness_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0971444Z test_nvfuser_correctness_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0971746Z test_nvfuser_correctness_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0972043Z test_nvfuser_correctness_cummax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0972343Z test_nvfuser_correctness_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0972640Z test_nvfuser_correctness_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0972937Z test_nvfuser_correctness_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0973231Z test_nvfuser_correctness_cummax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0973527Z test_nvfuser_correctness_cummax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0973826Z test_nvfuser_correctness_cummax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0974120Z test_nvfuser_correctness_cummax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0974414Z test_nvfuser_correctness_cummax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0974714Z test_nvfuser_correctness_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0975051Z test_nvfuser_correctness_cummin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0975352Z test_nvfuser_correctness_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0975651Z test_nvfuser_correctness_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0975984Z test_nvfuser_correctness_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0976280Z test_nvfuser_correctness_cummin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0976576Z test_nvfuser_correctness_cummin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0976867Z test_nvfuser_correctness_cummin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0977161Z test_nvfuser_correctness_cummin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0977459Z test_nvfuser_correctness_cummin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0977759Z test_nvfuser_correctness_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0978068Z test_nvfuser_correctness_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0978379Z test_nvfuser_correctness_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0978678Z test_nvfuser_correctness_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0978984Z test_nvfuser_correctness_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0979282Z test_nvfuser_correctness_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0979582Z test_nvfuser_correctness_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0979879Z test_nvfuser_correctness_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0980173Z test_nvfuser_correctness_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0980470Z test_nvfuser_correctness_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0980767Z test_nvfuser_correctness_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0981070Z test_nvfuser_correctness_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0981421Z test_nvfuser_correctness_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0981726Z test_nvfuser_correctness_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0982026Z test_nvfuser_correctness_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0982360Z test_nvfuser_correctness_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0982654Z test_nvfuser_correctness_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0982947Z test_nvfuser_correctness_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0983241Z test_nvfuser_correctness_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0983531Z test_nvfuser_correctness_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0983977Z test_nvfuser_correctness_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0984265Z test_nvfuser_correctness_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0984590Z test_nvfuser_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0984920Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0985250Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0985572Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0985894Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0986207Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0986523Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0986833Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0987150Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0987473Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0987793Z test_nvfuser_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0988171Z test_nvfuser_correctness_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0988478Z test_nvfuser_correctness_deg2rad_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0988778Z test_nvfuser_correctness_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0989125Z test_nvfuser_correctness_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0989427Z test_nvfuser_correctness_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0989725Z test_nvfuser_correctness_deg2rad_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0990025Z test_nvfuser_correctness_deg2rad_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0990318Z test_nvfuser_correctness_deg2rad_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0990617Z test_nvfuser_correctness_deg2rad_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0990920Z test_nvfuser_correctness_deg2rad_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0991216Z test_nvfuser_correctness_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0991511Z test_nvfuser_correctness_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0991815Z test_nvfuser_correctness_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0992117Z test_nvfuser_correctness_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0992415Z test_nvfuser_correctness_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0992707Z test_nvfuser_correctness_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0993001Z test_nvfuser_correctness_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0993292Z test_nvfuser_correctness_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0993583Z test_nvfuser_correctness_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0993878Z test_nvfuser_correctness_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0994171Z test_nvfuser_correctness_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0994464Z test_nvfuser_correctness_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0994798Z test_nvfuser_correctness_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0995108Z test_nvfuser_correctness_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0995451Z test_nvfuser_correctness_diag_embed_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0995760Z test_nvfuser_correctness_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0996068Z test_nvfuser_correctness_diag_embed_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0996384Z test_nvfuser_correctness_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0996688Z test_nvfuser_correctness_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0996990Z test_nvfuser_correctness_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0997295Z test_nvfuser_correctness_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0997598Z test_nvfuser_correctness_diag_embed_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0997901Z test_nvfuser_correctness_diag_embed_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0998202Z test_nvfuser_correctness_diag_embed_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0998498Z test_nvfuser_correctness_diag_embed_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0998799Z test_nvfuser_correctness_diag_embed_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0999104Z test_nvfuser_correctness_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0999403Z test_nvfuser_correctness_diagflat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.0999712Z test_nvfuser_correctness_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1000021Z test_nvfuser_correctness_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1000322Z test_nvfuser_correctness_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1000625Z test_nvfuser_correctness_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1000925Z test_nvfuser_correctness_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1001263Z test_nvfuser_correctness_diagflat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1001563Z test_nvfuser_correctness_diagflat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1001896Z test_nvfuser_correctness_diagflat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1002196Z test_nvfuser_correctness_diagflat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1002497Z test_nvfuser_correctness_diagflat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1002812Z test_nvfuser_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1003118Z test_nvfuser_correctness_diagonal_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1003432Z test_nvfuser_correctness_diagonal_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1003748Z test_nvfuser_correctness_diagonal_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1004061Z test_nvfuser_correctness_diagonal_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1004371Z test_nvfuser_correctness_diagonal_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1004679Z test_nvfuser_correctness_diagonal_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1004988Z test_nvfuser_correctness_diagonal_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1005293Z test_nvfuser_correctness_diagonal_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1005594Z test_nvfuser_correctness_diagonal_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1005894Z test_nvfuser_correctness_diagonal_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1006200Z test_nvfuser_correctness_diagonal_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1006508Z test_nvfuser_correctness_diagonal_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1006813Z test_nvfuser_correctness_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1007111Z test_nvfuser_correctness_diagonal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1007417Z test_nvfuser_correctness_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1007761Z test_nvfuser_correctness_diagonal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1008069Z test_nvfuser_correctness_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1008407Z test_nvfuser_correctness_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1008708Z test_nvfuser_correctness_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1009008Z test_nvfuser_correctness_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1009311Z test_nvfuser_correctness_diagonal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1009607Z test_nvfuser_correctness_diagonal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1009902Z test_nvfuser_correctness_diagonal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1010204Z test_nvfuser_correctness_diagonal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1010499Z test_nvfuser_correctness_diagonal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1010813Z test_nvfuser_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1011129Z test_nvfuser_correctness_diagonal_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1011447Z test_nvfuser_correctness_diagonal_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1011764Z test_nvfuser_correctness_diagonal_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1012077Z test_nvfuser_correctness_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1012388Z test_nvfuser_correctness_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1012704Z test_nvfuser_correctness_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1013015Z test_nvfuser_correctness_diagonal_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1013330Z test_nvfuser_correctness_diagonal_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1013630Z test_nvfuser_correctness_diagonal_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1013940Z test_nvfuser_correctness_diagonal_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1014293Z test_nvfuser_correctness_diagonal_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1014591Z test_nvfuser_correctness_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1014929Z test_nvfuser_correctness_diff_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1015228Z test_nvfuser_correctness_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1015527Z test_nvfuser_correctness_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1015823Z test_nvfuser_correctness_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1016115Z test_nvfuser_correctness_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1016404Z test_nvfuser_correctness_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1016699Z test_nvfuser_correctness_diff_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1016990Z test_nvfuser_correctness_diff_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1017285Z test_nvfuser_correctness_diff_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1017579Z test_nvfuser_correctness_diff_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1017872Z test_nvfuser_correctness_diff_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1018172Z test_nvfuser_correctness_digamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1018470Z test_nvfuser_correctness_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1018769Z test_nvfuser_correctness_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1019073Z test_nvfuser_correctness_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1019371Z test_nvfuser_correctness_digamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1019669Z test_nvfuser_correctness_digamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1019966Z test_nvfuser_correctness_digamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1020261Z test_nvfuser_correctness_digamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1020596Z test_nvfuser_correctness_digamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1020891Z test_nvfuser_correctness_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1021190Z test_nvfuser_correctness_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1021527Z test_nvfuser_correctness_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1021820Z test_nvfuser_correctness_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1022114Z test_nvfuser_correctness_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1022405Z test_nvfuser_correctness_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1022720Z 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) 2023-01-11T23:08:16.1023035Z 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) 2023-01-11T23:08:16.1023349Z 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) 2023-01-11T23:08:16.1023661Z 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) 2023-01-11T23:08:16.1024197Z 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) 2023-01-11T23:08:16.1024528Z 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) 2023-01-11T23:08:16.1024841Z 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) 2023-01-11T23:08:16.1025153Z 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) 2023-01-11T23:08:16.1025461Z 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) 2023-01-11T23:08:16.1025779Z 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) 2023-01-11T23:08:16.1026092Z 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) 2023-01-11T23:08:16.1026415Z 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) 2023-01-11T23:08:16.1026736Z 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) 2023-01-11T23:08:16.1027051Z 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) 2023-01-11T23:08:16.1027426Z 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) 2023-01-11T23:08:16.1027737Z 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) 2023-01-11T23:08:16.1028095Z 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) 2023-01-11T23:08:16.1028402Z 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) 2023-01-11T23:08:16.1028712Z 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) 2023-01-11T23:08:16.1029027Z 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) 2023-01-11T23:08:16.1029339Z 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) 2023-01-11T23:08:16.1029652Z 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) 2023-01-11T23:08:16.1029968Z 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) 2023-01-11T23:08:16.1030281Z 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) 2023-01-11T23:08:16.1030594Z 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) 2023-01-11T23:08:16.1030907Z 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) 2023-01-11T23:08:16.1031218Z 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) 2023-01-11T23:08:16.1031528Z 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) 2023-01-11T23:08:16.1031835Z 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) 2023-01-11T23:08:16.1032147Z 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) 2023-01-11T23:08:16.1032455Z 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) 2023-01-11T23:08:16.1032753Z test_nvfuser_correctness_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1033051Z test_nvfuser_correctness_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1033348Z test_nvfuser_correctness_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1033680Z test_nvfuser_correctness_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1033972Z test_nvfuser_correctness_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1034260Z test_nvfuser_correctness_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1034608Z test_nvfuser_correctness_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1034902Z test_nvfuser_correctness_double_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1035208Z test_nvfuser_correctness_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1035518Z test_nvfuser_correctness_double_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1035820Z test_nvfuser_correctness_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1036122Z test_nvfuser_correctness_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1036418Z test_nvfuser_correctness_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1036711Z test_nvfuser_correctness_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1037006Z test_nvfuser_correctness_double_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1037298Z test_nvfuser_correctness_double_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1037589Z test_nvfuser_correctness_double_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1037885Z test_nvfuser_correctness_double_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1038180Z test_nvfuser_correctness_double_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1038481Z test_nvfuser_correctness_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1038775Z test_nvfuser_correctness_dsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1039078Z test_nvfuser_correctness_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1039387Z test_nvfuser_correctness_dsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1039688Z test_nvfuser_correctness_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1039987Z test_nvfuser_correctness_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1040324Z test_nvfuser_correctness_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1040627Z test_nvfuser_correctness_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1040964Z test_nvfuser_correctness_dsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1041255Z test_nvfuser_correctness_dsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1041544Z test_nvfuser_correctness_dsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1041837Z test_nvfuser_correctness_dsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1042128Z test_nvfuser_correctness_dsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1042420Z test_nvfuser_correctness_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1042722Z test_nvfuser_correctness_dstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1043028Z test_nvfuser_correctness_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1043333Z test_nvfuser_correctness_dstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1043638Z test_nvfuser_correctness_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1043936Z test_nvfuser_correctness_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1044233Z test_nvfuser_correctness_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1044525Z test_nvfuser_correctness_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1044817Z test_nvfuser_correctness_dstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1045112Z test_nvfuser_correctness_dstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1045402Z test_nvfuser_correctness_dstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1045696Z test_nvfuser_correctness_dstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1045988Z test_nvfuser_correctness_dstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1046287Z test_nvfuser_correctness_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1046637Z test_nvfuser_correctness_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1046942Z test_nvfuser_correctness_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1047242Z test_nvfuser_correctness_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1047578Z test_nvfuser_correctness_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1047870Z test_nvfuser_correctness_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1048112Z test_nvfuser_correctness_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1048354Z test_nvfuser_correctness_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1048597Z test_nvfuser_correctness_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1048838Z test_nvfuser_correctness_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1049086Z test_nvfuser_correctness_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1049323Z test_nvfuser_correctness_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1049563Z test_nvfuser_correctness_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1049803Z test_nvfuser_correctness_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1050041Z test_nvfuser_correctness_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1050278Z test_nvfuser_correctness_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1050512Z test_nvfuser_correctness_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1050749Z test_nvfuser_correctness_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1050985Z test_nvfuser_correctness_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1051233Z test_nvfuser_correctness_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1051471Z test_nvfuser_correctness_empty_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1051720Z test_nvfuser_correctness_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1051970Z test_nvfuser_correctness_empty_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1052218Z test_nvfuser_correctness_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1052466Z test_nvfuser_correctness_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1052710Z test_nvfuser_correctness_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1052940Z test_nvfuser_correctness_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1053176Z test_nvfuser_correctness_empty_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1053412Z test_nvfuser_correctness_empty_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1053688Z test_nvfuser_correctness_empty_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1053926Z test_nvfuser_correctness_empty_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1054161Z test_nvfuser_correctness_empty_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1054502Z test_nvfuser_correctness_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1054792Z test_nvfuser_correctness_eq_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1055091Z test_nvfuser_correctness_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1055394Z test_nvfuser_correctness_eq_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1055687Z test_nvfuser_correctness_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1055983Z test_nvfuser_correctness_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1056280Z test_nvfuser_correctness_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1056574Z test_nvfuser_correctness_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1056863Z test_nvfuser_correctness_eq_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1057157Z test_nvfuser_correctness_eq_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1057449Z test_nvfuser_correctness_eq_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1057739Z test_nvfuser_correctness_eq_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1058029Z test_nvfuser_correctness_eq_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1058328Z test_nvfuser_correctness_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1058622Z test_nvfuser_correctness_equal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1058927Z test_nvfuser_correctness_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1059227Z test_nvfuser_correctness_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1059528Z test_nvfuser_correctness_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1059825Z test_nvfuser_correctness_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1060165Z test_nvfuser_correctness_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1060460Z test_nvfuser_correctness_equal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1060751Z test_nvfuser_correctness_equal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1061080Z test_nvfuser_correctness_equal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1061375Z test_nvfuser_correctness_equal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1061668Z test_nvfuser_correctness_equal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1061965Z test_nvfuser_correctness_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1062256Z test_nvfuser_correctness_erf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1062556Z test_nvfuser_correctness_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1062847Z test_nvfuser_correctness_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1063136Z test_nvfuser_correctness_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1063430Z test_nvfuser_correctness_erf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1063856Z test_nvfuser_correctness_erf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1064153Z test_nvfuser_correctness_erf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1064449Z test_nvfuser_correctness_erf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1064741Z test_nvfuser_correctness_erf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1065038Z test_nvfuser_correctness_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.1065331Z test_nvfuser_correctness_erfc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1065627Z test_nvfuser_correctness_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1065923Z test_nvfuser_correctness_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1066216Z test_nvfuser_correctness_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1066505Z test_nvfuser_correctness_erfc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1066867Z test_nvfuser_correctness_erfc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1067163Z test_nvfuser_correctness_erfc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1067453Z test_nvfuser_correctness_erfc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1067788Z test_nvfuser_correctness_erfc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1068082Z test_nvfuser_correctness_erfinv_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1068382Z test_nvfuser_correctness_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1068680Z test_nvfuser_correctness_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1068979Z test_nvfuser_correctness_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1069277Z test_nvfuser_correctness_erfinv_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1069567Z test_nvfuser_correctness_erfinv_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1069855Z test_nvfuser_correctness_erfinv_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1070150Z test_nvfuser_correctness_erfinv_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1070442Z test_nvfuser_correctness_erfinv_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1070740Z test_nvfuser_correctness_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1071032Z test_nvfuser_correctness_exp2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1071327Z test_nvfuser_correctness_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1071613Z test_nvfuser_correctness_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1071906Z test_nvfuser_correctness_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1072195Z test_nvfuser_correctness_exp2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1072487Z test_nvfuser_correctness_exp2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1072777Z test_nvfuser_correctness_exp2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1073069Z test_nvfuser_correctness_exp2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1073405Z test_nvfuser_correctness_exp2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1073701Z test_nvfuser_correctness_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1073994Z test_nvfuser_correctness_exp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1074342Z test_nvfuser_correctness_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1074647Z test_nvfuser_correctness_exp_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1074943Z test_nvfuser_correctness_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1075238Z test_nvfuser_correctness_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1075527Z test_nvfuser_correctness_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1075819Z test_nvfuser_correctness_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1076107Z test_nvfuser_correctness_exp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1076398Z test_nvfuser_correctness_exp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1076693Z test_nvfuser_correctness_exp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1076982Z test_nvfuser_correctness_exp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1077271Z test_nvfuser_correctness_exp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1077578Z test_nvfuser_correctness_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1077876Z test_nvfuser_correctness_expand_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1078184Z test_nvfuser_correctness_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1078490Z test_nvfuser_correctness_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1078791Z test_nvfuser_correctness_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1079096Z test_nvfuser_correctness_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1079395Z test_nvfuser_correctness_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1079693Z test_nvfuser_correctness_expand_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1080038Z test_nvfuser_correctness_expand_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1080343Z test_nvfuser_correctness_expand_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1080751Z test_nvfuser_correctness_expand_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1081049Z test_nvfuser_correctness_expand_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1081347Z test_nvfuser_correctness_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1081646Z test_nvfuser_correctness_expand_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1081951Z test_nvfuser_correctness_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1082260Z test_nvfuser_correctness_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1082560Z test_nvfuser_correctness_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1082858Z test_nvfuser_correctness_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1083154Z test_nvfuser_correctness_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1083452Z test_nvfuser_correctness_expand_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1083745Z test_nvfuser_correctness_expand_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1084039Z test_nvfuser_correctness_expand_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1084332Z test_nvfuser_correctness_expand_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1084625Z test_nvfuser_correctness_expand_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1084924Z test_nvfuser_correctness_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1085217Z test_nvfuser_correctness_expm1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1085516Z test_nvfuser_correctness_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1085810Z test_nvfuser_correctness_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1086101Z test_nvfuser_correctness_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1086458Z test_nvfuser_correctness_expm1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1086749Z test_nvfuser_correctness_expm1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1087043Z test_nvfuser_correctness_expm1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1087393Z test_nvfuser_correctness_expm1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1087690Z test_nvfuser_correctness_expm1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1087986Z test_nvfuser_correctness_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1088284Z test_nvfuser_correctness_eye_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1088583Z test_nvfuser_correctness_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1088890Z test_nvfuser_correctness_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1089180Z test_nvfuser_correctness_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1089468Z test_nvfuser_correctness_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1089760Z test_nvfuser_correctness_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1090049Z test_nvfuser_correctness_eye_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1090341Z test_nvfuser_correctness_eye_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1090637Z test_nvfuser_correctness_eye_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1090927Z test_nvfuser_correctness_eye_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1091220Z test_nvfuser_correctness_eye_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1091517Z test_nvfuser_correctness_fft_fft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1091819Z test_nvfuser_correctness_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1092124Z test_nvfuser_correctness_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1092426Z test_nvfuser_correctness_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1092722Z test_nvfuser_correctness_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1093064Z test_nvfuser_correctness_fft_fft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1093358Z test_nvfuser_correctness_fft_fft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1093690Z test_nvfuser_correctness_fft_fft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1093985Z test_nvfuser_correctness_fft_fft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1094277Z test_nvfuser_correctness_fft_fft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1094569Z test_nvfuser_correctness_fft_fft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1094870Z test_nvfuser_correctness_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1095175Z test_nvfuser_correctness_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1095479Z test_nvfuser_correctness_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1095778Z test_nvfuser_correctness_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1096071Z test_nvfuser_correctness_fft_fft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1096368Z test_nvfuser_correctness_fft_fft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1096660Z test_nvfuser_correctness_fft_fft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1096952Z test_nvfuser_correctness_fft_fft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1097246Z test_nvfuser_correctness_fft_fft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1097537Z test_nvfuser_correctness_fft_fftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1097842Z test_nvfuser_correctness_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1098144Z test_nvfuser_correctness_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1098445Z test_nvfuser_correctness_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1098742Z test_nvfuser_correctness_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1099037Z test_nvfuser_correctness_fft_fftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1099371Z test_nvfuser_correctness_fft_fftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1099666Z test_nvfuser_correctness_fft_fftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1099961Z test_nvfuser_correctness_fft_fftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1100292Z test_nvfuser_correctness_fft_fftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1100601Z test_nvfuser_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1100905Z test_nvfuser_correctness_fft_fftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1101219Z test_nvfuser_correctness_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1101530Z test_nvfuser_correctness_fft_fftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1101843Z test_nvfuser_correctness_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1102151Z test_nvfuser_correctness_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1102456Z test_nvfuser_correctness_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1102762Z test_nvfuser_correctness_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1103059Z test_nvfuser_correctness_fft_fftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1103367Z test_nvfuser_correctness_fft_fftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1103666Z test_nvfuser_correctness_fft_fftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1104061Z test_nvfuser_correctness_fft_fftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1104364Z test_nvfuser_correctness_fft_fftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1104661Z test_nvfuser_correctness_fft_hfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1104969Z test_nvfuser_correctness_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1105276Z test_nvfuser_correctness_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1105575Z test_nvfuser_correctness_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1105939Z test_nvfuser_correctness_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1106239Z test_nvfuser_correctness_fft_hfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1106535Z test_nvfuser_correctness_fft_hfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1106874Z test_nvfuser_correctness_fft_hfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1107168Z test_nvfuser_correctness_fft_hfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1107465Z test_nvfuser_correctness_fft_hfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1107765Z test_nvfuser_correctness_fft_hfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1108068Z test_nvfuser_correctness_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1108376Z test_nvfuser_correctness_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1108675Z test_nvfuser_correctness_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1108973Z test_nvfuser_correctness_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1109270Z test_nvfuser_correctness_fft_hfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1109562Z test_nvfuser_correctness_fft_hfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1109854Z test_nvfuser_correctness_fft_hfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1110151Z test_nvfuser_correctness_fft_hfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1110442Z test_nvfuser_correctness_fft_hfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1110736Z test_nvfuser_correctness_fft_hfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1111042Z test_nvfuser_correctness_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1111346Z test_nvfuser_correctness_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1111653Z test_nvfuser_correctness_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1111953Z test_nvfuser_correctness_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1112249Z test_nvfuser_correctness_fft_hfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1112584Z test_nvfuser_correctness_fft_hfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1112884Z test_nvfuser_correctness_fft_hfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1113216Z test_nvfuser_correctness_fft_hfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1113511Z test_nvfuser_correctness_fft_hfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1113808Z test_nvfuser_correctness_fft_ifft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1114114Z test_nvfuser_correctness_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1114418Z test_nvfuser_correctness_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1114720Z test_nvfuser_correctness_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1115017Z test_nvfuser_correctness_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1115311Z test_nvfuser_correctness_fft_ifft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1115609Z test_nvfuser_correctness_fft_ifft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1115904Z test_nvfuser_correctness_fft_ifft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1116199Z test_nvfuser_correctness_fft_ifft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1116497Z test_nvfuser_correctness_fft_ifft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1116794Z test_nvfuser_correctness_fft_ifft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1117099Z test_nvfuser_correctness_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1117400Z test_nvfuser_correctness_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1117701Z test_nvfuser_correctness_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1118001Z test_nvfuser_correctness_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1118290Z test_nvfuser_correctness_fft_ifft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1118581Z test_nvfuser_correctness_fft_ifft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1118912Z test_nvfuser_correctness_fft_ifft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1119207Z test_nvfuser_correctness_fft_ifft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1119534Z test_nvfuser_correctness_fft_ifft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1119826Z test_nvfuser_correctness_fft_ifftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1120130Z test_nvfuser_correctness_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1120436Z test_nvfuser_correctness_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1120736Z test_nvfuser_correctness_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1121036Z test_nvfuser_correctness_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1121325Z test_nvfuser_correctness_fft_ifftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1121620Z test_nvfuser_correctness_fft_ifftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1121916Z test_nvfuser_correctness_fft_ifftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1122212Z test_nvfuser_correctness_fft_ifftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1122506Z test_nvfuser_correctness_fft_ifftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1122816Z test_nvfuser_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1123121Z test_nvfuser_correctness_fft_ifftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1123433Z test_nvfuser_correctness_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1123747Z test_nvfuser_correctness_fft_ifftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1124059Z test_nvfuser_correctness_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1124369Z test_nvfuser_correctness_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1124673Z test_nvfuser_correctness_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1124978Z test_nvfuser_correctness_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1125320Z test_nvfuser_correctness_fft_ifftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1125622Z test_nvfuser_correctness_fft_ifftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1125961Z test_nvfuser_correctness_fft_ifftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1126260Z test_nvfuser_correctness_fft_ifftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1126569Z test_nvfuser_correctness_fft_ifftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1126869Z test_nvfuser_correctness_fft_ihfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1127165Z test_nvfuser_correctness_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1127472Z test_nvfuser_correctness_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1127768Z test_nvfuser_correctness_fft_ihfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1128065Z test_nvfuser_correctness_fft_ihfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1128367Z test_nvfuser_correctness_fft_ihfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1128663Z test_nvfuser_correctness_fft_ihfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1128959Z test_nvfuser_correctness_fft_ihfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1129259Z test_nvfuser_correctness_fft_ihfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1129558Z test_nvfuser_correctness_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1129858Z test_nvfuser_correctness_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1130157Z test_nvfuser_correctness_fft_ihfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1130451Z test_nvfuser_correctness_fft_ihfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1130747Z test_nvfuser_correctness_fft_ihfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1131043Z test_nvfuser_correctness_fft_ihfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1131339Z test_nvfuser_correctness_fft_ihfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1131674Z test_nvfuser_correctness_fft_ihfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1131978Z test_nvfuser_correctness_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1132335Z test_nvfuser_correctness_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1132632Z test_nvfuser_correctness_fft_ihfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1132928Z test_nvfuser_correctness_fft_ihfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1133230Z test_nvfuser_correctness_fft_ihfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1133531Z test_nvfuser_correctness_fft_ihfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1133828Z test_nvfuser_correctness_fft_ihfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1134126Z test_nvfuser_correctness_fft_irfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1134435Z test_nvfuser_correctness_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1134743Z test_nvfuser_correctness_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1135045Z test_nvfuser_correctness_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1135345Z test_nvfuser_correctness_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1135641Z test_nvfuser_correctness_fft_irfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1135935Z test_nvfuser_correctness_fft_irfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1136230Z test_nvfuser_correctness_fft_irfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1136529Z test_nvfuser_correctness_fft_irfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1136823Z test_nvfuser_correctness_fft_irfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1137122Z test_nvfuser_correctness_fft_irfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1137426Z test_nvfuser_correctness_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1137734Z test_nvfuser_correctness_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1138079Z test_nvfuser_correctness_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1138382Z test_nvfuser_correctness_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1138677Z test_nvfuser_correctness_fft_irfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1139011Z test_nvfuser_correctness_fft_irfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1139307Z test_nvfuser_correctness_fft_irfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1139605Z test_nvfuser_correctness_fft_irfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1139907Z test_nvfuser_correctness_fft_irfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1140205Z test_nvfuser_correctness_fft_irfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1140516Z test_nvfuser_correctness_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1140825Z test_nvfuser_correctness_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1141125Z test_nvfuser_correctness_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1141427Z test_nvfuser_correctness_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1141725Z test_nvfuser_correctness_fft_irfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1142021Z test_nvfuser_correctness_fft_irfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1142319Z test_nvfuser_correctness_fft_irfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1142615Z test_nvfuser_correctness_fft_irfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1142915Z test_nvfuser_correctness_fft_irfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1143212Z test_nvfuser_correctness_fft_rfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1143514Z test_nvfuser_correctness_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1143984Z test_nvfuser_correctness_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1144281Z test_nvfuser_correctness_fft_rfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1144646Z test_nvfuser_correctness_fft_rfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1144941Z test_nvfuser_correctness_fft_rfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1145236Z test_nvfuser_correctness_fft_rfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1145579Z test_nvfuser_correctness_fft_rfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1145874Z test_nvfuser_correctness_fft_rfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1146178Z test_nvfuser_correctness_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1146479Z test_nvfuser_correctness_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1146773Z test_nvfuser_correctness_fft_rfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1147069Z test_nvfuser_correctness_fft_rfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1147364Z test_nvfuser_correctness_fft_rfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1147659Z test_nvfuser_correctness_fft_rfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1147957Z test_nvfuser_correctness_fft_rfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1148251Z test_nvfuser_correctness_fft_rfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1148545Z test_nvfuser_correctness_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1148845Z test_nvfuser_correctness_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1149142Z test_nvfuser_correctness_fft_rfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1149438Z test_nvfuser_correctness_fft_rfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1149731Z test_nvfuser_correctness_fft_rfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1150024Z test_nvfuser_correctness_fft_rfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1150322Z test_nvfuser_correctness_fft_rfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1150563Z test_nvfuser_correctness_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1150799Z test_nvfuser_correctness_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1151083Z test_nvfuser_correctness_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1151325Z test_nvfuser_correctness_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1151569Z test_nvfuser_correctness_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1151840Z test_nvfuser_correctness_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1152073Z test_nvfuser_correctness_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1152307Z test_nvfuser_correctness_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1152538Z test_nvfuser_correctness_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1152771Z test_nvfuser_correctness_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1153009Z test_nvfuser_correctness_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1153244Z test_nvfuser_correctness_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1153476Z test_nvfuser_correctness_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2023-01-11T23:08:16.1153786Z test_nvfuser_correctness_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1154083Z test_nvfuser_correctness_flatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1154386Z test_nvfuser_correctness_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1154695Z test_nvfuser_correctness_flatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1155004Z test_nvfuser_correctness_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1155306Z test_nvfuser_correctness_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1155604Z test_nvfuser_correctness_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1155899Z test_nvfuser_correctness_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1156198Z test_nvfuser_correctness_flatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1156493Z test_nvfuser_correctness_flatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1156786Z test_nvfuser_correctness_flatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1157081Z test_nvfuser_correctness_flatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1157376Z test_nvfuser_correctness_flatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1157669Z test_nvfuser_correctness_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1158001Z test_nvfuser_correctness_flip_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1158302Z test_nvfuser_correctness_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1158640Z test_nvfuser_correctness_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1158931Z test_nvfuser_correctness_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1159222Z test_nvfuser_correctness_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1159513Z test_nvfuser_correctness_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1159803Z test_nvfuser_correctness_flip_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1160100Z test_nvfuser_correctness_flip_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1160393Z test_nvfuser_correctness_flip_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1160686Z test_nvfuser_correctness_flip_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1160981Z test_nvfuser_correctness_flip_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1161280Z test_nvfuser_correctness_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1161574Z test_nvfuser_correctness_fliplr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1161882Z test_nvfuser_correctness_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1162187Z test_nvfuser_correctness_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1162485Z test_nvfuser_correctness_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1162787Z test_nvfuser_correctness_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1163084Z test_nvfuser_correctness_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1163378Z test_nvfuser_correctness_fliplr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1163660Z test_nvfuser_correctness_fliplr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1163950Z test_nvfuser_correctness_fliplr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1164282Z test_nvfuser_correctness_fliplr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1164576Z test_nvfuser_correctness_fliplr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1164874Z test_nvfuser_correctness_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1165212Z test_nvfuser_correctness_flipud_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1165515Z test_nvfuser_correctness_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1165818Z test_nvfuser_correctness_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1166120Z test_nvfuser_correctness_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1166416Z test_nvfuser_correctness_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1166718Z test_nvfuser_correctness_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1167013Z test_nvfuser_correctness_flipud_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1167307Z test_nvfuser_correctness_flipud_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1167602Z test_nvfuser_correctness_flipud_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1167896Z test_nvfuser_correctness_flipud_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1168196Z test_nvfuser_correctness_flipud_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1168496Z test_nvfuser_correctness_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1168792Z test_nvfuser_correctness_float_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1169096Z test_nvfuser_correctness_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1169400Z test_nvfuser_correctness_float_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1169700Z test_nvfuser_correctness_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1170000Z test_nvfuser_correctness_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1170296Z test_nvfuser_correctness_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1170594Z test_nvfuser_correctness_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1170931Z test_nvfuser_correctness_float_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1171221Z test_nvfuser_correctness_float_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1171548Z test_nvfuser_correctness_float_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1171838Z test_nvfuser_correctness_float_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1172132Z test_nvfuser_correctness_float_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1172445Z test_nvfuser_correctness_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1172750Z test_nvfuser_correctness_float_power_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1173063Z test_nvfuser_correctness_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1173380Z test_nvfuser_correctness_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1173687Z test_nvfuser_correctness_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1173996Z test_nvfuser_correctness_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1174296Z test_nvfuser_correctness_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1174597Z test_nvfuser_correctness_float_power_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1174903Z test_nvfuser_correctness_float_power_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1175202Z test_nvfuser_correctness_float_power_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1175504Z test_nvfuser_correctness_float_power_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1175806Z test_nvfuser_correctness_float_power_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1176105Z test_nvfuser_correctness_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1176409Z test_nvfuser_correctness_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1176705Z test_nvfuser_correctness_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1176997Z test_nvfuser_correctness_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1177329Z test_nvfuser_correctness_floor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1177622Z test_nvfuser_correctness_floor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1177948Z test_nvfuser_correctness_floor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1178243Z test_nvfuser_correctness_floor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1178535Z test_nvfuser_correctness_floor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1178846Z test_nvfuser_correctness_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1179157Z test_nvfuser_correctness_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1179461Z test_nvfuser_correctness_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1179767Z test_nvfuser_correctness_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1180067Z test_nvfuser_correctness_floor_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1180368Z test_nvfuser_correctness_floor_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1180673Z test_nvfuser_correctness_floor_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1180976Z test_nvfuser_correctness_floor_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1181281Z test_nvfuser_correctness_floor_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1181576Z test_nvfuser_correctness_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1181869Z test_nvfuser_correctness_fmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1182170Z test_nvfuser_correctness_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1182461Z test_nvfuser_correctness_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1182754Z test_nvfuser_correctness_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1183044Z test_nvfuser_correctness_fmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1183334Z test_nvfuser_correctness_fmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1183678Z test_nvfuser_correctness_fmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1184105Z test_nvfuser_correctness_fmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1184396Z test_nvfuser_correctness_fmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1184758Z test_nvfuser_correctness_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1185050Z test_nvfuser_correctness_fmin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1185349Z test_nvfuser_correctness_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1185644Z test_nvfuser_correctness_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1185935Z test_nvfuser_correctness_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1186225Z test_nvfuser_correctness_fmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1186515Z test_nvfuser_correctness_fmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1186803Z test_nvfuser_correctness_fmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1187098Z test_nvfuser_correctness_fmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1187384Z test_nvfuser_correctness_fmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1187671Z test_nvfuser_correctness_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1187967Z test_nvfuser_correctness_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1188257Z test_nvfuser_correctness_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1188546Z test_nvfuser_correctness_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1188841Z test_nvfuser_correctness_fmod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1189131Z test_nvfuser_correctness_fmod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1189423Z test_nvfuser_correctness_fmod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1189712Z test_nvfuser_correctness_fmod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1190002Z test_nvfuser_correctness_fmod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1190348Z test_nvfuser_correctness_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1190643Z test_nvfuser_correctness_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1190931Z test_nvfuser_correctness_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1191260Z test_nvfuser_correctness_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1191556Z test_nvfuser_correctness_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1191848Z test_nvfuser_correctness_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1192144Z test_nvfuser_correctness_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1192435Z test_nvfuser_correctness_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1192732Z test_nvfuser_correctness_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1193030Z test_nvfuser_correctness_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1193327Z test_nvfuser_correctness_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1193628Z test_nvfuser_correctness_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1193918Z test_nvfuser_correctness_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1194204Z test_nvfuser_correctness_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1194494Z test_nvfuser_correctness_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1194780Z test_nvfuser_correctness_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1195072Z test_nvfuser_correctness_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1195361Z test_nvfuser_correctness_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1195652Z test_nvfuser_correctness_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1195945Z test_nvfuser_correctness_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1196246Z test_nvfuser_correctness_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1196542Z test_nvfuser_correctness_full_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1196891Z test_nvfuser_correctness_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1197203Z test_nvfuser_correctness_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1197542Z test_nvfuser_correctness_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1197841Z test_nvfuser_correctness_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1198140Z test_nvfuser_correctness_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1198439Z test_nvfuser_correctness_full_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1198734Z test_nvfuser_correctness_full_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1199031Z test_nvfuser_correctness_full_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1199329Z test_nvfuser_correctness_full_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1199626Z test_nvfuser_correctness_full_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1199930Z test_nvfuser_correctness_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1200231Z test_nvfuser_correctness_gather_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1200536Z test_nvfuser_correctness_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1200846Z test_nvfuser_correctness_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1201146Z test_nvfuser_correctness_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1201441Z test_nvfuser_correctness_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1201736Z test_nvfuser_correctness_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1202029Z test_nvfuser_correctness_gather_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1202322Z test_nvfuser_correctness_gather_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1202612Z test_nvfuser_correctness_gather_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1202904Z test_nvfuser_correctness_gather_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1203239Z test_nvfuser_correctness_gather_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1203536Z test_nvfuser_correctness_gcd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1203832Z test_nvfuser_correctness_gcd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1204168Z test_nvfuser_correctness_gcd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1204461Z test_nvfuser_correctness_gcd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1204755Z test_nvfuser_correctness_gcd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1205057Z test_nvfuser_correctness_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1205349Z test_nvfuser_correctness_ge_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1205645Z test_nvfuser_correctness_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1205936Z test_nvfuser_correctness_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1206228Z test_nvfuser_correctness_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1206522Z test_nvfuser_correctness_ge_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1206812Z test_nvfuser_correctness_ge_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1207101Z test_nvfuser_correctness_ge_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1207395Z test_nvfuser_correctness_ge_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1207686Z test_nvfuser_correctness_ge_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1207989Z test_nvfuser_correctness_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1208295Z test_nvfuser_correctness_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1208594Z test_nvfuser_correctness_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1208896Z test_nvfuser_correctness_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1209144Z test_nvfuser_correctness_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1209387Z test_nvfuser_correctness_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1209638Z test_nvfuser_correctness_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1209923Z test_nvfuser_correctness_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1210168Z test_nvfuser_correctness_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1210408Z test_nvfuser_correctness_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1210685Z test_nvfuser_correctness_gradient_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1210924Z test_nvfuser_correctness_gradient_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1211164Z test_nvfuser_correctness_gradient_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1211405Z test_nvfuser_correctness_gradient_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1211722Z test_nvfuser_correctness_grid_sampler_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1212030Z test_nvfuser_correctness_grid_sampler_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1212349Z test_nvfuser_correctness_grid_sampler_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1212643Z test_nvfuser_correctness_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1212932Z test_nvfuser_correctness_gt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1213227Z test_nvfuser_correctness_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1213519Z test_nvfuser_correctness_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1213808Z test_nvfuser_correctness_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1214099Z test_nvfuser_correctness_gt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1214391Z test_nvfuser_correctness_gt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1214680Z test_nvfuser_correctness_gt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1214969Z test_nvfuser_correctness_gt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1215258Z test_nvfuser_correctness_gt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1215558Z test_nvfuser_correctness_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1215848Z test_nvfuser_correctness_half_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1216147Z test_nvfuser_correctness_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1216503Z test_nvfuser_correctness_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1216801Z test_nvfuser_correctness_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1217093Z test_nvfuser_correctness_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1217421Z test_nvfuser_correctness_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1217713Z test_nvfuser_correctness_half_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1218007Z test_nvfuser_correctness_half_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1218298Z test_nvfuser_correctness_half_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1218589Z test_nvfuser_correctness_half_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1218890Z test_nvfuser_correctness_half_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1219198Z test_nvfuser_correctness_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1219495Z test_nvfuser_correctness_heaviside_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1219802Z test_nvfuser_correctness_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1220105Z test_nvfuser_correctness_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1220411Z test_nvfuser_correctness_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1220713Z test_nvfuser_correctness_heaviside_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1221014Z test_nvfuser_correctness_heaviside_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1221318Z test_nvfuser_correctness_heaviside_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1221619Z test_nvfuser_correctness_heaviside_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1221918Z test_nvfuser_correctness_heaviside_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1222220Z test_nvfuser_correctness_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1222514Z test_nvfuser_correctness_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1222807Z test_nvfuser_correctness_histc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1223137Z test_nvfuser_correctness_histc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1223430Z test_nvfuser_correctness_histc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1223872Z test_nvfuser_correctness_histc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1224279Z test_nvfuser_correctness_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1224577Z test_nvfuser_correctness_hsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1224887Z test_nvfuser_correctness_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1225194Z test_nvfuser_correctness_hsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1225501Z test_nvfuser_correctness_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1225805Z test_nvfuser_correctness_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1226102Z test_nvfuser_correctness_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1226396Z test_nvfuser_correctness_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1226692Z test_nvfuser_correctness_hsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1226985Z test_nvfuser_correctness_hsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1227279Z test_nvfuser_correctness_hsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1227564Z test_nvfuser_correctness_hsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1227856Z test_nvfuser_correctness_hsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1228159Z test_nvfuser_correctness_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1228454Z test_nvfuser_correctness_hstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1228762Z test_nvfuser_correctness_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1229068Z test_nvfuser_correctness_hstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1229370Z test_nvfuser_correctness_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1229744Z test_nvfuser_correctness_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1230043Z test_nvfuser_correctness_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1230338Z test_nvfuser_correctness_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1230697Z test_nvfuser_correctness_hstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1230990Z test_nvfuser_correctness_hstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1231281Z test_nvfuser_correctness_hstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1231578Z test_nvfuser_correctness_hstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1231871Z test_nvfuser_correctness_hstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1232176Z test_nvfuser_correctness_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1232475Z test_nvfuser_correctness_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1232773Z test_nvfuser_correctness_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1233070Z test_nvfuser_correctness_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1233363Z test_nvfuser_correctness_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1233650Z test_nvfuser_correctness_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1233947Z test_nvfuser_correctness_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1234241Z test_nvfuser_correctness_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1234534Z test_nvfuser_correctness_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1234827Z test_nvfuser_correctness_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1235115Z test_nvfuser_correctness_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1235410Z test_nvfuser_correctness_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1235697Z test_nvfuser_correctness_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1235986Z test_nvfuser_correctness_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1236329Z test_nvfuser_correctness_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1236628Z test_nvfuser_correctness_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1236929Z test_nvfuser_correctness_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1237270Z test_nvfuser_correctness_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1237570Z test_nvfuser_correctness_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1237877Z test_nvfuser_correctness_imag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1238179Z test_nvfuser_correctness_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1238484Z test_nvfuser_correctness_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1238788Z test_nvfuser_correctness_index_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1239100Z test_nvfuser_correctness_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1239408Z test_nvfuser_correctness_index_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1239718Z test_nvfuser_correctness_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1240025Z test_nvfuser_correctness_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1240330Z test_nvfuser_correctness_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1240635Z test_nvfuser_correctness_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1240935Z test_nvfuser_correctness_index_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1241237Z test_nvfuser_correctness_index_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1241537Z test_nvfuser_correctness_index_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1241838Z test_nvfuser_correctness_index_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1242143Z test_nvfuser_correctness_index_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1242447Z test_nvfuser_correctness_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1242789Z test_nvfuser_correctness_index_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1243102Z test_nvfuser_correctness_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1243414Z test_nvfuser_correctness_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1243765Z test_nvfuser_correctness_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1244069Z test_nvfuser_correctness_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1244378Z test_nvfuser_correctness_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1244681Z test_nvfuser_correctness_index_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1244983Z test_nvfuser_correctness_index_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1245290Z test_nvfuser_correctness_index_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1245590Z test_nvfuser_correctness_index_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1245888Z test_nvfuser_correctness_index_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1246194Z test_nvfuser_correctness_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1246494Z test_nvfuser_correctness_index_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1246807Z test_nvfuser_correctness_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1247116Z test_nvfuser_correctness_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1247423Z test_nvfuser_correctness_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1247726Z test_nvfuser_correctness_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1248029Z test_nvfuser_correctness_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1248327Z test_nvfuser_correctness_index_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1248629Z test_nvfuser_correctness_index_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1248930Z test_nvfuser_correctness_index_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1249271Z test_nvfuser_correctness_index_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1249569Z test_nvfuser_correctness_index_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1249878Z test_nvfuser_correctness_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1250215Z test_nvfuser_correctness_index_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1250522Z test_nvfuser_correctness_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1250831Z test_nvfuser_correctness_index_put_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1251138Z test_nvfuser_correctness_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1251439Z test_nvfuser_correctness_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1251745Z test_nvfuser_correctness_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1252048Z test_nvfuser_correctness_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1252347Z test_nvfuser_correctness_index_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1252648Z test_nvfuser_correctness_index_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1252945Z test_nvfuser_correctness_index_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1253240Z test_nvfuser_correctness_index_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1253542Z test_nvfuser_correctness_index_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1253852Z test_nvfuser_correctness_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1254163Z test_nvfuser_correctness_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1254473Z test_nvfuser_correctness_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1254777Z test_nvfuser_correctness_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1255086Z test_nvfuser_correctness_index_reduce_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1255389Z test_nvfuser_correctness_index_reduce_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1255695Z test_nvfuser_correctness_index_reduce_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1256041Z test_nvfuser_correctness_index_reduce_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1256349Z test_nvfuser_correctness_index_reduce_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1256698Z test_nvfuser_correctness_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1257000Z test_nvfuser_correctness_index_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1257316Z test_nvfuser_correctness_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1257634Z test_nvfuser_correctness_index_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1257949Z test_nvfuser_correctness_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1258261Z test_nvfuser_correctness_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1258568Z test_nvfuser_correctness_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1258873Z test_nvfuser_correctness_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1259178Z test_nvfuser_correctness_index_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1259481Z test_nvfuser_correctness_index_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1259787Z test_nvfuser_correctness_index_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1260088Z test_nvfuser_correctness_index_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1260391Z test_nvfuser_correctness_index_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1260692Z test_nvfuser_correctness_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1260994Z test_nvfuser_correctness_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1261296Z test_nvfuser_correctness_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1261598Z test_nvfuser_correctness_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1261894Z test_nvfuser_correctness_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1262189Z test_nvfuser_correctness_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1262524Z test_nvfuser_correctness_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1262820Z test_nvfuser_correctness_int_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1263161Z test_nvfuser_correctness_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1263461Z test_nvfuser_correctness_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1263804Z test_nvfuser_correctness_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1264103Z test_nvfuser_correctness_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1264393Z test_nvfuser_correctness_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1264688Z test_nvfuser_correctness_int_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1264979Z test_nvfuser_correctness_int_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1265273Z test_nvfuser_correctness_int_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1265566Z test_nvfuser_correctness_int_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1265861Z test_nvfuser_correctness_int_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1266166Z test_nvfuser_correctness_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1266466Z test_nvfuser_correctness_isclose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1266772Z test_nvfuser_correctness_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1267079Z test_nvfuser_correctness_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1267384Z test_nvfuser_correctness_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1267686Z test_nvfuser_correctness_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1267991Z test_nvfuser_correctness_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1268291Z test_nvfuser_correctness_isclose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1268593Z test_nvfuser_correctness_isclose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1268947Z test_nvfuser_correctness_isclose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1269245Z test_nvfuser_correctness_isclose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1269543Z test_nvfuser_correctness_isclose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1269897Z test_nvfuser_correctness_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1270197Z test_nvfuser_correctness_isfinite_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1270509Z test_nvfuser_correctness_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1270818Z test_nvfuser_correctness_isfinite_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1271126Z test_nvfuser_correctness_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1271435Z test_nvfuser_correctness_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1271737Z test_nvfuser_correctness_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1272039Z test_nvfuser_correctness_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1272340Z test_nvfuser_correctness_isfinite_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1272635Z test_nvfuser_correctness_isfinite_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1272935Z test_nvfuser_correctness_isfinite_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1273233Z test_nvfuser_correctness_isfinite_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1273528Z test_nvfuser_correctness_isfinite_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1273827Z test_nvfuser_correctness_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1274125Z test_nvfuser_correctness_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1274416Z test_nvfuser_correctness_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1274710Z test_nvfuser_correctness_isin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1275003Z test_nvfuser_correctness_isin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1275297Z test_nvfuser_correctness_isin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1275635Z test_nvfuser_correctness_isin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1275929Z test_nvfuser_correctness_isin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1276264Z test_nvfuser_correctness_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1276559Z test_nvfuser_correctness_isinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1276862Z test_nvfuser_correctness_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1277168Z test_nvfuser_correctness_isinf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1277469Z test_nvfuser_correctness_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1277769Z test_nvfuser_correctness_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1278071Z test_nvfuser_correctness_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1278367Z test_nvfuser_correctness_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1278655Z test_nvfuser_correctness_isinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1278946Z test_nvfuser_correctness_isinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1279239Z test_nvfuser_correctness_isinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1279535Z test_nvfuser_correctness_isinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1279831Z test_nvfuser_correctness_isinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1280132Z test_nvfuser_correctness_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1280429Z test_nvfuser_correctness_isnan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1280734Z test_nvfuser_correctness_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1281040Z test_nvfuser_correctness_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1281337Z test_nvfuser_correctness_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1281633Z test_nvfuser_correctness_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1281985Z test_nvfuser_correctness_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1282281Z test_nvfuser_correctness_isnan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1282571Z test_nvfuser_correctness_isnan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1282908Z test_nvfuser_correctness_isnan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1283200Z test_nvfuser_correctness_isnan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1283496Z test_nvfuser_correctness_isnan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1283804Z test_nvfuser_correctness_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1284105Z test_nvfuser_correctness_isneginf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1284413Z test_nvfuser_correctness_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1284721Z test_nvfuser_correctness_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1285025Z test_nvfuser_correctness_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1285330Z test_nvfuser_correctness_isneginf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1285629Z test_nvfuser_correctness_isneginf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1285929Z test_nvfuser_correctness_isneginf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1286229Z test_nvfuser_correctness_isneginf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1286526Z test_nvfuser_correctness_isneginf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1286836Z test_nvfuser_correctness_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1287137Z test_nvfuser_correctness_isposinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1287442Z test_nvfuser_correctness_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1287749Z test_nvfuser_correctness_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1288059Z test_nvfuser_correctness_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1288357Z test_nvfuser_correctness_isposinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1288762Z test_nvfuser_correctness_isposinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1289064Z test_nvfuser_correctness_isposinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1289402Z test_nvfuser_correctness_isposinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1289698Z test_nvfuser_correctness_isposinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1290004Z test_nvfuser_correctness_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1290305Z test_nvfuser_correctness_isreal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1290612Z test_nvfuser_correctness_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1290920Z test_nvfuser_correctness_isreal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1291228Z test_nvfuser_correctness_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1291529Z test_nvfuser_correctness_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1291829Z test_nvfuser_correctness_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1292124Z test_nvfuser_correctness_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1292422Z test_nvfuser_correctness_isreal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1292723Z test_nvfuser_correctness_isreal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1293018Z test_nvfuser_correctness_isreal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1293312Z test_nvfuser_correctness_isreal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1293615Z test_nvfuser_correctness_isreal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1293919Z test_nvfuser_correctness_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1294227Z test_nvfuser_correctness_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1294504Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1294772Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1295050Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1295363Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1295638Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1295943Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1296211Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1296475Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1296735Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1296997Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1297257Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1297520Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1297788Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1298061Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1298343Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1298624Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1298902Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1299177Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1299453Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1299726Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1299997Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1300264Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1300536Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1300808Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1301069Z test_nvfuser_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1301321Z test_nvfuser_correctness_jiterator_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1301581Z test_nvfuser_correctness_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1301838Z test_nvfuser_correctness_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1302133Z test_nvfuser_correctness_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1302388Z test_nvfuser_correctness_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1302648Z test_nvfuser_correctness_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1302937Z test_nvfuser_correctness_jiterator_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1303190Z test_nvfuser_correctness_jiterator_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1303438Z test_nvfuser_correctness_jiterator_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1303853Z test_nvfuser_correctness_jiterator_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1304115Z test_nvfuser_correctness_jiterator_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1304384Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1304653Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1304935Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1305210Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1305475Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1305744Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1306015Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1306282Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1306550Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1306816Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1307084Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1307338Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1307593Z test_nvfuser_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1307842Z test_nvfuser_correctness_jiterator_unary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1308098Z test_nvfuser_correctness_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1308356Z test_nvfuser_correctness_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1308607Z test_nvfuser_correctness_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1308858Z test_nvfuser_correctness_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1309108Z test_nvfuser_correctness_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1309419Z test_nvfuser_correctness_jiterator_unary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1309671Z test_nvfuser_correctness_jiterator_unary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1309919Z test_nvfuser_correctness_jiterator_unary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1310216Z test_nvfuser_correctness_jiterator_unary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1310464Z test_nvfuser_correctness_jiterator_unary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1310768Z test_nvfuser_correctness_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1311067Z test_nvfuser_correctness_kron_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1311372Z test_nvfuser_correctness_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1311677Z test_nvfuser_correctness_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1311980Z test_nvfuser_correctness_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1312274Z test_nvfuser_correctness_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1312569Z test_nvfuser_correctness_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1312864Z test_nvfuser_correctness_kron_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1313158Z test_nvfuser_correctness_kron_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1313455Z test_nvfuser_correctness_kron_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1313748Z test_nvfuser_correctness_kron_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1314044Z test_nvfuser_correctness_kron_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1314352Z test_nvfuser_correctness_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1314652Z test_nvfuser_correctness_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1314955Z test_nvfuser_correctness_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1315255Z test_nvfuser_correctness_kthvalue_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1315548Z test_nvfuser_correctness_kthvalue_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1315842Z test_nvfuser_correctness_kthvalue_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1316184Z test_nvfuser_correctness_kthvalue_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1316481Z test_nvfuser_correctness_kthvalue_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1316812Z test_nvfuser_correctness_lcm_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1317105Z test_nvfuser_correctness_lcm_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1317396Z test_nvfuser_correctness_lcm_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1317695Z test_nvfuser_correctness_lcm_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1317985Z test_nvfuser_correctness_lcm_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1318290Z test_nvfuser_correctness_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1318583Z test_nvfuser_correctness_ldexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1318886Z test_nvfuser_correctness_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1319190Z test_nvfuser_correctness_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1319493Z test_nvfuser_correctness_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1319791Z test_nvfuser_correctness_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1320091Z test_nvfuser_correctness_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1320386Z test_nvfuser_correctness_ldexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1320677Z test_nvfuser_correctness_ldexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1320972Z test_nvfuser_correctness_ldexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1321264Z test_nvfuser_correctness_ldexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1321564Z test_nvfuser_correctness_ldexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1321857Z test_nvfuser_correctness_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1322148Z test_nvfuser_correctness_le_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1322485Z test_nvfuser_correctness_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1322783Z test_nvfuser_correctness_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1323075Z test_nvfuser_correctness_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1323397Z test_nvfuser_correctness_le_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1323687Z test_nvfuser_correctness_le_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1323978Z test_nvfuser_correctness_le_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1324273Z test_nvfuser_correctness_le_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1324563Z test_nvfuser_correctness_le_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1324868Z test_nvfuser_correctness_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1325168Z test_nvfuser_correctness_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1325469Z test_nvfuser_correctness_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1325769Z test_nvfuser_correctness_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1326065Z test_nvfuser_correctness_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1326359Z test_nvfuser_correctness_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1326656Z test_nvfuser_correctness_lgamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1326952Z test_nvfuser_correctness_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1327248Z test_nvfuser_correctness_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1327544Z test_nvfuser_correctness_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1327837Z test_nvfuser_correctness_lgamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1328132Z test_nvfuser_correctness_lgamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1328423Z test_nvfuser_correctness_lgamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1328715Z test_nvfuser_correctness_lgamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1329052Z test_nvfuser_correctness_lgamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1329373Z test_nvfuser_correctness_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1329752Z test_nvfuser_correctness_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1330069Z test_nvfuser_correctness_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1330383Z test_nvfuser_correctness_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1330705Z 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) 2023-01-11T23:08:16.1331028Z 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) 2023-01-11T23:08:16.1331351Z 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) 2023-01-11T23:08:16.1331667Z 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) 2023-01-11T23:08:16.1331980Z test_nvfuser_correctness_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1332296Z test_nvfuser_correctness_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1332604Z test_nvfuser_correctness_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1332911Z test_nvfuser_correctness_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1333225Z test_nvfuser_correctness_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1333538Z test_nvfuser_correctness_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1333848Z test_nvfuser_correctness_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1334153Z test_nvfuser_correctness_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1334458Z test_nvfuser_correctness_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1334764Z test_nvfuser_correctness_linalg_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1335064Z test_nvfuser_correctness_linalg_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1335365Z test_nvfuser_correctness_linalg_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1335712Z test_nvfuser_correctness_linalg_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1336016Z test_nvfuser_correctness_linalg_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1336365Z test_nvfuser_correctness_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1336673Z test_nvfuser_correctness_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1336975Z test_nvfuser_correctness_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1337284Z test_nvfuser_correctness_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1337604Z 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) 2023-01-11T23:08:16.1337929Z 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) 2023-01-11T23:08:16.1338243Z 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) 2023-01-11T23:08:16.1338556Z 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) 2023-01-11T23:08:16.1338867Z test_nvfuser_correctness_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1339174Z test_nvfuser_correctness_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1339480Z test_nvfuser_correctness_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1339783Z test_nvfuser_correctness_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1340094Z test_nvfuser_correctness_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1340406Z test_nvfuser_correctness_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1340710Z test_nvfuser_correctness_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1341017Z test_nvfuser_correctness_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1341332Z test_nvfuser_correctness_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1341649Z test_nvfuser_correctness_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1342002Z test_nvfuser_correctness_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1342315Z test_nvfuser_correctness_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1342637Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1343012Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1343324Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1343639Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1343977Z test_nvfuser_correctness_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1344270Z test_nvfuser_correctness_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1344563Z test_nvfuser_correctness_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1344848Z test_nvfuser_correctness_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1345157Z test_nvfuser_correctness_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1345470Z test_nvfuser_correctness_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1345775Z test_nvfuser_correctness_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1346081Z test_nvfuser_correctness_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1346392Z 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) 2023-01-11T23:08:16.1346703Z 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) 2023-01-11T23:08:16.1347008Z 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) 2023-01-11T23:08:16.1347312Z 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) 2023-01-11T23:08:16.1347992Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1348427Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1348852Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1349277Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1349784Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1350227Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1350708Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1351136Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1351566Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1351996Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1352420Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1352842Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:08:16.1353152Z test_nvfuser_correctness_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1353463Z test_nvfuser_correctness_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1353772Z test_nvfuser_correctness_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1354069Z test_nvfuser_correctness_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1354402Z 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) 2023-01-11T23:08:16.1354735Z 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) 2023-01-11T23:08:16.1355060Z 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) 2023-01-11T23:08:16.1355389Z 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) 2023-01-11T23:08:16.1355698Z test_nvfuser_correctness_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1356004Z test_nvfuser_correctness_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1356307Z test_nvfuser_correctness_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1356613Z test_nvfuser_correctness_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1356978Z 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) 2023-01-11T23:08:16.1357298Z 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) 2023-01-11T23:08:16.1357611Z 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) 2023-01-11T23:08:16.1357964Z 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) 2023-01-11T23:08:16.1358285Z 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) 2023-01-11T23:08:16.1358608Z 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) 2023-01-11T23:08:16.1358920Z 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) 2023-01-11T23:08:16.1359230Z 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) 2023-01-11T23:08:16.1359545Z 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) 2023-01-11T23:08:16.1359862Z 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) 2023-01-11T23:08:16.1360177Z 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) 2023-01-11T23:08:16.1360488Z 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) 2023-01-11T23:08:16.1360803Z 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) 2023-01-11T23:08:16.1361126Z 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) 2023-01-11T23:08:16.1361442Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1361759Z 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) 2023-01-11T23:08:16.1362074Z 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) 2023-01-11T23:08:16.1362385Z 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) 2023-01-11T23:08:16.1362709Z 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) 2023-01-11T23:08:16.1363029Z 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) 2023-01-11T23:08:16.1363383Z 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) 2023-01-11T23:08:16.1363695Z 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) 2023-01-11T23:08:16.1364015Z 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) 2023-01-11T23:08:16.1364376Z 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) 2023-01-11T23:08:16.1364686Z 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) 2023-01-11T23:08:16.1365000Z 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) 2023-01-11T23:08:16.1365335Z 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) 2023-01-11T23:08:16.1365674Z 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) 2023-01-11T23:08:16.1366006Z 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) 2023-01-11T23:08:16.1366332Z 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) 2023-01-11T23:08:16.1366649Z 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) 2023-01-11T23:08:16.1366966Z 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) 2023-01-11T23:08:16.1367279Z 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) 2023-01-11T23:08:16.1367589Z 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) 2023-01-11T23:08:16.1367898Z 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) 2023-01-11T23:08:16.1368209Z 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) 2023-01-11T23:08:16.1368515Z test_nvfuser_correctness_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1368826Z test_nvfuser_correctness_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1369140Z test_nvfuser_correctness_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1369443Z test_nvfuser_correctness_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1369746Z test_nvfuser_correctness_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1370088Z test_nvfuser_correctness_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1370426Z 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) 2023-01-11T23:08:16.1370801Z 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) 2023-01-11T23:08:16.1371137Z 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) 2023-01-11T23:08:16.1371473Z 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) 2023-01-11T23:08:16.1371813Z 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) 2023-01-11T23:08:16.1372147Z 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) 2023-01-11T23:08:16.1372460Z test_nvfuser_correctness_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1372770Z test_nvfuser_correctness_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1373076Z test_nvfuser_correctness_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1373378Z test_nvfuser_correctness_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1373705Z 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) 2023-01-11T23:08:16.1374033Z 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) 2023-01-11T23:08:16.1374351Z 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) 2023-01-11T23:08:16.1374671Z 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) 2023-01-11T23:08:16.1374955Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1375241Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1375521Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1375797Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1376064Z test_nvfuser_correctness_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1376373Z test_nvfuser_correctness_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1376636Z test_nvfuser_correctness_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1376894Z test_nvfuser_correctness_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.1377251Z test_nvfuser_correctness_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1377570Z test_nvfuser_correctness_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1377881Z test_nvfuser_correctness_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1378195Z test_nvfuser_correctness_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1378508Z test_nvfuser_correctness_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1378824Z test_nvfuser_correctness_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1379133Z test_nvfuser_correctness_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1379442Z test_nvfuser_correctness_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1379760Z 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) 2023-01-11T23:08:16.1380075Z 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) 2023-01-11T23:08:16.1380390Z 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) 2023-01-11T23:08:16.1380702Z 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) 2023-01-11T23:08:16.1381035Z 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) 2023-01-11T23:08:16.1381363Z 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) 2023-01-11T23:08:16.1381687Z 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) 2023-01-11T23:08:16.1382009Z 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) 2023-01-11T23:08:16.1382322Z test_nvfuser_correctness_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1382633Z test_nvfuser_correctness_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1382988Z test_nvfuser_correctness_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1383292Z test_nvfuser_correctness_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1383610Z test_nvfuser_correctness_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1384013Z test_nvfuser_correctness_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1384323Z test_nvfuser_correctness_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1384636Z test_nvfuser_correctness_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1384955Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1385275Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1385591Z test_nvfuser_correctness_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1385903Z test_nvfuser_correctness_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1386224Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1386545Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1386857Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1387174Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1387486Z test_nvfuser_correctness_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1387803Z test_nvfuser_correctness_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1388112Z test_nvfuser_correctness_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1388420Z test_nvfuser_correctness_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1388725Z test_nvfuser_correctness_linalg_vander_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1389028Z test_nvfuser_correctness_linalg_vander_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1389329Z test_nvfuser_correctness_linalg_vander_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1389696Z test_nvfuser_correctness_linalg_vander_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1390006Z test_nvfuser_correctness_linalg_vander_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1390360Z test_nvfuser_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1390673Z test_nvfuser_correctness_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.1390985Z test_nvfuser_correctness_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1391303Z test_nvfuser_correctness_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1391612Z test_nvfuser_correctness_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1391925Z test_nvfuser_correctness_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1392241Z 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) 2023-01-11T23:08:16.1392560Z 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) 2023-01-11T23:08:16.1392880Z 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) 2023-01-11T23:08:16.1393193Z 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) 2023-01-11T23:08:16.1393510Z 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) 2023-01-11T23:08:16.1393821Z 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) 2023-01-11T23:08:16.1394128Z test_nvfuser_correctness_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1394431Z test_nvfuser_correctness_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1394741Z test_nvfuser_correctness_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1395049Z test_nvfuser_correctness_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1395350Z test_nvfuser_correctness_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1395654Z test_nvfuser_correctness_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1395994Z test_nvfuser_correctness_linspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1396295Z test_nvfuser_correctness_linspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1396594Z test_nvfuser_correctness_linspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1396933Z test_nvfuser_correctness_linspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1397231Z test_nvfuser_correctness_linspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1397527Z test_nvfuser_correctness_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1397830Z test_nvfuser_correctness_log10_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1398133Z test_nvfuser_correctness_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1398441Z test_nvfuser_correctness_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1398738Z test_nvfuser_correctness_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1399032Z test_nvfuser_correctness_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1399331Z test_nvfuser_correctness_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1399622Z test_nvfuser_correctness_log10_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1399908Z test_nvfuser_correctness_log10_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1400199Z test_nvfuser_correctness_log10_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1400493Z test_nvfuser_correctness_log10_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1400787Z test_nvfuser_correctness_log10_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1401088Z test_nvfuser_correctness_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1401384Z test_nvfuser_correctness_log1p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1401688Z test_nvfuser_correctness_log1p_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1401990Z test_nvfuser_correctness_log1p_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1402285Z test_nvfuser_correctness_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1402620Z test_nvfuser_correctness_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1402915Z test_nvfuser_correctness_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1403244Z test_nvfuser_correctness_log1p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1403534Z test_nvfuser_correctness_log1p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1403833Z test_nvfuser_correctness_log1p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1404129Z test_nvfuser_correctness_log1p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1404431Z test_nvfuser_correctness_log1p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1404728Z test_nvfuser_correctness_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1405024Z test_nvfuser_correctness_log2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1405324Z test_nvfuser_correctness_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1405623Z test_nvfuser_correctness_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1405919Z test_nvfuser_correctness_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1406211Z test_nvfuser_correctness_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1406503Z test_nvfuser_correctness_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1406793Z test_nvfuser_correctness_log2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1407084Z test_nvfuser_correctness_log2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1407379Z test_nvfuser_correctness_log2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1407678Z test_nvfuser_correctness_log2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1407967Z test_nvfuser_correctness_log2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1408265Z test_nvfuser_correctness_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1408560Z test_nvfuser_correctness_log_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1408861Z test_nvfuser_correctness_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1409204Z test_nvfuser_correctness_log_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1409506Z test_nvfuser_correctness_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1409836Z test_nvfuser_correctness_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1410128Z test_nvfuser_correctness_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1410420Z test_nvfuser_correctness_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1410716Z test_nvfuser_correctness_log_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1411006Z test_nvfuser_correctness_log_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1411298Z test_nvfuser_correctness_log_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1411592Z test_nvfuser_correctness_log_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1411881Z test_nvfuser_correctness_log_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1412189Z test_nvfuser_correctness_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1412496Z test_nvfuser_correctness_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1412803Z test_nvfuser_correctness_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1413109Z test_nvfuser_correctness_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1413429Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1413741Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1414065Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1414391Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1414717Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1415033Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1415348Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1415708Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1416023Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1416376Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1416684Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1416992Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1417306Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1417615Z test_nvfuser_correctness_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1417924Z test_nvfuser_correctness_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1418230Z test_nvfuser_correctness_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1418537Z test_nvfuser_correctness_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1418851Z test_nvfuser_correctness_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1419157Z test_nvfuser_correctness_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1419474Z test_nvfuser_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1419786Z test_nvfuser_correctness_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1420095Z test_nvfuser_correctness_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1420408Z test_nvfuser_correctness_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1420704Z test_nvfuser_correctness_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1421014Z test_nvfuser_correctness_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1421319Z test_nvfuser_correctness_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1421617Z test_nvfuser_correctness_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1421969Z test_nvfuser_correctness_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1422276Z test_nvfuser_correctness_logical_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1422588Z test_nvfuser_correctness_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1422938Z test_nvfuser_correctness_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1423243Z test_nvfuser_correctness_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1423552Z test_nvfuser_correctness_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1423969Z test_nvfuser_correctness_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1424277Z test_nvfuser_correctness_logical_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1424587Z test_nvfuser_correctness_logical_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1424891Z test_nvfuser_correctness_logical_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1425195Z test_nvfuser_correctness_logical_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1425502Z test_nvfuser_correctness_logical_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1425809Z test_nvfuser_correctness_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1426114Z test_nvfuser_correctness_logical_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1426422Z test_nvfuser_correctness_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1426733Z test_nvfuser_correctness_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1427039Z test_nvfuser_correctness_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1427342Z test_nvfuser_correctness_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1427648Z test_nvfuser_correctness_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1427952Z test_nvfuser_correctness_logical_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1428255Z test_nvfuser_correctness_logical_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1428622Z test_nvfuser_correctness_logical_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1428927Z test_nvfuser_correctness_logical_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1429232Z test_nvfuser_correctness_logical_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1429598Z test_nvfuser_correctness_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1429899Z test_nvfuser_correctness_logical_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1430211Z test_nvfuser_correctness_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1430521Z test_nvfuser_correctness_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1430821Z test_nvfuser_correctness_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1431128Z test_nvfuser_correctness_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1431431Z test_nvfuser_correctness_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1431729Z test_nvfuser_correctness_logical_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1432031Z test_nvfuser_correctness_logical_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.1432332Z test_nvfuser_correctness_logical_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1432636Z test_nvfuser_correctness_logical_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1432936Z test_nvfuser_correctness_logical_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1433241Z test_nvfuser_correctness_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1433546Z test_nvfuser_correctness_logical_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1433859Z test_nvfuser_correctness_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1434174Z test_nvfuser_correctness_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1434478Z test_nvfuser_correctness_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1434781Z test_nvfuser_correctness_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1435126Z test_nvfuser_correctness_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1435430Z test_nvfuser_correctness_logical_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1435729Z test_nvfuser_correctness_logical_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1436067Z test_nvfuser_correctness_logical_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1436372Z test_nvfuser_correctness_logical_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1436674Z test_nvfuser_correctness_logical_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1436976Z test_nvfuser_correctness_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1437271Z test_nvfuser_correctness_logit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1437575Z test_nvfuser_correctness_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1437873Z test_nvfuser_correctness_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1438177Z test_nvfuser_correctness_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1438473Z test_nvfuser_correctness_logit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1438764Z test_nvfuser_correctness_logit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1439056Z test_nvfuser_correctness_logit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1439347Z test_nvfuser_correctness_logit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1439644Z test_nvfuser_correctness_logit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1439953Z test_nvfuser_correctness_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1440265Z test_nvfuser_correctness_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1440574Z test_nvfuser_correctness_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1440883Z test_nvfuser_correctness_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1441186Z test_nvfuser_correctness_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1441492Z test_nvfuser_correctness_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1441837Z test_nvfuser_correctness_logspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1442135Z test_nvfuser_correctness_logspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1442469Z test_nvfuser_correctness_logspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1442770Z test_nvfuser_correctness_logspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1443067Z test_nvfuser_correctness_logspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1443373Z test_nvfuser_correctness_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1443672Z test_nvfuser_correctness_logsumexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1443981Z test_nvfuser_correctness_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1444285Z test_nvfuser_correctness_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1444591Z test_nvfuser_correctness_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1444895Z test_nvfuser_correctness_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1445194Z test_nvfuser_correctness_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1445495Z test_nvfuser_correctness_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1445800Z test_nvfuser_correctness_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1446100Z test_nvfuser_correctness_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1446399Z test_nvfuser_correctness_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1446699Z test_nvfuser_correctness_long_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1446999Z test_nvfuser_correctness_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1447299Z test_nvfuser_correctness_long_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1447594Z test_nvfuser_correctness_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1447880Z test_nvfuser_correctness_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1448220Z test_nvfuser_correctness_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1448516Z test_nvfuser_correctness_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1448807Z test_nvfuser_correctness_long_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1449140Z test_nvfuser_correctness_long_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1449436Z test_nvfuser_correctness_long_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1449737Z test_nvfuser_correctness_long_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1450033Z test_nvfuser_correctness_long_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1450329Z test_nvfuser_correctness_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1450625Z test_nvfuser_correctness_lt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1450919Z test_nvfuser_correctness_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1451217Z test_nvfuser_correctness_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1451513Z test_nvfuser_correctness_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1451805Z test_nvfuser_correctness_lt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1452099Z test_nvfuser_correctness_lt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1452390Z test_nvfuser_correctness_lt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1452683Z test_nvfuser_correctness_lt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1452973Z test_nvfuser_correctness_lt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1453276Z test_nvfuser_correctness_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1453573Z test_nvfuser_correctness_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1453872Z test_nvfuser_correctness_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1454167Z test_nvfuser_correctness_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1454471Z test_nvfuser_correctness_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1454819Z test_nvfuser_correctness_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1455126Z test_nvfuser_correctness_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1455465Z test_nvfuser_correctness_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1455775Z test_nvfuser_correctness_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1456084Z test_nvfuser_correctness_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1456391Z test_nvfuser_correctness_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1456693Z test_nvfuser_correctness_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1456988Z test_nvfuser_correctness_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1457284Z test_nvfuser_correctness_mH_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1457584Z test_nvfuser_correctness_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1457882Z test_nvfuser_correctness_mH_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1458180Z test_nvfuser_correctness_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1458473Z test_nvfuser_correctness_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1458769Z test_nvfuser_correctness_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1459062Z test_nvfuser_correctness_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1459351Z test_nvfuser_correctness_mH_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1459644Z test_nvfuser_correctness_mH_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1459937Z test_nvfuser_correctness_mH_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1460227Z test_nvfuser_correctness_mH_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1460524Z test_nvfuser_correctness_mH_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1460819Z test_nvfuser_correctness_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1461110Z test_nvfuser_correctness_mT_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1461455Z test_nvfuser_correctness_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1461757Z test_nvfuser_correctness_mT_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1462092Z test_nvfuser_correctness_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1462389Z test_nvfuser_correctness_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1462681Z test_nvfuser_correctness_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1462978Z test_nvfuser_correctness_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1463267Z test_nvfuser_correctness_mT_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1463558Z test_nvfuser_correctness_mT_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1463892Z test_nvfuser_correctness_mT_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1464185Z test_nvfuser_correctness_mT_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1464474Z test_nvfuser_correctness_mT_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1464728Z test_nvfuser_correctness_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1464979Z test_nvfuser_correctness_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1465228Z test_nvfuser_correctness_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1465480Z test_nvfuser_correctness_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1465725Z test_nvfuser_correctness_masked_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1465972Z test_nvfuser_correctness_masked_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1466205Z test_nvfuser_correctness_masked_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1466449Z test_nvfuser_correctness_masked_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1466692Z test_nvfuser_correctness_masked_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1466939Z test_nvfuser_correctness_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1467189Z test_nvfuser_correctness_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1467436Z test_nvfuser_correctness_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1467684Z test_nvfuser_correctness_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1467923Z test_nvfuser_correctness_masked_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1468220Z test_nvfuser_correctness_masked_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1468461Z test_nvfuser_correctness_masked_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1468699Z test_nvfuser_correctness_masked_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1468986Z test_nvfuser_correctness_masked_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1469299Z test_nvfuser_correctness_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1469611Z test_nvfuser_correctness_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1469925Z test_nvfuser_correctness_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1470234Z test_nvfuser_correctness_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1470541Z test_nvfuser_correctness_masked_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1470849Z test_nvfuser_correctness_masked_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1471156Z test_nvfuser_correctness_masked_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1471463Z test_nvfuser_correctness_masked_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1471773Z test_nvfuser_correctness_masked_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1472082Z test_nvfuser_correctness_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1472393Z test_nvfuser_correctness_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1472699Z test_nvfuser_correctness_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1473014Z test_nvfuser_correctness_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1473321Z test_nvfuser_correctness_masked_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1473626Z test_nvfuser_correctness_masked_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1473933Z test_nvfuser_correctness_masked_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1474238Z test_nvfuser_correctness_masked_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1474542Z test_nvfuser_correctness_masked_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1474916Z test_nvfuser_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1475240Z test_nvfuser_correctness_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1475599Z test_nvfuser_correctness_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1475913Z test_nvfuser_correctness_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1476225Z test_nvfuser_correctness_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1476542Z test_nvfuser_correctness_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1476852Z test_nvfuser_correctness_masked_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1477164Z test_nvfuser_correctness_masked_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1477475Z test_nvfuser_correctness_masked_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1477782Z test_nvfuser_correctness_masked_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1478094Z test_nvfuser_correctness_masked_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1478403Z test_nvfuser_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1478718Z test_nvfuser_correctness_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1479033Z test_nvfuser_correctness_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1479340Z test_nvfuser_correctness_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1479650Z test_nvfuser_correctness_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1479956Z test_nvfuser_correctness_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1480258Z test_nvfuser_correctness_masked_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1480562Z test_nvfuser_correctness_masked_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1480862Z test_nvfuser_correctness_masked_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1481219Z test_nvfuser_correctness_masked_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1481529Z test_nvfuser_correctness_masked_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1481838Z test_nvfuser_correctness_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1482181Z test_nvfuser_correctness_masked_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1482491Z test_nvfuser_correctness_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1482804Z test_nvfuser_correctness_masked_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1483116Z test_nvfuser_correctness_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1483419Z test_nvfuser_correctness_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1483727Z test_nvfuser_correctness_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1484029Z test_nvfuser_correctness_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1484333Z test_nvfuser_correctness_masked_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1484640Z test_nvfuser_correctness_masked_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1484940Z test_nvfuser_correctness_masked_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1485250Z test_nvfuser_correctness_masked_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1485552Z test_nvfuser_correctness_masked_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1485872Z 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) 2023-01-11T23:08:16.1486188Z 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) 2023-01-11T23:08:16.1486506Z 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) 2023-01-11T23:08:16.1486826Z 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) 2023-01-11T23:08:16.1487144Z test_nvfuser_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1487458Z test_nvfuser_correctness_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1487814Z test_nvfuser_correctness_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1488133Z test_nvfuser_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1488487Z test_nvfuser_correctness_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1488790Z test_nvfuser_correctness_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1489100Z test_nvfuser_correctness_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1489411Z test_nvfuser_correctness_masked_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1489720Z test_nvfuser_correctness_masked_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1490026Z test_nvfuser_correctness_masked_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1490339Z test_nvfuser_correctness_masked_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1490647Z test_nvfuser_correctness_masked_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1490957Z test_nvfuser_correctness_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1491261Z test_nvfuser_correctness_masked_mean_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1491574Z test_nvfuser_correctness_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1491888Z test_nvfuser_correctness_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1492193Z test_nvfuser_correctness_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1492498Z test_nvfuser_correctness_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1492806Z test_nvfuser_correctness_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1493116Z test_nvfuser_correctness_masked_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1493421Z test_nvfuser_correctness_masked_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1493727Z test_nvfuser_correctness_masked_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1494031Z test_nvfuser_correctness_masked_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1494376Z test_nvfuser_correctness_masked_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1494687Z test_nvfuser_correctness_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1495097Z test_nvfuser_correctness_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1495406Z test_nvfuser_correctness_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1495711Z test_nvfuser_correctness_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1496021Z test_nvfuser_correctness_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1496325Z test_nvfuser_correctness_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1496634Z test_nvfuser_correctness_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1496950Z test_nvfuser_correctness_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1497271Z test_nvfuser_correctness_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1497597Z test_nvfuser_correctness_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1497911Z test_nvfuser_correctness_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1498226Z test_nvfuser_correctness_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1498542Z test_nvfuser_correctness_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1498851Z test_nvfuser_correctness_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1499156Z test_nvfuser_correctness_masked_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1499470Z test_nvfuser_correctness_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1499778Z test_nvfuser_correctness_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1500080Z test_nvfuser_correctness_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1500382Z test_nvfuser_correctness_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1500723Z test_nvfuser_correctness_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1501028Z test_nvfuser_correctness_masked_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1501332Z test_nvfuser_correctness_masked_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1501674Z test_nvfuser_correctness_masked_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1501974Z test_nvfuser_correctness_masked_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1502275Z test_nvfuser_correctness_masked_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1502591Z test_nvfuser_correctness_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1502896Z test_nvfuser_correctness_masked_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1503217Z test_nvfuser_correctness_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1503532Z test_nvfuser_correctness_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1503886Z test_nvfuser_correctness_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1504199Z test_nvfuser_correctness_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1504510Z test_nvfuser_correctness_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1504821Z test_nvfuser_correctness_masked_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1505134Z test_nvfuser_correctness_masked_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1505441Z test_nvfuser_correctness_masked_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1505750Z test_nvfuser_correctness_masked_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1506057Z test_nvfuser_correctness_masked_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1506377Z test_nvfuser_correctness_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1506685Z test_nvfuser_correctness_masked_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1506999Z test_nvfuser_correctness_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1507379Z test_nvfuser_correctness_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1507694Z test_nvfuser_correctness_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1508003Z test_nvfuser_correctness_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1508357Z test_nvfuser_correctness_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1508662Z test_nvfuser_correctness_masked_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1508969Z test_nvfuser_correctness_masked_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1509269Z test_nvfuser_correctness_masked_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1509576Z test_nvfuser_correctness_masked_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1509889Z test_nvfuser_correctness_masked_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1510200Z test_nvfuser_correctness_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1510511Z test_nvfuser_correctness_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1510823Z test_nvfuser_correctness_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1511133Z test_nvfuser_correctness_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1511444Z test_nvfuser_correctness_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1511748Z test_nvfuser_correctness_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1512056Z test_nvfuser_correctness_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1512362Z test_nvfuser_correctness_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1512665Z test_nvfuser_correctness_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1512976Z test_nvfuser_correctness_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1513285Z test_nvfuser_correctness_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1513533Z test_nvfuser_correctness_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1513878Z test_nvfuser_correctness_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1514185Z test_nvfuser_correctness_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1514486Z test_nvfuser_correctness_masked_std_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1514825Z test_nvfuser_correctness_masked_std_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1515126Z test_nvfuser_correctness_masked_std_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1515427Z test_nvfuser_correctness_masked_std_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1515731Z test_nvfuser_correctness_masked_std_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1515981Z test_nvfuser_correctness_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1516229Z test_nvfuser_correctness_masked_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1516479Z test_nvfuser_correctness_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1516732Z test_nvfuser_correctness_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1516969Z test_nvfuser_correctness_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1517215Z test_nvfuser_correctness_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1517455Z test_nvfuser_correctness_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1517694Z test_nvfuser_correctness_masked_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1517937Z test_nvfuser_correctness_masked_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1518175Z test_nvfuser_correctness_masked_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1518414Z test_nvfuser_correctness_masked_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1518654Z test_nvfuser_correctness_masked_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1518961Z test_nvfuser_correctness_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1519276Z test_nvfuser_correctness_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1519609Z test_nvfuser_correctness_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1520013Z test_nvfuser_correctness_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1520537Z test_nvfuser_correctness_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1521911Z test_nvfuser_correctness_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1522917Z test_nvfuser_correctness_masked_var_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1523748Z test_nvfuser_correctness_masked_var_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1524690Z test_nvfuser_correctness_masked_var_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1525623Z test_nvfuser_correctness_masked_var_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1526611Z test_nvfuser_correctness_masked_var_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1527509Z test_nvfuser_correctness_matmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1528488Z test_nvfuser_correctness_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1529447Z test_nvfuser_correctness_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1530446Z test_nvfuser_correctness_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1531319Z test_nvfuser_correctness_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1532239Z test_nvfuser_correctness_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1533200Z test_nvfuser_correctness_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1534156Z test_nvfuser_correctness_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1535128Z test_nvfuser_correctness_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1536105Z test_nvfuser_correctness_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1537070Z test_nvfuser_correctness_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1538046Z test_nvfuser_correctness_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1539133Z test_nvfuser_correctness_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1540068Z test_nvfuser_correctness_max_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1540989Z test_nvfuser_correctness_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1541895Z test_nvfuser_correctness_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1542900Z test_nvfuser_correctness_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1543964Z test_nvfuser_correctness_max_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1544954Z test_nvfuser_correctness_max_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1545849Z test_nvfuser_correctness_max_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1546745Z test_nvfuser_correctness_max_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1547649Z test_nvfuser_correctness_max_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1548607Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1549613Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1550587Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1551522Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1552440Z 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) 2023-01-11T23:08:16.1553353Z 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) 2023-01-11T23:08:16.1554342Z 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) 2023-01-11T23:08:16.1555351Z 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) 2023-01-11T23:08:16.1556468Z 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) 2023-01-11T23:08:16.1557423Z 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) 2023-01-11T23:08:16.1558362Z 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) 2023-01-11T23:08:16.1559306Z 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) 2023-01-11T23:08:16.1560231Z 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) 2023-01-11T23:08:16.1561169Z 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) 2023-01-11T23:08:16.1562225Z 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) 2023-01-11T23:08:16.1563173Z 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) 2023-01-11T23:08:16.1564172Z 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) 2023-01-11T23:08:16.1565118Z 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) 2023-01-11T23:08:16.1566057Z 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) 2023-01-11T23:08:16.1566979Z 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) 2023-01-11T23:08:16.1567871Z 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) 2023-01-11T23:08:16.1568776Z 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) 2023-01-11T23:08:16.1569862Z 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) 2023-01-11T23:08:16.1570799Z 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) 2023-01-11T23:08:16.1571725Z test_nvfuser_correctness_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1572624Z test_nvfuser_correctness_maximum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1573530Z test_nvfuser_correctness_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1574423Z test_nvfuser_correctness_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1575326Z test_nvfuser_correctness_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1576224Z test_nvfuser_correctness_maximum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1577116Z test_nvfuser_correctness_maximum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1578001Z test_nvfuser_correctness_maximum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1578896Z test_nvfuser_correctness_maximum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1579759Z test_nvfuser_correctness_maximum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1580679Z test_nvfuser_correctness_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1581584Z test_nvfuser_correctness_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1582499Z test_nvfuser_correctness_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1583433Z test_nvfuser_correctness_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1584334Z test_nvfuser_correctness_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1585252Z test_nvfuser_correctness_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1586136Z test_nvfuser_correctness_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1587071Z test_nvfuser_correctness_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1587913Z test_nvfuser_correctness_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1588866Z test_nvfuser_correctness_median_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1589735Z test_nvfuser_correctness_median_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1590496Z test_nvfuser_correctness_median_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1591252Z test_nvfuser_correctness_median_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1592011Z test_nvfuser_correctness_median_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1592796Z 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) 2023-01-11T23:08:16.1593596Z 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) 2023-01-11T23:08:16.1594416Z 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) 2023-01-11T23:08:16.1595226Z 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) 2023-01-11T23:08:16.1596042Z 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) 2023-01-11T23:08:16.1596742Z 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) 2023-01-11T23:08:16.1597400Z 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) 2023-01-11T23:08:16.1598157Z 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) 2023-01-11T23:08:16.1598813Z 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) 2023-01-11T23:08:16.1599465Z 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) 2023-01-11T23:08:16.1600167Z 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) 2023-01-11T23:08:16.1600818Z 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) 2023-01-11T23:08:16.1601497Z 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) 2023-01-11T23:08:16.1602166Z 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) 2023-01-11T23:08:16.1602837Z 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) 2023-01-11T23:08:16.1603530Z 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) 2023-01-11T23:08:16.1604212Z 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) 2023-01-11T23:08:16.1604891Z 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) 2023-01-11T23:08:16.1605569Z 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) 2023-01-11T23:08:16.1606247Z 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) 2023-01-11T23:08:16.1606943Z 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) 2023-01-11T23:08:16.1607596Z 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) 2023-01-11T23:08:16.1608267Z 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) 2023-01-11T23:08:16.1608936Z 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) 2023-01-11T23:08:16.1609589Z test_nvfuser_correctness_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1610228Z test_nvfuser_correctness_min_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1610860Z test_nvfuser_correctness_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1611543Z test_nvfuser_correctness_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1612177Z test_nvfuser_correctness_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1612791Z test_nvfuser_correctness_min_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1613467Z test_nvfuser_correctness_min_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1614087Z test_nvfuser_correctness_min_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1614704Z test_nvfuser_correctness_min_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1615307Z test_nvfuser_correctness_min_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1615948Z 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) 2023-01-11T23:08:16.1616605Z 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) 2023-01-11T23:08:16.1617252Z 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) 2023-01-11T23:08:16.1617906Z 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) 2023-01-11T23:08:16.1618557Z 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) 2023-01-11T23:08:16.1619213Z 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) 2023-01-11T23:08:16.1619863Z 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) 2023-01-11T23:08:16.1620505Z 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) 2023-01-11T23:08:16.1621149Z 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) 2023-01-11T23:08:16.1621798Z 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) 2023-01-11T23:08:16.1622457Z 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) 2023-01-11T23:08:16.1623108Z 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) 2023-01-11T23:08:16.1623799Z 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) 2023-01-11T23:08:16.1624455Z 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) 2023-01-11T23:08:16.1625166Z 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) 2023-01-11T23:08:16.1625821Z 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) 2023-01-11T23:08:16.1626506Z 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) 2023-01-11T23:08:16.1627149Z 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) 2023-01-11T23:08:16.1627794Z 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) 2023-01-11T23:08:16.1628444Z 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) 2023-01-11T23:08:16.1629076Z test_nvfuser_correctness_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1629695Z test_nvfuser_correctness_minimum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1630310Z test_nvfuser_correctness_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1630931Z test_nvfuser_correctness_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1631555Z test_nvfuser_correctness_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1632159Z test_nvfuser_correctness_minimum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1632780Z test_nvfuser_correctness_minimum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1633395Z test_nvfuser_correctness_minimum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1634011Z test_nvfuser_correctness_minimum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1634628Z test_nvfuser_correctness_minimum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1635245Z test_nvfuser_correctness_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1635862Z test_nvfuser_correctness_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1636483Z test_nvfuser_correctness_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1637098Z test_nvfuser_correctness_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1637716Z test_nvfuser_correctness_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1638375Z test_nvfuser_correctness_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1638983Z test_nvfuser_correctness_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1639641Z test_nvfuser_correctness_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1640256Z test_nvfuser_correctness_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1640869Z test_nvfuser_correctness_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1641488Z test_nvfuser_correctness_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1642102Z test_nvfuser_correctness_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1642712Z test_nvfuser_correctness_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1643318Z test_nvfuser_correctness_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1643927Z test_nvfuser_correctness_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1644533Z test_nvfuser_correctness_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1645147Z test_nvfuser_correctness_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1645765Z test_nvfuser_correctness_movedim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1646379Z test_nvfuser_correctness_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1647016Z test_nvfuser_correctness_movedim_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1647649Z test_nvfuser_correctness_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1648282Z test_nvfuser_correctness_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1648908Z test_nvfuser_correctness_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1649533Z test_nvfuser_correctness_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1650149Z test_nvfuser_correctness_movedim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1650765Z test_nvfuser_correctness_movedim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1651429Z test_nvfuser_correctness_movedim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1652049Z test_nvfuser_correctness_movedim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1652667Z test_nvfuser_correctness_movedim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1653313Z test_nvfuser_correctness_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1653933Z test_nvfuser_correctness_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1654547Z test_nvfuser_correctness_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1655163Z test_nvfuser_correctness_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1655775Z test_nvfuser_correctness_msort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1656386Z test_nvfuser_correctness_msort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1656997Z test_nvfuser_correctness_msort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1657604Z test_nvfuser_correctness_msort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1658213Z test_nvfuser_correctness_msort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1658816Z test_nvfuser_correctness_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1659425Z test_nvfuser_correctness_mul_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1660044Z test_nvfuser_correctness_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1660654Z test_nvfuser_correctness_mul_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1661278Z test_nvfuser_correctness_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1661894Z test_nvfuser_correctness_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1662504Z test_nvfuser_correctness_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1663112Z test_nvfuser_correctness_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1663853Z test_nvfuser_correctness_mul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1664464Z test_nvfuser_correctness_mul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1665162Z test_nvfuser_correctness_mul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1665774Z test_nvfuser_correctness_mul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1666422Z test_nvfuser_correctness_mul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1667046Z test_nvfuser_correctness_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1667672Z test_nvfuser_correctness_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1668312Z test_nvfuser_correctness_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1668934Z test_nvfuser_correctness_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1669546Z test_nvfuser_correctness_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1670165Z test_nvfuser_correctness_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1670778Z test_nvfuser_correctness_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1671380Z test_nvfuser_correctness_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1671990Z test_nvfuser_correctness_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1672623Z 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) 2023-01-11T23:08:16.1673289Z 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) 2023-01-11T23:08:16.1673938Z 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) 2023-01-11T23:08:16.1674590Z 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) 2023-01-11T23:08:16.1675230Z 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) 2023-01-11T23:08:16.1675880Z 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) 2023-01-11T23:08:16.1676530Z 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) 2023-01-11T23:08:16.1677178Z 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) 2023-01-11T23:08:16.1677827Z 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) 2023-01-11T23:08:16.1678525Z 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) 2023-01-11T23:08:16.1679177Z 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) 2023-01-11T23:08:16.1679868Z 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) 2023-01-11T23:08:16.1680516Z 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) 2023-01-11T23:08:16.1681155Z 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) 2023-01-11T23:08:16.1681800Z 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) 2023-01-11T23:08:16.1682443Z 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) 2023-01-11T23:08:16.1683098Z 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) 2023-01-11T23:08:16.1683746Z 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) 2023-01-11T23:08:16.1684383Z 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) 2023-01-11T23:08:16.1685030Z 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) 2023-01-11T23:08:16.1685664Z 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) 2023-01-11T23:08:16.1686303Z 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) 2023-01-11T23:08:16.1686946Z 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) 2023-01-11T23:08:16.1687594Z 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) 2023-01-11T23:08:16.1688239Z 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) 2023-01-11T23:08:16.1688867Z 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) 2023-01-11T23:08:16.1689494Z 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) 2023-01-11T23:08:16.1690119Z 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) 2023-01-11T23:08:16.1690748Z 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) 2023-01-11T23:08:16.1691412Z 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) 2023-01-11T23:08:16.1692023Z 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) 2023-01-11T23:08:16.1692641Z 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) 2023-01-11T23:08:16.1693293Z 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) 2023-01-11T23:08:16.1693912Z 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) 2023-01-11T23:08:16.1694541Z test_nvfuser_correctness_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1695165Z test_nvfuser_correctness_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1695796Z test_nvfuser_correctness_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1696425Z test_nvfuser_correctness_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1697055Z test_nvfuser_correctness_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1697688Z test_nvfuser_correctness_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1698323Z test_nvfuser_correctness_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1698955Z test_nvfuser_correctness_nanmedian_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1699569Z test_nvfuser_correctness_nanmedian_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1700189Z test_nvfuser_correctness_nanmedian_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1700813Z test_nvfuser_correctness_nanmedian_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1701443Z test_nvfuser_correctness_nanmedian_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1702071Z test_nvfuser_correctness_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1702706Z test_nvfuser_correctness_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1703342Z test_nvfuser_correctness_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1704012Z test_nvfuser_correctness_nansum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1704699Z test_nvfuser_correctness_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1705329Z test_nvfuser_correctness_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1705949Z test_nvfuser_correctness_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1706645Z test_nvfuser_correctness_nansum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1707248Z test_nvfuser_correctness_nansum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1707859Z test_nvfuser_correctness_nansum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1708472Z test_nvfuser_correctness_nansum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1709080Z test_nvfuser_correctness_nansum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1709711Z test_nvfuser_correctness_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1710339Z test_nvfuser_correctness_narrow_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1710978Z test_nvfuser_correctness_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1711629Z test_nvfuser_correctness_narrow_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1712279Z test_nvfuser_correctness_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1712922Z test_nvfuser_correctness_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1713550Z test_nvfuser_correctness_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1714180Z test_nvfuser_correctness_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1714795Z test_nvfuser_correctness_narrow_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1715420Z test_nvfuser_correctness_narrow_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1716043Z test_nvfuser_correctness_narrow_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1716672Z test_nvfuser_correctness_narrow_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1717297Z test_nvfuser_correctness_narrow_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1717921Z test_nvfuser_correctness_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1718587Z test_nvfuser_correctness_narrow_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1719211Z test_nvfuser_correctness_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1719883Z test_nvfuser_correctness_narrow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1720518Z test_nvfuser_correctness_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1721140Z test_nvfuser_correctness_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1721759Z test_nvfuser_correctness_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1722363Z test_nvfuser_correctness_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1722986Z test_nvfuser_correctness_narrow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1723597Z test_nvfuser_correctness_narrow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1724212Z test_nvfuser_correctness_narrow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1724826Z test_nvfuser_correctness_narrow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1725440Z test_nvfuser_correctness_narrow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1726074Z test_nvfuser_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1726726Z test_nvfuser_correctness_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1727378Z test_nvfuser_correctness_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1728026Z test_nvfuser_correctness_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1728682Z test_nvfuser_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1729350Z test_nvfuser_correctness_native_dropout_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1730013Z test_nvfuser_correctness_native_dropout_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1730676Z test_nvfuser_correctness_native_dropout_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1731381Z 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) 2023-01-11T23:08:16.1732035Z 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) 2023-01-11T23:08:16.1732682Z 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) 2023-01-11T23:08:16.1733369Z 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) 2023-01-11T23:08:16.1733997Z test_nvfuser_correctness_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1734608Z test_nvfuser_correctness_ne_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1735225Z test_nvfuser_correctness_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1735850Z test_nvfuser_correctness_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1736470Z test_nvfuser_correctness_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1737080Z test_nvfuser_correctness_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1737681Z test_nvfuser_correctness_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1738291Z test_nvfuser_correctness_ne_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1738895Z test_nvfuser_correctness_ne_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1739496Z test_nvfuser_correctness_ne_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1740101Z test_nvfuser_correctness_ne_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1740702Z test_nvfuser_correctness_ne_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1741314Z test_nvfuser_correctness_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1741937Z test_nvfuser_correctness_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1742559Z test_nvfuser_correctness_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1743189Z test_nvfuser_correctness_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1743845Z test_nvfuser_correctness_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1744458Z test_nvfuser_correctness_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1745124Z test_nvfuser_correctness_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1745724Z test_nvfuser_correctness_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1746326Z test_nvfuser_correctness_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1746983Z test_nvfuser_correctness_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1747582Z test_nvfuser_correctness_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1748182Z test_nvfuser_correctness_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1748746Z test_nvfuser_correctness_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1749263Z test_nvfuser_correctness_new_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1749781Z test_nvfuser_correctness_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1750307Z test_nvfuser_correctness_new_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1750824Z test_nvfuser_correctness_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1751331Z test_nvfuser_correctness_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1751843Z test_nvfuser_correctness_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1752352Z test_nvfuser_correctness_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1752855Z test_nvfuser_correctness_new_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1753359Z test_nvfuser_correctness_new_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1753860Z test_nvfuser_correctness_new_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1754357Z test_nvfuser_correctness_new_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1754858Z test_nvfuser_correctness_new_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1755418Z test_nvfuser_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1756042Z test_nvfuser_correctness_new_empty_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1756667Z test_nvfuser_correctness_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1757301Z test_nvfuser_correctness_new_empty_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1757929Z test_nvfuser_correctness_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1758557Z test_nvfuser_correctness_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1759227Z test_nvfuser_correctness_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1759853Z test_nvfuser_correctness_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1760472Z test_nvfuser_correctness_new_empty_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1761140Z test_nvfuser_correctness_new_empty_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1761750Z test_nvfuser_correctness_new_empty_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1762351Z test_nvfuser_correctness_new_empty_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1762970Z test_nvfuser_correctness_new_empty_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2023-01-11T23:08:16.1763596Z test_nvfuser_correctness_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1764221Z test_nvfuser_correctness_new_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1764847Z test_nvfuser_correctness_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1765475Z test_nvfuser_correctness_new_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1766111Z test_nvfuser_correctness_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1766729Z test_nvfuser_correctness_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1767345Z test_nvfuser_correctness_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1767962Z test_nvfuser_correctness_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1768573Z test_nvfuser_correctness_new_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1769187Z test_nvfuser_correctness_new_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1769788Z test_nvfuser_correctness_new_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1770401Z test_nvfuser_correctness_new_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1771015Z test_nvfuser_correctness_new_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1771638Z test_nvfuser_correctness_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1772259Z test_nvfuser_correctness_new_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1772930Z test_nvfuser_correctness_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1773560Z test_nvfuser_correctness_new_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1774235Z test_nvfuser_correctness_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1774861Z test_nvfuser_correctness_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1775479Z test_nvfuser_correctness_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1776098Z test_nvfuser_correctness_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1776708Z test_nvfuser_correctness_new_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1777323Z test_nvfuser_correctness_new_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1777933Z test_nvfuser_correctness_new_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1778539Z test_nvfuser_correctness_new_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1779150Z test_nvfuser_correctness_new_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1779764Z test_nvfuser_correctness_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1780387Z test_nvfuser_correctness_new_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1781013Z test_nvfuser_correctness_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1781646Z test_nvfuser_correctness_new_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1782281Z test_nvfuser_correctness_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1782912Z test_nvfuser_correctness_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1783535Z test_nvfuser_correctness_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1784269Z test_nvfuser_correctness_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1784893Z test_nvfuser_correctness_new_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1785511Z test_nvfuser_correctness_new_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1786190Z test_nvfuser_correctness_new_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1786808Z test_nvfuser_correctness_new_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1787469Z test_nvfuser_correctness_new_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1788095Z test_nvfuser_correctness_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1789022Z test_nvfuser_correctness_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1789790Z test_nvfuser_correctness_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1790612Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1791487Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1792350Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1793221Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1794069Z 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) 2023-01-11T23:08:16.1794899Z 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) 2023-01-11T23:08:16.1795728Z 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) 2023-01-11T23:08:16.1796565Z 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) 2023-01-11T23:08:16.1797392Z 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) 2023-01-11T23:08:16.1798228Z 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) 2023-01-11T23:08:16.1799052Z 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) 2023-01-11T23:08:16.1799883Z 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) 2023-01-11T23:08:16.1800703Z 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) 2023-01-11T23:08:16.1801601Z 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) 2023-01-11T23:08:16.1802426Z 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) 2023-01-11T23:08:16.1803301Z 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) 2023-01-11T23:08:16.1804117Z 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) 2023-01-11T23:08:16.1804955Z 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) 2023-01-11T23:08:16.1805640Z 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) 2023-01-11T23:08:16.1806315Z 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) 2023-01-11T23:08:16.1806985Z 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) 2023-01-11T23:08:16.1807662Z 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) 2023-01-11T23:08:16.1808335Z 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) 2023-01-11T23:08:16.1809014Z 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) 2023-01-11T23:08:16.1809686Z 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) 2023-01-11T23:08:16.1810370Z 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) 2023-01-11T23:08:16.1811044Z 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) 2023-01-11T23:08:16.1811718Z 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) 2023-01-11T23:08:16.1812389Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1813060Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1813728Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1814388Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1815094Z 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) 2023-01-11T23:08:16.1815757Z 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) 2023-01-11T23:08:16.1816446Z 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) 2023-01-11T23:08:16.1817100Z 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) 2023-01-11T23:08:16.1817755Z 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) 2023-01-11T23:08:16.1818415Z 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) 2023-01-11T23:08:16.1819070Z 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) 2023-01-11T23:08:16.1819725Z 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) 2023-01-11T23:08:16.1820377Z 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) 2023-01-11T23:08:16.1821033Z 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) 2023-01-11T23:08:16.1821684Z 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) 2023-01-11T23:08:16.1822332Z 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) 2023-01-11T23:08:16.1822985Z 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) 2023-01-11T23:08:16.1823639Z 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) 2023-01-11T23:08:16.1824332Z 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) 2023-01-11T23:08:16.1824989Z 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) 2023-01-11T23:08:16.1825651Z 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) 2023-01-11T23:08:16.1826343Z 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) 2023-01-11T23:08:16.1827032Z 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) 2023-01-11T23:08:16.1827778Z 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) 2023-01-11T23:08:16.1828454Z test_nvfuser_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1829107Z 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) 2023-01-11T23:08:16.1829804Z 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) 2023-01-11T23:08:16.1830455Z 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) 2023-01-11T23:08:16.1831066Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1831638Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1832203Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1832776Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.1833419Z 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) 2023-01-11T23:08:16.1834126Z 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) 2023-01-11T23:08:16.1834836Z 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) 2023-01-11T23:08:16.1835543Z 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) 2023-01-11T23:08:16.1836224Z 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) 2023-01-11T23:08:16.1836867Z 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) 2023-01-11T23:08:16.1837507Z 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) 2023-01-11T23:08:16.1838147Z 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) 2023-01-11T23:08:16.1838792Z 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) 2023-01-11T23:08:16.1839448Z 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) 2023-01-11T23:08:16.1840106Z 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) 2023-01-11T23:08:16.1840802Z 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) 2023-01-11T23:08:16.1841455Z 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) 2023-01-11T23:08:16.1842104Z 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) 2023-01-11T23:08:16.1842795Z 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) 2023-01-11T23:08:16.1843436Z 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) 2023-01-11T23:08:16.1844092Z 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) 2023-01-11T23:08:16.1844743Z 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) 2023-01-11T23:08:16.1845389Z 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) 2023-01-11T23:08:16.1846039Z 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) 2023-01-11T23:08:16.1846684Z 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) 2023-01-11T23:08:16.1847329Z 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) 2023-01-11T23:08:16.1848081Z 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) 2023-01-11T23:08:16.1848842Z 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) 2023-01-11T23:08:16.1849899Z 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) 2023-01-11T23:08:16.1850754Z 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) 2023-01-11T23:08:16.1851579Z 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) 2023-01-11T23:08:16.1852404Z 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) 2023-01-11T23:08:16.1853219Z 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) 2023-01-11T23:08:16.1854037Z 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) 2023-01-11T23:08:16.1854868Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1855796Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1856630Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1857510Z 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) 2023-01-11T23:08:16.1858322Z 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) 2023-01-11T23:08:16.1859144Z 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) 2023-01-11T23:08:16.1859903Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1860595Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1861296Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1861994Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1862687Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1863373Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1864203Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2023-01-11T23:08:16.1864995Z 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) 2023-01-11T23:08:16.1865745Z 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) 2023-01-11T23:08:16.1866555Z 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) 2023-01-11T23:08:16.1867402Z 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) 2023-01-11T23:08:16.1868238Z 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) 2023-01-11T23:08:16.1869077Z 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) 2023-01-11T23:08:16.1869909Z 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) 2023-01-11T23:08:16.1870746Z 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) 2023-01-11T23:08:16.1871692Z 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) 2023-01-11T23:08:16.1872522Z 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) 2023-01-11T23:08:16.1872982Z 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) 2023-01-11T23:08:16.1873385Z 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) 2023-01-11T23:08:16.1873792Z 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) 2023-01-11T23:08:16.1874204Z 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) 2023-01-11T23:08:16.1874599Z 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) 2023-01-11T23:08:16.1874999Z 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) 2023-01-11T23:08:16.1875396Z 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) 2023-01-11T23:08:16.1875786Z 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) 2023-01-11T23:08:16.1876178Z 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) 2023-01-11T23:08:16.1876566Z 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) 2023-01-11T23:08:16.1876955Z 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) 2023-01-11T23:08:16.1877348Z 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) 2023-01-11T23:08:16.1877741Z 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) 2023-01-11T23:08:16.1878135Z 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) 2023-01-11T23:08:16.1878526Z 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) 2023-01-11T23:08:16.1878920Z 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) 2023-01-11T23:08:16.1879307Z 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) 2023-01-11T23:08:16.1879696Z 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) 2023-01-11T23:08:16.1880139Z 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) 2023-01-11T23:08:16.1880532Z 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) 2023-01-11T23:08:16.1880962Z 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) 2023-01-11T23:08:16.1881343Z 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) 2023-01-11T23:08:16.1881728Z 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) 2023-01-11T23:08:16.1882110Z 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) 2023-01-11T23:08:16.1882491Z 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) 2023-01-11T23:08:16.1882878Z 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) 2023-01-11T23:08:16.1883279Z 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) 2023-01-11T23:08:16.1883683Z 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) 2023-01-11T23:08:16.1884084Z 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) 2023-01-11T23:08:16.1884478Z 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) 2023-01-11T23:08:16.1884883Z 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) 2023-01-11T23:08:16.1885219Z 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) 2023-01-11T23:08:16.1885543Z 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) 2023-01-11T23:08:16.1885866Z 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) 2023-01-11T23:08:16.1886218Z 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) 2023-01-11T23:08:16.1886574Z 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) 2023-01-11T23:08:16.1886924Z 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) 2023-01-11T23:08:16.1887316Z 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) 2023-01-11T23:08:16.1887673Z 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) 2023-01-11T23:08:16.1888062Z 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) 2023-01-11T23:08:16.1888422Z 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) 2023-01-11T23:08:16.1888784Z 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) 2023-01-11T23:08:16.1889139Z 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) 2023-01-11T23:08:16.1889499Z 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) 2023-01-11T23:08:16.1889856Z 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) 2023-01-11T23:08:16.1890207Z 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) 2023-01-11T23:08:16.1890562Z 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) 2023-01-11T23:08:16.1890913Z 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) 2023-01-11T23:08:16.1891264Z 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) 2023-01-11T23:08:16.1891615Z 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) 2023-01-11T23:08:16.1891952Z 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) 2023-01-11T23:08:16.1892287Z 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) 2023-01-11T23:08:16.1892620Z 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) 2023-01-11T23:08:16.1892951Z 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) 2023-01-11T23:08:16.1893283Z 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) 2023-01-11T23:08:16.1893650Z 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) 2023-01-11T23:08:16.1893983Z 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) 2023-01-11T23:08:16.1894350Z 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) 2023-01-11T23:08:16.1894679Z 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) 2023-01-11T23:08:16.1895010Z 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) 2023-01-11T23:08:16.1895325Z 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) 2023-01-11T23:08:16.1895639Z 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) 2023-01-11T23:08:16.1895962Z 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) 2023-01-11T23:08:16.1896275Z 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) 2023-01-11T23:08:16.1896591Z 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) 2023-01-11T23:08:16.1896908Z 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) 2023-01-11T23:08:16.1897221Z 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) 2023-01-11T23:08:16.1897539Z 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) 2023-01-11T23:08:16.1897868Z 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) 2023-01-11T23:08:16.1898192Z 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) 2023-01-11T23:08:16.1898519Z 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) 2023-01-11T23:08:16.1898842Z 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) 2023-01-11T23:08:16.1899166Z 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) 2023-01-11T23:08:16.1899488Z 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) 2023-01-11T23:08:16.1899918Z 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) 2023-01-11T23:08:16.1900248Z 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) 2023-01-11T23:08:16.1900571Z 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) 2023-01-11T23:08:16.1900933Z 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) 2023-01-11T23:08:16.1901256Z 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) 2023-01-11T23:08:16.1901585Z 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) 2023-01-11T23:08:16.1901912Z 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) 2023-01-11T23:08:16.1902237Z 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) 2023-01-11T23:08:16.1902568Z 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) 2023-01-11T23:08:16.1902891Z 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) 2023-01-11T23:08:16.1903215Z 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) 2023-01-11T23:08:16.1903538Z 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) 2023-01-11T23:08:16.1903912Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1904239Z 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) 2023-01-11T23:08:16.1904560Z 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) 2023-01-11T23:08:16.1904880Z 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) 2023-01-11T23:08:16.1905194Z 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) 2023-01-11T23:08:16.1905515Z 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) 2023-01-11T23:08:16.1905827Z 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) 2023-01-11T23:08:16.1906138Z 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) 2023-01-11T23:08:16.1906509Z 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) 2023-01-11T23:08:16.1906848Z 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) 2023-01-11T23:08:16.1907226Z 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) 2023-01-11T23:08:16.1907566Z 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) 2023-01-11T23:08:16.1907905Z 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) 2023-01-11T23:08:16.1908232Z 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) 2023-01-11T23:08:16.1908552Z 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) 2023-01-11T23:08:16.1908877Z 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) 2023-01-11T23:08:16.1909197Z 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) 2023-01-11T23:08:16.1909524Z 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) 2023-01-11T23:08:16.1909855Z 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) 2023-01-11T23:08:16.1910185Z 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) 2023-01-11T23:08:16.1910511Z 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) 2023-01-11T23:08:16.1910843Z 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) 2023-01-11T23:08:16.1911177Z 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) 2023-01-11T23:08:16.1911510Z 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) 2023-01-11T23:08:16.1911840Z 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) 2023-01-11T23:08:16.1912181Z 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) 2023-01-11T23:08:16.1912520Z 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) 2023-01-11T23:08:16.1912895Z 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) 2023-01-11T23:08:16.1913233Z 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) 2023-01-11T23:08:16.1913608Z 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) 2023-01-11T23:08:16.1913944Z 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) 2023-01-11T23:08:16.1914287Z 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) 2023-01-11T23:08:16.1914627Z 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) 2023-01-11T23:08:16.1914964Z 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) 2023-01-11T23:08:16.1915310Z 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) 2023-01-11T23:08:16.1915648Z 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) 2023-01-11T23:08:16.1915982Z 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) 2023-01-11T23:08:16.1916319Z 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) 2023-01-11T23:08:16.1916658Z 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) 2023-01-11T23:08:16.1916997Z 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) 2023-01-11T23:08:16.1917330Z 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) 2023-01-11T23:08:16.1917647Z 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) 2023-01-11T23:08:16.1917962Z 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) 2023-01-11T23:08:16.1918273Z 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) 2023-01-11T23:08:16.1918586Z 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) 2023-01-11T23:08:16.1918905Z 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) 2023-01-11T23:08:16.1919264Z 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) 2023-01-11T23:08:16.1919588Z 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) 2023-01-11T23:08:16.1919901Z 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) 2023-01-11T23:08:16.1920267Z 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) 2023-01-11T23:08:16.1920580Z 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) 2023-01-11T23:08:16.1920909Z 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) 2023-01-11T23:08:16.1922757Z 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) 2023-01-11T23:08:16.1923079Z 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) 2023-01-11T23:08:16.1923403Z 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) 2023-01-11T23:08:16.1923723Z 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) 2023-01-11T23:08:16.1924049Z 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) 2023-01-11T23:08:16.1924424Z 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) 2023-01-11T23:08:16.1924744Z 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) 2023-01-11T23:08:16.1925061Z 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) 2023-01-11T23:08:16.1925385Z 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) 2023-01-11T23:08:16.1925710Z 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) 2023-01-11T23:08:16.1926032Z 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) 2023-01-11T23:08:16.1926346Z 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) 2023-01-11T23:08:16.1926659Z 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) 2023-01-11T23:08:16.1926997Z 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) 2023-01-11T23:08:16.1927399Z 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) 2023-01-11T23:08:16.1927739Z 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) 2023-01-11T23:08:16.1928073Z 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) 2023-01-11T23:08:16.1928398Z 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) 2023-01-11T23:08:16.1928719Z 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) 2023-01-11T23:08:16.1929044Z 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) 2023-01-11T23:08:16.1929458Z 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) 2023-01-11T23:08:16.1929790Z 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) 2023-01-11T23:08:16.1930119Z 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) 2023-01-11T23:08:16.1930453Z 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) 2023-01-11T23:08:16.1930786Z 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) 2023-01-11T23:08:16.1931116Z 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) 2023-01-11T23:08:16.1931444Z 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) 2023-01-11T23:08:16.1931769Z 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) 2023-01-11T23:08:16.1932098Z 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) 2023-01-11T23:08:16.1932427Z 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) 2023-01-11T23:08:16.1932749Z 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) 2023-01-11T23:08:16.1933066Z 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) 2023-01-11T23:08:16.1933386Z 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) 2023-01-11T23:08:16.1933749Z 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) 2023-01-11T23:08:16.1934074Z 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) 2023-01-11T23:08:16.1934391Z 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) 2023-01-11T23:08:16.1934708Z 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) 2023-01-11T23:08:16.1935024Z 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) 2023-01-11T23:08:16.1935346Z 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) 2023-01-11T23:08:16.1935716Z 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) 2023-01-11T23:08:16.1936031Z 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) 2023-01-11T23:08:16.1936347Z 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) 2023-01-11T23:08:16.1936672Z 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) 2023-01-11T23:08:16.1937001Z 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) 2023-01-11T23:08:16.1937326Z 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) 2023-01-11T23:08:16.1937656Z 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) 2023-01-11T23:08:16.1937982Z 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) 2023-01-11T23:08:16.1938310Z 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) 2023-01-11T23:08:16.1938634Z 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) 2023-01-11T23:08:16.1938958Z 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) 2023-01-11T23:08:16.1939284Z 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) 2023-01-11T23:08:16.1939610Z 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) 2023-01-11T23:08:16.1939978Z 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) 2023-01-11T23:08:16.1940309Z 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) 2023-01-11T23:08:16.1940631Z 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) 2023-01-11T23:08:16.1940952Z 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) 2023-01-11T23:08:16.1941272Z 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) 2023-01-11T23:08:16.1941609Z 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) 2023-01-11T23:08:16.1941940Z 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) 2023-01-11T23:08:16.1942312Z 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) 2023-01-11T23:08:16.1942626Z 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) 2023-01-11T23:08:16.1942941Z 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) 2023-01-11T23:08:16.1943254Z 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) 2023-01-11T23:08:16.1943572Z 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) 2023-01-11T23:08:16.1944039Z 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) 2023-01-11T23:08:16.1944359Z 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) 2023-01-11T23:08:16.1944671Z 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) 2023-01-11T23:08:16.1944986Z 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) 2023-01-11T23:08:16.1945320Z 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) 2023-01-11T23:08:16.1945647Z 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) 2023-01-11T23:08:16.1945973Z 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) 2023-01-11T23:08:16.1946297Z 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) 2023-01-11T23:08:16.1946706Z 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) 2023-01-11T23:08:16.1947047Z 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) 2023-01-11T23:08:16.1947378Z 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) 2023-01-11T23:08:16.1947716Z 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) 2023-01-11T23:08:16.1948061Z 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) 2023-01-11T23:08:16.1948403Z 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) 2023-01-11T23:08:16.1948793Z 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) 2023-01-11T23:08:16.1949135Z 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) 2023-01-11T23:08:16.1949451Z 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) 2023-01-11T23:08:16.1949771Z 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) 2023-01-11T23:08:16.1950086Z 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) 2023-01-11T23:08:16.1950395Z 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) 2023-01-11T23:08:16.1950716Z 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) 2023-01-11T23:08:16.1951044Z 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) 2023-01-11T23:08:16.1951372Z 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) 2023-01-11T23:08:16.1951700Z 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) 2023-01-11T23:08:16.1952019Z 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) 2023-01-11T23:08:16.1952340Z 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) 2023-01-11T23:08:16.1952652Z 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) 2023-01-11T23:08:16.1953019Z 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) 2023-01-11T23:08:16.1953348Z 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) 2023-01-11T23:08:16.1953684Z 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) 2023-01-11T23:08:16.1954016Z 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) 2023-01-11T23:08:16.1954341Z 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) 2023-01-11T23:08:16.1954669Z 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) 2023-01-11T23:08:16.1955036Z 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) 2023-01-11T23:08:16.1955355Z 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) 2023-01-11T23:08:16.1955678Z 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) 2023-01-11T23:08:16.1955999Z 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) 2023-01-11T23:08:16.1956326Z 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) 2023-01-11T23:08:16.1956649Z 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) 2023-01-11T23:08:16.1956976Z 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) 2023-01-11T23:08:16.1957297Z 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) 2023-01-11T23:08:16.1957631Z 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) 2023-01-11T23:08:16.1957964Z 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) 2023-01-11T23:08:16.1958291Z 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) 2023-01-11T23:08:16.1958616Z 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) 2023-01-11T23:08:16.1958940Z 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) 2023-01-11T23:08:16.1959302Z 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) 2023-01-11T23:08:16.1959626Z 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) 2023-01-11T23:08:16.1959950Z 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) 2023-01-11T23:08:16.1960270Z 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) 2023-01-11T23:08:16.1960583Z 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) 2023-01-11T23:08:16.1960912Z 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) 2023-01-11T23:08:16.1961240Z 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) 2023-01-11T23:08:16.1961608Z 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) 2023-01-11T23:08:16.1961933Z 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) 2023-01-11T23:08:16.1962256Z 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) 2023-01-11T23:08:16.1962586Z 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) 2023-01-11T23:08:16.1962926Z 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) 2023-01-11T23:08:16.1963260Z 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) 2023-01-11T23:08:16.1963588Z 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) 2023-01-11T23:08:16.1963915Z 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) 2023-01-11T23:08:16.1964245Z 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) 2023-01-11T23:08:16.1964584Z 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) 2023-01-11T23:08:16.1964924Z 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) 2023-01-11T23:08:16.1965264Z 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) 2023-01-11T23:08:16.1965597Z 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) 2023-01-11T23:08:16.1965968Z 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) 2023-01-11T23:08:16.1966305Z 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) 2023-01-11T23:08:16.1966634Z 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) 2023-01-11T23:08:16.1966963Z 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) 2023-01-11T23:08:16.1967293Z 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) 2023-01-11T23:08:16.1967619Z 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) 2023-01-11T23:08:16.1968002Z 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) 2023-01-11T23:08:16.1968316Z 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) 2023-01-11T23:08:16.1968627Z 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) 2023-01-11T23:08:16.1968958Z 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) 2023-01-11T23:08:16.1969286Z 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) 2023-01-11T23:08:16.1969620Z 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) 2023-01-11T23:08:16.1969952Z 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) 2023-01-11T23:08:16.1970276Z 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) 2023-01-11T23:08:16.1970602Z 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) 2023-01-11T23:08:16.1970924Z 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) 2023-01-11T23:08:16.1971249Z 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) 2023-01-11T23:08:16.1971572Z 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) 2023-01-11T23:08:16.1971894Z 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) 2023-01-11T23:08:16.1972257Z 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) 2023-01-11T23:08:16.1972585Z 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) 2023-01-11T23:08:16.1972915Z 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) 2023-01-11T23:08:16.1973244Z 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) 2023-01-11T23:08:16.1973578Z 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) 2023-01-11T23:08:16.1973915Z 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) 2023-01-11T23:08:16.1974282Z 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) 2023-01-11T23:08:16.1974611Z 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) 2023-01-11T23:08:16.1974939Z 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) 2023-01-11T23:08:16.1975264Z 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) 2023-01-11T23:08:16.1975593Z 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) 2023-01-11T23:08:16.1975917Z 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) 2023-01-11T23:08:16.1976242Z 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) 2023-01-11T23:08:16.1976568Z 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) 2023-01-11T23:08:16.1976899Z 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) 2023-01-11T23:08:16.1977224Z 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) 2023-01-11T23:08:16.1977553Z 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) 2023-01-11T23:08:16.1977875Z 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) 2023-01-11T23:08:16.1978196Z 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) 2023-01-11T23:08:16.1978554Z 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) 2023-01-11T23:08:16.1978877Z 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) 2023-01-11T23:08:16.1979198Z 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) 2023-01-11T23:08:16.1979518Z 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) 2023-01-11T23:08:16.1979833Z test_nvfuser_correctness_nn_functional_prelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.1980152Z 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) 2023-01-11T23:08:16.1980504Z 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) 2023-01-11T23:08:16.1980821Z 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) 2023-01-11T23:08:16.1981135Z 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) 2023-01-11T23:08:16.1981448Z 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) 2023-01-11T23:08:16.1981765Z 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) 2023-01-11T23:08:16.1982076Z 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) 2023-01-11T23:08:16.1982386Z 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) 2023-01-11T23:08:16.1982696Z 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) 2023-01-11T23:08:16.1983009Z 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) 2023-01-11T23:08:16.1983321Z 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) 2023-01-11T23:08:16.1983633Z 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) 2023-01-11T23:08:16.1983996Z 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) 2023-01-11T23:08:16.1984308Z 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) 2023-01-11T23:08:16.1984622Z 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) 2023-01-11T23:08:16.1984991Z 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) 2023-01-11T23:08:16.1985303Z 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) 2023-01-11T23:08:16.1985615Z 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) 2023-01-11T23:08:16.1985924Z 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) 2023-01-11T23:08:16.1986234Z 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) 2023-01-11T23:08:16.1986547Z 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) 2023-01-11T23:08:16.1986866Z 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) 2023-01-11T23:08:16.1987224Z 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) 2023-01-11T23:08:16.1987534Z 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) 2023-01-11T23:08:16.1987843Z 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) 2023-01-11T23:08:16.1988156Z 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) 2023-01-11T23:08:16.1988467Z 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) 2023-01-11T23:08:16.1988784Z 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) 2023-01-11T23:08:16.1989093Z 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) 2023-01-11T23:08:16.1989407Z 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) 2023-01-11T23:08:16.1989721Z 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) 2023-01-11T23:08:16.1990030Z 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) 2023-01-11T23:08:16.1990343Z 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) 2023-01-11T23:08:16.1990665Z 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) 2023-01-11T23:08:16.1990985Z 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) 2023-01-11T23:08:16.1991347Z 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) 2023-01-11T23:08:16.1991676Z 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) 2023-01-11T23:08:16.1992009Z 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) 2023-01-11T23:08:16.1992338Z 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) 2023-01-11T23:08:16.1992660Z 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) 2023-01-11T23:08:16.1992980Z 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) 2023-01-11T23:08:16.1993338Z 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) 2023-01-11T23:08:16.1993652Z 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) 2023-01-11T23:08:16.1993966Z 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) 2023-01-11T23:08:16.1994298Z 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) 2023-01-11T23:08:16.1994640Z 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) 2023-01-11T23:08:16.1994975Z 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) 2023-01-11T23:08:16.1995304Z 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) 2023-01-11T23:08:16.1995633Z 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) 2023-01-11T23:08:16.1995965Z 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) 2023-01-11T23:08:16.1996299Z 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) 2023-01-11T23:08:16.1996628Z 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) 2023-01-11T23:08:16.1996954Z 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) 2023-01-11T23:08:16.1997282Z 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) 2023-01-11T23:08:16.1997651Z 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) 2023-01-11T23:08:16.1997976Z 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) 2023-01-11T23:08:16.1998298Z 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) 2023-01-11T23:08:16.1998618Z 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) 2023-01-11T23:08:16.1998934Z 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) 2023-01-11T23:08:16.1999256Z 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) 2023-01-11T23:08:16.1999578Z 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) 2023-01-11T23:08:16.1999938Z 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) 2023-01-11T23:08:16.2000257Z 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) 2023-01-11T23:08:16.2000574Z 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) 2023-01-11T23:08:16.2000894Z 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) 2023-01-11T23:08:16.2001221Z 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) 2023-01-11T23:08:16.2001548Z 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) 2023-01-11T23:08:16.2001865Z 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) 2023-01-11T23:08:16.2002178Z 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) 2023-01-11T23:08:16.2002503Z 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) 2023-01-11T23:08:16.2002821Z 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) 2023-01-11T23:08:16.2003136Z 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) 2023-01-11T23:08:16.2003448Z 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) 2023-01-11T23:08:16.2003760Z 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) 2023-01-11T23:08:16.2004113Z 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) 2023-01-11T23:08:16.2004441Z 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) 2023-01-11T23:08:16.2004769Z 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) 2023-01-11T23:08:16.2005096Z 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) 2023-01-11T23:08:16.2005416Z 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) 2023-01-11T23:08:16.2005739Z 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) 2023-01-11T23:08:16.2006097Z 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) 2023-01-11T23:08:16.2006413Z 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) 2023-01-11T23:08:16.2006727Z 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) 2023-01-11T23:08:16.2007037Z 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) 2023-01-11T23:08:16.2007360Z 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) 2023-01-11T23:08:16.2007681Z 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) 2023-01-11T23:08:16.2008005Z 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) 2023-01-11T23:08:16.2008327Z 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) 2023-01-11T23:08:16.2008647Z 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) 2023-01-11T23:08:16.2008971Z 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) 2023-01-11T23:08:16.2009291Z 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) 2023-01-11T23:08:16.2009605Z 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) 2023-01-11T23:08:16.2009919Z 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) 2023-01-11T23:08:16.2010233Z 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) 2023-01-11T23:08:16.2010592Z 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) 2023-01-11T23:08:16.2010932Z 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) 2023-01-11T23:08:16.2011272Z 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) 2023-01-11T23:08:16.2011608Z 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) 2023-01-11T23:08:16.2011940Z 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) 2023-01-11T23:08:16.2012276Z 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) 2023-01-11T23:08:16.2012645Z 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) 2023-01-11T23:08:16.2012977Z 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) 2023-01-11T23:08:16.2013304Z 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) 2023-01-11T23:08:16.2013638Z 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) 2023-01-11T23:08:16.2013966Z 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) 2023-01-11T23:08:16.2014300Z 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) 2023-01-11T23:08:16.2014652Z 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) 2023-01-11T23:08:16.2015009Z 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) 2023-01-11T23:08:16.2015368Z 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) 2023-01-11T23:08:16.2015723Z 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) 2023-01-11T23:08:16.2016075Z 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) 2023-01-11T23:08:16.2016424Z 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) 2023-01-11T23:08:16.2016823Z 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) 2023-01-11T23:08:16.2017174Z 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) 2023-01-11T23:08:16.2017522Z 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) 2023-01-11T23:08:16.2017866Z 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) 2023-01-11T23:08:16.2018213Z 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) 2023-01-11T23:08:16.2018531Z 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) 2023-01-11T23:08:16.2018892Z 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) 2023-01-11T23:08:16.2019213Z 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) 2023-01-11T23:08:16.2019530Z 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) 2023-01-11T23:08:16.2019846Z 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) 2023-01-11T23:08:16.2020160Z 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) 2023-01-11T23:08:16.2020497Z 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) 2023-01-11T23:08:16.2020830Z 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) 2023-01-11T23:08:16.2021161Z 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) 2023-01-11T23:08:16.2021492Z 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) 2023-01-11T23:08:16.2021823Z 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) 2023-01-11T23:08:16.2022153Z 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) 2023-01-11T23:08:16.2022479Z 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) 2023-01-11T23:08:16.2022783Z test_nvfuser_correctness_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2023080Z test_nvfuser_correctness_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2023427Z test_nvfuser_correctness_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2023783Z test_nvfuser_correctness_nonzero_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2024094Z test_nvfuser_correctness_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2024394Z test_nvfuser_correctness_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2024692Z test_nvfuser_correctness_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2024994Z test_nvfuser_correctness_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2025346Z test_nvfuser_correctness_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2025641Z test_nvfuser_correctness_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2025933Z test_nvfuser_correctness_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2026227Z test_nvfuser_correctness_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2026523Z test_nvfuser_correctness_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2026817Z test_nvfuser_correctness_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2027122Z test_nvfuser_correctness_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2027426Z test_nvfuser_correctness_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2027720Z test_nvfuser_correctness_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2028012Z test_nvfuser_correctness_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2028305Z test_nvfuser_correctness_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2028609Z test_nvfuser_correctness_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2028913Z test_nvfuser_correctness_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2029216Z test_nvfuser_correctness_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2029515Z test_nvfuser_correctness_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2029865Z test_nvfuser_correctness_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2030168Z test_nvfuser_correctness_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2030470Z test_nvfuser_correctness_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2030774Z test_nvfuser_correctness_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2031078Z test_nvfuser_correctness_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2031380Z test_nvfuser_correctness_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2031716Z test_nvfuser_correctness_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2032011Z test_nvfuser_correctness_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2032316Z test_nvfuser_correctness_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2032616Z test_nvfuser_correctness_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2032919Z test_nvfuser_correctness_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2033214Z test_nvfuser_correctness_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2033518Z test_nvfuser_correctness_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2033817Z test_nvfuser_correctness_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2034114Z test_nvfuser_correctness_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2034408Z test_nvfuser_correctness_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2034730Z 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) 2023-01-11T23:08:16.2035049Z 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) 2023-01-11T23:08:16.2035365Z 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) 2023-01-11T23:08:16.2035676Z 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) 2023-01-11T23:08:16.2035975Z test_nvfuser_correctness_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2036310Z test_nvfuser_correctness_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2036612Z test_nvfuser_correctness_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2036910Z test_nvfuser_correctness_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2037207Z test_nvfuser_correctness_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2037502Z test_nvfuser_correctness_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2037797Z test_nvfuser_correctness_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2038088Z test_nvfuser_correctness_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2038420Z test_nvfuser_correctness_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2038713Z test_nvfuser_correctness_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2039008Z test_nvfuser_correctness_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2039303Z test_nvfuser_correctness_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2039598Z test_nvfuser_correctness_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2039905Z test_nvfuser_correctness_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2040201Z test_nvfuser_correctness_ones_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2040510Z test_nvfuser_correctness_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2040816Z test_nvfuser_correctness_ones_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2041121Z test_nvfuser_correctness_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2041424Z test_nvfuser_correctness_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2041726Z test_nvfuser_correctness_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2042026Z test_nvfuser_correctness_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2042322Z test_nvfuser_correctness_ones_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2042659Z test_nvfuser_correctness_ones_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2042958Z test_nvfuser_correctness_ones_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2043257Z test_nvfuser_correctness_ones_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2043555Z test_nvfuser_correctness_ones_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2043819Z test_nvfuser_correctness_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2044081Z test_nvfuser_correctness_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2044340Z test_nvfuser_correctness_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2044598Z test_nvfuser_correctness_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2044948Z test_nvfuser_correctness_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2045241Z test_nvfuser_correctness_outer_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2045543Z test_nvfuser_correctness_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2045846Z test_nvfuser_correctness_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2046149Z test_nvfuser_correctness_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2046450Z test_nvfuser_correctness_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2046747Z test_nvfuser_correctness_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2047041Z test_nvfuser_correctness_outer_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2047333Z test_nvfuser_correctness_outer_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2047623Z test_nvfuser_correctness_outer_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2047915Z test_nvfuser_correctness_outer_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2048217Z test_nvfuser_correctness_outer_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2048487Z test_nvfuser_correctness_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2048756Z test_nvfuser_correctness_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2049063Z test_nvfuser_correctness_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2049419Z test_nvfuser_correctness_permute_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2049730Z test_nvfuser_correctness_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2050038Z test_nvfuser_correctness_permute_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2050345Z test_nvfuser_correctness_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2050648Z test_nvfuser_correctness_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2050952Z test_nvfuser_correctness_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2051251Z test_nvfuser_correctness_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2051590Z test_nvfuser_correctness_permute_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2051892Z test_nvfuser_correctness_permute_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2052189Z test_nvfuser_correctness_permute_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2052483Z test_nvfuser_correctness_permute_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2052784Z test_nvfuser_correctness_permute_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2053094Z test_nvfuser_correctness_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2053403Z test_nvfuser_correctness_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2053708Z test_nvfuser_correctness_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2054010Z test_nvfuser_correctness_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2054313Z test_nvfuser_correctness_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2054612Z test_nvfuser_correctness_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2054932Z 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) 2023-01-11T23:08:16.2055252Z 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) 2023-01-11T23:08:16.2055573Z 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) 2023-01-11T23:08:16.2055936Z 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) 2023-01-11T23:08:16.2056259Z 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) 2023-01-11T23:08:16.2056574Z 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) 2023-01-11T23:08:16.2056887Z 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) 2023-01-11T23:08:16.2057207Z 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) 2023-01-11T23:08:16.2057526Z 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) 2023-01-11T23:08:16.2057886Z 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) 2023-01-11T23:08:16.2058206Z 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) 2023-01-11T23:08:16.2058524Z 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) 2023-01-11T23:08:16.2058841Z 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) 2023-01-11T23:08:16.2059165Z 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) 2023-01-11T23:08:16.2059484Z 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) 2023-01-11T23:08:16.2059800Z 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) 2023-01-11T23:08:16.2060116Z 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) 2023-01-11T23:08:16.2060436Z 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) 2023-01-11T23:08:16.2060753Z 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) 2023-01-11T23:08:16.2061076Z 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) 2023-01-11T23:08:16.2061394Z 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) 2023-01-11T23:08:16.2061711Z 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) 2023-01-11T23:08:16.2062027Z 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) 2023-01-11T23:08:16.2062379Z 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) 2023-01-11T23:08:16.2062694Z 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) 2023-01-11T23:08:16.2063009Z 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) 2023-01-11T23:08:16.2063316Z 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) 2023-01-11T23:08:16.2063634Z 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) 2023-01-11T23:08:16.2064069Z 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) 2023-01-11T23:08:16.2064466Z 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) 2023-01-11T23:08:16.2064783Z 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) 2023-01-11T23:08:16.2065100Z 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) 2023-01-11T23:08:16.2065414Z 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) 2023-01-11T23:08:16.2065734Z 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) 2023-01-11T23:08:16.2066049Z 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) 2023-01-11T23:08:16.2066367Z 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) 2023-01-11T23:08:16.2066678Z 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) 2023-01-11T23:08:16.2066993Z 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) 2023-01-11T23:08:16.2067313Z 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) 2023-01-11T23:08:16.2067636Z 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) 2023-01-11T23:08:16.2067952Z 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) 2023-01-11T23:08:16.2068268Z 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) 2023-01-11T23:08:16.2068580Z 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) 2023-01-11T23:08:16.2068940Z 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) 2023-01-11T23:08:16.2069259Z 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) 2023-01-11T23:08:16.2069562Z test_nvfuser_correctness_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2069872Z test_nvfuser_correctness_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2070182Z test_nvfuser_correctness_positive_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2070493Z test_nvfuser_correctness_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2070841Z test_nvfuser_correctness_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2071142Z test_nvfuser_correctness_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2071449Z test_nvfuser_correctness_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2071749Z test_nvfuser_correctness_positive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2072049Z test_nvfuser_correctness_positive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2072344Z test_nvfuser_correctness_positive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2072648Z test_nvfuser_correctness_positive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2072946Z test_nvfuser_correctness_positive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2073241Z test_nvfuser_correctness_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2073543Z test_nvfuser_correctness_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2073849Z test_nvfuser_correctness_pow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2074147Z test_nvfuser_correctness_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2074440Z test_nvfuser_correctness_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2074730Z test_nvfuser_correctness_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2075021Z test_nvfuser_correctness_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2075356Z test_nvfuser_correctness_pow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2075654Z test_nvfuser_correctness_pow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2075947Z test_nvfuser_correctness_pow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2076242Z test_nvfuser_correctness_pow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2076534Z test_nvfuser_correctness_pow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2076830Z test_nvfuser_correctness_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2077126Z test_nvfuser_correctness_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2077474Z test_nvfuser_correctness_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2077777Z test_nvfuser_correctness_prod_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2078073Z test_nvfuser_correctness_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2078373Z test_nvfuser_correctness_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2078673Z test_nvfuser_correctness_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2078972Z test_nvfuser_correctness_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2079262Z test_nvfuser_correctness_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2079555Z test_nvfuser_correctness_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2079850Z test_nvfuser_correctness_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2080147Z test_nvfuser_correctness_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2080437Z test_nvfuser_correctness_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2080738Z test_nvfuser_correctness_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2081031Z test_nvfuser_correctness_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2081336Z test_nvfuser_correctness_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2081633Z test_nvfuser_correctness_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2081964Z test_nvfuser_correctness_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2082264Z test_nvfuser_correctness_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2082552Z test_nvfuser_correctness_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2082841Z test_nvfuser_correctness_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2083132Z test_nvfuser_correctness_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2083426Z test_nvfuser_correctness_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2083717Z test_nvfuser_correctness_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2084046Z test_nvfuser_correctness_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2084304Z test_nvfuser_correctness_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2084563Z test_nvfuser_correctness_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2084816Z test_nvfuser_correctness_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2085068Z test_nvfuser_correctness_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2085374Z test_nvfuser_correctness_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2085680Z test_nvfuser_correctness_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2085988Z test_nvfuser_correctness_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2086288Z test_nvfuser_correctness_rad2deg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2086587Z test_nvfuser_correctness_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2086890Z test_nvfuser_correctness_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2087193Z test_nvfuser_correctness_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2087492Z test_nvfuser_correctness_rad2deg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2087790Z test_nvfuser_correctness_rad2deg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2088077Z test_nvfuser_correctness_rad2deg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2088415Z test_nvfuser_correctness_rad2deg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2088711Z test_nvfuser_correctness_rad2deg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2089015Z test_nvfuser_correctness_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2089327Z test_nvfuser_correctness_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2089639Z test_nvfuser_correctness_rand_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2089946Z test_nvfuser_correctness_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2090252Z test_nvfuser_correctness_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2090596Z test_nvfuser_correctness_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2090898Z test_nvfuser_correctness_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2091202Z test_nvfuser_correctness_randint_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2091499Z test_nvfuser_correctness_randint_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2091800Z test_nvfuser_correctness_randint_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2092103Z test_nvfuser_correctness_randint_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2092399Z test_nvfuser_correctness_randint_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2092695Z test_nvfuser_correctness_randint_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2092988Z test_nvfuser_correctness_randint_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2093286Z test_nvfuser_correctness_randint_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2093583Z test_nvfuser_correctness_randint_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2093897Z test_nvfuser_correctness_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2094205Z test_nvfuser_correctness_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2094511Z test_nvfuser_correctness_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2094857Z test_nvfuser_correctness_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2095163Z test_nvfuser_correctness_randint_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2095471Z test_nvfuser_correctness_randint_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2095774Z test_nvfuser_correctness_randint_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2096076Z test_nvfuser_correctness_randint_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2096379Z test_nvfuser_correctness_randint_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2096677Z test_nvfuser_correctness_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2097017Z test_nvfuser_correctness_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2097317Z test_nvfuser_correctness_randn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2097617Z test_nvfuser_correctness_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2097916Z test_nvfuser_correctness_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2098217Z test_nvfuser_correctness_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2098513Z test_nvfuser_correctness_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2098819Z test_nvfuser_correctness_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2099127Z test_nvfuser_correctness_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2099436Z test_nvfuser_correctness_randn_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2099742Z test_nvfuser_correctness_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2100044Z test_nvfuser_correctness_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2100348Z test_nvfuser_correctness_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2100651Z test_nvfuser_correctness_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2100949Z test_nvfuser_correctness_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2101260Z test_nvfuser_correctness_ravel_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2101729Z test_nvfuser_correctness_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2102039Z test_nvfuser_correctness_ravel_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2102343Z test_nvfuser_correctness_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2102640Z test_nvfuser_correctness_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2102934Z test_nvfuser_correctness_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2103229Z test_nvfuser_correctness_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2103561Z test_nvfuser_correctness_ravel_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2103888Z test_nvfuser_correctness_ravel_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2104179Z test_nvfuser_correctness_ravel_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2104471Z test_nvfuser_correctness_ravel_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2104772Z test_nvfuser_correctness_ravel_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2105069Z test_nvfuser_correctness_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2105364Z test_nvfuser_correctness_real_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2105664Z test_nvfuser_correctness_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2105964Z test_nvfuser_correctness_real_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2106265Z test_nvfuser_correctness_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2106563Z test_nvfuser_correctness_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2106867Z test_nvfuser_correctness_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2107161Z test_nvfuser_correctness_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2107448Z test_nvfuser_correctness_real_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2107741Z test_nvfuser_correctness_real_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2108090Z test_nvfuser_correctness_real_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2108387Z test_nvfuser_correctness_real_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2108678Z test_nvfuser_correctness_real_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2108986Z test_nvfuser_correctness_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2109291Z test_nvfuser_correctness_reciprocal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2109602Z test_nvfuser_correctness_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2109915Z test_nvfuser_correctness_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2110266Z test_nvfuser_correctness_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2110574Z test_nvfuser_correctness_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2110884Z test_nvfuser_correctness_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2111185Z test_nvfuser_correctness_reciprocal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2111496Z test_nvfuser_correctness_reciprocal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2111806Z test_nvfuser_correctness_reciprocal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2112108Z test_nvfuser_correctness_reciprocal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2112410Z test_nvfuser_correctness_reciprocal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2112716Z test_nvfuser_correctness_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2113022Z test_nvfuser_correctness_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2113329Z test_nvfuser_correctness_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2113636Z test_nvfuser_correctness_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2113931Z test_nvfuser_correctness_remainder_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2114230Z test_nvfuser_correctness_remainder_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2114585Z test_nvfuser_correctness_remainder_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2114886Z test_nvfuser_correctness_remainder_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2115191Z test_nvfuser_correctness_remainder_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2115487Z test_nvfuser_correctness_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2115793Z test_nvfuser_correctness_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2116096Z test_nvfuser_correctness_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2116399Z test_nvfuser_correctness_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2116736Z test_nvfuser_correctness_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2117078Z test_nvfuser_correctness_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2117393Z test_nvfuser_correctness_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2117736Z test_nvfuser_correctness_repeat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2118084Z test_nvfuser_correctness_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2118543Z test_nvfuser_correctness_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2118986Z test_nvfuser_correctness_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2119431Z test_nvfuser_correctness_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2119789Z test_nvfuser_correctness_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2120160Z test_nvfuser_correctness_repeat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2120519Z test_nvfuser_correctness_repeat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2120888Z test_nvfuser_correctness_repeat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2121241Z test_nvfuser_correctness_repeat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2121598Z test_nvfuser_correctness_repeat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2121981Z test_nvfuser_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2122465Z test_nvfuser_correctness_repeat_interleave_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2122867Z test_nvfuser_correctness_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2123254Z test_nvfuser_correctness_repeat_interleave_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2123644Z test_nvfuser_correctness_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.2124025Z test_nvfuser_correctness_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2124419Z test_nvfuser_correctness_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2124856Z test_nvfuser_correctness_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2125236Z test_nvfuser_correctness_repeat_interleave_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2125614Z test_nvfuser_correctness_repeat_interleave_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2125990Z test_nvfuser_correctness_repeat_interleave_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2126377Z test_nvfuser_correctness_repeat_interleave_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2126756Z test_nvfuser_correctness_repeat_interleave_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2127137Z test_nvfuser_correctness_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2127458Z test_nvfuser_correctness_reshape_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2127770Z test_nvfuser_correctness_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2128083Z test_nvfuser_correctness_reshape_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2128396Z test_nvfuser_correctness_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2128701Z test_nvfuser_correctness_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2129009Z test_nvfuser_correctness_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2129313Z test_nvfuser_correctness_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2129658Z test_nvfuser_correctness_reshape_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2129964Z test_nvfuser_correctness_reshape_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2130267Z test_nvfuser_correctness_reshape_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2130568Z test_nvfuser_correctness_reshape_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2130869Z test_nvfuser_correctness_reshape_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2131172Z test_nvfuser_correctness_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2131474Z test_nvfuser_correctness_reshape_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2131823Z test_nvfuser_correctness_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2132131Z test_nvfuser_correctness_reshape_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2132440Z test_nvfuser_correctness_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2132746Z test_nvfuser_correctness_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2133049Z test_nvfuser_correctness_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2133354Z test_nvfuser_correctness_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2133654Z test_nvfuser_correctness_reshape_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2133954Z test_nvfuser_correctness_reshape_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2134256Z test_nvfuser_correctness_reshape_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2134556Z test_nvfuser_correctness_reshape_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2134856Z test_nvfuser_correctness_reshape_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2135163Z test_nvfuser_correctness_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2135463Z test_nvfuser_correctness_resize__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2135769Z test_nvfuser_correctness_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2136077Z test_nvfuser_correctness_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2136419Z test_nvfuser_correctness_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2136725Z test_nvfuser_correctness_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2137026Z test_nvfuser_correctness_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2137322Z test_nvfuser_correctness_resize__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2137619Z test_nvfuser_correctness_resize__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2137917Z test_nvfuser_correctness_resize__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2138250Z test_nvfuser_correctness_resize__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2138545Z test_nvfuser_correctness_resize__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2138855Z test_nvfuser_correctness_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2139155Z test_nvfuser_correctness_resize_as__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2139469Z test_nvfuser_correctness_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2139779Z test_nvfuser_correctness_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2140083Z test_nvfuser_correctness_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2140386Z test_nvfuser_correctness_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2140689Z test_nvfuser_correctness_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2140990Z test_nvfuser_correctness_resize_as__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2141292Z test_nvfuser_correctness_resize_as__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2141593Z test_nvfuser_correctness_resize_as__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2141891Z test_nvfuser_correctness_resize_as__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2142191Z test_nvfuser_correctness_resize_as__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2142499Z test_nvfuser_correctness_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2142847Z test_nvfuser_correctness_resolve_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2143167Z test_nvfuser_correctness_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2143481Z test_nvfuser_correctness_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2143909Z test_nvfuser_correctness_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2144208Z test_nvfuser_correctness_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2144512Z test_nvfuser_correctness_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2144951Z test_nvfuser_correctness_resolve_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2145317Z test_nvfuser_correctness_resolve_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2145681Z test_nvfuser_correctness_resolve_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2146045Z test_nvfuser_correctness_resolve_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2146416Z test_nvfuser_correctness_resolve_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2146787Z test_nvfuser_correctness_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2147160Z test_nvfuser_correctness_resolve_neg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2147531Z test_nvfuser_correctness_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2147908Z test_nvfuser_correctness_resolve_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2148284Z test_nvfuser_correctness_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2148655Z test_nvfuser_correctness_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2149031Z test_nvfuser_correctness_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2149394Z test_nvfuser_correctness_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2149761Z test_nvfuser_correctness_resolve_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2150125Z test_nvfuser_correctness_resolve_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2150555Z test_nvfuser_correctness_resolve_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2150928Z test_nvfuser_correctness_resolve_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2151291Z test_nvfuser_correctness_resolve_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2151651Z test_nvfuser_correctness_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2151999Z test_nvfuser_correctness_roll_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2152366Z test_nvfuser_correctness_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2152732Z test_nvfuser_correctness_roll_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2153141Z test_nvfuser_correctness_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2153505Z test_nvfuser_correctness_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2153852Z test_nvfuser_correctness_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2154206Z test_nvfuser_correctness_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2154559Z test_nvfuser_correctness_roll_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2154925Z test_nvfuser_correctness_roll_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2155276Z test_nvfuser_correctness_roll_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2155635Z test_nvfuser_correctness_roll_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2155965Z test_nvfuser_correctness_roll_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2156264Z test_nvfuser_correctness_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2156557Z test_nvfuser_correctness_rot90_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2156855Z test_nvfuser_correctness_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2157160Z test_nvfuser_correctness_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2157453Z test_nvfuser_correctness_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2157786Z test_nvfuser_correctness_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2158081Z test_nvfuser_correctness_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2158378Z test_nvfuser_correctness_rot90_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2158665Z test_nvfuser_correctness_rot90_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2158956Z test_nvfuser_correctness_rot90_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2159244Z test_nvfuser_correctness_rot90_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2159536Z test_nvfuser_correctness_rot90_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2159876Z test_nvfuser_correctness_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2160169Z test_nvfuser_correctness_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2160462Z test_nvfuser_correctness_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2160760Z test_nvfuser_correctness_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2161055Z test_nvfuser_correctness_round_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2161343Z test_nvfuser_correctness_round_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2161636Z test_nvfuser_correctness_round_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2161927Z test_nvfuser_correctness_round_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2162219Z test_nvfuser_correctness_round_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2162531Z 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) 2023-01-11T23:08:16.2162843Z 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) 2023-01-11T23:08:16.2163155Z 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) 2023-01-11T23:08:16.2163466Z 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) 2023-01-11T23:08:16.2163776Z 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) 2023-01-11T23:08:16.2164084Z 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) 2023-01-11T23:08:16.2164441Z 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) 2023-01-11T23:08:16.2164755Z 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) 2023-01-11T23:08:16.2165072Z 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) 2023-01-11T23:08:16.2165386Z 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) 2023-01-11T23:08:16.2165696Z 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) 2023-01-11T23:08:16.2166009Z 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) 2023-01-11T23:08:16.2166361Z test_nvfuser_correctness_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2166652Z test_nvfuser_correctness_rsqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2166954Z test_nvfuser_correctness_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2167253Z test_nvfuser_correctness_rsqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2167558Z test_nvfuser_correctness_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2167858Z test_nvfuser_correctness_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2168154Z test_nvfuser_correctness_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2168446Z test_nvfuser_correctness_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2168737Z test_nvfuser_correctness_rsqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2169028Z test_nvfuser_correctness_rsqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2169322Z test_nvfuser_correctness_rsqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2169615Z test_nvfuser_correctness_rsqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2169906Z test_nvfuser_correctness_rsqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2170200Z test_nvfuser_correctness_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2170500Z test_nvfuser_correctness_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2170839Z test_nvfuser_correctness_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2171138Z test_nvfuser_correctness_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2171426Z test_nvfuser_correctness_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2171723Z test_nvfuser_correctness_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2172002Z test_nvfuser_correctness_rsub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2172292Z test_nvfuser_correctness_rsub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2172583Z test_nvfuser_correctness_rsub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2172914Z test_nvfuser_correctness_rsub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2173205Z test_nvfuser_correctness_rsub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2173514Z test_nvfuser_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2173817Z test_nvfuser_correctness_scalar_tensor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2174132Z test_nvfuser_correctness_scalar_tensor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2174451Z test_nvfuser_correctness_scalar_tensor_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2174761Z test_nvfuser_correctness_scalar_tensor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2175065Z test_nvfuser_correctness_scalar_tensor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2175374Z test_nvfuser_correctness_scalar_tensor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2175681Z test_nvfuser_correctness_scalar_tensor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2175983Z test_nvfuser_correctness_scalar_tensor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2176283Z test_nvfuser_correctness_scalar_tensor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2176580Z test_nvfuser_correctness_scalar_tensor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2176879Z test_nvfuser_correctness_scalar_tensor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2177222Z test_nvfuser_correctness_scalar_tensor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2177532Z test_nvfuser_correctness_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2177832Z test_nvfuser_correctness_scatter_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2178148Z test_nvfuser_correctness_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2178459Z test_nvfuser_correctness_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2178766Z test_nvfuser_correctness_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2179071Z test_nvfuser_correctness_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2179437Z test_nvfuser_correctness_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2179738Z test_nvfuser_correctness_scatter_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2180044Z test_nvfuser_correctness_scatter_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2180344Z test_nvfuser_correctness_scatter_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2180649Z test_nvfuser_correctness_scatter_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2180957Z test_nvfuser_correctness_scatter_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2181256Z test_nvfuser_correctness_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2181550Z test_nvfuser_correctness_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2181853Z test_nvfuser_correctness_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2182159Z test_nvfuser_correctness_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2182459Z test_nvfuser_correctness_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2182764Z test_nvfuser_correctness_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2183065Z test_nvfuser_correctness_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2183385Z test_nvfuser_correctness_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2183794Z test_nvfuser_correctness_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2184098Z test_nvfuser_correctness_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2185546Z test_nvfuser_correctness_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2185860Z test_nvfuser_correctness_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2186177Z 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) 2023-01-11T23:08:16.2186491Z 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) 2023-01-11T23:08:16.2186800Z 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) 2023-01-11T23:08:16.2187180Z 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) 2023-01-11T23:08:16.2187523Z 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) 2023-01-11T23:08:16.2187833Z 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) 2023-01-11T23:08:16.2188145Z 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) 2023-01-11T23:08:16.2188459Z 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) 2023-01-11T23:08:16.2188770Z 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) 2023-01-11T23:08:16.2189090Z 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) 2023-01-11T23:08:16.2189402Z 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) 2023-01-11T23:08:16.2189716Z 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) 2023-01-11T23:08:16.2190025Z 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) 2023-01-11T23:08:16.2190335Z 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) 2023-01-11T23:08:16.2190651Z 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) 2023-01-11T23:08:16.2190955Z 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) 2023-01-11T23:08:16.2191261Z 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) 2023-01-11T23:08:16.2191573Z 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) 2023-01-11T23:08:16.2191890Z 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) 2023-01-11T23:08:16.2192291Z 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) 2023-01-11T23:08:16.2192605Z 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) 2023-01-11T23:08:16.2192913Z 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) 2023-01-11T23:08:16.2193223Z 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) 2023-01-11T23:08:16.2193578Z 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) 2023-01-11T23:08:16.2193888Z 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) 2023-01-11T23:08:16.2194196Z 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) 2023-01-11T23:08:16.2194506Z 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) 2023-01-11T23:08:16.2194818Z 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) 2023-01-11T23:08:16.2195138Z 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) 2023-01-11T23:08:16.2195448Z 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) 2023-01-11T23:08:16.2195753Z 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) 2023-01-11T23:08:16.2196058Z 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) 2023-01-11T23:08:16.2196366Z 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) 2023-01-11T23:08:16.2196680Z 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) 2023-01-11T23:08:16.2196990Z 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) 2023-01-11T23:08:16.2197298Z 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) 2023-01-11T23:08:16.2197610Z 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) 2023-01-11T23:08:16.2197918Z 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) 2023-01-11T23:08:16.2198235Z 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) 2023-01-11T23:08:16.2198594Z 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) 2023-01-11T23:08:16.2198906Z 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) 2023-01-11T23:08:16.2199213Z 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) 2023-01-11T23:08:16.2199520Z 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) 2023-01-11T23:08:16.2199865Z 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) 2023-01-11T23:08:16.2200176Z 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) 2023-01-11T23:08:16.2200486Z 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) 2023-01-11T23:08:16.2200798Z test_nvfuser_correctness_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2201104Z test_nvfuser_correctness_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2201413Z test_nvfuser_correctness_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2201720Z test_nvfuser_correctness_searchsorted_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2202026Z test_nvfuser_correctness_searchsorted_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2202332Z test_nvfuser_correctness_searchsorted_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2202636Z test_nvfuser_correctness_searchsorted_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2202941Z test_nvfuser_correctness_searchsorted_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2203268Z 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) 2023-01-11T23:08:16.2203581Z 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) 2023-01-11T23:08:16.2203895Z 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) 2023-01-11T23:08:16.2204209Z 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) 2023-01-11T23:08:16.2204529Z 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) 2023-01-11T23:08:16.2204892Z 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) 2023-01-11T23:08:16.2205208Z 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) 2023-01-11T23:08:16.2205525Z 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) 2023-01-11T23:08:16.2205826Z test_nvfuser_correctness_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2206123Z test_nvfuser_correctness_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2206464Z test_nvfuser_correctness_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2206774Z test_nvfuser_correctness_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2207077Z test_nvfuser_correctness_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2207377Z test_nvfuser_correctness_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2207673Z test_nvfuser_correctness_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2207968Z test_nvfuser_correctness_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2208262Z test_nvfuser_correctness_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2208552Z test_nvfuser_correctness_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2208840Z test_nvfuser_correctness_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2209131Z test_nvfuser_correctness_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2209425Z test_nvfuser_correctness_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2209739Z test_nvfuser_correctness_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2210045Z test_nvfuser_correctness_select_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2210353Z test_nvfuser_correctness_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2210660Z test_nvfuser_correctness_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2210966Z test_nvfuser_correctness_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2211310Z test_nvfuser_correctness_select_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2211618Z test_nvfuser_correctness_select_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2211923Z test_nvfuser_correctness_select_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2212230Z test_nvfuser_correctness_select_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2212538Z test_nvfuser_correctness_select_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2212883Z test_nvfuser_correctness_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2213175Z test_nvfuser_correctness_sgn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2213475Z test_nvfuser_correctness_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2213775Z test_nvfuser_correctness_sgn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2214071Z test_nvfuser_correctness_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2214368Z test_nvfuser_correctness_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2214659Z test_nvfuser_correctness_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2214948Z test_nvfuser_correctness_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2215233Z test_nvfuser_correctness_sgn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2215525Z test_nvfuser_correctness_sgn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2215818Z test_nvfuser_correctness_sgn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2216108Z test_nvfuser_correctness_sgn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2216401Z test_nvfuser_correctness_sgn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2216699Z test_nvfuser_correctness_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2216992Z test_nvfuser_correctness_short_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2217292Z test_nvfuser_correctness_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2217593Z test_nvfuser_correctness_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2217927Z test_nvfuser_correctness_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2218222Z test_nvfuser_correctness_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2218512Z test_nvfuser_correctness_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2218803Z test_nvfuser_correctness_short_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2219129Z test_nvfuser_correctness_short_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2219419Z test_nvfuser_correctness_short_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2219708Z test_nvfuser_correctness_short_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2219997Z test_nvfuser_correctness_short_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2220298Z test_nvfuser_correctness_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2220596Z test_nvfuser_correctness_sigmoid_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2220899Z test_nvfuser_correctness_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2221207Z test_nvfuser_correctness_sigmoid_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2221513Z test_nvfuser_correctness_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2221812Z test_nvfuser_correctness_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2222108Z test_nvfuser_correctness_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2222406Z test_nvfuser_correctness_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2222703Z test_nvfuser_correctness_sigmoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2222997Z test_nvfuser_correctness_sigmoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2223288Z test_nvfuser_correctness_sigmoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2223581Z test_nvfuser_correctness_sigmoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2223996Z test_nvfuser_correctness_sigmoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2224344Z test_nvfuser_correctness_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2224636Z test_nvfuser_correctness_sign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2224928Z test_nvfuser_correctness_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2225217Z test_nvfuser_correctness_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2225505Z test_nvfuser_correctness_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2225838Z test_nvfuser_correctness_sign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2226129Z test_nvfuser_correctness_sign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2226418Z test_nvfuser_correctness_sign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2226712Z test_nvfuser_correctness_sign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2227001Z test_nvfuser_correctness_sign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2227325Z test_nvfuser_correctness_signal_windows_bartlett_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2227647Z test_nvfuser_correctness_signal_windows_bartlett_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2227965Z test_nvfuser_correctness_signal_windows_blackman_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2228283Z test_nvfuser_correctness_signal_windows_blackman_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2228600Z test_nvfuser_correctness_signal_windows_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2228918Z test_nvfuser_correctness_signal_windows_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2229246Z test_nvfuser_correctness_signal_windows_exponential_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2229570Z test_nvfuser_correctness_signal_windows_exponential_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2229887Z test_nvfuser_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2230204Z test_nvfuser_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2230531Z test_nvfuser_correctness_signal_windows_general_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2230901Z test_nvfuser_correctness_signal_windows_general_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2231233Z test_nvfuser_correctness_signal_windows_general_hamming_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2231561Z test_nvfuser_correctness_signal_windows_general_hamming_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2231875Z test_nvfuser_correctness_signal_windows_hamming_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2232223Z test_nvfuser_correctness_signal_windows_hamming_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2232538Z test_nvfuser_correctness_signal_windows_hann_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2232847Z test_nvfuser_correctness_signal_windows_hann_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2233160Z test_nvfuser_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2233474Z test_nvfuser_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2233790Z test_nvfuser_correctness_signal_windows_nuttall_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2234104Z test_nvfuser_correctness_signal_windows_nuttall_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2234401Z test_nvfuser_correctness_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2234696Z test_nvfuser_correctness_signbit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2234993Z test_nvfuser_correctness_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2235291Z test_nvfuser_correctness_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2235590Z test_nvfuser_correctness_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2235883Z test_nvfuser_correctness_signbit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2236177Z test_nvfuser_correctness_signbit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2236469Z test_nvfuser_correctness_signbit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2236761Z test_nvfuser_correctness_signbit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2237053Z test_nvfuser_correctness_signbit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2237387Z test_nvfuser_correctness_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2237677Z test_nvfuser_correctness_sin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2237974Z test_nvfuser_correctness_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2238269Z test_nvfuser_correctness_sin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2238605Z test_nvfuser_correctness_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2238899Z test_nvfuser_correctness_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2239187Z test_nvfuser_correctness_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2239473Z test_nvfuser_correctness_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2239761Z test_nvfuser_correctness_sin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2240053Z test_nvfuser_correctness_sin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2240342Z test_nvfuser_correctness_sin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2240631Z test_nvfuser_correctness_sin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2240918Z test_nvfuser_correctness_sin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2241213Z test_nvfuser_correctness_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2241509Z test_nvfuser_correctness_sinc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2241811Z test_nvfuser_correctness_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2242109Z test_nvfuser_correctness_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2242400Z test_nvfuser_correctness_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2242690Z test_nvfuser_correctness_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2242980Z test_nvfuser_correctness_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2243270Z test_nvfuser_correctness_sinc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2243595Z test_nvfuser_correctness_sinc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2243883Z test_nvfuser_correctness_sinc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2244173Z test_nvfuser_correctness_sinc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2244464Z test_nvfuser_correctness_sinc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2244761Z test_nvfuser_correctness_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2245089Z test_nvfuser_correctness_sinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2245389Z test_nvfuser_correctness_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2245685Z test_nvfuser_correctness_sinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2245982Z test_nvfuser_correctness_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2246272Z test_nvfuser_correctness_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2246561Z test_nvfuser_correctness_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2246854Z test_nvfuser_correctness_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2247141Z test_nvfuser_correctness_sinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2247428Z test_nvfuser_correctness_sinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2247717Z test_nvfuser_correctness_sinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2248008Z test_nvfuser_correctness_sinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2248300Z test_nvfuser_correctness_sinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2248600Z test_nvfuser_correctness_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2248894Z test_nvfuser_correctness_slice_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2249195Z test_nvfuser_correctness_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2249498Z test_nvfuser_correctness_slice_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2249803Z test_nvfuser_correctness_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2250138Z test_nvfuser_correctness_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2250435Z test_nvfuser_correctness_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2250731Z test_nvfuser_correctness_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2251019Z test_nvfuser_correctness_slice_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2251345Z test_nvfuser_correctness_slice_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2251634Z test_nvfuser_correctness_slice_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2251925Z test_nvfuser_correctness_slice_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2252221Z test_nvfuser_correctness_slice_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2252531Z test_nvfuser_correctness_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2252837Z test_nvfuser_correctness_slice_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2253147Z test_nvfuser_correctness_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2253456Z test_nvfuser_correctness_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2253764Z test_nvfuser_correctness_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2254066Z test_nvfuser_correctness_slice_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2254366Z test_nvfuser_correctness_slice_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.2254671Z test_nvfuser_correctness_slice_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2254975Z test_nvfuser_correctness_slice_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2255279Z test_nvfuser_correctness_slice_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2255581Z test_nvfuser_correctness_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2255880Z test_nvfuser_correctness_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2256182Z test_nvfuser_correctness_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2256520Z test_nvfuser_correctness_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2256838Z 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) 2023-01-11T23:08:16.2257145Z 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) 2023-01-11T23:08:16.2257455Z 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) 2023-01-11T23:08:16.2257806Z 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) 2023-01-11T23:08:16.2258123Z 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) 2023-01-11T23:08:16.2258436Z 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) 2023-01-11T23:08:16.2258749Z 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) 2023-01-11T23:08:16.2259058Z 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) 2023-01-11T23:08:16.2259368Z 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) 2023-01-11T23:08:16.2259680Z 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) 2023-01-11T23:08:16.2259987Z 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) 2023-01-11T23:08:16.2260295Z 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) 2023-01-11T23:08:16.2260594Z test_nvfuser_correctness_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2260886Z test_nvfuser_correctness_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2261179Z test_nvfuser_correctness_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2261471Z test_nvfuser_correctness_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2261762Z test_nvfuser_correctness_sort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2262055Z test_nvfuser_correctness_sort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2262348Z test_nvfuser_correctness_sort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2262639Z test_nvfuser_correctness_sort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2262983Z test_nvfuser_correctness_sort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2263311Z 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) 2023-01-11T23:08:16.2263636Z 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) 2023-01-11T23:08:16.2264085Z 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) 2023-01-11T23:08:16.2264461Z 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) 2023-01-11T23:08:16.2264772Z 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) 2023-01-11T23:08:16.2265082Z 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) 2023-01-11T23:08:16.2265389Z 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) 2023-01-11T23:08:16.2265695Z 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) 2023-01-11T23:08:16.2266002Z 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) 2023-01-11T23:08:16.2266306Z 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) 2023-01-11T23:08:16.2266609Z 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) 2023-01-11T23:08:16.2266913Z 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) 2023-01-11T23:08:16.2267224Z 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) 2023-01-11T23:08:16.2267535Z 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) 2023-01-11T23:08:16.2267850Z 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) 2023-01-11T23:08:16.2268157Z 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) 2023-01-11T23:08:16.2268469Z 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) 2023-01-11T23:08:16.2268776Z 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) 2023-01-11T23:08:16.2269083Z 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) 2023-01-11T23:08:16.2269392Z 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) 2023-01-11T23:08:16.2269745Z 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) 2023-01-11T23:08:16.2270059Z 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) 2023-01-11T23:08:16.2270370Z 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) 2023-01-11T23:08:16.2270674Z 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) 2023-01-11T23:08:16.2271021Z 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) 2023-01-11T23:08:16.2271329Z 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) 2023-01-11T23:08:16.2271637Z 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) 2023-01-11T23:08:16.2271944Z 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) 2023-01-11T23:08:16.2272249Z 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) 2023-01-11T23:08:16.2272564Z 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) 2023-01-11T23:08:16.2272876Z 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) 2023-01-11T23:08:16.2273185Z 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) 2023-01-11T23:08:16.2273490Z 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) 2023-01-11T23:08:16.2273790Z 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) 2023-01-11T23:08:16.2274098Z 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) 2023-01-11T23:08:16.2274404Z 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) 2023-01-11T23:08:16.2274710Z 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) 2023-01-11T23:08:16.2275022Z 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) 2023-01-11T23:08:16.2275329Z 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) 2023-01-11T23:08:16.2275635Z 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) 2023-01-11T23:08:16.2275982Z 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) 2023-01-11T23:08:16.2276290Z 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) 2023-01-11T23:08:16.2276596Z 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) 2023-01-11T23:08:16.2276902Z 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) 2023-01-11T23:08:16.2277212Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2277490Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2277766Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2278039Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2278312Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2278580Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2278851Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2279121Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2279394Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2279665Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2279936Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2280206Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2280477Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2280746Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2281015Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2281285Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2281553Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2281818Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2282087Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2282357Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2282623Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2282931Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2283199Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2283468Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2283736Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2284007Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2284315Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2284585Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2284853Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2285119Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2285386Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2285651Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2285964Z test_nvfuser_correctness_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2286275Z test_nvfuser_correctness_special_entr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2286585Z test_nvfuser_correctness_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2286893Z test_nvfuser_correctness_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2287200Z test_nvfuser_correctness_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2287504Z test_nvfuser_correctness_special_entr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2287807Z test_nvfuser_correctness_special_entr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2288108Z test_nvfuser_correctness_special_entr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2288414Z test_nvfuser_correctness_special_entr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2288718Z test_nvfuser_correctness_special_entr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2289026Z test_nvfuser_correctness_special_erfcx_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2289372Z test_nvfuser_correctness_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2289680Z test_nvfuser_correctness_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2289981Z test_nvfuser_correctness_special_erfcx_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2290286Z test_nvfuser_correctness_special_erfcx_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2290586Z test_nvfuser_correctness_special_erfcx_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2290927Z test_nvfuser_correctness_special_erfcx_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2291234Z test_nvfuser_correctness_special_erfcx_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2291506Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2291775Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2292045Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2292316Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2292583Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2292848Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2293113Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2293380Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2293648Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2293920Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2294195Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2294463Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2294729Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2294995Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2295262Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2295519Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2295828Z test_nvfuser_correctness_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2296170Z test_nvfuser_correctness_special_i0e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2296478Z test_nvfuser_correctness_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2296784Z test_nvfuser_correctness_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2297089Z test_nvfuser_correctness_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2297390Z test_nvfuser_correctness_special_i0e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2297731Z test_nvfuser_correctness_special_i0e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2298035Z test_nvfuser_correctness_special_i0e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2298337Z test_nvfuser_correctness_special_i0e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2298638Z test_nvfuser_correctness_special_i0e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2298938Z test_nvfuser_correctness_special_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2299244Z test_nvfuser_correctness_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2299548Z test_nvfuser_correctness_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2299848Z test_nvfuser_correctness_special_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2300146Z test_nvfuser_correctness_special_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2300444Z test_nvfuser_correctness_special_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2300747Z test_nvfuser_correctness_special_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2301047Z test_nvfuser_correctness_special_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2301351Z test_nvfuser_correctness_special_i1e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2301653Z test_nvfuser_correctness_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2301959Z test_nvfuser_correctness_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2302261Z test_nvfuser_correctness_special_i1e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2302605Z test_nvfuser_correctness_special_i1e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2302906Z test_nvfuser_correctness_special_i1e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2303204Z test_nvfuser_correctness_special_i1e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2303504Z test_nvfuser_correctness_special_i1e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2303819Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2304164Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2304442Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2304712Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2304980Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2305246Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2305514Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2305786Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2306061Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2306332Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2306605Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2306873Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2307139Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2307409Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2307676Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2307949Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2308259Z 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) 2023-01-11T23:08:16.2308572Z 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) 2023-01-11T23:08:16.2308885Z 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) 2023-01-11T23:08:16.2309196Z 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) 2023-01-11T23:08:16.2309627Z 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) 2023-01-11T23:08:16.2309934Z 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) 2023-01-11T23:08:16.2310244Z 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) 2023-01-11T23:08:16.2310549Z 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) 2023-01-11T23:08:16.2310928Z 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) 2023-01-11T23:08:16.2311258Z 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) 2023-01-11T23:08:16.2311583Z 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) 2023-01-11T23:08:16.2311905Z 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) 2023-01-11T23:08:16.2312226Z 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) 2023-01-11T23:08:16.2312549Z 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) 2023-01-11T23:08:16.2312870Z 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) 2023-01-11T23:08:16.2313193Z 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) 2023-01-11T23:08:16.2313512Z 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) 2023-01-11T23:08:16.2313837Z 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) 2023-01-11T23:08:16.2314162Z 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) 2023-01-11T23:08:16.2314483Z 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) 2023-01-11T23:08:16.2314802Z 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) 2023-01-11T23:08:16.2315123Z 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) 2023-01-11T23:08:16.2315440Z 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) 2023-01-11T23:08:16.2315763Z 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) 2023-01-11T23:08:16.2316122Z 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) 2023-01-11T23:08:16.2316449Z 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) 2023-01-11T23:08:16.2316774Z 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) 2023-01-11T23:08:16.2317091Z 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) 2023-01-11T23:08:16.2317448Z 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) 2023-01-11T23:08:16.2317771Z 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) 2023-01-11T23:08:16.2318089Z 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) 2023-01-11T23:08:16.2318408Z 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) 2023-01-11T23:08:16.2318725Z 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) 2023-01-11T23:08:16.2319053Z 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) 2023-01-11T23:08:16.2319377Z 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) 2023-01-11T23:08:16.2319692Z 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) 2023-01-11T23:08:16.2320009Z 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) 2023-01-11T23:08:16.2320328Z 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) 2023-01-11T23:08:16.2320646Z 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) 2023-01-11T23:08:16.2320972Z 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) 2023-01-11T23:08:16.2321283Z test_nvfuser_correctness_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2321591Z test_nvfuser_correctness_special_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2373404Z test_nvfuser_correctness_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2373881Z test_nvfuser_correctness_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2374519Z test_nvfuser_correctness_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2374834Z test_nvfuser_correctness_special_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2375142Z test_nvfuser_correctness_special_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2375444Z test_nvfuser_correctness_special_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2375803Z test_nvfuser_correctness_special_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2376113Z test_nvfuser_correctness_special_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2376418Z test_nvfuser_correctness_special_ndtri_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2376728Z test_nvfuser_correctness_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2377038Z test_nvfuser_correctness_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2377346Z test_nvfuser_correctness_special_ndtri_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2377656Z test_nvfuser_correctness_special_ndtri_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2377957Z test_nvfuser_correctness_special_ndtri_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2378263Z test_nvfuser_correctness_special_ndtri_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2378569Z test_nvfuser_correctness_special_ndtri_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2378915Z 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) 2023-01-11T23:08:16.2379263Z 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) 2023-01-11T23:08:16.2379605Z 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) 2023-01-11T23:08:16.2379951Z 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) 2023-01-11T23:08:16.2380292Z 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) 2023-01-11T23:08:16.2380636Z 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) 2023-01-11T23:08:16.2381015Z 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) 2023-01-11T23:08:16.2381355Z 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) 2023-01-11T23:08:16.2381702Z 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) 2023-01-11T23:08:16.2382031Z 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) 2023-01-11T23:08:16.2382411Z 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) 2023-01-11T23:08:16.2382748Z 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) 2023-01-11T23:08:16.2383081Z 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) 2023-01-11T23:08:16.2383414Z 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) 2023-01-11T23:08:16.2383828Z 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) 2023-01-11T23:08:16.2384166Z 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) 2023-01-11T23:08:16.2384495Z 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) 2023-01-11T23:08:16.2384826Z 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) 2023-01-11T23:08:16.2385160Z 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) 2023-01-11T23:08:16.2385502Z 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) 2023-01-11T23:08:16.2385833Z 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) 2023-01-11T23:08:16.2386162Z 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) 2023-01-11T23:08:16.2386494Z 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) 2023-01-11T23:08:16.2386827Z 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) 2023-01-11T23:08:16.2387160Z 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) 2023-01-11T23:08:16.2387501Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2387797Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2388089Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2388371Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2388687Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2388968Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2389253Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2389535Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2389817Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2390100Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2390387Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2390673Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2390955Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2391236Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2391517Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2391799Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2392078Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2392365Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2392652Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2392928Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2393208Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2393485Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2393764Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2394046Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2394380Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2394664Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2394946Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2395227Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2395500Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2395813Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2396091Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2396370Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2396696Z 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) 2023-01-11T23:08:16.2397025Z 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) 2023-01-11T23:08:16.2397356Z 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) 2023-01-11T23:08:16.2397685Z 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) 2023-01-11T23:08:16.2398008Z 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) 2023-01-11T23:08:16.2398328Z 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) 2023-01-11T23:08:16.2398649Z 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) 2023-01-11T23:08:16.2398977Z 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) 2023-01-11T23:08:16.2399293Z test_nvfuser_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2399600Z test_nvfuser_correctness_special_xlog1py_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2399913Z test_nvfuser_correctness_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2400223Z test_nvfuser_correctness_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2400533Z test_nvfuser_correctness_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2400880Z test_nvfuser_correctness_special_xlog1py_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2401191Z test_nvfuser_correctness_special_xlog1py_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2401499Z test_nvfuser_correctness_special_xlog1py_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2401808Z test_nvfuser_correctness_special_xlog1py_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2402172Z test_nvfuser_correctness_special_xlog1py_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2402480Z test_nvfuser_correctness_special_zeta_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2402786Z test_nvfuser_correctness_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2403097Z test_nvfuser_correctness_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2403405Z test_nvfuser_correctness_special_zeta_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2403707Z test_nvfuser_correctness_special_zeta_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2404008Z test_nvfuser_correctness_special_zeta_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2404314Z test_nvfuser_correctness_special_zeta_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2404620Z test_nvfuser_correctness_special_zeta_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2404916Z test_nvfuser_correctness_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2405210Z test_nvfuser_correctness_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2405518Z test_nvfuser_correctness_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2405820Z test_nvfuser_correctness_split_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2406118Z test_nvfuser_correctness_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2406420Z test_nvfuser_correctness_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2406718Z test_nvfuser_correctness_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2407021Z test_nvfuser_correctness_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2407357Z test_nvfuser_correctness_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2407656Z test_nvfuser_correctness_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2407952Z test_nvfuser_correctness_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2408246Z test_nvfuser_correctness_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2408530Z test_nvfuser_correctness_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2408882Z test_nvfuser_correctness_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.2409191Z 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) 2023-01-11T23:08:16.2409508Z 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) 2023-01-11T23:08:16.2409822Z 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) 2023-01-11T23:08:16.2410130Z 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) 2023-01-11T23:08:16.2410444Z 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) 2023-01-11T23:08:16.2410756Z 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) 2023-01-11T23:08:16.2411060Z 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) 2023-01-11T23:08:16.2411367Z 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) 2023-01-11T23:08:16.2411670Z 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) 2023-01-11T23:08:16.2411976Z 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) 2023-01-11T23:08:16.2412285Z 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) 2023-01-11T23:08:16.2412600Z 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) 2023-01-11T23:08:16.2412907Z 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) 2023-01-11T23:08:16.2413224Z 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) 2023-01-11T23:08:16.2413545Z 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) 2023-01-11T23:08:16.2413921Z 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) 2023-01-11T23:08:16.2414237Z 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) 2023-01-11T23:08:16.2414546Z 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) 2023-01-11T23:08:16.2414858Z 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) 2023-01-11T23:08:16.2415204Z 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) 2023-01-11T23:08:16.2415513Z 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) 2023-01-11T23:08:16.2415820Z 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) 2023-01-11T23:08:16.2416127Z 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) 2023-01-11T23:08:16.2416432Z 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) 2023-01-11T23:08:16.2416733Z test_nvfuser_correctness_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2417034Z test_nvfuser_correctness_sqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2417334Z test_nvfuser_correctness_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2417636Z test_nvfuser_correctness_sqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2417937Z test_nvfuser_correctness_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2418231Z test_nvfuser_correctness_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2418528Z test_nvfuser_correctness_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2418826Z test_nvfuser_correctness_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2419115Z test_nvfuser_correctness_sqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2419410Z test_nvfuser_correctness_sqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2419703Z test_nvfuser_correctness_sqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2419995Z test_nvfuser_correctness_sqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2420331Z test_nvfuser_correctness_sqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2420661Z test_nvfuser_correctness_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2420998Z test_nvfuser_correctness_square_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2421302Z test_nvfuser_correctness_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2421607Z test_nvfuser_correctness_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2421960Z test_nvfuser_correctness_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2422262Z test_nvfuser_correctness_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2422559Z test_nvfuser_correctness_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2422854Z test_nvfuser_correctness_square_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2423150Z test_nvfuser_correctness_square_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2423450Z test_nvfuser_correctness_square_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2423800Z test_nvfuser_correctness_square_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2424094Z test_nvfuser_correctness_square_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2424397Z test_nvfuser_correctness_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2424691Z test_nvfuser_correctness_squeeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2425002Z test_nvfuser_correctness_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2425308Z test_nvfuser_correctness_squeeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2425611Z test_nvfuser_correctness_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2425911Z test_nvfuser_correctness_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2426207Z test_nvfuser_correctness_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2426502Z test_nvfuser_correctness_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2426806Z test_nvfuser_correctness_squeeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2427158Z test_nvfuser_correctness_squeeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2427461Z test_nvfuser_correctness_squeeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2427758Z test_nvfuser_correctness_squeeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2428059Z test_nvfuser_correctness_squeeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2428401Z test_nvfuser_correctness_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2428699Z test_nvfuser_correctness_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2429003Z test_nvfuser_correctness_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2429304Z test_nvfuser_correctness_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2429610Z test_nvfuser_correctness_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2429911Z test_nvfuser_correctness_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2430211Z test_nvfuser_correctness_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2430512Z test_nvfuser_correctness_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2430805Z test_nvfuser_correctness_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2431097Z test_nvfuser_correctness_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2431387Z test_nvfuser_correctness_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2431685Z test_nvfuser_correctness_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2431982Z test_nvfuser_correctness_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2432276Z test_nvfuser_correctness_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2432574Z test_nvfuser_correctness_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2432872Z test_nvfuser_correctness_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2433166Z test_nvfuser_correctness_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2433502Z test_nvfuser_correctness_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2433798Z test_nvfuser_correctness_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2434102Z test_nvfuser_correctness_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2434406Z test_nvfuser_correctness_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2434713Z test_nvfuser_correctness_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2435101Z test_nvfuser_correctness_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2435396Z test_nvfuser_correctness_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2435692Z test_nvfuser_correctness_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2436028Z test_nvfuser_correctness_std_mean_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2436470Z test_nvfuser_correctness_std_mean_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2436961Z test_nvfuser_correctness_std_mean_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2437524Z test_nvfuser_correctness_std_mean_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2437899Z test_nvfuser_correctness_std_mean_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2438272Z test_nvfuser_correctness_std_mean_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2438644Z test_nvfuser_correctness_std_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2439019Z test_nvfuser_correctness_std_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2439400Z test_nvfuser_correctness_std_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2439774Z test_nvfuser_correctness_std_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2440147Z test_nvfuser_correctness_std_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2440520Z test_nvfuser_correctness_std_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2440892Z test_nvfuser_correctness_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2441348Z test_nvfuser_correctness_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2441711Z test_nvfuser_correctness_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2442073Z test_nvfuser_correctness_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2442428Z test_nvfuser_correctness_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2442840Z test_nvfuser_correctness_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2443209Z test_nvfuser_correctness_sub_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2443574Z test_nvfuser_correctness_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2443930Z test_nvfuser_correctness_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2444285Z test_nvfuser_correctness_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2444646Z test_nvfuser_correctness_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2444999Z test_nvfuser_correctness_sub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2445351Z test_nvfuser_correctness_sub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2445711Z test_nvfuser_correctness_sub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2446059Z test_nvfuser_correctness_sub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2446426Z test_nvfuser_correctness_sub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2446785Z test_nvfuser_correctness_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2447144Z test_nvfuser_correctness_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2447506Z test_nvfuser_correctness_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2447870Z test_nvfuser_correctness_sum_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2448233Z test_nvfuser_correctness_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2448585Z test_nvfuser_correctness_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2448949Z test_nvfuser_correctness_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2449349Z test_nvfuser_correctness_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2449703Z test_nvfuser_correctness_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2450058Z test_nvfuser_correctness_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2450421Z test_nvfuser_correctness_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2450816Z test_nvfuser_correctness_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2451177Z test_nvfuser_correctness_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2451544Z 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) 2023-01-11T23:08:16.2451916Z 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) 2023-01-11T23:08:16.2452283Z 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) 2023-01-11T23:08:16.2452664Z 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) 2023-01-11T23:08:16.2453034Z 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) 2023-01-11T23:08:16.2453406Z 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) 2023-01-11T23:08:16.2453772Z 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) 2023-01-11T23:08:16.2454140Z 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) 2023-01-11T23:08:16.2454500Z 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) 2023-01-11T23:08:16.2454862Z 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) 2023-01-11T23:08:16.2455234Z 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) 2023-01-11T23:08:16.2455593Z 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) 2023-01-11T23:08:16.2455958Z test_nvfuser_correctness_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2456316Z test_nvfuser_correctness_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2456617Z test_nvfuser_correctness_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2456948Z test_nvfuser_correctness_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2457214Z test_nvfuser_correctness_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2457481Z test_nvfuser_correctness_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:08:16.2457788Z test_nvfuser_correctness_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2458095Z test_nvfuser_correctness_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2458440Z test_nvfuser_correctness_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2458742Z test_nvfuser_correctness_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2459036Z test_nvfuser_correctness_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2459324Z test_nvfuser_correctness_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2459624Z test_nvfuser_correctness_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2459925Z test_nvfuser_correctness_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2460223Z test_nvfuser_correctness_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2460513Z test_nvfuser_correctness_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2460802Z test_nvfuser_correctness_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2461090Z test_nvfuser_correctness_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2461380Z test_nvfuser_correctness_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2461669Z test_nvfuser_correctness_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2461961Z test_nvfuser_correctness_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2462248Z test_nvfuser_correctness_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2462557Z 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) 2023-01-11T23:08:16.2462864Z 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) 2023-01-11T23:08:16.2463183Z 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) 2023-01-11T23:08:16.2463537Z 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) 2023-01-11T23:08:16.2464037Z 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) 2023-01-11T23:08:16.2464340Z 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) 2023-01-11T23:08:16.2464679Z 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) 2023-01-11T23:08:16.2465138Z 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) 2023-01-11T23:08:16.2465517Z 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) 2023-01-11T23:08:16.2465881Z 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) 2023-01-11T23:08:16.2466252Z 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) 2023-01-11T23:08:16.2466624Z 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) 2023-01-11T23:08:16.2466989Z test_nvfuser_correctness_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2467346Z test_nvfuser_correctness_take_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2467721Z test_nvfuser_correctness_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2468086Z test_nvfuser_correctness_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2468450Z test_nvfuser_correctness_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2468807Z test_nvfuser_correctness_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2469175Z test_nvfuser_correctness_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2469530Z test_nvfuser_correctness_take_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2469889Z test_nvfuser_correctness_take_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2470237Z test_nvfuser_correctness_take_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2470598Z test_nvfuser_correctness_take_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2470952Z test_nvfuser_correctness_take_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2471374Z test_nvfuser_correctness_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2471728Z test_nvfuser_correctness_tan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2472098Z test_nvfuser_correctness_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2472460Z test_nvfuser_correctness_tan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2472830Z test_nvfuser_correctness_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2473243Z test_nvfuser_correctness_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2473599Z test_nvfuser_correctness_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2473950Z test_nvfuser_correctness_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2474301Z test_nvfuser_correctness_tan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2474650Z test_nvfuser_correctness_tan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2475008Z test_nvfuser_correctness_tan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2475359Z test_nvfuser_correctness_tan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2475716Z test_nvfuser_correctness_tan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2476081Z test_nvfuser_correctness_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2476416Z test_nvfuser_correctness_tanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2476714Z test_nvfuser_correctness_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2477018Z test_nvfuser_correctness_tanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2477321Z test_nvfuser_correctness_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2477622Z test_nvfuser_correctness_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2477918Z test_nvfuser_correctness_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2478210Z test_nvfuser_correctness_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2478507Z test_nvfuser_correctness_tanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2478836Z test_nvfuser_correctness_tanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2479129Z test_nvfuser_correctness_tanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2479423Z test_nvfuser_correctness_tanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2479720Z test_nvfuser_correctness_tanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2480028Z test_nvfuser_correctness_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2480372Z test_nvfuser_correctness_tensor_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2480687Z test_nvfuser_correctness_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2481000Z test_nvfuser_correctness_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2481309Z test_nvfuser_correctness_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2481616Z test_nvfuser_correctness_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2481927Z test_nvfuser_correctness_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2482229Z test_nvfuser_correctness_tensor_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2482532Z test_nvfuser_correctness_tensor_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2482832Z test_nvfuser_correctness_tensor_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2483137Z test_nvfuser_correctness_tensor_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2483446Z test_nvfuser_correctness_tensor_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2483750Z test_nvfuser_correctness_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2484060Z test_nvfuser_correctness_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2484366Z test_nvfuser_correctness_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2484669Z test_nvfuser_correctness_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2484970Z test_nvfuser_correctness_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2485318Z test_nvfuser_correctness_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2485618Z test_nvfuser_correctness_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2485909Z test_nvfuser_correctness_tile_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2486212Z test_nvfuser_correctness_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2486509Z test_nvfuser_correctness_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2486843Z test_nvfuser_correctness_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2487145Z test_nvfuser_correctness_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2487439Z test_nvfuser_correctness_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2487730Z test_nvfuser_correctness_tile_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2488023Z test_nvfuser_correctness_tile_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2488313Z test_nvfuser_correctness_tile_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2488607Z test_nvfuser_correctness_tile_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2488905Z test_nvfuser_correctness_tile_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2489200Z test_nvfuser_correctness_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2489488Z test_nvfuser_correctness_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2489787Z test_nvfuser_correctness_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2490092Z test_nvfuser_correctness_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2490387Z test_nvfuser_correctness_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2490679Z test_nvfuser_correctness_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2490962Z test_nvfuser_correctness_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2491251Z test_nvfuser_correctness_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2491547Z test_nvfuser_correctness_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2491911Z test_nvfuser_correctness_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2492205Z test_nvfuser_correctness_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2492495Z test_nvfuser_correctness_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2492800Z test_nvfuser_correctness_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2493141Z test_nvfuser_correctness_to_sparse_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2493454Z test_nvfuser_correctness_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2493763Z test_nvfuser_correctness_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2494068Z test_nvfuser_correctness_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2494370Z test_nvfuser_correctness_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2494671Z test_nvfuser_correctness_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2494974Z test_nvfuser_correctness_to_sparse_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2495279Z test_nvfuser_correctness_to_sparse_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2495579Z test_nvfuser_correctness_to_sparse_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2495877Z test_nvfuser_correctness_to_sparse_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2496175Z test_nvfuser_correctness_to_sparse_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2496477Z test_nvfuser_correctness_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2496775Z test_nvfuser_correctness_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2497071Z test_nvfuser_correctness_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2497368Z test_nvfuser_correctness_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2497659Z test_nvfuser_correctness_topk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2497950Z test_nvfuser_correctness_topk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2498248Z test_nvfuser_correctness_topk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2498578Z test_nvfuser_correctness_topk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2498876Z test_nvfuser_correctness_topk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2499178Z test_nvfuser_correctness_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2499474Z test_nvfuser_correctness_trace_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2499823Z test_nvfuser_correctness_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2500128Z test_nvfuser_correctness_trace_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2500428Z test_nvfuser_correctness_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2500726Z test_nvfuser_correctness_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2501025Z test_nvfuser_correctness_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2501327Z test_nvfuser_correctness_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2501622Z test_nvfuser_correctness_trace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2501919Z test_nvfuser_correctness_trace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2502210Z test_nvfuser_correctness_trace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2502502Z test_nvfuser_correctness_trace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2502794Z test_nvfuser_correctness_trace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2503106Z test_nvfuser_correctness_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2503409Z test_nvfuser_correctness_transpose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2503773Z test_nvfuser_correctness_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2504083Z test_nvfuser_correctness_transpose_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2504390Z test_nvfuser_correctness_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2504698Z test_nvfuser_correctness_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2505049Z test_nvfuser_correctness_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2505354Z test_nvfuser_correctness_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2505653Z test_nvfuser_correctness_transpose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2505951Z test_nvfuser_correctness_transpose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2506302Z test_nvfuser_correctness_transpose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2506642Z test_nvfuser_correctness_transpose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2507004Z test_nvfuser_correctness_transpose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2507378Z test_nvfuser_correctness_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2507752Z test_nvfuser_correctness_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2508130Z test_nvfuser_correctness_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2508502Z test_nvfuser_correctness_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2508874Z test_nvfuser_correctness_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2509237Z test_nvfuser_correctness_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2509598Z test_nvfuser_correctness_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2509962Z test_nvfuser_correctness_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2510324Z test_nvfuser_correctness_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2510698Z test_nvfuser_correctness_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2511063Z test_nvfuser_correctness_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2511425Z test_nvfuser_correctness_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2511793Z test_nvfuser_correctness_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2512161Z test_nvfuser_correctness_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2512571Z test_nvfuser_correctness_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2512933Z test_nvfuser_correctness_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2513299Z test_nvfuser_correctness_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2513653Z test_nvfuser_correctness_trapz_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2514015Z test_nvfuser_correctness_trapz_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2514415Z test_nvfuser_correctness_trapz_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2514769Z test_nvfuser_correctness_trapz_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2515126Z test_nvfuser_correctness_trapz_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2515507Z test_nvfuser_correctness_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2515895Z test_nvfuser_correctness_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2516275Z test_nvfuser_correctness_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2516661Z test_nvfuser_correctness_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2517019Z test_nvfuser_correctness_tril_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2517387Z test_nvfuser_correctness_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2517747Z test_nvfuser_correctness_tril_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2518120Z test_nvfuser_correctness_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2518480Z test_nvfuser_correctness_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2518831Z test_nvfuser_correctness_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2519186Z test_nvfuser_correctness_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2519536Z test_nvfuser_correctness_tril_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.2519894Z test_nvfuser_correctness_tril_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2520245Z test_nvfuser_correctness_tril_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2023-01-11T23:08:16.2520666Z test_nvfuser_correctness_tril_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2521020Z test_nvfuser_correctness_tril_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2521385Z test_nvfuser_correctness_tril_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2521753Z test_nvfuser_correctness_tril_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2522160Z test_nvfuser_correctness_triu_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2522523Z test_nvfuser_correctness_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2522887Z test_nvfuser_correctness_triu_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2523245Z test_nvfuser_correctness_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2523602Z test_nvfuser_correctness_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2523964Z test_nvfuser_correctness_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2524330Z test_nvfuser_correctness_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2524674Z test_nvfuser_correctness_triu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2525021Z test_nvfuser_correctness_triu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2525378Z test_nvfuser_correctness_triu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2525731Z test_nvfuser_correctness_triu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2526094Z test_nvfuser_correctness_triu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2526457Z test_nvfuser_correctness_triu_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2526823Z test_nvfuser_correctness_triu_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2527194Z test_nvfuser_correctness_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2527562Z test_nvfuser_correctness_true_divide_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2527934Z test_nvfuser_correctness_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2528360Z test_nvfuser_correctness_true_divide_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2528736Z test_nvfuser_correctness_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2529114Z test_nvfuser_correctness_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2529480Z test_nvfuser_correctness_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2529903Z test_nvfuser_correctness_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2530271Z test_nvfuser_correctness_true_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2530642Z test_nvfuser_correctness_true_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2531005Z test_nvfuser_correctness_true_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2531366Z test_nvfuser_correctness_true_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2531737Z test_nvfuser_correctness_true_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2532105Z test_nvfuser_correctness_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2532465Z test_nvfuser_correctness_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2532832Z test_nvfuser_correctness_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2533189Z test_nvfuser_correctness_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2533553Z test_nvfuser_correctness_trunc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2533912Z test_nvfuser_correctness_trunc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2534268Z test_nvfuser_correctness_trunc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2534619Z test_nvfuser_correctness_trunc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2534969Z test_nvfuser_correctness_trunc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2535331Z test_nvfuser_correctness_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2535694Z test_nvfuser_correctness_unbind_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2536107Z test_nvfuser_correctness_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2536492Z test_nvfuser_correctness_unbind_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2536794Z test_nvfuser_correctness_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2537094Z test_nvfuser_correctness_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2537396Z test_nvfuser_correctness_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2537734Z test_nvfuser_correctness_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2538030Z test_nvfuser_correctness_unbind_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2538329Z test_nvfuser_correctness_unbind_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2538624Z test_nvfuser_correctness_unbind_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2538913Z test_nvfuser_correctness_unbind_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2539209Z test_nvfuser_correctness_unbind_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2539514Z test_nvfuser_correctness_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2539816Z test_nvfuser_correctness_unflatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2540126Z test_nvfuser_correctness_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2540436Z test_nvfuser_correctness_unflatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2540743Z test_nvfuser_correctness_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2541057Z test_nvfuser_correctness_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2541357Z test_nvfuser_correctness_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2541661Z test_nvfuser_correctness_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2541961Z test_nvfuser_correctness_unflatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2542262Z test_nvfuser_correctness_unflatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2542563Z test_nvfuser_correctness_unflatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2542901Z test_nvfuser_correctness_unflatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2543205Z test_nvfuser_correctness_unflatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2543512Z test_nvfuser_correctness_unfold_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2544001Z test_nvfuser_correctness_unfold_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2544383Z test_nvfuser_correctness_unfold_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2544752Z test_nvfuser_correctness_unfold_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2545124Z test_nvfuser_correctness_unfold_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2545493Z test_nvfuser_correctness_unfold_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2545859Z test_nvfuser_correctness_unfold_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2546228Z test_nvfuser_correctness_unfold_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2546602Z test_nvfuser_correctness_unfold_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2546967Z test_nvfuser_correctness_unfold_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2547336Z test_nvfuser_correctness_unfold_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2547697Z test_nvfuser_correctness_unfold_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2548067Z test_nvfuser_correctness_unfold_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2548432Z test_nvfuser_correctness_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2548797Z test_nvfuser_correctness_unfold_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2549153Z test_nvfuser_correctness_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2549525Z test_nvfuser_correctness_unfold_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2549883Z test_nvfuser_correctness_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2550254Z test_nvfuser_correctness_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2550675Z test_nvfuser_correctness_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2551037Z test_nvfuser_correctness_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2551390Z test_nvfuser_correctness_unfold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2551751Z test_nvfuser_correctness_unfold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2552162Z test_nvfuser_correctness_unfold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2552519Z test_nvfuser_correctness_unfold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2552883Z test_nvfuser_correctness_unfold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2553246Z test_nvfuser_correctness_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2553626Z test_nvfuser_correctness_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2553993Z test_nvfuser_correctness_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2554364Z test_nvfuser_correctness_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2554724Z test_nvfuser_correctness_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2555087Z test_nvfuser_correctness_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2555463Z test_nvfuser_correctness_unique_consecutive_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2555849Z test_nvfuser_correctness_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2556241Z test_nvfuser_correctness_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2556611Z test_nvfuser_correctness_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2556925Z test_nvfuser_correctness_unique_consecutive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2557232Z test_nvfuser_correctness_unique_consecutive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2557543Z test_nvfuser_correctness_unique_consecutive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2557857Z test_nvfuser_correctness_unique_consecutive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2558212Z test_nvfuser_correctness_unique_consecutive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2558511Z test_nvfuser_correctness_unique_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2558809Z test_nvfuser_correctness_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2559108Z test_nvfuser_correctness_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2559447Z test_nvfuser_correctness_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2559743Z test_nvfuser_correctness_unique_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2560039Z test_nvfuser_correctness_unique_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2560335Z test_nvfuser_correctness_unique_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2560631Z test_nvfuser_correctness_unique_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2560925Z test_nvfuser_correctness_unique_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2561237Z test_nvfuser_correctness_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2561542Z test_nvfuser_correctness_unsqueeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2561852Z test_nvfuser_correctness_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2562161Z test_nvfuser_correctness_unsqueeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2562468Z test_nvfuser_correctness_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2562776Z test_nvfuser_correctness_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2563080Z test_nvfuser_correctness_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2563383Z test_nvfuser_correctness_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2563683Z test_nvfuser_correctness_unsqueeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2563976Z test_nvfuser_correctness_unsqueeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2564283Z test_nvfuser_correctness_unsqueeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2564620Z test_nvfuser_correctness_unsqueeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2564922Z test_nvfuser_correctness_unsqueeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2565219Z test_nvfuser_correctness_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2565520Z test_nvfuser_correctness_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2565821Z test_nvfuser_correctness_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2566153Z test_nvfuser_correctness_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2566446Z test_nvfuser_correctness_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2566741Z test_nvfuser_correctness_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2567043Z test_nvfuser_correctness_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2567350Z test_nvfuser_correctness_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2567657Z test_nvfuser_correctness_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2567959Z test_nvfuser_correctness_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2568258Z test_nvfuser_correctness_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2568556Z test_nvfuser_correctness_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2568872Z test_nvfuser_correctness_var_mean_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2569195Z test_nvfuser_correctness_var_mean_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2569517Z test_nvfuser_correctness_var_mean_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2569833Z test_nvfuser_correctness_var_mean_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2570148Z test_nvfuser_correctness_var_mean_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2570460Z test_nvfuser_correctness_var_mean_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2570772Z test_nvfuser_correctness_var_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2571122Z test_nvfuser_correctness_var_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2571439Z test_nvfuser_correctness_var_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2571744Z test_nvfuser_correctness_var_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2572049Z test_nvfuser_correctness_var_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2572403Z test_nvfuser_correctness_var_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2572703Z test_nvfuser_correctness_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2573006Z test_nvfuser_correctness_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2573304Z test_nvfuser_correctness_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2573597Z test_nvfuser_correctness_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2573892Z test_nvfuser_correctness_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2574188Z test_nvfuser_correctness_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2574444Z test_nvfuser_correctness_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:08:16.2574756Z 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) 2023-01-11T23:08:16.2575067Z 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) 2023-01-11T23:08:16.2575368Z test_nvfuser_correctness_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2575661Z test_nvfuser_correctness_view_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2575966Z test_nvfuser_correctness_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2576269Z test_nvfuser_correctness_view_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2576573Z test_nvfuser_correctness_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2576874Z test_nvfuser_correctness_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2577172Z test_nvfuser_correctness_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2577469Z test_nvfuser_correctness_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2577808Z test_nvfuser_correctness_view_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2578098Z test_nvfuser_correctness_view_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2578395Z test_nvfuser_correctness_view_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2578692Z test_nvfuser_correctness_view_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2579099Z test_nvfuser_correctness_view_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2579412Z 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) 2023-01-11T23:08:16.2579723Z 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) 2023-01-11T23:08:16.2580026Z test_nvfuser_correctness_view_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2580322Z test_nvfuser_correctness_view_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2580631Z test_nvfuser_correctness_view_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2580935Z test_nvfuser_correctness_view_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2581233Z test_nvfuser_correctness_view_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2581529Z test_nvfuser_correctness_view_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2581829Z test_nvfuser_correctness_view_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2582127Z test_nvfuser_correctness_view_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2582426Z test_nvfuser_correctness_view_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2582728Z test_nvfuser_correctness_view_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2583023Z test_nvfuser_correctness_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2583317Z test_nvfuser_correctness_view_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2583617Z test_nvfuser_correctness_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2584017Z test_nvfuser_correctness_view_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2584379Z test_nvfuser_correctness_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2584675Z test_nvfuser_correctness_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2584973Z test_nvfuser_correctness_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2585269Z test_nvfuser_correctness_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2585602Z test_nvfuser_correctness_view_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2585896Z test_nvfuser_correctness_view_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2586182Z test_nvfuser_correctness_view_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2586478Z test_nvfuser_correctness_view_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2586771Z test_nvfuser_correctness_view_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2587071Z test_nvfuser_correctness_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2587371Z test_nvfuser_correctness_vsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2587677Z test_nvfuser_correctness_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2587979Z test_nvfuser_correctness_vsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2588288Z test_nvfuser_correctness_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2588586Z test_nvfuser_correctness_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2588890Z test_nvfuser_correctness_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2589191Z test_nvfuser_correctness_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2589487Z test_nvfuser_correctness_vsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2589783Z test_nvfuser_correctness_vsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2590077Z test_nvfuser_correctness_vsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2590378Z test_nvfuser_correctness_vsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2590710Z test_nvfuser_correctness_vsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2591013Z test_nvfuser_correctness_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2591312Z test_nvfuser_correctness_vstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2591619Z test_nvfuser_correctness_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2591922Z test_nvfuser_correctness_vstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2592265Z test_nvfuser_correctness_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2592570Z test_nvfuser_correctness_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2592869Z test_nvfuser_correctness_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2593172Z test_nvfuser_correctness_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2593465Z test_nvfuser_correctness_vstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2593760Z test_nvfuser_correctness_vstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2594058Z test_nvfuser_correctness_vstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2594354Z test_nvfuser_correctness_vstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2594652Z test_nvfuser_correctness_vstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2594949Z test_nvfuser_correctness_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2595246Z test_nvfuser_correctness_where_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2595553Z test_nvfuser_correctness_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2595856Z test_nvfuser_correctness_where_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2596158Z test_nvfuser_correctness_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2596454Z test_nvfuser_correctness_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2596757Z test_nvfuser_correctness_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2597064Z test_nvfuser_correctness_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2597401Z test_nvfuser_correctness_where_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2597696Z test_nvfuser_correctness_where_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2597988Z test_nvfuser_correctness_where_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2598280Z test_nvfuser_correctness_where_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2598612Z test_nvfuser_correctness_where_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2598912Z test_nvfuser_correctness_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2599206Z test_nvfuser_correctness_xlogy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2599504Z test_nvfuser_correctness_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2599801Z test_nvfuser_correctness_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2600100Z test_nvfuser_correctness_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2600394Z test_nvfuser_correctness_xlogy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2600689Z test_nvfuser_correctness_xlogy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2600982Z test_nvfuser_correctness_xlogy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2601278Z test_nvfuser_correctness_xlogy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2601572Z test_nvfuser_correctness_xlogy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2601871Z test_nvfuser_correctness_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2602168Z test_nvfuser_correctness_zero__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2602460Z test_nvfuser_correctness_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2602761Z test_nvfuser_correctness_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2603058Z test_nvfuser_correctness_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2603357Z test_nvfuser_correctness_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2603657Z test_nvfuser_correctness_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2603990Z test_nvfuser_correctness_zero__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2604284Z test_nvfuser_correctness_zero__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2604573Z test_nvfuser_correctness_zero__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2604869Z test_nvfuser_correctness_zero__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2605202Z test_nvfuser_correctness_zero__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2605499Z test_nvfuser_correctness_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2605795Z test_nvfuser_correctness_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2606097Z test_nvfuser_correctness_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2606400Z test_nvfuser_correctness_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2606701Z test_nvfuser_correctness_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2607000Z test_nvfuser_correctness_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2607299Z test_nvfuser_correctness_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2607603Z test_nvfuser_correctness_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2607896Z test_nvfuser_correctness_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2608183Z test_nvfuser_correctness_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2608479Z test_nvfuser_correctness_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2608774Z test_nvfuser_correctness_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2609065Z test_nvfuser_correctness_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2609367Z test_nvfuser_correctness_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2609667Z test_nvfuser_correctness_zeros_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2609979Z test_nvfuser_correctness_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2610334Z test_nvfuser_correctness_zeros_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2610645Z test_nvfuser_correctness_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2610948Z test_nvfuser_correctness_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2611250Z test_nvfuser_correctness_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2611585Z test_nvfuser_correctness_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2611889Z test_nvfuser_correctness_zeros_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2612186Z test_nvfuser_correctness_zeros_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2612480Z test_nvfuser_correctness_zeros_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2612781Z test_nvfuser_correctness_zeros_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2613081Z test_nvfuser_correctness_zeros_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:08:16.2613728Z test_nvfuser_extremal_values_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2614157Z test_nvfuser_extremal_values_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2614572Z test_nvfuser_extremal_values_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2614982Z test_nvfuser_extremal_values_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2615388Z test_nvfuser_extremal_values_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2615791Z test_nvfuser_extremal_values_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2616207Z test_nvfuser_extremal_values_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2616622Z test_nvfuser_extremal_values_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2617033Z test_nvfuser_extremal_values_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2617436Z test_nvfuser_extremal_values_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2617841Z test_nvfuser_extremal_values_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2618249Z test_nvfuser_extremal_values_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2618730Z test_nvfuser_extremal_values___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2619170Z test_nvfuser_extremal_values___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2619602Z test_nvfuser_extremal_values___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2620028Z test_nvfuser_extremal_values___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2620451Z test_nvfuser_extremal_values___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2620923Z test_nvfuser_extremal_values___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2621343Z test_nvfuser_extremal_values___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2621764Z test_nvfuser_extremal_values___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2622185Z test_nvfuser_extremal_values___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2622599Z test_nvfuser_extremal_values___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2623015Z test_nvfuser_extremal_values___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2623431Z test_nvfuser_extremal_values___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2623903Z test_nvfuser_extremal_values___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2624330Z test_nvfuser_extremal_values___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2624810Z test_nvfuser_extremal_values___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2625309Z test_nvfuser_extremal_values___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2625809Z test_nvfuser_extremal_values___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2626315Z test_nvfuser_extremal_values___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2626828Z test_nvfuser_extremal_values___rmatmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2627354Z test_nvfuser_extremal_values___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.009s) 2023-01-11T23:08:16.2627870Z test_nvfuser_extremal_values___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2628381Z test_nvfuser_extremal_values___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2628883Z test_nvfuser_extremal_values___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2629482Z test_nvfuser_extremal_values___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2629995Z test_nvfuser_extremal_values___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2630504Z test_nvfuser_extremal_values___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2631006Z test_nvfuser_extremal_values___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2631624Z test_nvfuser_extremal_values___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2632130Z test_nvfuser_extremal_values___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2632646Z test_nvfuser_extremal_values___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2633156Z test_nvfuser_extremal_values___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2633658Z test_nvfuser_extremal_values___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2634160Z test_nvfuser_extremal_values___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2634665Z test_nvfuser_extremal_values___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2635171Z test_nvfuser_extremal_values___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2635679Z test_nvfuser_extremal_values___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2636186Z test_nvfuser_extremal_values___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2636698Z test_nvfuser_extremal_values___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2637144Z test_nvfuser_extremal_values___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2637561Z test_nvfuser_extremal_values___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2637981Z test_nvfuser_extremal_values___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2638401Z test_nvfuser_extremal_values___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2638822Z test_nvfuser_extremal_values___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2639235Z test_nvfuser_extremal_values___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2639651Z test_nvfuser_extremal_values___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2640114Z test_nvfuser_extremal_values___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2640388Z test_nvfuser_extremal_values__native_batch_norm_legit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2640655Z test_nvfuser_extremal_values__native_batch_norm_legit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2640925Z test_nvfuser_extremal_values__native_batch_norm_legit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2641188Z test_nvfuser_extremal_values__native_batch_norm_legit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2641703Z test_nvfuser_extremal_values__softmax_backward_data_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2642153Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2642598Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2643041Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2643451Z test_nvfuser_extremal_values_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2643871Z test_nvfuser_extremal_values_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2644290Z test_nvfuser_extremal_values_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2644698Z test_nvfuser_extremal_values_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2645104Z test_nvfuser_extremal_values_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2645517Z test_nvfuser_extremal_values_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2645928Z test_nvfuser_extremal_values_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2646353Z test_nvfuser_extremal_values_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2646773Z test_nvfuser_extremal_values_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2647182Z test_nvfuser_extremal_values_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2647591Z test_nvfuser_extremal_values_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2647999Z test_nvfuser_extremal_values_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2648414Z test_nvfuser_extremal_values_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2648841Z test_nvfuser_extremal_values_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2649307Z test_nvfuser_extremal_values_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2649725Z test_nvfuser_extremal_values_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2650135Z test_nvfuser_extremal_values_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2650543Z test_nvfuser_extremal_values_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2650953Z test_nvfuser_extremal_values_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2651418Z test_nvfuser_extremal_values_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2651834Z test_nvfuser_extremal_values_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2652241Z test_nvfuser_extremal_values_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2652646Z test_nvfuser_extremal_values_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2653053Z test_nvfuser_extremal_values_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2653472Z test_nvfuser_extremal_values_addbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2653888Z test_nvfuser_extremal_values_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2654313Z test_nvfuser_extremal_values_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2654729Z test_nvfuser_extremal_values_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2655146Z test_nvfuser_extremal_values_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2655564Z test_nvfuser_extremal_values_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2655987Z test_nvfuser_extremal_values_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2656420Z test_nvfuser_extremal_values_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2656844Z test_nvfuser_extremal_values_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2657259Z test_nvfuser_extremal_values_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2657678Z test_nvfuser_extremal_values_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2658094Z test_nvfuser_extremal_values_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2658517Z test_nvfuser_extremal_values_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2658995Z test_nvfuser_extremal_values_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2659424Z test_nvfuser_extremal_values_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2659839Z test_nvfuser_extremal_values_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2660252Z test_nvfuser_extremal_values_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2660718Z test_nvfuser_extremal_values_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2661131Z test_nvfuser_extremal_values_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2661553Z test_nvfuser_extremal_values_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2661972Z test_nvfuser_extremal_values_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2662382Z test_nvfuser_extremal_values_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2662790Z test_nvfuser_extremal_values_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2663202Z test_nvfuser_extremal_values_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2663645Z test_nvfuser_extremal_values_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2664259Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2664756Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2665292Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2665823Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2666352Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2666849Z test_nvfuser_extremal_values_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2667355Z test_nvfuser_extremal_values_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2667858Z test_nvfuser_extremal_values_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2668358Z test_nvfuser_extremal_values_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2668860Z test_nvfuser_extremal_values_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2669444Z test_nvfuser_extremal_values_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2669941Z test_nvfuser_extremal_values_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2670449Z test_nvfuser_extremal_values_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2670943Z test_nvfuser_extremal_values_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2671441Z test_nvfuser_extremal_values_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2671993Z test_nvfuser_extremal_values_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2672488Z test_nvfuser_extremal_values_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2672990Z test_nvfuser_extremal_values_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2673492Z test_nvfuser_extremal_values_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2673994Z test_nvfuser_extremal_values_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2674492Z test_nvfuser_extremal_values_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2674987Z test_nvfuser_extremal_values_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2675476Z test_nvfuser_extremal_values_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2675782Z test_nvfuser_extremal_values_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2676084Z test_nvfuser_extremal_values_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2676386Z test_nvfuser_extremal_values_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2676687Z test_nvfuser_extremal_values_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2676971Z test_nvfuser_extremal_values_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2677218Z test_nvfuser_extremal_values_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2677629Z test_nvfuser_extremal_values_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2678042Z test_nvfuser_extremal_values_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2678448Z test_nvfuser_extremal_values_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2678852Z test_nvfuser_extremal_values_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2679268Z test_nvfuser_extremal_values_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2679725Z test_nvfuser_extremal_values_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2680138Z test_nvfuser_extremal_values_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2680543Z test_nvfuser_extremal_values_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2680960Z test_nvfuser_extremal_values_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2681373Z test_nvfuser_extremal_values_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2681838Z test_nvfuser_extremal_values_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2682253Z test_nvfuser_extremal_values_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2682677Z test_nvfuser_extremal_values_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2683096Z test_nvfuser_extremal_values_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2683506Z test_nvfuser_extremal_values_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2683919Z test_nvfuser_extremal_values_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2684330Z test_nvfuser_extremal_values_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2684746Z test_nvfuser_extremal_values_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2685159Z test_nvfuser_extremal_values_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2685565Z test_nvfuser_extremal_values_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2685971Z test_nvfuser_extremal_values_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2686376Z test_nvfuser_extremal_values_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2686794Z test_nvfuser_extremal_values_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2687208Z test_nvfuser_extremal_values_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2687623Z test_nvfuser_extremal_values_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2688033Z test_nvfuser_extremal_values_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2688449Z test_nvfuser_extremal_values_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2688863Z test_nvfuser_extremal_values_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2689321Z test_nvfuser_extremal_values_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2689742Z test_nvfuser_extremal_values_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2690155Z test_nvfuser_extremal_values_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2690565Z test_nvfuser_extremal_values_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2691027Z test_nvfuser_extremal_values_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2691438Z test_nvfuser_extremal_values_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2691860Z test_nvfuser_extremal_values_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2692273Z test_nvfuser_extremal_values_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2692686Z test_nvfuser_extremal_values_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2693100Z test_nvfuser_extremal_values_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2693526Z test_nvfuser_extremal_values_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2693955Z test_nvfuser_extremal_values_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2694385Z test_nvfuser_extremal_values_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2694806Z test_nvfuser_extremal_values_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2695223Z test_nvfuser_extremal_values_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2695643Z test_nvfuser_extremal_values_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2696073Z test_nvfuser_extremal_values_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2696511Z test_nvfuser_extremal_values_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2696936Z test_nvfuser_extremal_values_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2697358Z test_nvfuser_extremal_values_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2697780Z test_nvfuser_extremal_values_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2698205Z test_nvfuser_extremal_values_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2698705Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2699168Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2699628Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2700077Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2700582Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2701033Z test_nvfuser_extremal_values_as_strided_partial_views_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2701478Z test_nvfuser_extremal_values_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2701923Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2702368Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2702805Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2703241Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2703744Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2704159Z test_nvfuser_extremal_values_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2704613Z test_nvfuser_extremal_values_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2705100Z test_nvfuser_extremal_values_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2705604Z test_nvfuser_extremal_values_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2706099Z test_nvfuser_extremal_values_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2706590Z test_nvfuser_extremal_values_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2707085Z test_nvfuser_extremal_values_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2707588Z test_nvfuser_extremal_values_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2708094Z test_nvfuser_extremal_values_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2708594Z test_nvfuser_extremal_values_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2709174Z test_nvfuser_extremal_values_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2709677Z test_nvfuser_extremal_values_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2710176Z test_nvfuser_extremal_values_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2710670Z test_nvfuser_extremal_values_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2711162Z test_nvfuser_extremal_values_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2711716Z test_nvfuser_extremal_values_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2712213Z test_nvfuser_extremal_values_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2712720Z test_nvfuser_extremal_values_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2713226Z test_nvfuser_extremal_values_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2713722Z test_nvfuser_extremal_values_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2714219Z test_nvfuser_extremal_values_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2714716Z test_nvfuser_extremal_values_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2715214Z test_nvfuser_extremal_values_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2715722Z test_nvfuser_extremal_values_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2716223Z test_nvfuser_extremal_values_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2716725Z test_nvfuser_extremal_values_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2717158Z test_nvfuser_extremal_values_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2717565Z test_nvfuser_extremal_values_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2717989Z test_nvfuser_extremal_values_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2718424Z test_nvfuser_extremal_values_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2718854Z test_nvfuser_extremal_values_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2719275Z test_nvfuser_extremal_values_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2719701Z test_nvfuser_extremal_values_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2720171Z test_nvfuser_extremal_values_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2720597Z test_nvfuser_extremal_values_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2721026Z test_nvfuser_extremal_values_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2721455Z test_nvfuser_extremal_values_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2721922Z test_nvfuser_extremal_values_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2722346Z test_nvfuser_extremal_values_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2722767Z test_nvfuser_extremal_values_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2723190Z test_nvfuser_extremal_values_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2723620Z test_nvfuser_extremal_values_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2724045Z test_nvfuser_extremal_values_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2724470Z test_nvfuser_extremal_values_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2724891Z test_nvfuser_extremal_values_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2725307Z test_nvfuser_extremal_values_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2725724Z test_nvfuser_extremal_values_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2726149Z test_nvfuser_extremal_values_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2726577Z test_nvfuser_extremal_values_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2726996Z test_nvfuser_extremal_values_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2727413Z test_nvfuser_extremal_values_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2727827Z test_nvfuser_extremal_values_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2728076Z test_nvfuser_extremal_values_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2728326Z test_nvfuser_extremal_values_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2728576Z test_nvfuser_extremal_values_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2728819Z test_nvfuser_extremal_values_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2729292Z test_nvfuser_extremal_values_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2729722Z test_nvfuser_extremal_values_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2730135Z test_nvfuser_extremal_values_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2730549Z test_nvfuser_extremal_values_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2731017Z test_nvfuser_extremal_values_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2731442Z test_nvfuser_extremal_values_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2731865Z test_nvfuser_extremal_values_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2732291Z test_nvfuser_extremal_values_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2732719Z test_nvfuser_extremal_values_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2733143Z test_nvfuser_extremal_values_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2733567Z test_nvfuser_extremal_values_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2733991Z test_nvfuser_extremal_values_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2734402Z test_nvfuser_extremal_values_bmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2734814Z test_nvfuser_extremal_values_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2735230Z test_nvfuser_extremal_values_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2735639Z test_nvfuser_extremal_values_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2736046Z test_nvfuser_extremal_values_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2736449Z test_nvfuser_extremal_values_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2736861Z test_nvfuser_extremal_values_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2737273Z test_nvfuser_extremal_values_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2737685Z test_nvfuser_extremal_values_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2738099Z test_nvfuser_extremal_values_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2738558Z test_nvfuser_extremal_values_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2738967Z test_nvfuser_extremal_values_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2739404Z test_nvfuser_extremal_values_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2739842Z test_nvfuser_extremal_values_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2740285Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2740776Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2741214Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2741651Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2742085Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2742510Z test_nvfuser_extremal_values_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2742948Z test_nvfuser_extremal_values_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2743381Z test_nvfuser_extremal_values_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2743862Z test_nvfuser_extremal_values_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2744287Z test_nvfuser_extremal_values_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2744711Z test_nvfuser_extremal_values_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2745129Z test_nvfuser_extremal_values_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2745555Z test_nvfuser_extremal_values_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2745975Z test_nvfuser_extremal_values_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2746383Z test_nvfuser_extremal_values_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2746798Z test_nvfuser_extremal_values_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2747208Z test_nvfuser_extremal_values_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2747620Z test_nvfuser_extremal_values_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2748084Z test_nvfuser_extremal_values_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2748495Z test_nvfuser_extremal_values_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2748926Z test_nvfuser_extremal_values_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2749363Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2749801Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2750281Z test_nvfuser_extremal_values_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2750714Z test_nvfuser_extremal_values_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2751142Z test_nvfuser_extremal_values_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2751553Z test_nvfuser_extremal_values_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2751963Z test_nvfuser_extremal_values_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2752384Z test_nvfuser_extremal_values_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2752793Z test_nvfuser_extremal_values_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2753200Z test_nvfuser_extremal_values_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.2753605Z test_nvfuser_extremal_values_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2754012Z test_nvfuser_extremal_values_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2754417Z test_nvfuser_extremal_values_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2754840Z test_nvfuser_extremal_values_cdouble_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2755268Z test_nvfuser_extremal_values_cdouble_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2755689Z test_nvfuser_extremal_values_cdouble_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2756102Z test_nvfuser_extremal_values_cdouble_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2756516Z test_nvfuser_extremal_values_cdouble_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2756921Z test_nvfuser_extremal_values_cdouble_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2757332Z test_nvfuser_extremal_values_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2757790Z test_nvfuser_extremal_values_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2758202Z test_nvfuser_extremal_values_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2758606Z test_nvfuser_extremal_values_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2759021Z test_nvfuser_extremal_values_cfloat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2759495Z test_nvfuser_extremal_values_cfloat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2759918Z test_nvfuser_extremal_values_cfloat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2760335Z test_nvfuser_extremal_values_cfloat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2760747Z test_nvfuser_extremal_values_cfloat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2761160Z test_nvfuser_extremal_values_cfloat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2761575Z test_nvfuser_extremal_values_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2761998Z test_nvfuser_extremal_values_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2762416Z test_nvfuser_extremal_values_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2762826Z test_nvfuser_extremal_values_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2763233Z test_nvfuser_extremal_values_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2763639Z test_nvfuser_extremal_values_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2764047Z test_nvfuser_extremal_values_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2764468Z test_nvfuser_extremal_values_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2764884Z test_nvfuser_extremal_values_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2765296Z test_nvfuser_extremal_values_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2765706Z test_nvfuser_extremal_values_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2766114Z test_nvfuser_extremal_values_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2766541Z test_nvfuser_extremal_values_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2766972Z test_nvfuser_extremal_values_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2767439Z test_nvfuser_extremal_values_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2767861Z test_nvfuser_extremal_values_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2768304Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2768743Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2769224Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2769663Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2770099Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2770534Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2770962Z test_nvfuser_extremal_values_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2771391Z test_nvfuser_extremal_values_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2771802Z test_nvfuser_extremal_values_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2772222Z test_nvfuser_extremal_values_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2772639Z test_nvfuser_extremal_values_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2773048Z test_nvfuser_extremal_values_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2773457Z test_nvfuser_extremal_values_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2773866Z test_nvfuser_extremal_values_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2774281Z test_nvfuser_extremal_values_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2774690Z test_nvfuser_extremal_values_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2775099Z test_nvfuser_extremal_values_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2775503Z test_nvfuser_extremal_values_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2775922Z test_nvfuser_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2776347Z test_nvfuser_extremal_values_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2776820Z test_nvfuser_extremal_values_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2777244Z test_nvfuser_extremal_values_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.2777663Z test_nvfuser_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2778079Z test_nvfuser_extremal_values_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2778543Z test_nvfuser_extremal_values_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2778957Z test_nvfuser_extremal_values_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2779371Z test_nvfuser_extremal_values_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2779791Z test_nvfuser_extremal_values_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2780202Z test_nvfuser_extremal_values_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2780611Z test_nvfuser_extremal_values_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2781021Z test_nvfuser_extremal_values_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2781428Z test_nvfuser_extremal_values_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2781856Z test_nvfuser_extremal_values_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2782280Z test_nvfuser_extremal_values_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2782711Z test_nvfuser_extremal_values_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2783135Z test_nvfuser_extremal_values_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2783562Z test_nvfuser_extremal_values_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2784124Z test_nvfuser_extremal_values_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2784557Z test_nvfuser_extremal_values_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2784988Z test_nvfuser_extremal_values_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2785422Z test_nvfuser_extremal_values_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2785850Z test_nvfuser_extremal_values_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2786343Z test_nvfuser_extremal_values_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2786775Z test_nvfuser_extremal_values_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2787189Z test_nvfuser_extremal_values_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2787606Z test_nvfuser_extremal_values_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2788021Z test_nvfuser_extremal_values_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2788483Z test_nvfuser_extremal_values_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2788898Z test_nvfuser_extremal_values_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2789313Z test_nvfuser_extremal_values_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2789720Z test_nvfuser_extremal_values_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2790125Z test_nvfuser_extremal_values_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2790532Z test_nvfuser_extremal_values_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2790966Z test_nvfuser_extremal_values_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2791404Z test_nvfuser_extremal_values_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2791839Z test_nvfuser_extremal_values_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2792265Z test_nvfuser_extremal_values_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2792690Z test_nvfuser_extremal_values_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2793120Z test_nvfuser_extremal_values_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2793554Z test_nvfuser_extremal_values_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2793994Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2794428Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2794857Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2795295Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2795768Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2796198Z test_nvfuser_extremal_values_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2796626Z test_nvfuser_extremal_values_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2797054Z test_nvfuser_extremal_values_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2797474Z test_nvfuser_extremal_values_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2797941Z test_nvfuser_extremal_values_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2798366Z test_nvfuser_extremal_values_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2798787Z test_nvfuser_extremal_values_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2799205Z test_nvfuser_extremal_values_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2799622Z test_nvfuser_extremal_values_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2800041Z test_nvfuser_extremal_values_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2800463Z test_nvfuser_extremal_values_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2800887Z test_nvfuser_extremal_values_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2801311Z test_nvfuser_extremal_values_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2801728Z test_nvfuser_extremal_values_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2802141Z test_nvfuser_extremal_values_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2802561Z test_nvfuser_extremal_values_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2802970Z test_nvfuser_extremal_values_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2803383Z test_nvfuser_extremal_values_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2803796Z test_nvfuser_extremal_values_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2804201Z test_nvfuser_extremal_values_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2804609Z test_nvfuser_extremal_values_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2805018Z test_nvfuser_extremal_values_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2805476Z test_nvfuser_extremal_values_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2805894Z test_nvfuser_extremal_values_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2806305Z test_nvfuser_extremal_values_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2806711Z test_nvfuser_extremal_values_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2807167Z test_nvfuser_extremal_values_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2807574Z test_nvfuser_extremal_values_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2808004Z test_nvfuser_extremal_values_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2808442Z test_nvfuser_extremal_values_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2808876Z test_nvfuser_extremal_values_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2809303Z test_nvfuser_extremal_values_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2809732Z test_nvfuser_extremal_values_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2810159Z test_nvfuser_extremal_values_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2810401Z test_nvfuser_extremal_values_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2810638Z test_nvfuser_extremal_values_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2810885Z test_nvfuser_extremal_values_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2811123Z test_nvfuser_extremal_values_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2811364Z test_nvfuser_extremal_values_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2811601Z test_nvfuser_extremal_values_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2812024Z test_nvfuser_extremal_values_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2812442Z test_nvfuser_extremal_values_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2812848Z test_nvfuser_extremal_values_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2813253Z test_nvfuser_extremal_values_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2813661Z test_nvfuser_extremal_values_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2814082Z test_nvfuser_extremal_values_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2814542Z test_nvfuser_extremal_values_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2814960Z test_nvfuser_extremal_values_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2815371Z test_nvfuser_extremal_values_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2815786Z test_nvfuser_extremal_values_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2816244Z test_nvfuser_extremal_values_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2816656Z test_nvfuser_extremal_values_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2817061Z test_nvfuser_extremal_values_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2817480Z test_nvfuser_extremal_values_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2817906Z test_nvfuser_extremal_values_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2818329Z test_nvfuser_extremal_values_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2818747Z test_nvfuser_extremal_values_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2819162Z test_nvfuser_extremal_values_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2819576Z test_nvfuser_extremal_values_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2819995Z test_nvfuser_extremal_values_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2820412Z test_nvfuser_extremal_values_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2820833Z test_nvfuser_extremal_values_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2821242Z test_nvfuser_extremal_values_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2821653Z test_nvfuser_extremal_values_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2822064Z test_nvfuser_extremal_values_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2822511Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2822962Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2823412Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2823984Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2824440Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2824972Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2825477Z test_nvfuser_extremal_values_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2826049Z test_nvfuser_extremal_values_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2826551Z test_nvfuser_extremal_values_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2827051Z test_nvfuser_extremal_values_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2827545Z test_nvfuser_extremal_values_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2828044Z test_nvfuser_extremal_values_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2828544Z test_nvfuser_extremal_values_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2829043Z test_nvfuser_extremal_values_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2829541Z test_nvfuser_extremal_values_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2830033Z test_nvfuser_extremal_values_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2830547Z test_nvfuser_extremal_values_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2831066Z test_nvfuser_extremal_values_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2831582Z test_nvfuser_extremal_values_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2832093Z test_nvfuser_extremal_values_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2832605Z test_nvfuser_extremal_values_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2833117Z test_nvfuser_extremal_values_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2833631Z test_nvfuser_extremal_values_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2834150Z test_nvfuser_extremal_values_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2834668Z test_nvfuser_extremal_values_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2835221Z test_nvfuser_extremal_values_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2835731Z test_nvfuser_extremal_values_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2836239Z test_nvfuser_extremal_values_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2836764Z test_nvfuser_extremal_values_diagonal_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2837263Z test_nvfuser_extremal_values_diagonal_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2837756Z test_nvfuser_extremal_values_diagonal_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2838191Z test_nvfuser_extremal_values_diagonal_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2838617Z test_nvfuser_extremal_values_diagonal_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2839044Z test_nvfuser_extremal_values_diagonal_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2839459Z test_nvfuser_extremal_values_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2839888Z test_nvfuser_extremal_values_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2840314Z test_nvfuser_extremal_values_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2840732Z test_nvfuser_extremal_values_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2841145Z test_nvfuser_extremal_values_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2841565Z test_nvfuser_extremal_values_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2842002Z test_nvfuser_extremal_values_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2842448Z test_nvfuser_extremal_values_diagonal_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2842887Z test_nvfuser_extremal_values_diagonal_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2843320Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2843751Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2844184Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2844599Z test_nvfuser_extremal_values_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2845065Z test_nvfuser_extremal_values_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2845483Z test_nvfuser_extremal_values_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2845892Z test_nvfuser_extremal_values_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2846298Z test_nvfuser_extremal_values_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2846702Z test_nvfuser_extremal_values_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2847177Z test_nvfuser_extremal_values_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2847595Z test_nvfuser_extremal_values_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2848009Z test_nvfuser_extremal_values_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2848417Z test_nvfuser_extremal_values_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2848828Z test_nvfuser_extremal_values_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2849242Z test_nvfuser_extremal_values_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2849653Z test_nvfuser_extremal_values_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2850061Z test_nvfuser_extremal_values_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2850466Z test_nvfuser_extremal_values_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2850906Z test_nvfuser_extremal_values_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2851338Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2851769Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2852207Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2852645Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2853093Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2853534Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2853974Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2854459Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2854902Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2855343Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2855776Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2856215Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2856692Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2857103Z test_nvfuser_extremal_values_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2857518Z test_nvfuser_extremal_values_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2857929Z test_nvfuser_extremal_values_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2858334Z test_nvfuser_extremal_values_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2858742Z test_nvfuser_extremal_values_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2859152Z test_nvfuser_extremal_values_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2859566Z test_nvfuser_extremal_values_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2859987Z test_nvfuser_extremal_values_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2860403Z test_nvfuser_extremal_values_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2860816Z test_nvfuser_extremal_values_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2861231Z test_nvfuser_extremal_values_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2861641Z test_nvfuser_extremal_values_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2862055Z test_nvfuser_extremal_values_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2862477Z test_nvfuser_extremal_values_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2862887Z test_nvfuser_extremal_values_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2863299Z test_nvfuser_extremal_values_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2864033Z test_nvfuser_extremal_values_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2864536Z test_nvfuser_extremal_values_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2864962Z test_nvfuser_extremal_values_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2865453Z test_nvfuser_extremal_values_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2865955Z test_nvfuser_extremal_values_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2866520Z test_nvfuser_extremal_values_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2867019Z test_nvfuser_extremal_values_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2867512Z test_nvfuser_extremal_values_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2868015Z test_nvfuser_extremal_values_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2868526Z test_nvfuser_extremal_values_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2869036Z test_nvfuser_extremal_values_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2869539Z test_nvfuser_extremal_values_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2870035Z test_nvfuser_extremal_values_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2870526Z test_nvfuser_extremal_values_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2870818Z test_nvfuser_extremal_values_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2871112Z test_nvfuser_extremal_values_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2871407Z test_nvfuser_extremal_values_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2871712Z test_nvfuser_extremal_values_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2872002Z test_nvfuser_extremal_values_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2872296Z test_nvfuser_extremal_values_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2872598Z test_nvfuser_extremal_values_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2872904Z test_nvfuser_extremal_values_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2873206Z test_nvfuser_extremal_values_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2873502Z test_nvfuser_extremal_values_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2873801Z test_nvfuser_extremal_values_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2874101Z test_nvfuser_extremal_values_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2874741Z test_nvfuser_extremal_values_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2875248Z test_nvfuser_extremal_values_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2875743Z test_nvfuser_extremal_values_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2876231Z test_nvfuser_extremal_values_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2876779Z test_nvfuser_extremal_values_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2877278Z test_nvfuser_extremal_values_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2877705Z test_nvfuser_extremal_values_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2878122Z test_nvfuser_extremal_values_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2878538Z test_nvfuser_extremal_values_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2878948Z test_nvfuser_extremal_values_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2879359Z test_nvfuser_extremal_values_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2879767Z test_nvfuser_extremal_values_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2880176Z test_nvfuser_extremal_values_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2880580Z test_nvfuser_extremal_values_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2880985Z test_nvfuser_extremal_values_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2881387Z test_nvfuser_extremal_values_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2881799Z test_nvfuser_extremal_values_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2882208Z test_nvfuser_extremal_values_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2882619Z test_nvfuser_extremal_values_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2883026Z test_nvfuser_extremal_values_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2883429Z test_nvfuser_extremal_values_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2883837Z test_nvfuser_extremal_values_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2884245Z test_nvfuser_extremal_values_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2884711Z test_nvfuser_extremal_values_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2885123Z test_nvfuser_extremal_values_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2885529Z test_nvfuser_extremal_values_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2885936Z test_nvfuser_extremal_values_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2886388Z test_nvfuser_extremal_values_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2886802Z test_nvfuser_extremal_values_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2887215Z test_nvfuser_extremal_values_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2887620Z test_nvfuser_extremal_values_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2888021Z test_nvfuser_extremal_values_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2888423Z test_nvfuser_extremal_values_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2888847Z test_nvfuser_extremal_values_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2889281Z test_nvfuser_extremal_values_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2889707Z test_nvfuser_extremal_values_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2890125Z test_nvfuser_extremal_values_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2890540Z test_nvfuser_extremal_values_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2890957Z test_nvfuser_extremal_values_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2891376Z test_nvfuser_extremal_values_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2891801Z test_nvfuser_extremal_values_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2892221Z test_nvfuser_extremal_values_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2892636Z test_nvfuser_extremal_values_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2893048Z test_nvfuser_extremal_values_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2893464Z test_nvfuser_extremal_values_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2893927Z test_nvfuser_extremal_values_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2894346Z test_nvfuser_extremal_values_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2894755Z test_nvfuser_extremal_values_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2895161Z test_nvfuser_extremal_values_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2895569Z test_nvfuser_extremal_values_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2896029Z test_nvfuser_extremal_values_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2896447Z test_nvfuser_extremal_values_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2896855Z test_nvfuser_extremal_values_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2897260Z test_nvfuser_extremal_values_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2897668Z test_nvfuser_extremal_values_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2898091Z test_nvfuser_extremal_values_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2898514Z test_nvfuser_extremal_values_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2898933Z test_nvfuser_extremal_values_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2899347Z test_nvfuser_extremal_values_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2899767Z test_nvfuser_extremal_values_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2900185Z test_nvfuser_extremal_values_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2900602Z test_nvfuser_extremal_values_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2901016Z test_nvfuser_extremal_values_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2901438Z test_nvfuser_extremal_values_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2901856Z test_nvfuser_extremal_values_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2902268Z test_nvfuser_extremal_values_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2902679Z test_nvfuser_extremal_values_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2903108Z test_nvfuser_extremal_values_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2903587Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2904090Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2904513Z test_nvfuser_extremal_values_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2904935Z test_nvfuser_extremal_values_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2905424Z test_nvfuser_extremal_values_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2905852Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2906280Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2906696Z test_nvfuser_extremal_values_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2907113Z test_nvfuser_extremal_values_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2907535Z test_nvfuser_extremal_values_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2907964Z test_nvfuser_extremal_values_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2908385Z test_nvfuser_extremal_values_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2908799Z test_nvfuser_extremal_values_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2909216Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2909639Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2910054Z test_nvfuser_extremal_values_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2910472Z test_nvfuser_extremal_values_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2910899Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2911320Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2911733Z test_nvfuser_extremal_values_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2912148Z test_nvfuser_extremal_values_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2912573Z test_nvfuser_extremal_values_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2913049Z test_nvfuser_extremal_values_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2913475Z test_nvfuser_extremal_values_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2913891Z test_nvfuser_extremal_values_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2914318Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2914739Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2915209Z test_nvfuser_extremal_values_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2915627Z test_nvfuser_extremal_values_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2916057Z test_nvfuser_extremal_values_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2916495Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2916927Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2917359Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2917789Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2918215Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2918634Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2919056Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2919472Z test_nvfuser_extremal_values_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2919890Z test_nvfuser_extremal_values_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2920311Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2920729Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2921156Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2921579Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2922000Z test_nvfuser_extremal_values_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2922477Z test_nvfuser_extremal_values_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2922907Z test_nvfuser_extremal_values_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2923329Z test_nvfuser_extremal_values_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2923745Z test_nvfuser_extremal_values_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2924160Z test_nvfuser_extremal_values_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2924637Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2925067Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2925488Z test_nvfuser_extremal_values_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2925904Z test_nvfuser_extremal_values_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2926318Z test_nvfuser_extremal_values_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2926737Z test_nvfuser_extremal_values_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2927155Z test_nvfuser_extremal_values_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2927571Z test_nvfuser_extremal_values_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2927988Z test_nvfuser_extremal_values_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2928403Z test_nvfuser_extremal_values_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2928648Z test_nvfuser_extremal_values_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2928897Z test_nvfuser_extremal_values_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2929147Z test_nvfuser_extremal_values_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2929393Z test_nvfuser_extremal_values_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2929635Z test_nvfuser_extremal_values_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2929876Z test_nvfuser_extremal_values_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2023-01-11T23:08:16.2930297Z test_nvfuser_extremal_values_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2930722Z test_nvfuser_extremal_values_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2931149Z test_nvfuser_extremal_values_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2931613Z test_nvfuser_extremal_values_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2932031Z test_nvfuser_extremal_values_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2932438Z test_nvfuser_extremal_values_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2932852Z test_nvfuser_extremal_values_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2933316Z test_nvfuser_extremal_values_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2933732Z test_nvfuser_extremal_values_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2934147Z test_nvfuser_extremal_values_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2934558Z test_nvfuser_extremal_values_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2934967Z test_nvfuser_extremal_values_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2935382Z test_nvfuser_extremal_values_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2935809Z test_nvfuser_extremal_values_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2936234Z test_nvfuser_extremal_values_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2936649Z test_nvfuser_extremal_values_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2937063Z test_nvfuser_extremal_values_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2937475Z test_nvfuser_extremal_values_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2937894Z test_nvfuser_extremal_values_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2938323Z test_nvfuser_extremal_values_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2938745Z test_nvfuser_extremal_values_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2939156Z test_nvfuser_extremal_values_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2939570Z test_nvfuser_extremal_values_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2939987Z test_nvfuser_extremal_values_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2940403Z test_nvfuser_extremal_values_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2940823Z test_nvfuser_extremal_values_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2941289Z test_nvfuser_extremal_values_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2941703Z test_nvfuser_extremal_values_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2942112Z test_nvfuser_extremal_values_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2942518Z test_nvfuser_extremal_values_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2943000Z test_nvfuser_extremal_values_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2943436Z test_nvfuser_extremal_values_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2944003Z test_nvfuser_extremal_values_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2944433Z test_nvfuser_extremal_values_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2944881Z test_nvfuser_extremal_values_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2945388Z test_nvfuser_extremal_values_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2945889Z test_nvfuser_extremal_values_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2946387Z test_nvfuser_extremal_values_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2946903Z test_nvfuser_extremal_values_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2947393Z test_nvfuser_extremal_values_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2947911Z test_nvfuser_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2948431Z test_nvfuser_extremal_values_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2948946Z test_nvfuser_extremal_values_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2949461Z test_nvfuser_extremal_values_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2949956Z test_nvfuser_extremal_values_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2950450Z test_nvfuser_extremal_values_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2950945Z test_nvfuser_extremal_values_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2951441Z test_nvfuser_extremal_values_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2952026Z test_nvfuser_extremal_values_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2952519Z test_nvfuser_extremal_values_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2953010Z test_nvfuser_extremal_values_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2953504Z test_nvfuser_extremal_values_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2954001Z test_nvfuser_extremal_values_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2954553Z test_nvfuser_extremal_values_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2955059Z test_nvfuser_extremal_values_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2955579Z test_nvfuser_extremal_values_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2956081Z test_nvfuser_extremal_values_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2956578Z test_nvfuser_extremal_values_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2957081Z test_nvfuser_extremal_values_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2957529Z test_nvfuser_extremal_values_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2957944Z test_nvfuser_extremal_values_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2958355Z test_nvfuser_extremal_values_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2958767Z test_nvfuser_extremal_values_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2959165Z test_nvfuser_extremal_values_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2959583Z test_nvfuser_extremal_values_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2960004Z test_nvfuser_extremal_values_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2960410Z test_nvfuser_extremal_values_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2960818Z test_nvfuser_extremal_values_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2961264Z test_nvfuser_extremal_values_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2961684Z test_nvfuser_extremal_values_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2962120Z test_nvfuser_extremal_values_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2962596Z test_nvfuser_extremal_values_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2963017Z test_nvfuser_extremal_values_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2963436Z test_nvfuser_extremal_values_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2963854Z test_nvfuser_extremal_values_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2964319Z test_nvfuser_extremal_values_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2964745Z test_nvfuser_extremal_values_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2965172Z test_nvfuser_extremal_values_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2965587Z test_nvfuser_extremal_values_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2966000Z test_nvfuser_extremal_values_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2966419Z test_nvfuser_extremal_values_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2966839Z test_nvfuser_extremal_values_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2967251Z test_nvfuser_extremal_values_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2967658Z test_nvfuser_extremal_values_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2968059Z test_nvfuser_extremal_values_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2968480Z test_nvfuser_extremal_values_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.2968898Z test_nvfuser_extremal_values_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2969312Z test_nvfuser_extremal_values_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2969723Z test_nvfuser_extremal_values_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2969976Z test_nvfuser_extremal_values_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2970233Z test_nvfuser_extremal_values_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2970485Z test_nvfuser_extremal_values_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2970728Z test_nvfuser_extremal_values_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2970978Z test_nvfuser_extremal_values_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2971225Z test_nvfuser_extremal_values_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2971708Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2972152Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2972584Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2972991Z test_nvfuser_extremal_values_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2973440Z test_nvfuser_extremal_values_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2973845Z test_nvfuser_extremal_values_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2974245Z test_nvfuser_extremal_values_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2974656Z test_nvfuser_extremal_values_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2975072Z test_nvfuser_extremal_values_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2975490Z test_nvfuser_extremal_values_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2975903Z test_nvfuser_extremal_values_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2976312Z test_nvfuser_extremal_values_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2976718Z test_nvfuser_extremal_values_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2977142Z test_nvfuser_extremal_values_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2977573Z test_nvfuser_extremal_values_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2977995Z test_nvfuser_extremal_values_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2978424Z test_nvfuser_extremal_values_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2978671Z test_nvfuser_extremal_values_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2978907Z test_nvfuser_extremal_values_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.2979321Z test_nvfuser_extremal_values_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2979745Z test_nvfuser_extremal_values_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2980164Z test_nvfuser_extremal_values_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2980581Z test_nvfuser_extremal_values_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2981049Z test_nvfuser_extremal_values_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2981468Z test_nvfuser_extremal_values_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2981884Z test_nvfuser_extremal_values_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2982309Z test_nvfuser_extremal_values_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2982781Z test_nvfuser_extremal_values_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2983208Z test_nvfuser_extremal_values_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2983622Z test_nvfuser_extremal_values_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2984095Z test_nvfuser_extremal_values_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2984534Z test_nvfuser_extremal_values_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2985027Z test_nvfuser_extremal_values_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2985522Z test_nvfuser_extremal_values_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2986014Z test_nvfuser_extremal_values_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2986503Z test_nvfuser_extremal_values_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2986983Z test_nvfuser_extremal_values_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2987468Z test_nvfuser_extremal_values_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2987948Z test_nvfuser_extremal_values_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2988447Z test_nvfuser_extremal_values_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2988956Z test_nvfuser_extremal_values_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2989453Z test_nvfuser_extremal_values_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2989959Z test_nvfuser_extremal_values_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2990466Z test_nvfuser_extremal_values_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2990976Z test_nvfuser_extremal_values_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2991486Z test_nvfuser_extremal_values_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2992080Z test_nvfuser_extremal_values_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2992602Z test_nvfuser_extremal_values_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2993110Z test_nvfuser_extremal_values_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2993621Z test_nvfuser_extremal_values_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2994197Z test_nvfuser_extremal_values_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2994713Z test_nvfuser_extremal_values_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2995237Z test_nvfuser_extremal_values_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2995753Z test_nvfuser_extremal_values_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2996259Z test_nvfuser_extremal_values_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2996768Z test_nvfuser_extremal_values_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2997284Z test_nvfuser_extremal_values_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2997743Z test_nvfuser_extremal_values_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2998168Z test_nvfuser_extremal_values_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2998602Z test_nvfuser_extremal_values_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2999017Z test_nvfuser_extremal_values_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2999436Z test_nvfuser_extremal_values_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.2999858Z test_nvfuser_extremal_values_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3000280Z test_nvfuser_extremal_values_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3000726Z test_nvfuser_extremal_values_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3001151Z test_nvfuser_extremal_values_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3001567Z test_nvfuser_extremal_values_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3001985Z test_nvfuser_extremal_values_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3002444Z test_nvfuser_extremal_values_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3002876Z test_nvfuser_extremal_values_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3003300Z test_nvfuser_extremal_values_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3003722Z test_nvfuser_extremal_values_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3004195Z test_nvfuser_extremal_values_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3004623Z test_nvfuser_extremal_values_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3005058Z test_nvfuser_extremal_values_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3005488Z test_nvfuser_extremal_values_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3005923Z test_nvfuser_extremal_values_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3006346Z test_nvfuser_extremal_values_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3006778Z test_nvfuser_extremal_values_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3007181Z test_nvfuser_extremal_values_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3007597Z test_nvfuser_extremal_values_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3008015Z test_nvfuser_extremal_values_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3008426Z test_nvfuser_extremal_values_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3008839Z test_nvfuser_extremal_values_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3009246Z test_nvfuser_extremal_values_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3009654Z test_nvfuser_extremal_values_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3010071Z test_nvfuser_extremal_values_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3010479Z test_nvfuser_extremal_values_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3010882Z test_nvfuser_extremal_values_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3011303Z test_nvfuser_extremal_values_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3011755Z test_nvfuser_extremal_values_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3012182Z test_nvfuser_extremal_values_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3012606Z test_nvfuser_extremal_values_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3013026Z test_nvfuser_extremal_values_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3013441Z test_nvfuser_extremal_values_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3013942Z test_nvfuser_extremal_values_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3014363Z test_nvfuser_extremal_values_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3014783Z test_nvfuser_extremal_values_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3015212Z test_nvfuser_extremal_values_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3015635Z test_nvfuser_extremal_values_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3016060Z test_nvfuser_extremal_values_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3016478Z test_nvfuser_extremal_values_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3016897Z test_nvfuser_extremal_values_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3017309Z test_nvfuser_extremal_values_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3017714Z test_nvfuser_extremal_values_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3018119Z test_nvfuser_extremal_values_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3018538Z test_nvfuser_extremal_values_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3018958Z test_nvfuser_extremal_values_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3019375Z test_nvfuser_extremal_values_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3019788Z test_nvfuser_extremal_values_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3020195Z test_nvfuser_extremal_values_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3020602Z test_nvfuser_extremal_values_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3021015Z test_nvfuser_extremal_values_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3021494Z test_nvfuser_extremal_values_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3021916Z test_nvfuser_extremal_values_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3022328Z test_nvfuser_extremal_values_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3022737Z test_nvfuser_extremal_values_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3023192Z test_nvfuser_extremal_values_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3023614Z test_nvfuser_extremal_values_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3024100Z test_nvfuser_extremal_values_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3024548Z test_nvfuser_extremal_values_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3025045Z test_nvfuser_extremal_values_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3025548Z test_nvfuser_extremal_values_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3026055Z test_nvfuser_extremal_values_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3026560Z test_nvfuser_extremal_values_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3027066Z test_nvfuser_extremal_values_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3027573Z test_nvfuser_extremal_values_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3028083Z test_nvfuser_extremal_values_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3028587Z test_nvfuser_extremal_values_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3029089Z test_nvfuser_extremal_values_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3029585Z test_nvfuser_extremal_values_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3030079Z test_nvfuser_extremal_values_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3030581Z test_nvfuser_extremal_values_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3031081Z test_nvfuser_extremal_values_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3031417Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3031757Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3032155Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3032483Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3032805Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3033131Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3033478Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3033878Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3034222Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3034561Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3034897Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3035230Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3035547Z test_nvfuser_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3035860Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3036178Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3036492Z test_nvfuser_extremal_values_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3036799Z test_nvfuser_extremal_values_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3037106Z test_nvfuser_extremal_values_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3037443Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3037756Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3038038Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3038315Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3038585Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3038856Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3039114Z test_nvfuser_extremal_values_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3039439Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3039702Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3039999Z test_nvfuser_extremal_values_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3040256Z test_nvfuser_extremal_values_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3040508Z test_nvfuser_extremal_values_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3040937Z test_nvfuser_extremal_values_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3041355Z test_nvfuser_extremal_values_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3041815Z test_nvfuser_extremal_values_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3042227Z test_nvfuser_extremal_values_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3042633Z test_nvfuser_extremal_values_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3043037Z test_nvfuser_extremal_values_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3043450Z test_nvfuser_extremal_values_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3043867Z test_nvfuser_extremal_values_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3044279Z test_nvfuser_extremal_values_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3044690Z test_nvfuser_extremal_values_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3045109Z test_nvfuser_extremal_values_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3045529Z test_nvfuser_extremal_values_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3045938Z test_nvfuser_extremal_values_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3046350Z test_nvfuser_extremal_values_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3046760Z test_nvfuser_extremal_values_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3047162Z test_nvfuser_extremal_values_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3047569Z test_nvfuser_extremal_values_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3047974Z test_nvfuser_extremal_values_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3048377Z test_nvfuser_extremal_values_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3048791Z test_nvfuser_extremal_values_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3049257Z test_nvfuser_extremal_values_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3049687Z test_nvfuser_extremal_values_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3050097Z test_nvfuser_extremal_values_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3050503Z test_nvfuser_extremal_values_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3050909Z test_nvfuser_extremal_values_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3051371Z test_nvfuser_extremal_values_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3051787Z test_nvfuser_extremal_values_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3052199Z test_nvfuser_extremal_values_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3052644Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3053083Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3053522Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3053958Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3054403Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3054851Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3055288Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3055723Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3056158Z test_nvfuser_extremal_values_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3056590Z test_nvfuser_extremal_values_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3057013Z test_nvfuser_extremal_values_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3057434Z test_nvfuser_extremal_values_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3057870Z test_nvfuser_extremal_values_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3058305Z test_nvfuser_extremal_values_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3058773Z test_nvfuser_extremal_values_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3059203Z test_nvfuser_extremal_values_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3059625Z test_nvfuser_extremal_values_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3060061Z test_nvfuser_extremal_values_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3060531Z test_nvfuser_extremal_values_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3060954Z test_nvfuser_extremal_values_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3061374Z test_nvfuser_extremal_values_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3061819Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3062261Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3062697Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3063139Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3063572Z test_nvfuser_extremal_values_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3064149Z test_nvfuser_extremal_values_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3064600Z test_nvfuser_extremal_values_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3065100Z test_nvfuser_extremal_values_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3065619Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3066134Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3066644Z test_nvfuser_extremal_values_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3067153Z test_nvfuser_extremal_values_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3067472Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3067782Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3068102Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3068407Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3069038Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3069585Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3070102Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3070620Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3071049Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3071415Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3071772Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3072118Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3072638Z test_nvfuser_extremal_values_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3073158Z test_nvfuser_extremal_values_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3073672Z test_nvfuser_extremal_values_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3074176Z test_nvfuser_extremal_values_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3074688Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3075204Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3075718Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3076231Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3076766Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3077304Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3077778Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3078221Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3078668Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3079160Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3079601Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3080033Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3080469Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3080902Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3081379Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3081810Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3082239Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3082666Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3083086Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3083514Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3083978Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3084437Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3084888Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3085334Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3085763Z test_nvfuser_extremal_values_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3086188Z test_nvfuser_extremal_values_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3086603Z test_nvfuser_extremal_values_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3087013Z test_nvfuser_extremal_values_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3087449Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3087882Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3088329Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3088805Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3089255Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3089696Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3090130Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3090608Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3091047Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3091479Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3091910Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3092339Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3092774Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3093105Z 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.003s) 2023-01-11T23:08:16.3093555Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3093989Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3094420Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3094853Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3095302Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3095749Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3096186Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3096619Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3096944Z 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.003s) 2023-01-11T23:08:16.3097390Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3097878Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3098315Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3098803Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3099265Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3099765Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3100223Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3100657Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3101094Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3101528Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3101963Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3102394Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3102824Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3103246Z test_nvfuser_extremal_values_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3103745Z test_nvfuser_extremal_values_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3104173Z test_nvfuser_extremal_values_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3104630Z test_nvfuser_extremal_values_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3105127Z test_nvfuser_extremal_values_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3105625Z test_nvfuser_extremal_values_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3106180Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3106748Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3107322Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3107950Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3108520Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3109075Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3109594Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3110187Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3110699Z test_nvfuser_extremal_values_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3111205Z test_nvfuser_extremal_values_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3111749Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3112288Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3112820Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3113368Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3113717Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3114072Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3114410Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3114735Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3115070Z test_nvfuser_extremal_values_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3115395Z test_nvfuser_extremal_values_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3115722Z test_nvfuser_extremal_values_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3116045Z test_nvfuser_extremal_values_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3116588Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3117114Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3117628Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3118107Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3118543Z test_nvfuser_extremal_values_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3118973Z test_nvfuser_extremal_values_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3119395Z test_nvfuser_extremal_values_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3119816Z test_nvfuser_extremal_values_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3120301Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3120741Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3121170Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3121599Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3122063Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3122519Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3122966Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3123411Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3123728Z test_nvfuser_extremal_values_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2023-01-11T23:08:16.3124151Z test_nvfuser_extremal_values_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3124579Z test_nvfuser_extremal_values_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3125000Z test_nvfuser_extremal_values_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3125323Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2023-01-11T23:08:16.3125756Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3126185Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3126613Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3127070Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3127551Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3127987Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3128418Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3128863Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3129349Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3129788Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3130218Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3130652Z test_nvfuser_extremal_values_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3131084Z test_nvfuser_extremal_values_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3131518Z test_nvfuser_extremal_values_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3131946Z test_nvfuser_extremal_values_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3132386Z test_nvfuser_extremal_values_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3132821Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3133251Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3133676Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3134103Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3134528Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3134967Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3135407Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3135846Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3136282Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3136759Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3137192Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3137622Z test_nvfuser_extremal_values_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3138049Z test_nvfuser_extremal_values_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3138473Z test_nvfuser_extremal_values_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3138961Z test_nvfuser_extremal_values_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3139381Z test_nvfuser_extremal_values_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3139800Z test_nvfuser_extremal_values_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3140213Z test_nvfuser_extremal_values_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3140631Z test_nvfuser_extremal_values_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3141052Z test_nvfuser_extremal_values_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3141464Z test_nvfuser_extremal_values_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3141870Z test_nvfuser_extremal_values_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3142275Z test_nvfuser_extremal_values_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3142701Z test_nvfuser_extremal_values_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3143119Z test_nvfuser_extremal_values_log1p_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3143540Z test_nvfuser_extremal_values_log1p_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3144199Z test_nvfuser_extremal_values_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3144706Z test_nvfuser_extremal_values_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3145194Z test_nvfuser_extremal_values_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3145689Z test_nvfuser_extremal_values_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3146193Z test_nvfuser_extremal_values_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3146694Z test_nvfuser_extremal_values_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3147275Z test_nvfuser_extremal_values_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3147779Z test_nvfuser_extremal_values_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3148277Z test_nvfuser_extremal_values_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3148773Z test_nvfuser_extremal_values_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3149348Z test_nvfuser_extremal_values_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3149860Z test_nvfuser_extremal_values_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3150355Z test_nvfuser_extremal_values_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3150846Z test_nvfuser_extremal_values_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3151334Z test_nvfuser_extremal_values_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3151849Z test_nvfuser_extremal_values_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3152366Z test_nvfuser_extremal_values_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3152886Z test_nvfuser_extremal_values_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3153399Z test_nvfuser_extremal_values_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3153941Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3154490Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3155038Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3155603Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3156140Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3156678Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3157192Z test_nvfuser_extremal_values_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3157701Z test_nvfuser_extremal_values_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3158128Z test_nvfuser_extremal_values_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3158602Z test_nvfuser_extremal_values_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3159029Z test_nvfuser_extremal_values_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3159452Z test_nvfuser_extremal_values_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3159887Z test_nvfuser_extremal_values_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3160363Z test_nvfuser_extremal_values_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3160810Z test_nvfuser_extremal_values_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3161244Z test_nvfuser_extremal_values_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3161667Z test_nvfuser_extremal_values_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3162088Z test_nvfuser_extremal_values_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3162503Z test_nvfuser_extremal_values_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3162923Z test_nvfuser_extremal_values_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3163352Z test_nvfuser_extremal_values_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3163787Z test_nvfuser_extremal_values_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3164219Z test_nvfuser_extremal_values_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3164643Z test_nvfuser_extremal_values_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3165074Z test_nvfuser_extremal_values_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3165500Z test_nvfuser_extremal_values_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3165927Z test_nvfuser_extremal_values_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3166366Z test_nvfuser_extremal_values_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3166798Z test_nvfuser_extremal_values_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3167220Z test_nvfuser_extremal_values_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3167646Z test_nvfuser_extremal_values_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3168115Z test_nvfuser_extremal_values_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3168540Z test_nvfuser_extremal_values_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3168971Z test_nvfuser_extremal_values_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3169401Z test_nvfuser_extremal_values_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3169871Z test_nvfuser_extremal_values_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3170295Z test_nvfuser_extremal_values_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3170715Z test_nvfuser_extremal_values_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3171140Z test_nvfuser_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3171576Z test_nvfuser_extremal_values_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3172015Z test_nvfuser_extremal_values_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3172444Z test_nvfuser_extremal_values_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3172873Z test_nvfuser_extremal_values_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3173294Z test_nvfuser_extremal_values_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3173707Z test_nvfuser_extremal_values_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3174121Z test_nvfuser_extremal_values_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3174535Z test_nvfuser_extremal_values_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3174931Z test_nvfuser_extremal_values_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3175357Z test_nvfuser_extremal_values_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3175786Z test_nvfuser_extremal_values_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3176214Z test_nvfuser_extremal_values_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3176635Z test_nvfuser_extremal_values_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3177063Z test_nvfuser_extremal_values_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3177540Z test_nvfuser_extremal_values_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3177971Z test_nvfuser_extremal_values_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3178393Z test_nvfuser_extremal_values_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3178815Z test_nvfuser_extremal_values_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3179236Z test_nvfuser_extremal_values_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3179771Z test_nvfuser_extremal_values_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3180190Z test_nvfuser_extremal_values_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3180611Z test_nvfuser_extremal_values_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3181020Z test_nvfuser_extremal_values_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3181428Z test_nvfuser_extremal_values_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3181839Z test_nvfuser_extremal_values_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3182256Z test_nvfuser_extremal_values_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3182665Z test_nvfuser_extremal_values_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3183069Z test_nvfuser_extremal_values_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3183471Z test_nvfuser_extremal_values_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3183949Z test_nvfuser_extremal_values_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3184370Z test_nvfuser_extremal_values_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3184849Z test_nvfuser_extremal_values_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3185327Z test_nvfuser_extremal_values_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3185833Z test_nvfuser_extremal_values_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3186338Z test_nvfuser_extremal_values_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3186843Z test_nvfuser_extremal_values_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3187351Z test_nvfuser_extremal_values_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3187940Z test_nvfuser_extremal_values_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3188484Z test_nvfuser_extremal_values_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3188996Z test_nvfuser_extremal_values_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3189495Z test_nvfuser_extremal_values_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3190046Z test_nvfuser_extremal_values_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3190548Z test_nvfuser_extremal_values_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3191049Z test_nvfuser_extremal_values_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3191539Z test_nvfuser_extremal_values_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3192027Z test_nvfuser_extremal_values_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3192512Z test_nvfuser_extremal_values_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3193008Z test_nvfuser_extremal_values_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3193511Z test_nvfuser_extremal_values_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3194010Z test_nvfuser_extremal_values_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3194499Z test_nvfuser_extremal_values_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3194985Z test_nvfuser_extremal_values_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3195475Z test_nvfuser_extremal_values_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3195788Z test_nvfuser_extremal_values_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3196092Z test_nvfuser_extremal_values_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3196401Z test_nvfuser_extremal_values_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3196713Z test_nvfuser_extremal_values_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3197018Z test_nvfuser_extremal_values_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3197320Z test_nvfuser_extremal_values_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3197618Z test_nvfuser_extremal_values_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3197896Z test_nvfuser_extremal_values_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3198380Z test_nvfuser_extremal_values_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3198817Z test_nvfuser_extremal_values_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3199245Z test_nvfuser_extremal_values_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3199679Z test_nvfuser_extremal_values_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3200112Z test_nvfuser_extremal_values_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3200598Z test_nvfuser_extremal_values_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3201030Z test_nvfuser_extremal_values_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3201459Z test_nvfuser_extremal_values_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3201893Z test_nvfuser_extremal_values_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3202338Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3202788Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3203226Z test_nvfuser_extremal_values_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3203661Z test_nvfuser_extremal_values_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3204093Z test_nvfuser_extremal_values_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3204523Z test_nvfuser_extremal_values_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3204963Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3205410Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3205839Z test_nvfuser_extremal_values_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3206266Z test_nvfuser_extremal_values_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3206692Z test_nvfuser_extremal_values_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3207118Z test_nvfuser_extremal_values_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3207559Z test_nvfuser_extremal_values_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3208057Z test_nvfuser_extremal_values_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3208486Z test_nvfuser_extremal_values_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3208917Z test_nvfuser_extremal_values_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3209338Z test_nvfuser_extremal_values_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3209777Z test_nvfuser_extremal_values_masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3210277Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3210712Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3211148Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3211591Z test_nvfuser_extremal_values_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3212037Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3212493Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3212933Z test_nvfuser_extremal_values_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3213372Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3213806Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3214243Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3214671Z test_nvfuser_extremal_values_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3215108Z test_nvfuser_extremal_values_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3215541Z test_nvfuser_extremal_values_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3215965Z test_nvfuser_extremal_values_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3216391Z test_nvfuser_extremal_values_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3216816Z test_nvfuser_extremal_values_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3217249Z test_nvfuser_extremal_values_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3217735Z test_nvfuser_extremal_values_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3218171Z test_nvfuser_extremal_values_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3218595Z test_nvfuser_extremal_values_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3219017Z test_nvfuser_extremal_values_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3219491Z test_nvfuser_extremal_values_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3219928Z test_nvfuser_extremal_values_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3220373Z test_nvfuser_extremal_values_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3220833Z test_nvfuser_extremal_values_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3221283Z test_nvfuser_extremal_values_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3221723Z test_nvfuser_extremal_values_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3222161Z test_nvfuser_extremal_values_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3222598Z test_nvfuser_extremal_values_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3223026Z test_nvfuser_extremal_values_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3223458Z test_nvfuser_extremal_values_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3223955Z test_nvfuser_extremal_values_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3224385Z test_nvfuser_extremal_values_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3224894Z test_nvfuser_extremal_values_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3225392Z test_nvfuser_extremal_values_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3225903Z test_nvfuser_extremal_values_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3226422Z test_nvfuser_extremal_values_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3226961Z test_nvfuser_extremal_values_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3227481Z test_nvfuser_extremal_values_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3228081Z test_nvfuser_extremal_values_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3228618Z test_nvfuser_extremal_values_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3229134Z test_nvfuser_extremal_values_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3229650Z test_nvfuser_extremal_values_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3230239Z test_nvfuser_extremal_values_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3230765Z test_nvfuser_extremal_values_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3231285Z test_nvfuser_extremal_values_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3231800Z test_nvfuser_extremal_values_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3232324Z test_nvfuser_extremal_values_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3232850Z test_nvfuser_extremal_values_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3233371Z test_nvfuser_extremal_values_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3233891Z test_nvfuser_extremal_values_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3234417Z test_nvfuser_extremal_values_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3234935Z test_nvfuser_extremal_values_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3235452Z test_nvfuser_extremal_values_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3235973Z test_nvfuser_extremal_values_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3236496Z test_nvfuser_extremal_values_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3237015Z test_nvfuser_extremal_values_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3237548Z test_nvfuser_extremal_values_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3237989Z test_nvfuser_extremal_values_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3238416Z test_nvfuser_extremal_values_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3238885Z test_nvfuser_extremal_values_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3239140Z test_nvfuser_extremal_values_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3239397Z test_nvfuser_extremal_values_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3239651Z test_nvfuser_extremal_values_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3239898Z test_nvfuser_extremal_values_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3240143Z test_nvfuser_extremal_values_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3240436Z test_nvfuser_extremal_values_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3240869Z test_nvfuser_extremal_values_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3241304Z test_nvfuser_extremal_values_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3241740Z test_nvfuser_extremal_values_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3242162Z test_nvfuser_extremal_values_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3242582Z test_nvfuser_extremal_values_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3243006Z test_nvfuser_extremal_values_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3243425Z test_nvfuser_extremal_values_matmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3243848Z test_nvfuser_extremal_values_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3244271Z test_nvfuser_extremal_values_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3244683Z test_nvfuser_extremal_values_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3245099Z test_nvfuser_extremal_values_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3245515Z test_nvfuser_extremal_values_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3245766Z test_nvfuser_extremal_values_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3246023Z test_nvfuser_extremal_values_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3246276Z test_nvfuser_extremal_values_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3246533Z test_nvfuser_extremal_values_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3246781Z test_nvfuser_extremal_values_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3247029Z test_nvfuser_extremal_values_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3247501Z test_nvfuser_extremal_values_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3247927Z test_nvfuser_extremal_values_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3248350Z test_nvfuser_extremal_values_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3248769Z test_nvfuser_extremal_values_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3249238Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3249764Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3250231Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3250697Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3251141Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3251582Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3252025Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3252467Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3252907Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3253352Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3253798Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3254244Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3254670Z test_nvfuser_extremal_values_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3255088Z test_nvfuser_extremal_values_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3255503Z test_nvfuser_extremal_values_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3255920Z test_nvfuser_extremal_values_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3256345Z test_nvfuser_extremal_values_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3256762Z test_nvfuser_extremal_values_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3257228Z test_nvfuser_extremal_values_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3257646Z test_nvfuser_extremal_values_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3258058Z test_nvfuser_extremal_values_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3258467Z test_nvfuser_extremal_values_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3258928Z test_nvfuser_extremal_values_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3259344Z test_nvfuser_extremal_values_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3259757Z test_nvfuser_extremal_values_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3260213Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3260676Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3261141Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3261599Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3262049Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3262494Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3262950Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3263416Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3264016Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3264480Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.3265032Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3265565Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3266065Z test_nvfuser_extremal_values_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3266575Z test_nvfuser_extremal_values_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3267171Z test_nvfuser_extremal_values_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3267684Z test_nvfuser_extremal_values_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3268221Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3268752Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3269345Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3269881Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3270425Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3270969Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3271516Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3272048Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3272561Z test_nvfuser_extremal_values_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3273063Z test_nvfuser_extremal_values_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3273566Z test_nvfuser_extremal_values_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3274064Z test_nvfuser_extremal_values_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3274555Z test_nvfuser_extremal_values_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3275057Z test_nvfuser_extremal_values_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3275558Z test_nvfuser_extremal_values_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3276045Z test_nvfuser_extremal_values_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3276531Z test_nvfuser_extremal_values_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3277019Z test_nvfuser_extremal_values_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3277519Z test_nvfuser_extremal_values_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3278005Z test_nvfuser_extremal_values_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3278463Z test_nvfuser_extremal_values_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3278880Z test_nvfuser_extremal_values_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3279297Z test_nvfuser_extremal_values_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3279718Z test_nvfuser_extremal_values_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3280136Z test_nvfuser_extremal_values_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3280595Z test_nvfuser_extremal_values_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3281010Z test_nvfuser_extremal_values_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3281422Z test_nvfuser_extremal_values_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3281833Z test_nvfuser_extremal_values_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3282242Z test_nvfuser_extremal_values_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3282656Z test_nvfuser_extremal_values_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3283067Z test_nvfuser_extremal_values_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3283474Z test_nvfuser_extremal_values_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3283887Z test_nvfuser_extremal_values_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3284296Z test_nvfuser_extremal_values_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3284692Z test_nvfuser_extremal_values_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3285097Z test_nvfuser_extremal_values_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3285504Z test_nvfuser_extremal_values_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3285925Z test_nvfuser_extremal_values_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3286346Z test_nvfuser_extremal_values_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3286766Z test_nvfuser_extremal_values_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3287169Z test_nvfuser_extremal_values_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3287584Z test_nvfuser_extremal_values_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3288041Z test_nvfuser_extremal_values_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3288455Z test_nvfuser_extremal_values_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3288857Z test_nvfuser_extremal_values_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3289258Z test_nvfuser_extremal_values_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3289757Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3290201Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3290643Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3291080Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3291521Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3291959Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3292399Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3292844Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3293282Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3293702Z test_nvfuser_extremal_values_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3294118Z test_nvfuser_extremal_values_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3294539Z test_nvfuser_extremal_values_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3294959Z test_nvfuser_extremal_values_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3295378Z test_nvfuser_extremal_values_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3295792Z test_nvfuser_extremal_values_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3296206Z test_nvfuser_extremal_values_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3296617Z test_nvfuser_extremal_values_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3297040Z test_nvfuser_extremal_values_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3297504Z test_nvfuser_extremal_values_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3297931Z test_nvfuser_extremal_values_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3298183Z test_nvfuser_extremal_values_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3298434Z test_nvfuser_extremal_values_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3298847Z test_nvfuser_extremal_values_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3299305Z test_nvfuser_extremal_values_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3299720Z test_nvfuser_extremal_values_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3300130Z test_nvfuser_extremal_values_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3300552Z test_nvfuser_extremal_values_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3300981Z test_nvfuser_extremal_values_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3301414Z test_nvfuser_extremal_values_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3301836Z test_nvfuser_extremal_values_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3302254Z test_nvfuser_extremal_values_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3302675Z test_nvfuser_extremal_values_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3303089Z test_nvfuser_extremal_values_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3303509Z test_nvfuser_extremal_values_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3304007Z test_nvfuser_extremal_values_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3304424Z test_nvfuser_extremal_values_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3304914Z test_nvfuser_extremal_values_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3305399Z test_nvfuser_extremal_values_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3305704Z test_nvfuser_extremal_values_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3306013Z test_nvfuser_extremal_values_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3306322Z test_nvfuser_extremal_values_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3306705Z test_nvfuser_extremal_values_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3307258Z test_nvfuser_extremal_values_native_dropout_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3307804Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3308354Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3308949Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3309262Z test_nvfuser_extremal_values_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3309568Z test_nvfuser_extremal_values_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3309875Z test_nvfuser_extremal_values_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3310182Z test_nvfuser_extremal_values_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3310676Z test_nvfuser_extremal_values_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3311174Z test_nvfuser_extremal_values_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3311673Z test_nvfuser_extremal_values_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3312167Z test_nvfuser_extremal_values_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3312656Z test_nvfuser_extremal_values_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3313140Z test_nvfuser_extremal_values_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3313631Z test_nvfuser_extremal_values_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3314137Z test_nvfuser_extremal_values_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3314643Z test_nvfuser_extremal_values_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3315140Z test_nvfuser_extremal_values_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3315629Z test_nvfuser_extremal_values_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3316119Z test_nvfuser_extremal_values_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3316415Z test_nvfuser_extremal_values_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3316721Z test_nvfuser_extremal_values_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3317022Z test_nvfuser_extremal_values_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3317375Z test_nvfuser_extremal_values_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3317685Z test_nvfuser_extremal_values_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3317987Z test_nvfuser_extremal_values_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3318298Z test_nvfuser_extremal_values_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3318606Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3318950Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3319252Z test_nvfuser_extremal_values_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3319555Z test_nvfuser_extremal_values_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3319863Z test_nvfuser_extremal_values_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2023-01-11T23:08:16.3320288Z test_nvfuser_extremal_values_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3320713Z test_nvfuser_extremal_values_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3321136Z test_nvfuser_extremal_values_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3321553Z test_nvfuser_extremal_values_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3321965Z test_nvfuser_extremal_values_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3322379Z test_nvfuser_extremal_values_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3322795Z test_nvfuser_extremal_values_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3323221Z test_nvfuser_extremal_values_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3323644Z test_nvfuser_extremal_values_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3324059Z test_nvfuser_extremal_values_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3324468Z test_nvfuser_extremal_values_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3324890Z test_nvfuser_extremal_values_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3325316Z test_nvfuser_extremal_values_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3325789Z test_nvfuser_extremal_values_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3326218Z test_nvfuser_extremal_values_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3326634Z test_nvfuser_extremal_values_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3327047Z test_nvfuser_extremal_values_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3327462Z test_nvfuser_extremal_values_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3327930Z test_nvfuser_extremal_values_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3328349Z test_nvfuser_extremal_values_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3328766Z test_nvfuser_extremal_values_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3329264Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3329752Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3330247Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3330735Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3331204Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3331670Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3332138Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3332610Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3333082Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3333544Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3334011Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3334474Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3334949Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3335544Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3336017Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3336481Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3336948Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3337461Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3337931Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3338396Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3338866Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3339333Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3339804Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3340266Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3340733Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3341195Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3341651Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3342113Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3342573Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3343029Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3343480Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3343997Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3344478Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3345093Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3345643Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3346183Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3346724Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3347335Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3347883Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3348422Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3348968Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3349512Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3350053Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3350592Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3351142Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3351681Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3352222Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3352761Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3353340Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3353915Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3354488Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3355056Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3355598Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3356200Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3356743Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3357270Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3357613Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3357960Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3358314Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3358596Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3359093Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3359585Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3360075Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3360565Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3361007Z test_nvfuser_extremal_values_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3361445Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3361882Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3362320Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3362769Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3363218Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3363659Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3364099Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3364535Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3364977Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3365473Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3365923Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3366367Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3366802Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3367286Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3367726Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3368189Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3368659Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3369127Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3369583Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3370053Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3370512Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3370975Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3371450Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3371915Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3372378Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3372836Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3373296Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3373574Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3373855Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3374144Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3374471Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3374749Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3375023Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2023-01-11T23:08:16.3375503Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3376018Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3376490Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3376960Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3377425Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3377886Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3378351Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3378812Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3379269Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3379721Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3380172Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3380623Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3381070Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3381517Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3381967Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3382413Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3382855Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3383303Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3383964Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3384432Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3384974Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3385516Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3386117Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3386662Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3387203Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3387732Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3388259Z test_nvfuser_extremal_values_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3388795Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3389317Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3389840Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3390397Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3390950Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3391506Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3392056Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3392596Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3393146Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3393681Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3394221Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3394875Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3395473Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3396067Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3396655Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3397345Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3397973Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3398485Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3398987Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3399484Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3399987Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3400456Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3400922Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3401385Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3401853Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3402324Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3402787Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3403247Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3403705Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3404174Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3404678Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3405122Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3405556Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3405990Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3406420Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3406899Z test_nvfuser_extremal_values_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3407328Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3407762Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3408195Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3408644Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3409097Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3409552Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3410001Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3410448Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3410896Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3411342Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3411797Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3412245Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3412690Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3413135Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3413593Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3414092Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3414553Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3415003Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3415449Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3415943Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3416389Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3416828Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3417271Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3417713Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3418152Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3418601Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3419079Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3419546Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3420011Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3420473Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3420925Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3421374Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3421821Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3422263Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3422721Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3423175Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3423669Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3424202Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3424664Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3425125Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3425646Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3426108Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3426574Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3427041Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3427508Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3427981Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3428449Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3428919Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3429384Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3429844Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3430312Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3430781Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3431246Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3431711Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3432184Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3432654Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3433173Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3433619Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3434055Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3434489Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3435001Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3435444Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3435891Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3436333Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3436771Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3437213Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3437653Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3438098Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3438552Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3438996Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3439445Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3439897Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3440342Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3440785Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3441229Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3441674Z test_nvfuser_extremal_values_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3442167Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3442617Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3443056Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3443497Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3443930Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3444450Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3444919Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3445384Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3445851Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3446298Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3446749Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3447194Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3447643Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3448119Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3448581Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3449049Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3449518Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3449963Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3450406Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3450850Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3451295Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3451790Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3452240Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3452681Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3453124Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3453618Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3454062Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3454508Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3454951Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3455433Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3455969Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3456499Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3457048Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3457601Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3458153Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3458711Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3459260Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3459799Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3460353Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3460909Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3461463Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3462057Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3462615Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3463150Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3463766Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3464394Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3464953Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3465490Z test_nvfuser_extremal_values_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3466016Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3466536Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3467065Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3467609Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3468156Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3468615Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3469057Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3469517Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3469976Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3470440Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3470894Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3471365Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3471834Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3472303Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3472826Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3473316Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3473797Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3474276Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3474802Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3475251Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3475691Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3476131Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3476570Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3477022Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3477479Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3477923Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3478367Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3478813Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3479257Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3479710Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3480171Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3480633Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3481087Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3481542Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3482040Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3482498Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3482957Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3483416Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3483912Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3484362Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3484812Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3485271Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3485728Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3486188Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3486641Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3487089Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3487541Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3488005Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3488470Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3488928Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3489383Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3489835Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3490301Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3490775Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3491355Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3491823Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3492282Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3492742Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3493223Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3493664Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3494122Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3494584Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3495047Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3495505Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3495958Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3496411Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3496869Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3497336Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3497803Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3498259Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3498716Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3499174Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3499640Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3500102Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3500602Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3501061Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3501501Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3501942Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3502376Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3502857Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3503303Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3503875Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3504319Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3504761Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3505199Z test_nvfuser_extremal_values_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3505638Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3506073Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3506502Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3506943Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3507384Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3507821Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3508252Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3508690Z test_nvfuser_extremal_values_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3509126Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3509563Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3510091Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3510541Z test_nvfuser_extremal_values_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3510979Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3511419Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3511854Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3512363Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3512824Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3513287Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3513757Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3514216Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3514679Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3515147Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3515593Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3516036Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3516477Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3516924Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3517400Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3517875Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3518358Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3518830Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3519304Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3519827Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3520294Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3520749Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3521201Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3521699Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3522167Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3522624Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3523080Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3523533Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3523988Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3524457Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3524912Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3525357Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3525805Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3526259Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3526715Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3527184Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3527644Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3528100Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3528556Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3529015Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3529525Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3529979Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3530427Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3530875Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3531396Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3531873Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3532349Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3532813Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3533282Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3533752Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3534253Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3534775Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3535279Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3535781Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3536280Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3536776Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3537221Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3537675Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3538132Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3538624Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3539073Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3539517Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3539986Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3540440Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3540961Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3541429Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3541890Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3542355Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3542780Z test_nvfuser_extremal_values_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3543213Z test_nvfuser_extremal_values_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3543648Z test_nvfuser_extremal_values_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3544134Z test_nvfuser_extremal_values_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3544565Z test_nvfuser_extremal_values_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3544981Z test_nvfuser_extremal_values_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3545400Z test_nvfuser_extremal_values_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3545820Z test_nvfuser_extremal_values_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3546236Z test_nvfuser_extremal_values_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3546653Z test_nvfuser_extremal_values_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3547062Z test_nvfuser_extremal_values_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3547473Z test_nvfuser_extremal_values_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3547900Z test_nvfuser_extremal_values_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3548393Z test_nvfuser_extremal_values_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3548826Z test_nvfuser_extremal_values_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3549249Z test_nvfuser_extremal_values_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3549675Z test_nvfuser_extremal_values_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3550094Z test_nvfuser_extremal_values_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3550572Z test_nvfuser_extremal_values_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3551002Z test_nvfuser_extremal_values_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3551428Z test_nvfuser_extremal_values_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3551850Z test_nvfuser_extremal_values_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3552275Z test_nvfuser_extremal_values_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3552697Z test_nvfuser_extremal_values_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3553134Z test_nvfuser_extremal_values_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3553565Z test_nvfuser_extremal_values_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3553984Z test_nvfuser_extremal_values_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3554398Z test_nvfuser_extremal_values_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3554814Z test_nvfuser_extremal_values_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3555234Z test_nvfuser_extremal_values_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3555650Z test_nvfuser_extremal_values_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3556072Z test_nvfuser_extremal_values_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3556511Z test_nvfuser_extremal_values_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3556950Z test_nvfuser_extremal_values_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3557390Z test_nvfuser_extremal_values_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3557876Z test_nvfuser_extremal_values_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3558296Z test_nvfuser_extremal_values_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3558723Z test_nvfuser_extremal_values_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3559149Z test_nvfuser_extremal_values_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3559567Z test_nvfuser_extremal_values_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3560027Z test_nvfuser_extremal_values_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3560451Z test_nvfuser_extremal_values_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3560877Z test_nvfuser_extremal_values_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3561310Z test_nvfuser_extremal_values_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3561738Z test_nvfuser_extremal_values_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3562161Z test_nvfuser_extremal_values_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3562578Z test_nvfuser_extremal_values_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3563006Z test_nvfuser_extremal_values_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3563275Z test_nvfuser_extremal_values_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3563551Z test_nvfuser_extremal_values_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3563822Z test_nvfuser_extremal_values_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3564092Z test_nvfuser_extremal_values_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3564513Z test_nvfuser_extremal_values_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3564939Z test_nvfuser_extremal_values_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3565357Z test_nvfuser_extremal_values_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3565759Z test_nvfuser_extremal_values_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3566174Z test_nvfuser_extremal_values_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3566591Z test_nvfuser_extremal_values_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3566913Z test_nvfuser_extremal_values_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3567185Z test_nvfuser_extremal_values_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3567612Z test_nvfuser_extremal_values_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3568040Z test_nvfuser_extremal_values_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3568464Z test_nvfuser_extremal_values_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3568941Z test_nvfuser_extremal_values_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3569364Z test_nvfuser_extremal_values_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3569778Z test_nvfuser_extremal_values_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3570208Z test_nvfuser_extremal_values_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3570644Z test_nvfuser_extremal_values_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3571066Z test_nvfuser_extremal_values_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3571492Z test_nvfuser_extremal_values_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3571909Z test_nvfuser_extremal_values_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3572323Z test_nvfuser_extremal_values_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3572773Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3573225Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3573698Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3574150Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3574597Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3575042Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3575496Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3575950Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3576443Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3576897Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3577346Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3577795Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3578246Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3578757Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3579202Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3579629Z test_nvfuser_extremal_values_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3580059Z test_nvfuser_extremal_values_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3580494Z test_nvfuser_extremal_values_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3580924Z test_nvfuser_extremal_values_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3581345Z test_nvfuser_extremal_values_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3581766Z test_nvfuser_extremal_values_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3582179Z test_nvfuser_extremal_values_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3582598Z test_nvfuser_extremal_values_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3583016Z test_nvfuser_extremal_values_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3583439Z test_nvfuser_extremal_values_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3583916Z test_nvfuser_extremal_values_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3584326Z test_nvfuser_extremal_values_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3584740Z test_nvfuser_extremal_values_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3585159Z test_nvfuser_extremal_values_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3585583Z test_nvfuser_extremal_values_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3585995Z test_nvfuser_extremal_values_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3586478Z test_nvfuser_extremal_values_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3586900Z test_nvfuser_extremal_values_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3587315Z test_nvfuser_extremal_values_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3587736Z test_nvfuser_extremal_values_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3588206Z test_nvfuser_extremal_values_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3588652Z test_nvfuser_extremal_values_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3589063Z test_nvfuser_extremal_values_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3589476Z test_nvfuser_extremal_values_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3589746Z test_nvfuser_extremal_values_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3590012Z test_nvfuser_extremal_values_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3590282Z test_nvfuser_extremal_values_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3590539Z test_nvfuser_extremal_values_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3590778Z test_nvfuser_extremal_values_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3591028Z test_nvfuser_extremal_values_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3591455Z test_nvfuser_extremal_values_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3591870Z test_nvfuser_extremal_values_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.3592291Z test_nvfuser_extremal_values_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3592716Z test_nvfuser_extremal_values_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3593150Z test_nvfuser_extremal_values_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3593586Z test_nvfuser_extremal_values_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3594014Z test_nvfuser_extremal_values_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3594441Z test_nvfuser_extremal_values_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3594866Z test_nvfuser_extremal_values_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3595339Z test_nvfuser_extremal_values_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3595764Z test_nvfuser_extremal_values_randint_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3596186Z test_nvfuser_extremal_values_randint_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3596609Z test_nvfuser_extremal_values_randint_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3597023Z test_nvfuser_extremal_values_randint_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3597505Z test_nvfuser_extremal_values_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3597938Z test_nvfuser_extremal_values_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3598375Z test_nvfuser_extremal_values_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3598803Z test_nvfuser_extremal_values_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3599219Z test_nvfuser_extremal_values_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3599647Z test_nvfuser_extremal_values_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3600069Z test_nvfuser_extremal_values_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3600483Z test_nvfuser_extremal_values_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3600895Z test_nvfuser_extremal_values_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3601310Z test_nvfuser_extremal_values_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3601733Z test_nvfuser_extremal_values_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3602168Z test_nvfuser_extremal_values_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3602605Z test_nvfuser_extremal_values_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3603029Z test_nvfuser_extremal_values_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3603460Z test_nvfuser_extremal_values_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3603887Z test_nvfuser_extremal_values_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3604311Z test_nvfuser_extremal_values_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3604735Z test_nvfuser_extremal_values_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3605206Z test_nvfuser_extremal_values_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3605627Z test_nvfuser_extremal_values_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3606040Z test_nvfuser_extremal_values_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3606452Z test_nvfuser_extremal_values_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3606911Z test_nvfuser_extremal_values_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3607331Z test_nvfuser_extremal_values_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3607752Z test_nvfuser_extremal_values_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3608167Z test_nvfuser_extremal_values_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3608579Z test_nvfuser_extremal_values_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3608986Z test_nvfuser_extremal_values_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3609423Z test_nvfuser_extremal_values_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3609862Z test_nvfuser_extremal_values_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3610298Z test_nvfuser_extremal_values_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3610727Z test_nvfuser_extremal_values_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3611151Z test_nvfuser_extremal_values_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3611583Z test_nvfuser_extremal_values_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3612014Z test_nvfuser_extremal_values_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3612440Z test_nvfuser_extremal_values_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3612878Z test_nvfuser_extremal_values_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3613298Z test_nvfuser_extremal_values_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3613716Z test_nvfuser_extremal_values_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3614145Z test_nvfuser_extremal_values_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3614610Z test_nvfuser_extremal_values_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3615034Z test_nvfuser_extremal_values_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3615437Z test_nvfuser_extremal_values_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3615852Z test_nvfuser_extremal_values_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3616274Z test_nvfuser_extremal_values_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3616750Z test_nvfuser_extremal_values_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3617173Z test_nvfuser_extremal_values_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3617595Z test_nvfuser_extremal_values_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3618023Z test_nvfuser_extremal_values_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3618440Z test_nvfuser_extremal_values_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3618889Z test_nvfuser_extremal_values_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3619342Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3619788Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3620224Z test_nvfuser_extremal_values_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3620673Z test_nvfuser_extremal_values_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3621116Z test_nvfuser_extremal_values_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3621547Z test_nvfuser_extremal_values_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3621985Z test_nvfuser_extremal_values_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3622419Z test_nvfuser_extremal_values_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3622869Z test_nvfuser_extremal_values_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3623295Z test_nvfuser_extremal_values_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3623860Z test_nvfuser_extremal_values_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3624352Z test_nvfuser_extremal_values_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3624789Z test_nvfuser_extremal_values_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3625216Z test_nvfuser_extremal_values_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3625638Z test_nvfuser_extremal_values_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3626056Z test_nvfuser_extremal_values_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3626523Z test_nvfuser_extremal_values_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3626948Z test_nvfuser_extremal_values_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3627377Z test_nvfuser_extremal_values_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3627835Z test_nvfuser_extremal_values_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3628248Z test_nvfuser_extremal_values_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3628671Z test_nvfuser_extremal_values_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3629088Z test_nvfuser_extremal_values_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3629523Z test_nvfuser_extremal_values_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3629961Z test_nvfuser_extremal_values_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3630390Z test_nvfuser_extremal_values_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3630811Z test_nvfuser_extremal_values_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3631237Z test_nvfuser_extremal_values_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3631661Z test_nvfuser_extremal_values_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3632095Z test_nvfuser_extremal_values_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3632538Z test_nvfuser_extremal_values_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3632975Z test_nvfuser_extremal_values_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3633407Z test_nvfuser_extremal_values_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3633836Z test_nvfuser_extremal_values_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3634309Z test_nvfuser_extremal_values_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3634744Z test_nvfuser_extremal_values_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3635185Z test_nvfuser_extremal_values_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3635615Z test_nvfuser_extremal_values_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3636089Z test_nvfuser_extremal_values_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3636516Z test_nvfuser_extremal_values_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3636946Z test_nvfuser_extremal_values_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3637363Z test_nvfuser_extremal_values_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3637791Z test_nvfuser_extremal_values_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3638207Z test_nvfuser_extremal_values_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3638625Z test_nvfuser_extremal_values_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3639036Z test_nvfuser_extremal_values_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3639445Z test_nvfuser_extremal_values_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3639862Z test_nvfuser_extremal_values_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3640282Z test_nvfuser_extremal_values_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3640707Z test_nvfuser_extremal_values_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3641125Z test_nvfuser_extremal_values_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3641534Z test_nvfuser_extremal_values_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3641943Z test_nvfuser_extremal_values_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3642362Z test_nvfuser_extremal_values_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3642759Z test_nvfuser_extremal_values_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3643181Z test_nvfuser_extremal_values_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3643641Z test_nvfuser_extremal_values_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3644089Z test_nvfuser_extremal_values_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3644530Z test_nvfuser_extremal_values_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3644966Z test_nvfuser_extremal_values_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3645400Z test_nvfuser_extremal_values_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3645887Z test_nvfuser_extremal_values_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3646322Z test_nvfuser_extremal_values_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3646764Z test_nvfuser_extremal_values_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3647204Z test_nvfuser_extremal_values_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3647653Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3648101Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3648558Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3649000Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3649415Z test_nvfuser_extremal_values_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3649838Z test_nvfuser_extremal_values_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3650264Z test_nvfuser_extremal_values_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3650677Z test_nvfuser_extremal_values_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3651090Z test_nvfuser_extremal_values_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3651501Z test_nvfuser_extremal_values_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3651909Z test_nvfuser_extremal_values_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3652325Z test_nvfuser_extremal_values_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3652753Z test_nvfuser_extremal_values_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3653227Z test_nvfuser_extremal_values_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3653644Z test_nvfuser_extremal_values_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3654055Z test_nvfuser_extremal_values_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3654495Z test_nvfuser_extremal_values_scalar_tensor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3654936Z test_nvfuser_extremal_values_scalar_tensor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3655426Z test_nvfuser_extremal_values_scalar_tensor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3655861Z test_nvfuser_extremal_values_scalar_tensor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3656290Z test_nvfuser_extremal_values_scalar_tensor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3656715Z test_nvfuser_extremal_values_scalar_tensor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3657146Z test_nvfuser_extremal_values_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3657598Z test_nvfuser_extremal_values_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3658029Z test_nvfuser_extremal_values_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3658457Z test_nvfuser_extremal_values_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3658892Z test_nvfuser_extremal_values_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3659315Z test_nvfuser_extremal_values_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3659741Z test_nvfuser_extremal_values_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3660173Z test_nvfuser_extremal_values_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3660603Z test_nvfuser_extremal_values_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3661022Z test_nvfuser_extremal_values_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3661439Z test_nvfuser_extremal_values_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3661857Z test_nvfuser_extremal_values_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3662311Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3662805Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3663252Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3663751Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3664200Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3664637Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3665147Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3665594Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3666039Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3666483Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3666930Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3667371Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3667826Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3668268Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3668710Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3669154Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3669597Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3670037Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3670478Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3670914Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3671352Z test_nvfuser_extremal_values_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3671790Z test_nvfuser_extremal_values_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3672220Z test_nvfuser_extremal_values_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3672727Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3673188Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3673637Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3674085Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3674588Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3675042Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3675490Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3675927Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3676352Z test_nvfuser_extremal_values_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3676780Z test_nvfuser_extremal_values_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3677203Z test_nvfuser_extremal_values_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3677622Z test_nvfuser_extremal_values_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3678045Z test_nvfuser_extremal_values_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3678465Z test_nvfuser_extremal_values_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3678896Z test_nvfuser_extremal_values_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3679331Z test_nvfuser_extremal_values_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3679767Z test_nvfuser_extremal_values_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3680200Z test_nvfuser_extremal_values_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3680613Z test_nvfuser_extremal_values_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3681030Z test_nvfuser_extremal_values_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3681444Z test_nvfuser_extremal_values_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3681903Z test_nvfuser_extremal_values_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3682316Z test_nvfuser_extremal_values_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3682728Z test_nvfuser_extremal_values_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3683147Z test_nvfuser_extremal_values_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3683567Z test_nvfuser_extremal_values_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3684035Z test_nvfuser_extremal_values_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3684450Z test_nvfuser_extremal_values_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3684859Z test_nvfuser_extremal_values_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3685273Z test_nvfuser_extremal_values_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3685693Z test_nvfuser_extremal_values_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3686123Z test_nvfuser_extremal_values_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3686555Z test_nvfuser_extremal_values_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3686972Z test_nvfuser_extremal_values_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3687390Z test_nvfuser_extremal_values_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3687815Z test_nvfuser_extremal_values_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3688224Z test_nvfuser_extremal_values_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3688638Z test_nvfuser_extremal_values_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3689052Z test_nvfuser_extremal_values_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3689464Z test_nvfuser_extremal_values_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3689917Z test_nvfuser_extremal_values_signal_windows_bartlett_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3690365Z test_nvfuser_extremal_values_signal_windows_bartlett_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3690814Z test_nvfuser_extremal_values_signal_windows_blackman_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3691269Z test_nvfuser_extremal_values_signal_windows_blackman_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3691763Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3692210Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3692675Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3693135Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3693630Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3694075Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3694537Z test_nvfuser_extremal_values_signal_windows_general_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3695004Z test_nvfuser_extremal_values_signal_windows_general_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3695467Z test_nvfuser_extremal_values_signal_windows_general_hamming_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3695942Z test_nvfuser_extremal_values_signal_windows_general_hamming_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3696393Z test_nvfuser_extremal_values_signal_windows_hamming_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3696844Z test_nvfuser_extremal_values_signal_windows_hamming_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3697287Z test_nvfuser_extremal_values_signal_windows_hann_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3697732Z test_nvfuser_extremal_values_signal_windows_hann_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3698178Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3698620Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3699064Z test_nvfuser_extremal_values_signal_windows_nuttall_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3699506Z test_nvfuser_extremal_values_signal_windows_nuttall_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3699928Z test_nvfuser_extremal_values_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3700348Z test_nvfuser_extremal_values_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3700765Z test_nvfuser_extremal_values_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3701228Z test_nvfuser_extremal_values_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3701645Z test_nvfuser_extremal_values_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3702066Z test_nvfuser_extremal_values_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3702489Z test_nvfuser_extremal_values_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3702953Z test_nvfuser_extremal_values_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3703367Z test_nvfuser_extremal_values_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3703835Z test_nvfuser_extremal_values_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3704251Z test_nvfuser_extremal_values_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3704668Z test_nvfuser_extremal_values_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3705088Z test_nvfuser_extremal_values_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3705491Z test_nvfuser_extremal_values_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3705902Z test_nvfuser_extremal_values_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3706316Z test_nvfuser_extremal_values_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3706734Z test_nvfuser_extremal_values_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3707152Z test_nvfuser_extremal_values_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3707567Z test_nvfuser_extremal_values_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3707984Z test_nvfuser_extremal_values_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3708393Z test_nvfuser_extremal_values_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3708806Z test_nvfuser_extremal_values_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3709220Z test_nvfuser_extremal_values_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3709645Z test_nvfuser_extremal_values_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3710066Z test_nvfuser_extremal_values_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3710482Z test_nvfuser_extremal_values_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3710950Z test_nvfuser_extremal_values_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3711367Z test_nvfuser_extremal_values_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3711800Z test_nvfuser_extremal_values_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3712244Z test_nvfuser_extremal_values_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3712722Z test_nvfuser_extremal_values_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.004s) 2023-01-11T23:08:16.3713154Z test_nvfuser_extremal_values_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3713573Z test_nvfuser_extremal_values_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3713990Z test_nvfuser_extremal_values_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3714402Z test_nvfuser_extremal_values_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3714825Z test_nvfuser_extremal_values_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3715266Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3715712Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3716155Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3716597Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3717033Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3717479Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3717894Z test_nvfuser_extremal_values_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3718305Z test_nvfuser_extremal_values_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3718715Z test_nvfuser_extremal_values_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3719124Z test_nvfuser_extremal_values_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3719576Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3720034Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3720524Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3720974Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3721408Z test_nvfuser_extremal_values_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3721841Z test_nvfuser_extremal_values_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3722346Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3722792Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3723233Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3723667Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3724104Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3724543Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3724977Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3725413Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3725694Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3725977Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3726259Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3726542Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3726823Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3727105Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3727389Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3727665Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3728094Z test_nvfuser_extremal_values_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3728527Z test_nvfuser_extremal_values_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3729001Z test_nvfuser_extremal_values_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3729436Z test_nvfuser_extremal_values_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3729872Z test_nvfuser_extremal_values_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3730303Z test_nvfuser_extremal_values_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3730583Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3730892Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3731177Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3731457Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3731890Z test_nvfuser_extremal_values_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3732327Z test_nvfuser_extremal_values_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3732759Z test_nvfuser_extremal_values_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3733187Z test_nvfuser_extremal_values_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3733619Z test_nvfuser_extremal_values_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3734046Z test_nvfuser_extremal_values_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3734469Z test_nvfuser_extremal_values_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3734890Z test_nvfuser_extremal_values_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3735177Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3735456Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3735738Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3736021Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3736455Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3736893Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3737365Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3737870Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3738329Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3738785Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3739239Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3739739Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3740200Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3740651Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3741086Z test_nvfuser_extremal_values_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3741519Z test_nvfuser_extremal_values_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3741950Z test_nvfuser_extremal_values_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3742379Z test_nvfuser_extremal_values_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3742811Z test_nvfuser_extremal_values_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3743239Z test_nvfuser_extremal_values_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3743892Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3744387Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3744882Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3745355Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3745822Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3746295Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3746767Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3747072Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3747426Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3747719Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3748009Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3748299Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3748632Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3748924Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3749213Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2023-01-11T23:08:16.3749676Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3750134Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3750573Z test_nvfuser_extremal_values_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3751010Z test_nvfuser_extremal_values_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3751451Z test_nvfuser_extremal_values_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3751897Z test_nvfuser_extremal_values_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3752323Z test_nvfuser_extremal_values_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3752751Z test_nvfuser_extremal_values_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3753172Z test_nvfuser_extremal_values_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3753594Z test_nvfuser_extremal_values_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3754017Z test_nvfuser_extremal_values_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3754431Z test_nvfuser_extremal_values_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3754843Z test_nvfuser_extremal_values_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3755249Z test_nvfuser_extremal_values_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3755685Z test_nvfuser_extremal_values_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3756183Z test_nvfuser_extremal_values_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3756635Z test_nvfuser_extremal_values_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3757073Z test_nvfuser_extremal_values_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3757501Z test_nvfuser_extremal_values_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3757973Z test_nvfuser_extremal_values_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3758413Z test_nvfuser_extremal_values_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3758854Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3759290Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3759721Z test_nvfuser_extremal_values_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3760153Z test_nvfuser_extremal_values_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3760587Z test_nvfuser_extremal_values_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3760991Z test_nvfuser_extremal_values_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3761415Z test_nvfuser_extremal_values_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3761832Z test_nvfuser_extremal_values_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3762252Z test_nvfuser_extremal_values_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3762665Z test_nvfuser_extremal_values_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3763079Z test_nvfuser_extremal_values_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3763500Z test_nvfuser_extremal_values_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3763923Z test_nvfuser_extremal_values_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3764347Z test_nvfuser_extremal_values_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3764768Z test_nvfuser_extremal_values_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3765190Z test_nvfuser_extremal_values_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3765654Z test_nvfuser_extremal_values_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3766083Z test_nvfuser_extremal_values_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3766523Z test_nvfuser_extremal_values_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3766958Z test_nvfuser_extremal_values_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3767374Z test_nvfuser_extremal_values_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3767951Z test_nvfuser_extremal_values_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3768444Z test_nvfuser_extremal_values_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3768942Z test_nvfuser_extremal_values_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3769454Z test_nvfuser_extremal_values_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3769962Z test_nvfuser_extremal_values_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3770467Z test_nvfuser_extremal_values_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3770964Z test_nvfuser_extremal_values_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3771455Z test_nvfuser_extremal_values_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3771956Z test_nvfuser_extremal_values_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3772460Z test_nvfuser_extremal_values_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3772973Z test_nvfuser_extremal_values_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3773474Z test_nvfuser_extremal_values_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3773969Z test_nvfuser_extremal_values_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3774459Z test_nvfuser_extremal_values_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3774968Z test_nvfuser_extremal_values_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3775501Z test_nvfuser_extremal_values_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3776024Z test_nvfuser_extremal_values_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3776528Z test_nvfuser_extremal_values_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3777087Z test_nvfuser_extremal_values_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3777596Z test_nvfuser_extremal_values_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3778124Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3778681Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3779215Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3779655Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3780093Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3780526Z test_nvfuser_extremal_values_std_mean_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3780954Z test_nvfuser_extremal_values_std_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3781386Z test_nvfuser_extremal_values_std_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3781822Z test_nvfuser_extremal_values_std_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3782254Z test_nvfuser_extremal_values_std_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3782685Z test_nvfuser_extremal_values_std_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3783109Z test_nvfuser_extremal_values_std_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3783527Z test_nvfuser_extremal_values_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3784014Z test_nvfuser_extremal_values_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3784690Z test_nvfuser_extremal_values_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3785681Z test_nvfuser_extremal_values_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3786399Z test_nvfuser_extremal_values_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3787213Z test_nvfuser_extremal_values_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3787843Z test_nvfuser_extremal_values_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3788565Z test_nvfuser_extremal_values_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3789495Z test_nvfuser_extremal_values_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3790230Z test_nvfuser_extremal_values_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3791015Z test_nvfuser_extremal_values_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3792202Z test_nvfuser_extremal_values_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3793118Z test_nvfuser_extremal_values_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3793993Z test_nvfuser_extremal_values_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3794770Z test_nvfuser_extremal_values_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3795354Z test_nvfuser_extremal_values_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3795775Z test_nvfuser_extremal_values_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3796205Z test_nvfuser_extremal_values_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3796641Z test_nvfuser_extremal_values_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3797062Z test_nvfuser_extremal_values_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3797483Z test_nvfuser_extremal_values_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3797906Z test_nvfuser_extremal_values_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3798215Z test_nvfuser_extremal_values_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2023-01-11T23:08:16.3798522Z test_nvfuser_extremal_values_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2023-01-11T23:08:16.3798938Z test_nvfuser_extremal_values_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3799344Z test_nvfuser_extremal_values_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3799617Z test_nvfuser_extremal_values_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3799885Z test_nvfuser_extremal_values_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: cuSOLVER not available (0.003s) 2023-01-11T23:08:16.3800322Z test_nvfuser_extremal_values_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3800745Z test_nvfuser_extremal_values_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3801163Z test_nvfuser_extremal_values_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3801664Z test_nvfuser_extremal_values_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3802074Z test_nvfuser_extremal_values_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3802487Z test_nvfuser_extremal_values_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3802903Z test_nvfuser_extremal_values_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3803357Z test_nvfuser_extremal_values_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3803763Z test_nvfuser_extremal_values_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3804170Z test_nvfuser_extremal_values_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3804600Z test_nvfuser_extremal_values_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3805042Z test_nvfuser_extremal_values_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3805488Z test_nvfuser_extremal_values_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3805925Z test_nvfuser_extremal_values_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3806355Z test_nvfuser_extremal_values_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3806783Z test_nvfuser_extremal_values_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3807196Z test_nvfuser_extremal_values_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3807617Z test_nvfuser_extremal_values_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3808039Z test_nvfuser_extremal_values_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3808457Z test_nvfuser_extremal_values_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3808868Z test_nvfuser_extremal_values_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3809276Z test_nvfuser_extremal_values_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3809690Z test_nvfuser_extremal_values_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3810102Z test_nvfuser_extremal_values_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3810526Z test_nvfuser_extremal_values_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3810982Z test_nvfuser_extremal_values_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3811393Z test_nvfuser_extremal_values_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3811798Z test_nvfuser_extremal_values_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3812207Z test_nvfuser_extremal_values_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3812622Z test_nvfuser_extremal_values_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3813090Z test_nvfuser_extremal_values_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3813504Z test_nvfuser_extremal_values_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3813915Z test_nvfuser_extremal_values_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3814323Z test_nvfuser_extremal_values_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3814750Z test_nvfuser_extremal_values_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3815182Z test_nvfuser_extremal_values_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3815622Z test_nvfuser_extremal_values_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3816048Z test_nvfuser_extremal_values_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3816492Z test_nvfuser_extremal_values_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3816926Z test_nvfuser_extremal_values_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3817356Z test_nvfuser_extremal_values_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3817789Z test_nvfuser_extremal_values_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3818219Z test_nvfuser_extremal_values_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3818627Z test_nvfuser_extremal_values_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3819050Z test_nvfuser_extremal_values_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3819474Z test_nvfuser_extremal_values_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3819884Z test_nvfuser_extremal_values_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3820302Z test_nvfuser_extremal_values_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3820777Z test_nvfuser_extremal_values_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3821197Z test_nvfuser_extremal_values_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3821605Z test_nvfuser_extremal_values_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3822012Z test_nvfuser_extremal_values_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3822477Z test_nvfuser_extremal_values_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3822894Z test_nvfuser_extremal_values_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3823306Z test_nvfuser_extremal_values_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3823869Z test_nvfuser_extremal_values_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3824281Z test_nvfuser_extremal_values_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3824693Z test_nvfuser_extremal_values_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3825122Z test_nvfuser_extremal_values_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3825560Z test_nvfuser_extremal_values_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3825991Z test_nvfuser_extremal_values_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3826414Z test_nvfuser_extremal_values_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3826838Z test_nvfuser_extremal_values_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3827255Z test_nvfuser_extremal_values_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3827674Z test_nvfuser_extremal_values_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3828086Z test_nvfuser_extremal_values_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3828492Z test_nvfuser_extremal_values_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3828907Z test_nvfuser_extremal_values_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3829324Z test_nvfuser_extremal_values_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3829754Z test_nvfuser_extremal_values_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3830183Z test_nvfuser_extremal_values_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3830671Z test_nvfuser_extremal_values_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3831092Z test_nvfuser_extremal_values_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3831503Z test_nvfuser_extremal_values_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3831931Z test_nvfuser_extremal_values_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3832410Z test_nvfuser_extremal_values_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3832841Z test_nvfuser_extremal_values_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3833262Z test_nvfuser_extremal_values_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3833683Z test_nvfuser_extremal_values_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3834104Z test_nvfuser_extremal_values_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3834531Z test_nvfuser_extremal_values_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3834964Z test_nvfuser_extremal_values_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3835400Z test_nvfuser_extremal_values_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3835830Z test_nvfuser_extremal_values_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3836256Z test_nvfuser_extremal_values_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3836680Z test_nvfuser_extremal_values_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3837099Z test_nvfuser_extremal_values_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3837528Z test_nvfuser_extremal_values_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3837945Z test_nvfuser_extremal_values_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3838356Z test_nvfuser_extremal_values_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3838764Z test_nvfuser_extremal_values_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3839174Z test_nvfuser_extremal_values_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3839618Z test_nvfuser_extremal_values_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3840109Z test_nvfuser_extremal_values_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3840581Z test_nvfuser_extremal_values_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3841014Z test_nvfuser_extremal_values_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3841429Z test_nvfuser_extremal_values_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3841901Z test_nvfuser_extremal_values_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3842318Z test_nvfuser_extremal_values_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3842730Z test_nvfuser_extremal_values_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3843141Z test_nvfuser_extremal_values_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3843555Z test_nvfuser_extremal_values_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3843970Z test_nvfuser_extremal_values_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3844371Z test_nvfuser_extremal_values_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3844778Z test_nvfuser_extremal_values_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3845183Z test_nvfuser_extremal_values_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3845612Z test_nvfuser_extremal_values_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3846059Z test_nvfuser_extremal_values_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3846488Z test_nvfuser_extremal_values_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3846915Z test_nvfuser_extremal_values_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3847343Z test_nvfuser_extremal_values_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3847770Z test_nvfuser_extremal_values_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3848192Z test_nvfuser_extremal_values_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3848601Z test_nvfuser_extremal_values_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3849015Z test_nvfuser_extremal_values_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3849475Z test_nvfuser_extremal_values_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3849892Z test_nvfuser_extremal_values_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3850311Z test_nvfuser_extremal_values_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3850733Z test_nvfuser_extremal_values_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3851155Z test_nvfuser_extremal_values_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3851617Z test_nvfuser_extremal_values_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3852032Z test_nvfuser_extremal_values_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3852457Z test_nvfuser_extremal_values_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3852889Z test_nvfuser_extremal_values_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3853316Z test_nvfuser_extremal_values_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3853732Z test_nvfuser_extremal_values_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3854152Z test_nvfuser_extremal_values_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3854583Z test_nvfuser_extremal_values_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3855009Z test_nvfuser_extremal_values_unfold_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3855444Z test_nvfuser_extremal_values_unfold_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3855878Z test_nvfuser_extremal_values_unfold_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3856315Z test_nvfuser_extremal_values_unfold_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3856747Z test_nvfuser_extremal_values_unfold_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3857173Z test_nvfuser_extremal_values_unfold_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3857588Z test_nvfuser_extremal_values_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3858007Z test_nvfuser_extremal_values_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3858427Z test_nvfuser_extremal_values_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3858846Z test_nvfuser_extremal_values_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3859310Z test_nvfuser_extremal_values_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3859731Z test_nvfuser_extremal_values_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3860154Z test_nvfuser_extremal_values_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3860585Z test_nvfuser_extremal_values_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3861054Z test_nvfuser_extremal_values_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3861474Z test_nvfuser_extremal_values_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3861888Z test_nvfuser_extremal_values_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3862305Z test_nvfuser_extremal_values_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3862754Z test_nvfuser_extremal_values_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3863194Z test_nvfuser_extremal_values_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3863635Z test_nvfuser_extremal_values_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3864121Z test_nvfuser_extremal_values_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3864540Z test_nvfuser_extremal_values_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3864950Z test_nvfuser_extremal_values_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3865371Z test_nvfuser_extremal_values_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3865811Z test_nvfuser_extremal_values_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3866243Z test_nvfuser_extremal_values_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3866667Z test_nvfuser_extremal_values_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3867085Z test_nvfuser_extremal_values_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3867509Z test_nvfuser_extremal_values_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3867919Z test_nvfuser_extremal_values_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3868340Z test_nvfuser_extremal_values_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3868816Z test_nvfuser_extremal_values_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3869232Z test_nvfuser_extremal_values_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3869638Z test_nvfuser_extremal_values_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3870045Z test_nvfuser_extremal_values_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3870452Z test_nvfuser_extremal_values_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3870951Z test_nvfuser_extremal_values_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3871382Z test_nvfuser_extremal_values_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3871802Z test_nvfuser_extremal_values_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3872229Z test_nvfuser_extremal_values_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3872649Z test_nvfuser_extremal_values_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3873092Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3873542Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3873987Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3874423Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3874859Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3875294Z test_nvfuser_extremal_values_var_mean_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3875735Z test_nvfuser_extremal_values_var_unbiased_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3876178Z test_nvfuser_extremal_values_var_unbiased_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3876611Z test_nvfuser_extremal_values_var_unbiased_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3877041Z test_nvfuser_extremal_values_var_unbiased_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3877478Z test_nvfuser_extremal_values_var_unbiased_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3877912Z test_nvfuser_extremal_values_var_unbiased_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3878376Z test_nvfuser_extremal_values_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3878798Z test_nvfuser_extremal_values_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3879215Z test_nvfuser_extremal_values_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3879628Z test_nvfuser_extremal_values_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3880040Z test_nvfuser_extremal_values_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3880499Z test_nvfuser_extremal_values_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3880938Z test_nvfuser_extremal_values_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3881372Z test_nvfuser_extremal_values_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3881806Z test_nvfuser_extremal_values_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3882225Z test_nvfuser_extremal_values_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3882667Z test_nvfuser_extremal_values_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3883092Z test_nvfuser_extremal_values_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3883506Z test_nvfuser_extremal_values_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3883925Z test_nvfuser_extremal_values_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3884341Z test_nvfuser_extremal_values_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3884775Z test_nvfuser_extremal_values_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3885215Z test_nvfuser_extremal_values_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3885649Z test_nvfuser_extremal_values_view_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3886073Z test_nvfuser_extremal_values_view_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3886501Z test_nvfuser_extremal_values_view_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3886921Z test_nvfuser_extremal_values_view_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3887337Z test_nvfuser_extremal_values_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3887753Z test_nvfuser_extremal_values_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3888223Z test_nvfuser_extremal_values_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3888640Z test_nvfuser_extremal_values_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3889053Z test_nvfuser_extremal_values_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3889464Z test_nvfuser_extremal_values_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3889928Z test_nvfuser_extremal_values_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3890357Z test_nvfuser_extremal_values_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3890782Z test_nvfuser_extremal_values_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3891199Z test_nvfuser_extremal_values_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3891615Z test_nvfuser_extremal_values_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3892031Z test_nvfuser_extremal_values_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3892457Z test_nvfuser_extremal_values_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3892888Z test_nvfuser_extremal_values_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3893309Z test_nvfuser_extremal_values_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3893729Z test_nvfuser_extremal_values_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3894147Z test_nvfuser_extremal_values_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3894563Z test_nvfuser_extremal_values_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3894986Z test_nvfuser_extremal_values_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3895416Z test_nvfuser_extremal_values_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3895837Z test_nvfuser_extremal_values_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3896258Z test_nvfuser_extremal_values_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3896668Z test_nvfuser_extremal_values_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3897069Z test_nvfuser_extremal_values_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3897527Z test_nvfuser_extremal_values_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3897946Z test_nvfuser_extremal_values_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3898368Z test_nvfuser_extremal_values_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3898778Z test_nvfuser_extremal_values_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3899194Z test_nvfuser_extremal_values_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3899671Z test_nvfuser_extremal_values_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3900094Z test_nvfuser_extremal_values_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3900508Z test_nvfuser_extremal_values_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3900921Z test_nvfuser_extremal_values_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3901335Z test_nvfuser_extremal_values_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3901752Z test_nvfuser_extremal_values_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3902183Z test_nvfuser_extremal_values_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3902612Z test_nvfuser_extremal_values_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3903027Z test_nvfuser_extremal_values_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3903446Z test_nvfuser_extremal_values_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3903916Z test_nvfuser_extremal_values_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3904351Z test_nvfuser_extremal_values_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3904789Z test_nvfuser_extremal_values_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3905228Z test_nvfuser_extremal_values_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3905650Z test_nvfuser_extremal_values_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3906077Z test_nvfuser_extremal_values_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3906500Z test_nvfuser_extremal_values_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:08:16.3906714Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2023-01-11T23:08:16.3906917Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... ok (0.450s) 2023-01-11T23:08:16.3907170Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2023-01-11T23:08:16.3907413Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... skip: Testing on CPU only (0.000s) 2023-01-11T23:08:16.3907622Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.010s) 2023-01-11T23:08:16.3907654Z 2023-01-11T23:08:16.3907926Z ---------------------------------------------------------------------- 2023-01-11T23:08:16.3908038Z Ran 8488 tests in 693.585s 2023-01-11T23:08:16.3908045Z 2023-01-11T23:08:16.3908149Z OK (skipped=8354) 2023-01-11T23:08:16.3908156Z 2023-01-11T23:08:16.3908284Z Generating XML reports... 2023-01-11T23:08:16.3908714Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20230111225635.xml 2023-01-11T23:08:16.3909247Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20230111225635.xml 2023-01-11T23:08:16.3909846Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20230111225635.xml 2023-01-11T23:08:16.3910268Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20230111225635.xml 2023-01-11T23:08:16.3910276Z 2023-01-11T23:08:16.3911114Z ##[endgroup] 2023-01-11T23:08:16.3911483Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/pytorch/test/test-reports/test_jit_cuda_fuser_1c69q_u7) 2023-01-11T23:08:16.3911502Z 2023-01-11T23:08:16.3911687Z Running test_fx ... [2023-01-11 23:08:16.037243] 2023-01-11T23:08:16.3912097Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:08:16.037674] 2023-01-11T23:13:07.8408827Z 2023-01-11T23:13:07.8409596Z Expand the folded group to see the log file of test_fx 2023-01-11T23:13:07.8411999Z ##[group]PRINTING LOG FILE of test_fx (/var/lib/jenkins/pytorch/test/test-reports/test_fx_nuyzvfcz) 2023-01-11T23:13:07.8421180Z Test results will be stored in test-reports/python-unittest/test_fx 2023-01-11T23:13:07.8422313Z 2023-01-11T23:13:07.8422661Z Running tests... 2023-01-11T23:13:07.8424438Z ---------------------------------------------------------------------- 2023-01-11T23:13:07.8425584Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2023-01-11T23:13:07.8426626Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2023-01-11T23:13:07.8428208Z Test type annotations in the forward function. ... ok (0.003s) 2023-01-11T23:13:07.8430344Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2023-01-11T23:13:07.8431890Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2023-01-11T23:13:07.8433750Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2023-01-11T23:13:07.8435423Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2023-01-11T23:13:07.8437014Z Test the consistency relation. ... ok (0.001s) 2023-01-11T23:13:07.8438016Z test_precision (fx.test_gradual_type.AnnotationsTest) 2023-01-11T23:13:07.8438995Z Test the consistency relation. ... ok (0.001s) 2023-01-11T23:13:07.8440169Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.067s) 2023-01-11T23:13:07.8441515Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2023-01-11T23:13:07.8443017Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.060s) 2023-01-11T23:13:07.8444842Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.060s) 2023-01-11T23:13:07.8446423Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.028s) 2023-01-11T23:13:07.8448015Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.029s) 2023-01-11T23:13:07.8449620Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.038s) 2023-01-11T23:13:07.8451492Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.026s) 2023-01-11T23:13:07.8452886Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.025s) 2023-01-11T23:13:07.8454862Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.132s) 2023-01-11T23:13:07.8456211Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.045s) 2023-01-11T23:13:07.8457571Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.059s) 2023-01-11T23:13:07.8458975Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.058s) 2023-01-11T23:13:07.8460406Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.060s) 2023-01-11T23:13:07.8461820Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.063s) 2023-01-11T23:13:07.8463488Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.030s) 2023-01-11T23:13:07.8479389Z test_correctness_CSEPass_MutationInput_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.085s) 2023-01-11T23:13:07.8481271Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.015s) 2023-01-11T23:13:07.8483183Z test_correctness_CSEPass_MutationMetadata_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.015s) 2023-01-11T23:13:07.8485191Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.028s) 2023-01-11T23:13:07.8487343Z test_correctness_CSEPass_MutationTorchTensorCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.028s) 2023-01-11T23:13:07.8489127Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.030s) 2023-01-11T23:13:07.8490649Z test_correctness_CSEPass_Mutation_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.030s) 2023-01-11T23:13:07.8491988Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.042s) 2023-01-11T23:13:07.8493347Z test_correctness_CSEPass_ReturnList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.042s) 2023-01-11T23:13:07.8494669Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.014s) 2023-01-11T23:13:07.8495994Z test_correctness_CSEPass_TakeList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.019s) 2023-01-11T23:13:07.8497419Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.020s) 2023-01-11T23:13:07.8498871Z test_correctness_factory_CSEPass_FactoryFunctionCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.025s) 2023-01-11T23:13:07.8500349Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.028s) 2023-01-11T23:13:07.8501801Z test_correctness_factory_CSEPass_MutationFactory_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.028s) 2023-01-11T23:13:07.8503073Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8508261Z Perform constant folding conversion and check that the non-const module is inlined ... /opt/conda/lib/python3.8/site-packages/torch/fx/experimental/const_fold.py:248: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2023-01-11T23:13:07.8510661Z new_node = root_const_gm.graph.get_attr(in_node.target) 2023-01-11T23:13:07.8511476Z ok (0.008s) 2023-01-11T23:13:07.8512357Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8513094Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2023-01-11T23:13:07.8513665Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8514242Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.006s) 2023-01-11T23:13:07.8514816Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8515388Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2023-01-11T23:13:07.8516176Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8516871Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2023-01-11T23:13:07.8517543Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8518077Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2023-01-11T23:13:07.8518601Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8519143Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2023-01-11T23:13:07.8519812Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8520369Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2023-01-11T23:13:07.8520958Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2023-01-11T23:13:07.8521878Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:973: UserWarning: Failed to fetch module mod! 2023-01-11T23:13:07.8522490Z warnings.warn(f"Failed to fetch module {module_path}!") 2023-01-11T23:13:07.8522858Z ok (0.007s) 2023-01-11T23:13:07.8523274Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8523828Z Perform constant folding conversion, from original mod to split constant ... ok (0.009s) 2023-01-11T23:13:07.8524347Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8524857Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2023-01-11T23:13:07.8525387Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8526279Z Perform constant folding conversion, from original mod to split constant folding ... /opt/conda/lib/python3.8/site-packages/torch/fx/graph.py:973: UserWarning: Failed to fetch module my_mod! 2023-01-11T23:13:07.8526945Z warnings.warn(f"Failed to fetch module {module_path}!") 2023-01-11T23:13:07.8527309Z ok (0.006s) 2023-01-11T23:13:07.8527729Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.012s) 2023-01-11T23:13:07.8528282Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2023-01-11T23:13:07.8528812Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2023-01-11T23:13:07.8529293Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8529739Z Perform constant folding with a call_module node. ... ok (0.006s) 2023-01-11T23:13:07.8530220Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2023-01-11T23:13:07.8530752Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2023-01-11T23:13:07.8531295Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2023-01-11T23:13:07.8531803Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2023-01-11T23:13:07.8532396Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8533059Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8533748Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8534446Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8535134Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8535823Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2023-01-11T23:13:07.8536438Z test_dead_chain (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8537023Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2023-01-11T23:13:07.8537479Z %x : [#users=2] = placeholder[target=x] 2023-01-11T23:13:07.8537921Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2023-01-11T23:13:07.8538447Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2023-01-11T23:13:07.8538901Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2023-01-11T23:13:07.8539377Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2023-01-11T23:13:07.8539794Z return add_1 2023-01-11T23:13:07.8540164Z ok (0.003s) 2023-01-11T23:13:07.8540497Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8541046Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2023-01-11T23:13:07.8541483Z %x : [#users=2] = placeholder[target=x] 2023-01-11T23:13:07.8541959Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2023-01-11T23:13:07.8542419Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2023-01-11T23:13:07.8542894Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2023-01-11T23:13:07.8543403Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2023-01-11T23:13:07.8543989Z return add_1 2023-01-11T23:13:07.8544430Z ok (0.003s) 2023-01-11T23:13:07.8545006Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8545677Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2023-01-11T23:13:07.8546156Z %x : [#users=1] = placeholder[target=x] 2023-01-11T23:13:07.8546518Z %y : [#users=0] = placeholder[target=y] 2023-01-11T23:13:07.8546978Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2023-01-11T23:13:07.8547382Z return add 2023-01-11T23:13:07.8547681Z ok (0.003s) 2023-01-11T23:13:07.8548078Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8548690Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2023-01-11T23:13:07.8549130Z %x : [#users=1] = placeholder[target=x] 2023-01-11T23:13:07.8549630Z %y : [#users=1] = placeholder[target=y] 2023-01-11T23:13:07.8550195Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2023-01-11T23:13:07.8550829Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2023-01-11T23:13:07.8551340Z return add_1 2023-01-11T23:13:07.8551730Z ok (0.003s) 2023-01-11T23:13:07.8552159Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8552923Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2023-01-11T23:13:07.8553439Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2023-01-11T23:13:07.8554013Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2023-01-11T23:13:07.8554526Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2023-01-11T23:13:07.8554951Z return mul 2023-01-11T23:13:07.8555227Z ok (0.003s) 2023-01-11T23:13:07.8555621Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8556205Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2023-01-11T23:13:07.8556697Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2023-01-11T23:13:07.8557187Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2023-01-11T23:13:07.8557744Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2023-01-11T23:13:07.8558282Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2023-01-11T23:13:07.8558634Z return mul 2023-01-11T23:13:07.8558967Z ok (0.003s) 2023-01-11T23:13:07.8559415Z test_simple (fx.test_dce_pass.TestDCE) 2023-01-11T23:13:07.8559978Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2023-01-11T23:13:07.8560429Z %x : [#users=2] = placeholder[target=x] 2023-01-11T23:13:07.8560910Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2023-01-11T23:13:07.8561318Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2023-01-11T23:13:07.8561866Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2023-01-11T23:13:07.8562295Z return add_1 2023-01-11T23:13:07.8562639Z ok (0.003s) 2023-01-11T23:13:07.8563032Z test_all_input_nodes (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8563562Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2023-01-11T23:13:07.8564625Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.8/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`. 2023-01-11T23:13:07.8565548Z warnings.warn("The TorchScript type system doesn't support " 2023-01-11T23:13:07.8565965Z ok (0.039s) 2023-01-11T23:13:07.8566378Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8566881Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8567440Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8568034Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8568547Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8568924Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8569376Z test_assert (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8569844Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8570336Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8570910Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8571412Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8571816Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8572304Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8572804Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8573342Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8573830Z test_autowrap_functions (__main__.TestFX) ... ok (0.072s) 2023-01-11T23:13:07.8574295Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8574718Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8575046Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8575385Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8575718Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8576058Z test_custom_codegen (__main__.TestFX) ... ok (0.026s) 2023-01-11T23:13:07.8576435Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8576862Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8577268Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8577779Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8578269Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8578732Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8579276Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.009s) 2023-01-11T23:13:07.8579773Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8580220Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8580618Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8581024Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.085s) 2023-01-11T23:13:07.8581403Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8581782Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8582233Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8582645Z test_dict (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8582970Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8583336Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8583801Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8584488Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8585279Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8585959Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8586410Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8586946Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.023s) 2023-01-11T23:13:07.8587503Z test_fn_type_annotations (__main__.TestFX) ... ok (0.033s) 2023-01-11T23:13:07.8588040Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8588535Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8589042Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8589482Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8590021Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.142s) 2023-01-11T23:13:07.8590637Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2023-01-11T23:13:07.8591215Z test_getitem_subproc (__main__.TestFX) ... ok (0.043s) 2023-01-11T23:13:07.8591770Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.010s) 2023-01-11T23:13:07.8592302Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8592815Z test_graph_module (__main__.TestFX) ... ok (0.046s) 2023-01-11T23:13:07.8593327Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8593971Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8594584Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8595215Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8595761Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8596320Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8596816Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8597364Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8597873Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8598375Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8598877Z test_inline_graph (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8599406Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8599844Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8600385Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8600930Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.269s) 2023-01-11T23:13:07.8601493Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.354s) 2023-01-11T23:13:07.8602144Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.007s) 2023-01-11T23:13:07.8602717Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8603273Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8603647Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8604034Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8604412Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8604764Z test_layout (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8605103Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8605512Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8605863Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8606229Z test_move_before (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8606584Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8606953Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8607325Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8607706Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8608070Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8608437Z test_native_callable (__main__.TestFX) ... ok (0.032s) 2023-01-11T23:13:07.8608780Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8609124Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8609488Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8609835Z test_partial_trace (__main__.TestFX) ... 2023-01-11T23:13:07.8610027Z 2023-01-11T23:13:07.8610033Z 2023-01-11T23:13:07.8610159Z def forward(self, x, y_1): 2023-01-11T23:13:07.8610420Z eq = y_1 == True; y_1 = None 2023-01-11T23:13:07.8610952Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2023-01-11T23:13:07.8611327Z mul = 2 * x; x = None 2023-01-11T23:13:07.8611583Z return mul 2023-01-11T23:13:07.8611820Z 2023-01-11T23:13:07.8612626Z /opt/conda/lib/python3.8/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. 2023-01-11T23:13:07.8613189Z warnings.warn( 2023-01-11T23:13:07.8613440Z ok (0.007s) 2023-01-11T23:13:07.8613749Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8614126Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8614508Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2023-01-11T23:13:07.8614894Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.008s) 2023-01-11T23:13:07.8615619Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.8/site-packages/torch/fx/node.py:244: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2023-01-11T23:13:07.8616196Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2023-01-11T23:13:07.8616591Z ok (0.002s) 2023-01-11T23:13:07.8617036Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8617480Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8617933Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8618392Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8618801Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8619246Z test_pytree (__main__.TestFX) ... ok (0.112s) 2023-01-11T23:13:07.8619673Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8620213Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8620689Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8621126Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8621521Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8621990Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8622403Z test_replace_uses (__main__.TestFX) ... ok (0.171s) 2023-01-11T23:13:07.8622814Z test_reserved_getattr (__main__.TestFX) 2023-01-11T23:13:07.8623286Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2023-01-11T23:13:07.8624125Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8624759Z test_return_type_exists (__main__.TestFX) ... ok (0.023s) 2023-01-11T23:13:07.8625327Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2023-01-11T23:13:07.8625849Z test_script_tensor_constant (__main__.TestFX) ... ok (0.023s) 2023-01-11T23:13:07.8626443Z test_sequential (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8626974Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8627529Z test_shape_prop_layout (__main__.TestFX) ... ok (0.022s) 2023-01-11T23:13:07.8628075Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.298s) 2023-01-11T23:13:07.8628545Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8629060Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8629569Z test_sqrt (__main__.TestFX) ... ok (0.008s) 2023-01-11T23:13:07.8630073Z test_stack_traces (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8630630Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8631184Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8631684Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.020s) 2023-01-11T23:13:07.8632246Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.011s) 2023-01-11T23:13:07.8632809Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8633347Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8633901Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8634451Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8635715Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8636180Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8636704Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8638090Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.8/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`. 2023-01-11T23:13:07.8639153Z warnings.warn("The TorchScript type system doesn't support " 2023-01-11T23:13:07.8639645Z ok (0.032s) 2023-01-11T23:13:07.8640112Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8640673Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8641199Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8641846Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2023-01-11T23:13:07.8642434Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8642977Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8643451Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8643891Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8644437Z test_trace_multiple_funcs (__main__.TestFX) ... 2.0.0a0+git8419ddd 2023-01-11T23:13:07.8644778Z ok (0.007s) 2023-01-11T23:13:07.8645201Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.017s) 2023-01-11T23:13:07.8645773Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8646222Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8646672Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2023-01-11T23:13:07.8647129Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.006s) 2023-01-11T23:13:07.8647507Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8647937Z test_unpack (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8648450Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8648921Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8649296Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8649679Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8650045Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8650447Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.022s) 2023-01-11T23:13:07.8650882Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.022s) 2023-01-11T23:13:07.8651259Z test_wrap (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8651618Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8651991Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8652335Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8652699Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8653058Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8653428Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2023-01-11T23:13:07.8653838Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2023-01-11T23:13:07.8654238Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2023-01-11T23:13:07.8654584Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2023-01-11T23:13:07.8654964Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2023-01-11T23:13:07.8655405Z Test backward compatibility for members of classes with ... ok (0.001s) 2023-01-11T23:13:07.8655838Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2023-01-11T23:13:07.8656280Z Test backward compatibility for function signatures with ... ok (0.009s) 2023-01-11T23:13:07.8656739Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2023-01-11T23:13:07.8657217Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8657667Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8658139Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8658606Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8659097Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8659580Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8660067Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8660552Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8661039Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8661487Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8662001Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8662453Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8662893Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8663333Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8663895Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8664648Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8665356Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8666041Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8666600Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8667110Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8667648Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8668191Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8668708Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8669199Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8669719Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8670268Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8670825Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8671379Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8671945Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8672515Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8673039Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8673569Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8674092Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8674701Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8675265Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8675827Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8676350Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8676832Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8677357Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8677904Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8678466Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8679009Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8679564Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.005s) 2023-01-11T23:13:07.8680156Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2023-01-11T23:13:07.8680726Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8681322Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2023-01-11T23:13:07.8681905Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8682522Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8683046Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8683482Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8683929Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8684354Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8684805Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8685250Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8685799Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8686283Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8686762Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8687275Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8687735Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8688200Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8688691Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8689149Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8689596Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8690086Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8690567Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8690986Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8691466Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8691915Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8692398Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8692893Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8693356Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8693859Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8694344Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8694818Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8695326Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8695810Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8696308Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8696790Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8697253Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8697736Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8698241Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8698719Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8699173Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8699709Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8700204Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8700700Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8701170Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8701672Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8702180Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8702660Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8703173Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2023-01-11T23:13:07.8703631Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8704337Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8705213Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8705985Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8706568Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8707172Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8707749Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8708310Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8708861Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8709367Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8709928Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8710497Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8711014Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8711597Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8712133Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8712644Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8713215Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8713794Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8714388Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8714950Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2023-01-11T23:13:07.8715498Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8716082Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8716595Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8717172Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2023-01-11T23:13:07.8717728Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8718345Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8718948Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2023-01-11T23:13:07.8720064Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:3736: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2023-01-11T23:13:07.8721040Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T23:13:07.8721628Z ok (0.002s) 2023-01-11T23:13:07.8722585Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4078: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2023-01-11T23:13:07.8723487Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T23:13:07.8723920Z ok (0.002s) 2023-01-11T23:13:07.8724722Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.8/site-packages/torch/nn/functional.py:4022: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2023-01-11T23:13:07.8725570Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2023-01-11T23:13:07.8725966Z ok (0.002s) 2023-01-11T23:13:07.8726433Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.122s) 2023-01-11T23:13:07.8727063Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8727641Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8728286Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8728933Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8729538Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8730169Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8730759Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8731393Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8731982Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8732598Z test_get_torch_func_signature_exhaustive__native_batch_norm_legit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8733241Z test_get_torch_func_signature_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8733840Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8734433Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8735026Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8735619Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8736215Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8736821Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8737483Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8738084Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8738687Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8739292Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8739859Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8740492Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8741088Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8741681Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8742260Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8742855Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8743450Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8744234Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:13:07.8744935Z test_get_torch_func_signature_exhaustive_arange_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8745625Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8746341Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8747062Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8747782Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8748512Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8749259Z test_get_torch_func_signature_exhaustive_as_strided_partial_views_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8750033Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8750757Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8751469Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8752171Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8752857Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8753600Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8754198Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8754801Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8755401Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8755995Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8756647Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8757249Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8757848Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8758439Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8759003Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8759603Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8760228Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8760851Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8761456Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8762048Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8762648Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8763243Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8763835Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8764427Z test_get_torch_func_signature_exhaustive_cdouble_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8764997Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8765588Z test_get_torch_func_signature_exhaustive_cfloat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8766176Z test_get_torch_func_signature_exhaustive_chalf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8766761Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8767355Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8767957Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8768624Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8769230Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8769818Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8770407Z test_get_torch_func_signature_exhaustive_clamp_max_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8771043Z test_get_torch_func_signature_exhaustive_clamp_min_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8771632Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8772232Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8772838Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8773439Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8774027Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8774624Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8775245Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8775862Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8776438Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8777036Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8777630Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8778213Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8778811Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8779406Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8779989Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8780577Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8781171Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8781760Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8782332Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8782995Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8783616Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8784282Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8784981Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8785701Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8786516Z test_get_torch_func_signature_exhaustive_diagonal_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8787249Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8787985Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8788709Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8789394Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8790104Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8790838Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8791719Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8792470Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8793196Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8793881Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8794474Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8795070Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8795664Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8796232Z test_get_torch_func_signature_exhaustive_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8796831Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8797423Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8798007Z test_get_torch_func_signature_exhaustive_equal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8798594Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8799245Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8799842Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8800429Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8801017Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8801588Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8802239Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8802828Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8803420Z test_get_torch_func_signature_exhaustive_eye_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8804009Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8804598Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8805191Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8805796Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8806395Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8807104Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8808057Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8808890Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8809616Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8810358Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8811109Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8811869Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8812608Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8813332Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8814063Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8814798Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8815524Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8816322Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8817060Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8817779Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8818490Z test_get_torch_func_signature_exhaustive_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8819207Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8819982Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8820705Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8821426Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8822145Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8822867Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8823496Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8824251Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8824966Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8825659Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8826348Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8827036Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8827735Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8828446Z test_get_torch_func_signature_exhaustive_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8829163Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8829883Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8830613Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8831309Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8832030Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8832783Z test_get_torch_func_signature_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8833606Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8834323Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8835046Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8835775Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8836502Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8837282Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8837991Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8838748Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8839459Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8840187Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8840921Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8841655Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8842384Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8843119Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8843728Z test_get_torch_func_signature_exhaustive_index_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8844335Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8844935Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8845525Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8846096Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8846696Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8847285Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8847874Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8848457Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8849053Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8849651Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8850313Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8850942Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8851597Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8852217Z test_get_torch_func_signature_exhaustive_jiterator_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8852913Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8853546Z test_get_torch_func_signature_exhaustive_jiterator_unary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8854150Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8854745Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8855340Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8855929Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8856515Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8857111Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8857718Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8858320Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8859057Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T23:13:07.8859628Z skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8860096Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8860702Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8861327Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8861943Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8862549Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8863170Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8863842Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8864533Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.8865338Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8866062Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8867137Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:13:07.8868156Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:13:07.8869242Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:13:07.8870022Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8870774Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8871529Z test_get_torch_func_signature_exhaustive_linalg_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8872264Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8873020Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8873738Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8874355Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8874979Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8875608Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8876221Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8876855Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8877464Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8878103Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8878732Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8879348Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8879996Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.8880644Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.8881339Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8881957Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8882568Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8883171Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8883793Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8884449Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8885070Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8885694Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8886316Z test_get_torch_func_signature_exhaustive_linalg_vander_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8886925Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8887543Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8888158Z test_get_torch_func_signature_exhaustive_linspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8888768Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8889357Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8889950Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8890541Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8891139Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8891739Z test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8892363Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8892974Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8893587Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8894192Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8894800Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8895412Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8896075Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8896685Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8897282Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8897854Z test_get_torch_func_signature_exhaustive_logspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8898460Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8899109Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8899698Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8900285Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8900882Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8901484Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8902075Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8902662Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8903264Z test_get_torch_func_signature_exhaustive_masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8903921Z test_get_torch_func_signature_exhaustive_masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8904571Z test_get_torch_func_signature_exhaustive_masked_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8905297Z test_get_torch_func_signature_exhaustive_masked_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8906022Z test_get_torch_func_signature_exhaustive_masked_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8906756Z test_get_torch_func_signature_exhaustive_masked_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8907482Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8908218Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8908960Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8909696Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8910444Z test_get_torch_func_signature_exhaustive_masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8911197Z test_get_torch_func_signature_exhaustive_masked_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8912011Z test_get_torch_func_signature_exhaustive_masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8912762Z test_get_torch_func_signature_exhaustive_masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8913477Z test_get_torch_func_signature_exhaustive_masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8914179Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8914873Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8915878Z test_get_torch_func_signature_exhaustive_masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8916638Z test_get_torch_func_signature_exhaustive_masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8917384Z test_get_torch_func_signature_exhaustive_masked_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8918134Z test_get_torch_func_signature_exhaustive_masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8918875Z test_get_torch_func_signature_exhaustive_masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8919602Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8920341Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8921130Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8922179Z test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8923225Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8924036Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8924779Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8925508Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8926229Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8926975Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8927748Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:13:07.8928512Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8929256Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8930022Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8930849Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8931567Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8932275Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8932984Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8933692Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8934331Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8934972Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8935685Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8936418Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8937162Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8937918Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8938662Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8939392Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8940122Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8940857Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8941586Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8942308Z test_get_torch_func_signature_exhaustive_narrow_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8943038Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8943872Z test_get_torch_func_signature_exhaustive_native_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8944479Z test_get_torch_func_signature_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8945134Z test_get_torch_func_signature_exhaustive_native_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8945854Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8946561Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8947276Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8948096Z test_get_torch_func_signature_exhaustive_new_empty_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8948831Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8949543Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8950259Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8950979Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8951809Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8952631Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8953429Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8954177Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8954838Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8955497Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8956153Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8956801Z test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8957445Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8958078Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8958712Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8959344Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8959975Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8960629Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8961274Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8961948Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8962604Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8963279Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8963904Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8964546Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8965197Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8965901Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8966561Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8967200Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8967848Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8968484Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8969119Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8969757Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8970390Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8971013Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8971648Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8972283Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8972951Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8973646Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8974325Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8974965Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8975617Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8976260Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8976879Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8977558Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8978201Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8978843Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8979483Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8980196Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8980970Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8981758Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8982521Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8983293Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8984186Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8984992Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8985808Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8986614Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8987418Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8988227Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8989020Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8989780Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8990544Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8991282Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8992050Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8992836Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8993621Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8994395Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8995048Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8995681Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8996313Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8997032Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8997682Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8998335Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8998983Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.8999606Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9000253Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9000889Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9001523Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9002170Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9002830Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9003506Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9004163Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9004802Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9005444Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9006088Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9006710Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9007358Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9008077Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9008727Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9009363Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9010005Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9010657Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9011346Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9011972Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9012597Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9013221Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9013823Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9014450Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9015081Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9015735Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9016405Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9017046Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9017695Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9018333Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9018965Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9019603Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9020238Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9020861Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9021533Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9022196Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9022897Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9023560Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9024349Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9025060Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9025850Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9026570Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9027281Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9027997Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9028703Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9029434Z test_get_torch_func_signature_exhaustive_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9030158Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9030900Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.9031622Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9032354Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.9033102Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9033829Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9034540Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9035159Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9035773Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9036403Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9037030Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9037662Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9038284Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9038942Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9039537Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9040127Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9040721Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.9041322Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9041954Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9042554Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9043146Z test_get_torch_func_signature_exhaustive_randint_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9043745Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9044571Z test_get_torch_func_signature_exhaustive_randn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9045262Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9045938Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9046599Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9047202Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9047860Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9048435Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9049107Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9049769Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9050489Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9051191Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9051872Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9052548Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9053260Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9053965Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9054585Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9055337Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9056016Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9056683Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9057342Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9058098Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9058839Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9059541Z test_get_torch_func_signature_exhaustive_rsub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9060235Z test_get_torch_func_signature_exhaustive_scalar_tensor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9060897Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9061515Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9062216Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9062933Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9063647Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9064427Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9065243Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9066104Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9066982Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9067854Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9068726Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9069566Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9070318Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9071075Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9071839Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9072859Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9073744Z test_get_torch_func_signature_exhaustive_signal_windows_bartlett_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9074624Z test_get_torch_func_signature_exhaustive_signal_windows_blackman_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9075489Z test_get_torch_func_signature_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9076319Z test_get_torch_func_signature_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9077248Z test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9078057Z test_get_torch_func_signature_exhaustive_signal_windows_general_cosine_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9078844Z test_get_torch_func_signature_exhaustive_signal_windows_general_hamming_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9079652Z test_get_torch_func_signature_exhaustive_signal_windows_hamming_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9080465Z test_get_torch_func_signature_exhaustive_signal_windows_hann_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9081327Z test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9082135Z test_get_torch_func_signature_exhaustive_signal_windows_nuttall_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9082949Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9083764Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9084432Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9085103Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9085790Z test_get_torch_func_signature_exhaustive_slice_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9086412Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9087100Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9087775Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9088448Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9089154Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9089918Z test_get_torch_func_signature_exhaustive_special_airy_ai_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9090538Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9091215Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9091885Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9092526Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9093144Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9093857Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9094932Z 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) 2023-01-11T23:13:07.9095864Z 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) 2023-01-11T23:13:07.9096549Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9097277Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9098020Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9098767Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9099482Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9100158Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9100863Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9101602Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9102526Z 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) 2023-01-11T23:13:07.9103307Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9104304Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9105146Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9106011Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9106839Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9107680Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9108633Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9109542Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9110533Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9111434Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9112749Z 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) 2023-01-11T23:13:07.9113953Z 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) 2023-01-11T23:13:07.9115080Z 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) 2023-01-11T23:13:07.9116109Z 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) 2023-01-11T23:13:07.9116918Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9117643Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9118300Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9118967Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9119613Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9120264Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9120947Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9121599Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9122259Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9122872Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9123524Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9124181Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9124795Z test_get_torch_func_signature_exhaustive_std_mean_unbiased_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9125476Z test_get_torch_func_signature_exhaustive_std_unbiased_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9126075Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9126710Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9127315Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9127926Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9128574Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9129329Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: cuSOLVER not available (0.001s) 2023-01-11T23:13:07.9130037Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9130708Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9131373Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9131976Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9132566Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9133147Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9133742Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9134345Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2023-01-11T23:13:07.9134914Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9135496Z test_get_torch_func_signature_exhaustive_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9136085Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9136682Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9137337Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9137977Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9138605Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9139254Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9139934Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9140711Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9141369Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9142065Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9142747Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9143383Z test_get_torch_func_signature_exhaustive_unbind_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9144198Z test_get_torch_func_signature_exhaustive_unflatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9145061Z test_get_torch_func_signature_exhaustive_unfold_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9145782Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9146514Z test_get_torch_func_signature_exhaustive_uniform_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9147340Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9148098Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9148932Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9149838Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9150654Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9151475Z test_get_torch_func_signature_exhaustive_var_mean_unbiased_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9152309Z test_get_torch_func_signature_exhaustive_var_unbiased_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9153134Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9153906Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9154600Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9155198Z test_get_torch_func_signature_exhaustive_view_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9155766Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9156353Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9156989Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9157642Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9158313Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9159014Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9159643Z test_get_torch_func_signature_exhaustive_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9160286Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:13:07.9160806Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9161236Z Tests that the pass manager runs the passes correctly. ... ok (0.009s) 2023-01-11T23:13:07.9161751Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9162290Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2023-01-11T23:13:07.9162896Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9163389Z Tests that users can add in check functions correctly ... ok (0.003s) 2023-01-11T23:13:07.9163890Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9164427Z Tests error catching + debug ... ok (0.005s) 2023-01-11T23:13:07.9164846Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9165339Z Tests the construction of constraints ... ok (0.001s) 2023-01-11T23:13:07.9165816Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2023-01-11T23:13:07.9166325Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2023-01-11T23:13:07.9166897Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2023-01-11T23:13:07.9167477Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.017s) 2023-01-11T23:13:07.9168064Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2023-01-11T23:13:07.9168609Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2023-01-11T23:13:07.9169213Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9169865Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9170569Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9171243Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2023-01-11T23:13:07.9171833Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2023-01-11T23:13:07.9172477Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2023-01-11T23:13:07.9173076Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9173722Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9174397Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2023-01-11T23:13:07.9174924Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2023-01-11T23:13:07.9175510Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9176144Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9176777Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9177506Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9178233Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9178833Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9179477Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9180114Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9180764Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2023-01-11T23:13:07.9181440Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2023-01-11T23:13:07.9181998Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.540s) 2023-01-11T23:13:07.9182529Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (3.057s) 2023-01-11T23:13:07.9183065Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (5.241s) 2023-01-11T23:13:07.9183547Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (2.124s) 2023-01-11T23:13:07.9184241Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (1.268s) 2023-01-11T23:13:07.9184866Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (2.150s) 2023-01-11T23:13:07.9185484Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (3.452s) 2023-01-11T23:13:07.9186094Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.893s) 2023-01-11T23:13:07.9186701Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (3.672s) 2023-01-11T23:13:07.9188115Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and may be removed in the future, please use 'weights_backbone' instead. 2023-01-11T23:13:07.9189005Z warnings.warn( 2023-01-11T23:13:07.9190136Z /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights_backbone=None`. 2023-01-11T23:13:07.9190922Z warnings.warn(msg) 2023-01-11T23:13:07.9191310Z ok (0.227s) 2023-01-11T23:13:07.9191879Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.200s) 2023-01-11T23:13:07.9192641Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.487s) 2023-01-11T23:13:07.9193371Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.489s) 2023-01-11T23:13:07.9194078Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.464s) 2023-01-11T23:13:07.9194722Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.679s) 2023-01-11T23:13:07.9195251Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.485s) 2023-01-11T23:13:07.9195839Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.516s) 2023-01-11T23:13:07.9196423Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.423s) 2023-01-11T23:13:07.9197015Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.483s) 2023-01-11T23:13:07.9197593Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (2.104s) 2023-01-11T23:13:07.9198250Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.159s) 2023-01-11T23:13:07.9198770Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.329s) 2023-01-11T23:13:07.9199209Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.821s) 2023-01-11T23:13:07.9199712Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.799s) 2023-01-11T23:13:07.9200166Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (2.099s) 2023-01-11T23:13:07.9200620Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.845s) 2023-01-11T23:13:07.9201075Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (3.686s) 2023-01-11T23:13:07.9201591Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (4.237s) 2023-01-11T23:13:07.9202044Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (5.563s) 2023-01-11T23:13:07.9202504Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (7.716s) 2023-01-11T23:13:07.9202945Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (5.065s) 2023-01-11T23:13:07.9203403Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (3.242s) 2023-01-11T23:13:07.9204604Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/googlenet.py:47: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2023-01-11T23:13:07.9205359Z warnings.warn( 2023-01-11T23:13:07.9205614Z ok (1.261s) 2023-01-11T23:13:07.9206735Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.8/site-packages/torchvision/models/inception.py:43: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2023-01-11T23:13:07.9207586Z warnings.warn( 2023-01-11T23:13:07.9207925Z ok (1.850s) 2023-01-11T23:13:07.9209020Z test_torchvision_models_maxvit_t (__main__.TestVisionTracing) ... /opt/conda/lib/python3.8/site-packages/torch/functional.py:504: 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:3451.) 2023-01-11T23:13:07.9209936Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2023-01-11T23:13:07.9210292Z ok (3.787s) 2023-01-11T23:13:07.9210721Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.908s) 2023-01-11T23:13:07.9211247Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.902s) 2023-01-11T23:13:07.9211771Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.882s) 2023-01-11T23:13:07.9212300Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (1.005s) 2023-01-11T23:13:07.9212827Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.978s) 2023-01-11T23:13:07.9213303Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.198s) 2023-01-11T23:13:07.9213856Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.941s) 2023-01-11T23:13:07.9214398Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.756s) 2023-01-11T23:13:07.9214908Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.488s) 2023-01-11T23:13:07.9215587Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.618s) 2023-01-11T23:13:07.9216298Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.993s) 2023-01-11T23:13:07.9216954Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.799s) 2023-01-11T23:13:07.9217572Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.637s) 2023-01-11T23:13:07.9218135Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (2.594s) 2023-01-11T23:13:07.9218710Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (14.613s) 2023-01-11T23:13:07.9219331Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (3.577s) 2023-01-11T23:13:07.9219969Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (3.006s) 2023-01-11T23:13:07.9220637Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (4.709s) 2023-01-11T23:13:07.9221254Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.528s) 2023-01-11T23:13:07.9221973Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.990s) 2023-01-11T23:13:07.9222575Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.671s) 2023-01-11T23:13:07.9223156Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.556s) 2023-01-11T23:13:07.9223801Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (2.270s) 2023-01-11T23:13:07.9224320Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (3.388s) 2023-01-11T23:13:07.9224842Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.599s) 2023-01-11T23:13:07.9225496Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.984s) 2023-01-11T23:13:07.9226050Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.239s) 2023-01-11T23:13:07.9226730Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (3.211s) 2023-01-11T23:13:07.9227396Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (3.103s) 2023-01-11T23:13:07.9228055Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.249s) 2023-01-11T23:13:07.9228773Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.579s) 2023-01-11T23:13:07.9229524Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.655s) 2023-01-11T23:13:07.9230255Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.420s) 2023-01-11T23:13:07.9230957Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.200s) 2023-01-11T23:13:07.9231539Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.312s) 2023-01-11T23:13:07.9232236Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.185s) 2023-01-11T23:13:07.9232857Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (1.014s) 2023-01-11T23:13:07.9233413Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.271s) 2023-01-11T23:13:07.9233957Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.138s) 2023-01-11T23:13:07.9234451Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.220s) 2023-01-11T23:13:07.9234904Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.383s) 2023-01-11T23:13:07.9235332Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.339s) 2023-01-11T23:13:07.9235792Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.951s) 2023-01-11T23:13:07.9236234Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (3.411s) 2023-01-11T23:13:07.9236792Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.838s) 2023-01-11T23:13:07.9237387Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (5.057s) 2023-01-11T23:13:07.9237975Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (4.138s) 2023-01-11T23:13:07.9238596Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (2.274s) 2023-01-11T23:13:07.9239140Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (2.082s) 2023-01-11T23:13:07.9239860Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (2.067s) 2023-01-11T23:13:07.9240518Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (2.060s) 2023-01-11T23:13:07.9241170Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (2.123s) 2023-01-11T23:13:07.9241921Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (2.217s) 2023-01-11T23:13:07.9242578Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.246s) 2023-01-11T23:13:07.9243255Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.318s) 2023-01-11T23:13:07.9243820Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.435s) 2023-01-11T23:13:07.9244380Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (1.270s) 2023-01-11T23:13:07.9244957Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (5.131s) 2023-01-11T23:13:07.9245604Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (6.389s) 2023-01-11T23:13:07.9246174Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.781s) 2023-01-11T23:13:07.9246748Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.673s) 2023-01-11T23:13:07.9247312Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (3.302s) 2023-01-11T23:13:07.9247807Z test_torchvision_models_video_swin3d_b (__main__.TestVisionTracing) ... ok (4.631s) 2023-01-11T23:13:07.9248343Z test_torchvision_models_video_swin3d_s (__main__.TestVisionTracing) ... ok (3.738s) 2023-01-11T23:13:07.9248879Z test_torchvision_models_video_swin3d_t (__main__.TestVisionTracing) ... ok (2.092s) 2023-01-11T23:13:07.9249396Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.714s) 2023-01-11T23:13:07.9249895Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (2.438s) 2023-01-11T23:13:07.9250348Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (14.546s) 2023-01-11T23:13:07.9250927Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (7.853s) 2023-01-11T23:13:07.9251353Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (6.553s) 2023-01-11T23:13:07.9251834Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.705s) 2023-01-11T23:13:07.9252314Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (2.048s) 2023-01-11T23:13:07.9252848Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.019s) 2023-01-11T23:13:07.9253384Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.637s) 2023-01-11T23:13:07.9253902Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2023-01-11T23:13:07.9254446Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2023-01-11T23:13:07.9254937Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9255438Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9255982Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9256529Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9257085Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2023-01-11T23:13:07.9257627Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2023-01-11T23:13:07.9258220Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2023-01-11T23:13:07.9258687Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2023-01-11T23:13:07.9259214Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2023-01-11T23:13:07.9259709Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.011s) 2023-01-11T23:13:07.9260248Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.050s) 2023-01-11T23:13:07.9260825Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2023-01-11T23:13:07.9261447Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2023-01-11T23:13:07.9261998Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9262479Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9263084Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9263636Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9264260Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9264940Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9265614Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9266279Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9266967Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2023-01-11T23:13:07.9267595Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2023-01-11T23:13:07.9268199Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2023-01-11T23:13:07.9268871Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.035s) 2023-01-11T23:13:07.9269535Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2023-01-11T23:13:07.9270145Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.022s) 2023-01-11T23:13:07.9270512Z 2023-01-11T23:13:07.9270941Z ---------------------------------------------------------------------- 2023-01-11T23:13:07.9271451Z Ran 1164 tests in 281.786s 2023-01-11T23:13:07.9271704Z 2023-01-11T23:13:07.9271811Z OK (skipped=632) 2023-01-11T23:13:07.9272060Z 2023-01-11T23:13:07.9272239Z Generating XML reports... 2023-01-11T23:13:07.9273047Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20230111230819.xml 2023-01-11T23:13:07.9274010Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20230111230819.xml 2023-01-11T23:13:07.9274921Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20230111230819.xml 2023-01-11T23:13:07.9275652Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20230111230819.xml 2023-01-11T23:13:07.9276484Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20230111230819.xml 2023-01-11T23:13:07.9277234Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20230111230819.xml 2023-01-11T23:13:07.9277834Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20230111230819.xml 2023-01-11T23:13:07.9278516Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20230111230819.xml 2023-01-11T23:13:07.9279444Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20230111230819.xml 2023-01-11T23:13:07.9280257Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20230111230819.xml 2023-01-11T23:13:07.9281106Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20230111230819.xml 2023-01-11T23:13:07.9281910Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20230111230819.xml 2023-01-11T23:13:07.9282680Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20230111230819.xml 2023-01-11T23:13:07.9283481Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20230111230819.xml 2023-01-11T23:13:07.9283925Z 2023-01-11T23:13:07.9284377Z ##[endgroup] 2023-01-11T23:13:07.9284960Z FINISHED PRINTING LOG FILE of test_fx (/var/lib/jenkins/pytorch/test/test-reports/test_fx_nuyzvfcz) 2023-01-11T23:13:07.9285282Z 2023-01-11T23:13:07.9285573Z Running nn/test_convolution ... [2023-01-11 23:13:07.844686] 2023-01-11T23:13:07.9286310Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:13:07.845374] 2023-01-11T23:14:58.6789644Z 2023-01-11T23:14:58.6790621Z Expand the folded group to see the log file of nn/test_convolution 2023-01-11T23:14:58.6794734Z ##[group]PRINTING LOG FILE of nn/test_convolution (/var/lib/jenkins/pytorch/test/test-reports/nn-test_convolution_3cq71h2w) 2023-01-11T23:14:58.6797725Z Test results will be stored in test-reports/python-unittest/nn.test_convolution 2023-01-11T23:14:58.6798786Z 2023-01-11T23:14:58.6799268Z Running tests... 2023-01-11T23:14:58.6800693Z ---------------------------------------------------------------------- 2023-01-11T23:14:58.6804080Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... nn/test_convolution.py:152: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:996.) 2023-01-11T23:14:58.6806493Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2023-01-11T23:14:58.6807449Z ok (0.008s) 2023-01-11T23:14:58.6808486Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.009s) 2023-01-11T23:14:58.6809592Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.042s) 2023-01-11T23:14:58.6810725Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (0.016s) 2023-01-11T23:14:58.6812307Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... [W Module.cpp:1088] Warning: cuDNN Benchmark limit is not supported in MIOpen and will have no effect. (function operator()) 2023-01-11T23:14:58.6867217Z ok (2.384s) 2023-01-11T23:14:58.6869383Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.071s) 2023-01-11T23:14:58.6870576Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.014s) 2023-01-11T23:14:58.6871888Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... ok (0.139s) 2023-01-11T23:14:58.6873246Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... ok (0.019s) 2023-01-11T23:14:58.6874460Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.002s) 2023-01-11T23:14:58.6875652Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.017s) 2023-01-11T23:14:58.6876841Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.070s) 2023-01-11T23:14:58.6877902Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.034s) 2023-01-11T23:14:58.6878820Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.008s) 2023-01-11T23:14:58.6879759Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... ok (0.029s) 2023-01-11T23:14:58.6880727Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.009s) 2023-01-11T23:14:58.6882238Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (14.755s) 2023-01-11T23:14:58.6883317Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.001s) 2023-01-11T23:14:58.6884292Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.050s) 2023-01-11T23:14:58.6885194Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.096s) 2023-01-11T23:14:58.6886161Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... expected failure (0.031s) 2023-01-11T23:14:58.6887136Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.003s) 2023-01-11T23:14:58.6888255Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.262s) 2023-01-11T23:14:58.6889177Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.001s) 2023-01-11T23:14:58.6892239Z test_conv_shapecheck (__main__.TestConvolutionNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T23:14:58.6894055Z warnings.warn( 2023-01-11T23:14:58.6894604Z ok (0.228s) 2023-01-11T23:14:58.6895283Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.009s) 2023-01-11T23:14:58.6896135Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... ok (0.404s) 2023-01-11T23:14:58.6897058Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... ok (0.204s) 2023-01-11T23:14:58.6897979Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.008s) 2023-01-11T23:14:58.6898830Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (0.193s) 2023-01-11T23:14:58.6899728Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.174s) 2023-01-11T23:14:58.6900611Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.318s) 2023-01-11T23:14:58.6901492Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.237s) 2023-01-11T23:14:58.6902373Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.375s) 2023-01-11T23:14:58.6903250Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.379s) 2023-01-11T23:14:58.6904274Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (0.344s) 2023-01-11T23:14:58.6905626Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: test doesn't currently work without MIOpen NHWC activation (0.002s) 2023-01-11T23:14:58.6908602Z test_invalid_conv1d (__main__.TestConvolutionNN) ... /opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py:1120: 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. 2023-01-11T23:14:58.6910399Z warnings.warn( 2023-01-11T23:14:58.6910949Z ok (0.092s) 2023-01-11T23:14:58.6911648Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.167s) 2023-01-11T23:14:58.6912492Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.085s) 2023-01-11T23:14:58.6913366Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.007s) 2023-01-11T23:14:58.6914240Z test_nnpack_conv (__main__.TestConvolutionNN) ... ok (1.778s) 2023-01-11T23:14:58.6915098Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... ok (4.131s) 2023-01-11T23:14:58.6916195Z test_Conv2d_backward_depthwise_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (1.991s) 2023-01-11T23:14:58.6917356Z test_Conv2d_backward_depthwise_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.194s) 2023-01-11T23:14:58.6918626Z test_Conv2d_depthwise_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.213s) 2023-01-11T23:14:58.6919757Z test_Conv2d_depthwise_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.161s) 2023-01-11T23:14:58.6920878Z test_Conv2d_depthwise_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T23:14:58.6921978Z test_Conv2d_deterministic_cudnn_cuda_bfloat16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.6923090Z test_Conv2d_deterministic_cudnn_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T23:14:58.6924259Z test_Conv2d_deterministic_cudnn_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.6925358Z test_Conv2d_deterministic_cudnn_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.080s) 2023-01-11T23:14:58.6926446Z test_Conv2d_deterministic_cudnn_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T23:14:58.6927526Z test_Conv2d_deterministic_cudnn_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6928606Z test_Conv2d_large_workspace_cuda_bfloat16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.530s) 2023-01-11T23:14:58.6929674Z test_Conv2d_large_workspace_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.124s) 2023-01-11T23:14:58.6930733Z test_Conv2d_large_workspace_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.041s) 2023-01-11T23:14:58.6931740Z test_Conv2d_large_workspace_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.074s) 2023-01-11T23:14:58.6932793Z test_Conv2d_naive_groups_cuda_bfloat16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.009s) 2023-01-11T23:14:58.6933846Z test_Conv2d_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.014s) 2023-01-11T23:14:58.6934895Z test_Conv2d_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.013s) 2023-01-11T23:14:58.6935928Z test_Conv2d_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T23:14:58.6936951Z test_Conv2d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T23:14:58.6938002Z test_Conv3d_depthwise_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.6939098Z test_Conv3d_depthwise_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.033s) 2023-01-11T23:14:58.6940151Z test_Conv3d_depthwise_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.018s) 2023-01-11T23:14:58.6941276Z test_ConvTranspose2d_large_output_padding_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.614s) 2023-01-11T23:14:58.6942434Z test_ConvTranspose2d_large_output_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.487s) 2023-01-11T23:14:58.6943537Z test_ConvTranspose2d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.009s) 2023-01-11T23:14:58.6944703Z test_ConvTranspose3d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.6946658Z test_contig_wrong_stride_cudnn_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... nn/test_convolution.py:1990: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T23:14:58.6948335Z x.set_(x.storage(), 0, x.size(), stride) 2023-01-11T23:14:58.6948949Z ok (0.011s) 2023-01-11T23:14:58.6949808Z test_conv1d_same_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2023-01-11T23:14:58.6951047Z test_conv1d_same_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.010s) 2023-01-11T23:14:58.6952182Z test_conv1d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.875s) 2023-01-11T23:14:58.6953281Z test_conv1d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.023s) 2023-01-11T23:14:58.6954416Z test_conv1d_valid_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.026s) 2023-01-11T23:14:58.6955569Z test_conv1d_valid_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T23:14:58.6956712Z test_conv1d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6957903Z test_conv1d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T23:14:58.6958924Z test_conv1d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.039s) 2023-01-11T23:14:58.6959916Z test_conv1d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6960953Z test_conv1d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T23:14:58.6961984Z test_conv1d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T23:14:58.6963022Z test_conv2d_no_grad_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:14:58.6964082Z test_conv2d_same_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.333s) 2023-01-11T23:14:58.6965142Z test_conv2d_same_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T23:14:58.6966175Z test_conv2d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.361s) 2023-01-11T23:14:58.6967178Z test_conv2d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6968167Z test_conv2d_valid_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2023-01-11T23:14:58.6969218Z test_conv2d_valid_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2023-01-11T23:14:58.6970249Z test_conv2d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T23:14:58.6971307Z test_conv2d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T23:14:58.6972334Z test_conv2d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.145s) 2023-01-11T23:14:58.6973369Z test_conv2d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6974391Z test_conv2d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.014s) 2023-01-11T23:14:58.6975401Z test_conv2d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6976480Z test_conv3d_64bit_indexing_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.093s) 2023-01-11T23:14:58.6977579Z test_conv3d_same_padding_backward_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.237s) 2023-01-11T23:14:58.6978647Z test_conv3d_same_padding_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.035s) 2023-01-11T23:14:58.6979672Z test_conv3d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.6980771Z test_conv3d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6981816Z test_conv3d_valid_padding_backward_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.415s) 2023-01-11T23:14:58.6982979Z test_conv3d_valid_padding_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2023-01-11T23:14:58.6984246Z test_conv3d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2023-01-11T23:14:58.6985290Z test_conv3d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.002s) 2023-01-11T23:14:58.6986305Z test_conv3d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.013s) 2023-01-11T23:14:58.6987344Z test_conv3d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.6988368Z test_conv3d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.013s) 2023-01-11T23:14:58.6989548Z test_conv3d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6990540Z test_convTranspose_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.6991693Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.165s) 2023-01-11T23:14:58.6992962Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.6994257Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.056s) 2023-01-11T23:14:58.6995463Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.057s) 2023-01-11T23:14:58.6996664Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.6997865Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.6998625Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2023-01-11T23:14:58.6999274Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2023-01-11T23:14:58.6999916Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7000565Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.057s) 2023-01-11T23:14:58.7001217Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2023-01-11T23:14:58.7001866Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.7002491Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.056s) 2023-01-11T23:14:58.7003142Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T23:14:58.7003784Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T23:14:58.7004435Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T23:14:58.7005089Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.052s) 2023-01-11T23:14:58.7005730Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.048s) 2023-01-11T23:14:58.7006435Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T23:14:58.7007085Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T23:14:58.7007727Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2023-01-11T23:14:58.7008372Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.052s) 2023-01-11T23:14:58.7009030Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2023-01-11T23:14:58.7009677Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2023-01-11T23:14:58.7010398Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7011105Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7011810Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7012516Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7013220Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7013926Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7014618Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7015315Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7016032Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7016776Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7017481Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7018213Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7018944Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7019677Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7020413Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7021190Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7021909Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7022621Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7023318Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7024130Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7024829Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7025607Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7026422Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7027215Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7028080Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7028979Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7029863Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7030747Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7031619Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7032506Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7033385Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7034258Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7035127Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7035976Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7036825Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7037821Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.020s) 2023-01-11T23:14:58.7038514Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7039211Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7039914Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.016s) 2023-01-11T23:14:58.7040659Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Marked as skipped for MIOpen (0.015s) 2023-01-11T23:14:58.7041335Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7041976Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7042613Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7043248Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7043885Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7044524Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7045166Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7045773Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7046420Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7047071Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7047710Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7048351Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7048988Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7049619Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7050252Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7050888Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7051523Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7052131Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7052841Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7053478Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7054109Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7054744Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7055376Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7056062Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7056719Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7057393Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7058060Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7058691Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7059358Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7060016Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7060674Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7061333Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7061991Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7062657Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7063321Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7064024Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7064677Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7065350Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7066101Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7066874Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7067668Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7068545Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7069345Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7070124Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7070902Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7071699Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7072573Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7073371Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7074129Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7074908Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7075680Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7076458Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7077231Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7078020Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7078658Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7079297Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7079940Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7080594Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7081211Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.035s) 2023-01-11T23:14:58.7081851Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7082495Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7083131Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7083773Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7084411Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7085108Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7085756Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7086402Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7087046Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2023-01-11T23:14:58.7087656Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7088350Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2023-01-11T23:14:58.7088984Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7089626Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.030s) 2023-01-11T23:14:58.7090254Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7090876Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2023-01-11T23:14:58.7091499Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.079s) 2023-01-11T23:14:58.7092131Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2023-01-11T23:14:58.7092758Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2023-01-11T23:14:58.7093380Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.066s) 2023-01-11T23:14:58.7093978Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2023-01-11T23:14:58.7094602Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7095244Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.106s) 2023-01-11T23:14:58.7095906Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7096573Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2023-01-11T23:14:58.7097235Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7097889Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2023-01-11T23:14:58.7098546Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7099197Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.075s) 2023-01-11T23:14:58.7099859Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2023-01-11T23:14:58.7100523Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.077s) 2023-01-11T23:14:58.7101160Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2023-01-11T23:14:58.7101788Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7102409Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2023-01-11T23:14:58.7103040Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2023-01-11T23:14:58.7103833Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.070s) 2023-01-11T23:14:58.7104478Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.070s) 2023-01-11T23:14:58.7105105Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.066s) 2023-01-11T23:14:58.7105821Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7106598Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.066s) 2023-01-11T23:14:58.7107338Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7108113Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2023-01-11T23:14:58.7108898Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2023-01-11T23:14:58.7109684Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2023-01-11T23:14:58.7110479Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2023-01-11T23:14:58.7111269Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.069s) 2023-01-11T23:14:58.7112039Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7112798Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.068s) 2023-01-11T23:14:58.7113555Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2023-01-11T23:14:58.7114306Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.066s) 2023-01-11T23:14:58.7115035Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7115779Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7116526Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7117275Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7118128Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.106s) 2023-01-11T23:14:58.7118819Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7119472Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.111s) 2023-01-11T23:14:58.7120135Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2023-01-11T23:14:58.7120780Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2023-01-11T23:14:58.7121486Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7122116Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.101s) 2023-01-11T23:14:58.7122767Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.100s) 2023-01-11T23:14:58.7123418Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.069s) 2023-01-11T23:14:58.7124075Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.047s) 2023-01-11T23:14:58.7124728Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.062s) 2023-01-11T23:14:58.7125385Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T23:14:58.7126035Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T23:14:58.7126681Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.048s) 2023-01-11T23:14:58.7127337Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.052s) 2023-01-11T23:14:58.7127999Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.048s) 2023-01-11T23:14:58.7128621Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.068s) 2023-01-11T23:14:58.7129278Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.046s) 2023-01-11T23:14:58.7129934Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.062s) 2023-01-11T23:14:58.7130581Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.046s) 2023-01-11T23:14:58.7131225Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.051s) 2023-01-11T23:14:58.7131873Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T23:14:58.7132520Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2023-01-11T23:14:58.7133225Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2023-01-11T23:14:58.7133882Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2023-01-11T23:14:58.7134531Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.7135409Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.078s) 2023-01-11T23:14:58.7136082Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.7136880Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.065s) 2023-01-11T23:14:58.7137604Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2023-01-11T23:14:58.7138331Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.073s) 2023-01-11T23:14:58.7139062Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2023-01-11T23:14:58.7139803Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.023s) 2023-01-11T23:14:58.7140574Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7141366Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7142135Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7142899Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7143667Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7144421Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7145291Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7146180Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7147078Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7147976Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7148880Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7149768Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7150745Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7151659Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7152552Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7153483Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7154405Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7155355Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7156274Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7157198Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7158142Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7158958Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7159789Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7160563Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7161350Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7162112Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7162876Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7163645Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7164417Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7165116Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7165871Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7166618Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.017s) 2023-01-11T23:14:58.7167369Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7168165Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7168911Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7169644Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7170387Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7171126Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7172001Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7172757Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7173523Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7174230Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7175015Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7175809Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7176584Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7177350Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7178111Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7178882Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7179653Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7180409Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7181159Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7181925Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7182676Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7183369Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7184335Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7185108Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7185917Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7186785Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7187682Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7188665Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7189556Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7190452Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7191341Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7192245Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7193101Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7194030Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7194952Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7195878Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7196795Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7197714Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7198640Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7199408Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7200183Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7200949Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7201724Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7202489Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7203320Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7204034Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7204807Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7205565Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7206389Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7207163Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7207933Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7208699Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7209468Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7210246Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7211068Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.017s) 2023-01-11T23:14:58.7211832Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7212594Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7213292Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7214073Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7214843Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7215609Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7216380Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7217139Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7217929Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7218771Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7219583Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7220369Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7221155Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7222006Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7222855Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7223579Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7224499Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7225303Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7226196Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7227122Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7228068Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7229013Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7229941Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7230914Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7231865Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7232828Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7233754Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7234693Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7235636Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7236609Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7237553Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7238519Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7239325Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7240171Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7240959Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7241739Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7242517Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7243285Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7244054Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7244821Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7245601Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7246371Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7247074Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7247847Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7248632Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7249396Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7250160Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7250992Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7251772Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7252604Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7253378Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7254141Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7254915Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7255679Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7256451Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7257216Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7257969Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7258687Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2023-01-11T23:14:58.7259390Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7260106Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7260815Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.123s) 2023-01-11T23:14:58.7261489Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.123s) 2023-01-11T23:14:58.7262193Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.127s) 2023-01-11T23:14:58.7262953Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.111s) 2023-01-11T23:14:58.7263751Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7264460Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.103s) 2023-01-11T23:14:58.7265204Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7266002Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7266880Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2023-01-11T23:14:58.7267770Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2023-01-11T23:14:58.7268652Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2023-01-11T23:14:58.7269549Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7270532Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7271323Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2023-01-11T23:14:58.7272050Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7272774Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7273601Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7274512Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7275242Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2023-01-11T23:14:58.7276036Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7276878Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7277739Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7278582Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7279358Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7280071Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2023-01-11T23:14:58.7280727Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7281435Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2023-01-11T23:14:58.7282155Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2023-01-11T23:14:58.7282864Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7283569Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7284303Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2023-01-11T23:14:58.7285014Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7285708Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.110s) 2023-01-11T23:14:58.7286389Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.108s) 2023-01-11T23:14:58.7287098Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2023-01-11T23:14:58.7287733Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.113s) 2023-01-11T23:14:58.7288513Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7289256Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7290003Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7290797Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7291591Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2023-01-11T23:14:58.7292330Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2023-01-11T23:14:58.7293067Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2023-01-11T23:14:58.7293798Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7294505Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7295190Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2023-01-11T23:14:58.7295828Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2023-01-11T23:14:58.7296505Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7297187Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7297864Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7298552Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2023-01-11T23:14:58.7299209Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7299912Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7300638Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7301360Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2023-01-11T23:14:58.7302068Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2023-01-11T23:14:58.7302701Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2023-01-11T23:14:58.7303488Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2023-01-11T23:14:58.7304300Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2023-01-11T23:14:58.7305132Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7305922Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.024s) 2023-01-11T23:14:58.7306822Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.016s) 2023-01-11T23:14:58.7307759Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7308664Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7309667Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7310583Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7311491Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7312310Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2023-01-11T23:14:58.7313191Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2023-01-11T23:14:58.7314063Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2023-01-11T23:14:58.7314938Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7315804Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7316679Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.116s) 2023-01-11T23:14:58.7317576Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2023-01-11T23:14:58.7318346Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.119s) 2023-01-11T23:14:58.7318991Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.111s) 2023-01-11T23:14:58.7319617Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2023-01-11T23:14:58.7320227Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2023-01-11T23:14:58.7320860Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2023-01-11T23:14:58.7321486Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2023-01-11T23:14:58.7322111Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.113s) 2023-01-11T23:14:58.7322741Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2023-01-11T23:14:58.7323452Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2023-01-11T23:14:58.7324089Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.115s) 2023-01-11T23:14:58.7324686Z test_conv_contiguous_for_oneDNN_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T23:14:58.7325615Z test_conv_cudnn_mismatch_memory_format_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work without MIOpen NHWC activation (0.003s) 2023-01-11T23:14:58.7326414Z test_conv_cudnn_ndhwc_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.005s) 2023-01-11T23:14:58.7327213Z test_conv_cudnn_ndhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.003s) 2023-01-11T23:14:58.7328019Z test_conv_cudnn_nhwc_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work without MIOpen NHWC activation (0.003s) 2023-01-11T23:14:58.7328835Z test_conv_cudnn_nhwc_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work without MIOpen NHWC activation (0.003s) 2023-01-11T23:14:58.7329638Z test_conv_cudnn_nhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work without MIOpen NHWC activation (0.003s) 2023-01-11T23:14:58.7330233Z test_conv_cudnn_nhwc_support_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.137s) 2023-01-11T23:14:58.7330771Z test_conv_cudnn_nhwc_support_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.7331310Z test_conv_double_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.098s) 2023-01-11T23:14:58.7331841Z test_conv_double_backward_groups_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.022s) 2023-01-11T23:14:58.7332374Z test_conv_double_backward_no_bias_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.015s) 2023-01-11T23:14:58.7332872Z test_conv_double_backward_stride_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2023-01-11T23:14:58.7333434Z test_conv_double_backward_strided_with_3D_input_and_weight_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.019s) 2023-01-11T23:14:58.7334331Z test_conv_empty_channel_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2023-01-11T23:14:58.7335015Z warnings.warn("Initializing zero-element tensors is a no-op") 2023-01-11T23:14:58.7335354Z ok (0.036s) 2023-01-11T23:14:58.7335745Z test_conv_empty_channel_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.031s) 2023-01-11T23:14:58.7336298Z test_conv_ic1_channels_last_for_oneDNN_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:14:58.7337022Z test_conv_large_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T23:14:58.7337546Z test_conv_large_nosplit_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.156s) 2023-01-11T23:14:58.7338069Z test_conv_noncontig_weights_and_bias_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.353s) 2023-01-11T23:14:58.7338596Z test_conv_noncontig_weights_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.204s) 2023-01-11T23:14:58.7339131Z test_conv_thnn_nhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:14:58.7339687Z test_conv_thnn_nhwc_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.005s) 2023-01-11T23:14:58.7340274Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.022s) 2023-01-11T23:14:58.7340963Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (43.492s) 2023-01-11T23:14:58.7341533Z test_conv_transposed_large_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (3.225s) 2023-01-11T23:14:58.7342242Z test_convert_conv2d_weight_memory_format_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: test doesn't currently work on the ROCm stack (0.002s) 2023-01-11T23:14:58.7342842Z test_cudnn_convolution_add_relu_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.187s) 2023-01-11T23:14:58.7343384Z test_cudnn_convolution_add_relu_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.227s) 2023-01-11T23:14:58.7344123Z test_cudnn_convolution_relu_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.032s) 2023-01-11T23:14:58.7344654Z test_cudnn_convolution_relu_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.448s) 2023-01-11T23:14:58.7345188Z test_group_convTranspose_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.7345705Z test_group_conv_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2023-01-11T23:14:58.7346297Z test_noncontig_conv_grad_cuda_bfloat16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2023-01-11T23:14:58.7346890Z test_noncontig_conv_grad_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.164s) 2023-01-11T23:14:58.7347524Z test_noncontig_conv_grad_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.144s) 2023-01-11T23:14:58.7348159Z test_noncontig_conv_grad_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2023-01-11T23:14:58.7348504Z 2023-01-11T23:14:58.7348847Z ---------------------------------------------------------------------- 2023-01-11T23:14:58.7349276Z Ran 587 tests in 104.371s 2023-01-11T23:14:58.7349483Z 2023-01-11T23:14:58.7349652Z OK (skipped=207, expected failures=1) 2023-01-11T23:14:58.7349883Z 2023-01-11T23:14:58.7350039Z Generating XML reports... 2023-01-11T23:14:58.7350704Z Generated XML report: test-reports/python-unittest/nn.test_convolution/TEST-TestConvolutionNN-20230111231310.xml 2023-01-11T23:14:58.7351630Z Generated XML report: test-reports/python-unittest/nn.test_convolution/TEST-TestConvolutionNNDeviceTypeCUDA-20230111231310.xml 2023-01-11T23:14:58.7352072Z 2023-01-11T23:14:58.7352649Z ##[endgroup] 2023-01-11T23:14:58.7353311Z FINISHED PRINTING LOG FILE of nn/test_convolution (/var/lib/jenkins/pytorch/test/test-reports/nn-test_convolution_3cq71h2w) 2023-01-11T23:14:58.7353688Z 2023-01-11T23:14:58.7353995Z Running test_tensor_creation_ops ... [2023-01-11 23:14:58.680900] 2023-01-11T23:14:58.7354801Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:14:58.681555] 2023-01-11T23:16:32.7890449Z 2023-01-11T23:16:32.7891643Z Expand the folded group to see the log file of test_tensor_creation_ops 2023-01-11T23:16:32.7896112Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/pytorch/test/test-reports/test_tensor_creation_ops_geb0d2dc) 2023-01-11T23:16:32.7898585Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2023-01-11T23:16:32.7899592Z 2023-01-11T23:16:32.7899871Z Running tests... 2023-01-11T23:16:32.7901386Z ---------------------------------------------------------------------- 2023-01-11T23:16:32.7902951Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.108s) 2023-01-11T23:16:32.7905051Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7906808Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7908976Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7911582Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7913648Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7915238Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7916527Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7917786Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7919694Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7921926Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7923692Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.058s) 2023-01-11T23:16:32.7925479Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.7927267Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2023-01-11T23:16:32.7928689Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2023-01-11T23:16:32.7929955Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2023-01-11T23:16:32.7931212Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2023-01-11T23:16:32.7932455Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2023-01-11T23:16:32.7933778Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2023-01-11T23:16:32.7935325Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7936862Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7938571Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7940239Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7942004Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7943853Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7945570Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7947481Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7949373Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7951041Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7952925Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7954845Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7956433Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7958131Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7959744Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2023-01-11T23:16:32.7961047Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7961973Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2023-01-11T23:16:32.7962908Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2023-01-11T23:16:32.7963818Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2023-01-11T23:16:32.7964933Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2023-01-11T23:16:32.7965834Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2023-01-11T23:16:32.7966683Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7967542Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7968418Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7969301Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7970174Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.7971249Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7972236Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7973214Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7974232Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7975238Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7976222Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7977212Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7978189Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7979165Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7980098Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7981129Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7982163Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.7983073Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2023-01-11T23:16:32.7984734Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... test_tensor_creation_ops.py:3701: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:276.) 2023-01-11T23:16:32.7985929Z result = torch.asarray(cvt(original), **kwargs) 2023-01-11T23:16:32.7986473Z ok (0.013s) 2023-01-11T23:16:32.7987120Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.012s) 2023-01-11T23:16:32.7987928Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.012s) 2023-01-11T23:16:32.7988690Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.7989487Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.7990283Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.7991074Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.7991859Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.7992640Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.7993426Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.7994304Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.7995351Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.7996539Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.7997599Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.7998637Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.7999676Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8000710Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8001607Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8002249Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8002874Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8003522Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8004133Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8004711Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8005299Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8005881Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8006451Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8006999Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8007564Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8008124Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8008685Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8009247Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8009809Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8010425Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8011100Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8011744Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8012400Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8013055Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8013703Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8014353Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8014992Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8015631Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8016355Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8017001Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8017540Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8018034Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8018526Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8019028Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8019588Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8020078Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8020569Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8021036Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8021516Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8021999Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8022470Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8022956Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8023451Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8024003Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8024510Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8025018Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8025520Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8026020Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8026522Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8027010Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8027474Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8027964Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8028458Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8028943Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8029468Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8030020Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8030563Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8031148Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8031778Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8032359Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8032896Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8033503Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8034109Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8034725Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2023-01-11T23:16:32.8035425Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.030s) 2023-01-11T23:16:32.8035965Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.017s) 2023-01-11T23:16:32.8036525Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.022s) 2023-01-11T23:16:32.8037088Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8038339Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... test_tensor_creation_ops.py:3349: 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:31.) 2023-01-11T23:16:32.8039240Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2023-01-11T23:16:32.8039610Z ok (0.002s) 2023-01-11T23:16:32.8040042Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8040572Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8041117Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8041622Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8042135Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8042627Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8043091Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8043557Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8044004Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8044459Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8044919Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8045374Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8045833Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8046290Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.225s) 2023-01-11T23:16:32.8046776Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.148s) 2023-01-11T23:16:32.8047255Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.019s) 2023-01-11T23:16:32.8047740Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.021s) 2023-01-11T23:16:32.8048218Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.065s) 2023-01-11T23:16:32.8048692Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.126s) 2023-01-11T23:16:32.8049147Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8049571Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2023-01-11T23:16:32.8050021Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8050470Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8050936Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8051395Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8051877Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T23:16:32.8052344Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2023-01-11T23:16:32.8052796Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T23:16:32.8053298Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.054s) 2023-01-11T23:16:32.8053715Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2023-01-11T23:16:32.8054153Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8054609Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:16:32.8055081Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:16:32.8055547Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:16:32.8056015Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2023-01-11T23:16:32.8056598Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2023-01-11T23:16:32.8057084Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8057479Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8057907Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8058349Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2023-01-11T23:16:32.8058795Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2023-01-11T23:16:32.8059238Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8059667Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8060076Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8060536Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8060997Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8061442Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2023-01-11T23:16:32.8061955Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.001s) 2023-01-11T23:16:32.8062510Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:16:32.8063023Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8063937Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:1447: 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. 2023-01-11T23:16:32.8065070Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2023-01-11T23:16:32.8065528Z np.float, 2023-01-11T23:16:32.8066251Z test_tensor_creation_ops.py:1454: 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. 2023-01-11T23:16:32.8067291Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2023-01-11T23:16:32.8067773Z np.bool, 2023-01-11T23:16:32.8068062Z ok (0.011s) 2023-01-11T23:16:32.8068490Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8069053Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8069602Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8070249Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8070812Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8071333Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2023-01-11T23:16:32.8071865Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.025s) 2023-01-11T23:16:32.8072385Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2023-01-11T23:16:32.8072911Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.048s) 2023-01-11T23:16:32.8073451Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.047s) 2023-01-11T23:16:32.8074228Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.046s) 2023-01-11T23:16:32.8074751Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.047s) 2023-01-11T23:16:32.8075268Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.046s) 2023-01-11T23:16:32.8076101Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:819: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2023-01-11T23:16:32.8076949Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2023-01-11T23:16:32.8077390Z ok (0.027s) 2023-01-11T23:16:32.8077791Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2023-01-11T23:16:32.8078278Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2023-01-11T23:16:32.8078790Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2023-01-11T23:16:32.8079293Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2023-01-11T23:16:32.8079801Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.065s) 2023-01-11T23:16:32.8080326Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2023-01-11T23:16:32.8081352Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:2445: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() 2023-01-11T23:16:32.8082149Z as_strided = torch.empty(empty_strided.storage().size(), 2023-01-11T23:16:32.8082464Z ok (0.003s) 2023-01-11T23:16:32.8082791Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8083218Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.203s) 2023-01-11T23:16:32.8083654Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.401s) 2023-01-11T23:16:32.8084142Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8084629Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8085123Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8085606Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8086066Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8086547Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8087063Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8087619Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8088224Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8088771Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8089317Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8089859Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8090357Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8090793Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8091296Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8091731Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8092167Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.032s) 2023-01-11T23:16:32.8092606Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2023-01-11T23:16:32.8093034Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2023-01-11T23:16:32.8093486Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.092s) 2023-01-11T23:16:32.8093945Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.092s) 2023-01-11T23:16:32.8094415Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.091s) 2023-01-11T23:16:32.8094878Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.091s) 2023-01-11T23:16:32.8095347Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.091s) 2023-01-11T23:16:32.8095811Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2023-01-11T23:16:32.8096273Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2023-01-11T23:16:32.8096728Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2023-01-11T23:16:32.8097164Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2023-01-11T23:16:32.8097622Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.066s) 2023-01-11T23:16:32.8098079Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (1.038s) 2023-01-11T23:16:32.8098532Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.860s) 2023-01-11T23:16:32.8098984Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.865s) 2023-01-11T23:16:32.8099432Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.905s) 2023-01-11T23:16:32.8099873Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.198s) 2023-01-11T23:16:32.8100299Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8100746Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8101252Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.148s) 2023-01-11T23:16:32.8101756Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2023-01-11T23:16:32.8102211Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2023-01-11T23:16:32.8102659Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (13.045s) 2023-01-11T23:16:32.8103113Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (12.625s) 2023-01-11T23:16:32.8103534Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (12.743s) 2023-01-11T23:16:32.8104141Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (12.453s) 2023-01-11T23:16:32.8104708Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8105227Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (12.584s) 2023-01-11T23:16:32.8105739Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (12.580s) 2023-01-11T23:16:32.8106244Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8106762Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8107271Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8107833Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8108484Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8109071Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8109652Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8110224Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8110800Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8111349Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8111934Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8112556Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8113148Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8113719Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8114303Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8114886Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.135s) 2023-01-11T23:16:32.8115442Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.113s) 2023-01-11T23:16:32.8116013Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.133s) 2023-01-11T23:16:32.8116583Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2023-01-11T23:16:32.8117138Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.062s) 2023-01-11T23:16:32.8117709Z test_linspace_vs_numpy_integral_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8118291Z test_linspace_vs_numpy_integral_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8118869Z test_linspace_vs_numpy_integral_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8119439Z test_linspace_vs_numpy_integral_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8119991Z test_linspace_vs_numpy_integral_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8120552Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8121104Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8121619Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8122068Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8122516Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8122951Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2023-01-11T23:16:32.8123367Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8124117Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:2986: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2023-01-11T23:16:32.8124812Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2023-01-11T23:16:32.8125159Z ok (0.010s) 2023-01-11T23:16:32.8125506Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8125941Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8126424Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8126835Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8127278Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8127749Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8128225Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8128698Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8129173Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8129646Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8130102Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8130592Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.136s) 2023-01-11T23:16:32.8131071Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.142s) 2023-01-11T23:16:32.8131532Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.146s) 2023-01-11T23:16:32.8132632Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... /opt/conda/lib/python3.8/site-packages/torch/functional.py:504: 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:3451.) 2023-01-11T23:16:32.8133466Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2023-01-11T23:16:32.8133789Z ok (0.004s) 2023-01-11T23:16:32.8134136Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8134566Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8135039Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8135514Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8135992Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8136454Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8136926Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8137395Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2023-01-11T23:16:32.8137883Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8138397Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8138871Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8139537Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8140081Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T23:16:32.8140591Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8141077Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8141546Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8142007Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8142452Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8142907Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8143380Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8143949Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8144395Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8144963Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8145527Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8146134Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8146661Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8147306Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8147855Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8148437Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8148998Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8149566Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8150122Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.254s) 2023-01-11T23:16:32.8150640Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2023-01-11T23:16:32.8151228Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2023-01-11T23:16:32.8151797Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2023-01-11T23:16:32.8152349Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2023-01-11T23:16:32.8152901Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.274s) 2023-01-11T23:16:32.8153469Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.275s) 2023-01-11T23:16:32.8154034Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2023-01-11T23:16:32.8154546Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.279s) 2023-01-11T23:16:32.8155093Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.240s) 2023-01-11T23:16:32.8155676Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8156326Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8156900Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8157466Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8158055Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8158597Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8159153Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8159713Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8160362Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8162091Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:1714: 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:105.) 2023-01-11T23:16:32.8162896Z t.random_(to_) 2023-01-11T23:16:32.8163160Z ok (0.014s) 2023-01-11T23:16:32.8164447Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:1714: 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:105.) 2023-01-11T23:16:32.8165348Z t.random_(to_) 2023-01-11T23:16:32.8165609Z ok (0.014s) 2023-01-11T23:16:32.8166774Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:1714: 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:105.) 2023-01-11T23:16:32.8167582Z t.random_(to_) 2023-01-11T23:16:32.8167933Z ok (0.014s) 2023-01-11T23:16:32.8169077Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:1714: 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:105.) 2023-01-11T23:16:32.8169858Z t.random_(to_) 2023-01-11T23:16:32.8170134Z ok (0.014s) 2023-01-11T23:16:32.8170507Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2023-01-11T23:16:32.8170954Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2023-01-11T23:16:32.8171395Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2023-01-11T23:16:32.8171845Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2023-01-11T23:16:32.8172314Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.025s) 2023-01-11T23:16:32.8172719Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8173179Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.218s) 2023-01-11T23:16:32.8173657Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8174119Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.142s) 2023-01-11T23:16:32.8174579Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2023-01-11T23:16:32.8175060Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8175608Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8176116Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8176738Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2023-01-11T23:16:32.8177271Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2023-01-11T23:16:32.8177883Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2023-01-11T23:16:32.8178426Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8178986Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8179522Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8180062Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2023-01-11T23:16:32.8180616Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8181144Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8181702Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8182244Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8182769Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8183289Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8184019Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8184584Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8185174Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2023-01-11T23:16:32.8185790Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2023-01-11T23:16:32.8186517Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8187131Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8187712Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8188310Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2023-01-11T23:16:32.8188945Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8189469Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8190023Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.219s) 2023-01-11T23:16:32.8190628Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2023-01-11T23:16:32.8191257Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2023-01-11T23:16:32.8191893Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8192485Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8193119Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2023-01-11T23:16:32.8193772Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8194380Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2023-01-11T23:16:32.8194979Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8195542Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8196272Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8196903Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8197541Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8198191Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8198786Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8199419Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8200147Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8200764Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8201413Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8201945Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8202472Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2023-01-11T23:16:32.8202981Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8203471Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8203956Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8204440Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2023-01-11T23:16:32.8204903Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8205383Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2023-01-11T23:16:32.8205895Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8206358Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2023-01-11T23:16:32.8206795Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8207277Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8207746Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8208205Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8208946Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:133: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2023-01-11T23:16:32.8209618Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2023-01-11T23:16:32.8209934Z ok (0.007s) 2023-01-11T23:16:32.8210267Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8210742Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8211208Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8211663Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2023-01-11T23:16:32.8212119Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2023-01-11T23:16:32.8212595Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.019s) 2023-01-11T23:16:32.8213055Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.018s) 2023-01-11T23:16:32.8213490Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.101s) 2023-01-11T23:16:32.8214095Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.101s) 2023-01-11T23:16:32.8214574Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.100s) 2023-01-11T23:16:32.8215078Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.100s) 2023-01-11T23:16:32.8215548Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.100s) 2023-01-11T23:16:32.8216268Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... test_tensor_creation_ops.py:819: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2023-01-11T23:16:32.8217054Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2023-01-11T23:16:32.8217463Z ok (0.064s) 2023-01-11T23:16:32.8217802Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2023-01-11T23:16:32.8218266Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2023-01-11T23:16:32.8218728Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2023-01-11T23:16:32.8219222Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.064s) 2023-01-11T23:16:32.8219667Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2023-01-11T23:16:32.8220132Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8220647Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8221152Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8221686Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8222258Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8222759Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8223270Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2023-01-11T23:16:32.8223877Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2023-01-11T23:16:32.8224139Z 2023-01-11T23:16:32.8224455Z ---------------------------------------------------------------------- 2023-01-11T23:16:32.8224849Z Ran 459 tests in 88.749s 2023-01-11T23:16:32.8225053Z 2023-01-11T23:16:32.8225210Z OK (skipped=99) 2023-01-11T23:16:32.8225549Z 2023-01-11T23:16:32.8225914Z Generating XML reports... 2023-01-11T23:16:32.8227143Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20230111231501.xml 2023-01-11T23:16:32.8228301Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20230111231501.xml 2023-01-11T23:16:32.8229277Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20230111231501.xml 2023-01-11T23:16:32.8230263Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20230111231501.xml 2023-01-11T23:16:32.8230678Z 2023-01-11T23:16:32.8231142Z ##[endgroup] 2023-01-11T23:16:32.8231805Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/pytorch/test/test-reports/test_tensor_creation_ops_geb0d2dc) 2023-01-11T23:16:32.8232213Z 2023-01-11T23:16:32.8232488Z Running test_dispatch ... [2023-01-11 23:16:32.790257] 2023-01-11T23:16:32.8233299Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:16:32.790925] 2023-01-11T23:17:34.3286481Z 2023-01-11T23:17:34.3287336Z Expand the folded group to see the log file of test_dispatch 2023-01-11T23:17:34.3293319Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/pytorch/test/test-reports/test_dispatch_zw1tnbx6) 2023-01-11T23:17:34.3295212Z Test results will be stored in test-reports/python-unittest/test_dispatch 2023-01-11T23:17:34.3295954Z 2023-01-11T23:17:34.3296299Z Running tests... 2023-01-11T23:17:34.3297867Z ---------------------------------------------------------------------- 2023-01-11T23:17:34.3299268Z test_all_invariants (__main__.TestDispatch) ... ok (0.635s) 2023-01-11T23:17:34.3303346Z test_computed_table (__main__.TestDispatch) ... ok (9.580s) 2023-01-11T23:17:34.3304956Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.015s) 2023-01-11T23:17:34.3306436Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2023-01-11T23:17:34.3307582Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.268s) 2023-01-11T23:17:34.3308754Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.287s) 2023-01-11T23:17:34.3309947Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (8.908s) 2023-01-11T23:17:34.3311208Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.014s) 2023-01-11T23:17:34.3312487Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.015s) 2023-01-11T23:17:34.3313656Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2023-01-11T23:17:34.3314818Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2023-01-11T23:17:34.3315737Z test_def (__main__.TestDispatch) ... ok (9.159s) 2023-01-11T23:17:34.3316708Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.017s) 2023-01-11T23:17:34.3317651Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2023-01-11T23:17:34.3318616Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2023-01-11T23:17:34.3319625Z test_def_with_inference (__main__.TestDispatch) ... ok (0.306s) 2023-01-11T23:17:34.3320807Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2023-01-11T23:17:34.3321965Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.003s) 2023-01-11T23:17:34.3323362Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py38_cpu as PyTorch extensions root... 2023-01-11T23:17:34.3324798Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py38_cpu/dangling_impl_extension... 2023-01-11T23:17:34.3326165Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py38_cpu/dangling_impl_extension/build.ninja... 2023-01-11T23:17:34.3327304Z Building extension module dangling_impl_extension... 2023-01-11T23:17:34.3328236Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:17:34.3333353Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1013\" -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.8/site-packages/torch/include/THC -isystem /opt/conda/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++17 -g -c /var/lib/jenkins/pytorch/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 2023-01-11T23:17:34.3337497Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2023-01-11T23:17:34.3338831Z Loading extension module dangling_impl_extension... 2023-01-11T23:17:34.3339571Z ok (25.643s) 2023-01-11T23:17:34.3340315Z test_impl_only (__main__.TestDispatch) ... ok (0.297s) 2023-01-11T23:17:34.3341510Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2023-01-11T23:17:34.3342580Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.008s) 2023-01-11T23:17:34.3343579Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.008s) 2023-01-11T23:17:34.3344662Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.015s) 2023-01-11T23:17:34.3346071Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:153] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2023-01-11T23:17:34.3347292Z operator: __test45643__::foo 2023-01-11T23:17:34.3347945Z no debug info 2023-01-11T23:17:34.3348737Z dispatch key: (catch all) 2023-01-11T23:17:34.3349416Z previous kernel: fn1 2023-01-11T23:17:34.3350174Z new kernel: fn2 (function registerKernel) 2023-01-11T23:17:34.3351368Z [W OperatorEntry.cpp:153] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2023-01-11T23:17:34.3352434Z operator: __test45644__::foo 2023-01-11T23:17:34.3353096Z no debug info 2023-01-11T23:17:34.3353736Z dispatch key: (catch all) 2023-01-11T23:17:34.3354423Z previous kernel: fn1 2023-01-11T23:17:34.3355192Z new kernel: fn2 (function registerKernel) 2023-01-11T23:17:34.3355908Z ok (0.002s) 2023-01-11T23:17:34.3356720Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3357728Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3358794Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3359917Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3361040Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3362142Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2023-01-11T23:17:34.3363280Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.039s) 2023-01-11T23:17:34.3363959Z 2023-01-11T23:17:34.3364683Z ---------------------------------------------------------------------- 2023-01-11T23:17:34.3365522Z Ran 32 tests in 55.245s 2023-01-11T23:17:34.3365921Z 2023-01-11T23:17:34.3366133Z OK 2023-01-11T23:17:34.3366452Z 2023-01-11T23:17:34.3366752Z Generating XML reports... 2023-01-11T23:17:34.3368116Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20230111231636.xml 2023-01-11T23:17:34.3369893Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20230111231636.xml 2023-01-11T23:17:34.3370716Z 2023-01-11T23:17:34.3371481Z ##[endgroup] 2023-01-11T23:17:34.3372806Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/pytorch/test/test-reports/test_dispatch_zw1tnbx6) 2023-01-11T23:17:34.3373548Z 2023-01-11T23:17:34.3374200Z Running test_multiprocessing_spawn ... [2023-01-11 23:17:34.329039] 2023-01-11T23:17:34.3375945Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:17:34.329698] 2023-01-11T23:18:28.6501794Z 2023-01-11T23:18:28.6508137Z Expand the folded group to see the log file of test_multiprocessing_spawn 2023-01-11T23:18:28.6511008Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/pytorch/test/test-reports/test_multiprocessing_spawn_i2j9wkss) 2023-01-11T23:18:28.6512975Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2023-01-11T23:18:28.6513912Z 2023-01-11T23:18:28.6514248Z Running tests... 2023-01-11T23:18:28.6515439Z ---------------------------------------------------------------------- 2023-01-11T23:18:28.6516488Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.615s) 2023-01-11T23:18:28.6517434Z test_exception_all (__main__.ForkTest) ... ok (0.057s) 2023-01-11T23:18:28.6518382Z test_exception_single (__main__.ForkTest) ... ok (0.081s) 2023-01-11T23:18:28.6519796Z test_first_argument_index (__main__.ForkTest) ... ok (0.033s) 2023-01-11T23:18:28.6520695Z test_success (__main__.ForkTest) ... ok (0.030s) 2023-01-11T23:18:28.6521626Z test_success_first_then_exception (__main__.ForkTest) ... ok (0.133s) 2023-01-11T23:18:28.6522600Z test_success_non_blocking (__main__.ForkTest) ... ok (0.026s) 2023-01-11T23:18:28.6523505Z test_terminate_exit (__main__.ForkTest) ... ok (0.039s) 2023-01-11T23:18:28.6533672Z test_terminate_signal (__main__.ForkTest) ... ok (0.530s) 2023-01-11T23:18:28.6535991Z test_exception_all (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6538327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6540101Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6541416Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6542994Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6545297Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6546915Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6548237Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6549445Z ok (5.109s) 2023-01-11T23:18:28.6551442Z test_exception_raises (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6553041Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6554763Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6556177Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6557157Z ok (4.703s) 2023-01-11T23:18:28.6558939Z test_exception_single (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6560403Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6562164Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6563602Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6565391Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6566764Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6568520Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6569955Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6571723Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6573037Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6574778Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6576229Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6577990Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6579583Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6581336Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6583064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6584316Z ok (9.887s) 2023-01-11T23:18:28.6586213Z test_first_argument_index (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6587868Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6589657Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6591094Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6593132Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6594504Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6596268Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6597718Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6598633Z ok (5.051s) 2023-01-11T23:18:28.6599562Z test_signal_raises (__main__.SpawnTest) ... ok (0.026s) 2023-01-11T23:18:28.6601506Z test_success (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6603008Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6604761Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6606196Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6607961Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6609261Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6611013Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6612443Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6613421Z ok (5.106s) 2023-01-11T23:18:28.6615323Z test_success_first_then_exception (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6616902Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6618650Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6620088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6621782Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6623168Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6625555Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6627062Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6628048Z ok (5.138s) 2023-01-11T23:18:28.6629889Z test_success_non_blocking (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6631416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6633117Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6634333Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6635093Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6635727Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6636402Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6636945Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6637317Z ok (5.035s) 2023-01-11T23:18:28.6637961Z test_terminate_exit (__main__.SpawnTest) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6638544Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6639286Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6639831Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6640493Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:18:28.6641015Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:18:28.6641670Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:18:28.6642177Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:18:28.6642552Z ok (5.519s) 2023-01-11T23:18:28.6642914Z test_terminate_signal (__main__.SpawnTest) ... ok (2.407s) 2023-01-11T23:18:28.6643155Z 2023-01-11T23:18:28.6643467Z ---------------------------------------------------------------------- 2023-01-11T23:18:28.6643863Z Ran 19 tests in 49.535s 2023-01-11T23:18:28.6644058Z 2023-01-11T23:18:28.6644172Z OK 2023-01-11T23:18:28.6644330Z 2023-01-11T23:18:28.6644480Z Generating XML reports... 2023-01-11T23:18:28.6645053Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20230111231736.xml 2023-01-11T23:18:28.6645757Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20230111231736.xml 2023-01-11T23:18:28.6646462Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20230111231736.xml 2023-01-11T23:18:28.6646785Z 2023-01-11T23:18:28.6647359Z ##[endgroup] 2023-01-11T23:18:28.6647950Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/pytorch/test/test-reports/test_multiprocessing_spawn_i2j9wkss) 2023-01-11T23:18:28.6648291Z 2023-01-11T23:18:28.6648571Z Running distributions/test_distributions ... [2023-01-11 23:18:28.650519] 2023-01-11T23:18:28.6649282Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:18:28.651146] 2023-01-11T23:19:15.2560602Z 2023-01-11T23:19:15.2562029Z Expand the folded group to see the log file of distributions/test_distributions 2023-01-11T23:19:15.2564993Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/pytorch/test/test-reports/distributions-test_distributions_k032p5f5) 2023-01-11T23:19:15.2567592Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2023-01-11T23:19:15.2568539Z 2023-01-11T23:19:15.2568945Z Running tests... 2023-01-11T23:19:15.2570274Z ---------------------------------------------------------------------- 2023-01-11T23:19:15.2572579Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2625009Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2626534Z ok (0.043s) 2023-01-11T23:19:15.2627450Z test_icdf (__main__.TestAgainstScipy) ... ok (0.023s) 2023-01-11T23:19:15.2628533Z test_mean (__main__.TestAgainstScipy) ... ok (1.312s) 2023-01-11T23:19:15.2633343Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.8/site-packages/torch/testing/_comparison.py:679: 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:204.) 2023-01-11T23:19:15.2636154Z return torch.as_tensor(tensor_like) 2023-01-11T23:19:15.2636963Z ok (0.035s) 2023-01-11T23:19:15.2637904Z test_params_constraints (__main__.TestConstraints) ... ok (0.062s) 2023-01-11T23:19:15.2639023Z test_support_constraints (__main__.TestConstraints) ... ok (0.076s) 2023-01-11T23:19:15.2640484Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2641809Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2643117Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2644394Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2023-01-11T23:19:15.2645621Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2646876Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2648095Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2023-01-11T23:19:15.2649372Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2650675Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2651969Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2653235Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2654583Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2655990Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2023-01-11T23:19:15.2657236Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2658435Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.023s) 2023-01-11T23:19:15.2659702Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2661028Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2662335Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2663627Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2665344Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2666629Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2667948Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2669265Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2670323Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2671249Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2672157Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2673054Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2673907Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2674767Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2023-01-11T23:19:15.2675784Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2676673Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2677544Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2023-01-11T23:19:15.2678427Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2679317Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2680165Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2681022Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2681997Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2682865Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2683757Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2023-01-11T23:19:15.2684622Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2023-01-11T23:19:15.2685498Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2023-01-11T23:19:15.2686310Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2023-01-11T23:19:15.2687131Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.048s) 2023-01-11T23:19:15.2687908Z test_bernoulli (__main__.TestDistributions) ... ok (0.069s) 2023-01-11T23:19:15.2688647Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2689451Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2690256Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.056s) 2023-01-11T23:19:15.2691003Z test_beta_sample (__main__.TestDistributions) ... ok (0.271s) 2023-01-11T23:19:15.2691717Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2692467Z test_beta_underflow (__main__.TestDistributions) ... ok (0.045s) 2023-01-11T23:19:15.2693245Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.173s) 2023-01-11T23:19:15.2694011Z test_binomial (__main__.TestDistributions) ... ok (0.023s) 2023-01-11T23:19:15.2694794Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2695607Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2696441Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.050s) 2023-01-11T23:19:15.2697267Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2698089Z test_binomial_sample (__main__.TestDistributions) ... ok (0.046s) 2023-01-11T23:19:15.2698862Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2699667Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.062s) 2023-01-11T23:19:15.2700460Z test_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2023-01-11T23:19:15.2701217Z test_categorical_2d (__main__.TestDistributions) ... ok (0.009s) 2023-01-11T23:19:15.2701988Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.001s) 2023-01-11T23:19:15.2702768Z test_cauchy (__main__.TestDistributions) ... ok (0.013s) 2023-01-11T23:19:15.2704192Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2705191Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2705766Z ok (0.265s) 2023-01-11T23:19:15.2706377Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.092s) 2023-01-11T23:19:15.2707128Z test_chi2_sample (__main__.TestDistributions) ... ok (0.087s) 2023-01-11T23:19:15.2707829Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2023-01-11T23:19:15.2708740Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.014s) 2023-01-11T23:19:15.2709563Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2710383Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2711161Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2711938Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.033s) 2023-01-11T23:19:15.2712675Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2714044Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2715184Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2715748Z ok (0.623s) 2023-01-11T23:19:15.2716418Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.159s) 2023-01-11T23:19:15.2717269Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.032s) 2023-01-11T23:19:15.2718061Z test_exponential (__main__.TestDistributions) ... ok (0.047s) 2023-01-11T23:19:15.2718800Z test_exponential_sample (__main__.TestDistributions) ... ok (0.099s) 2023-01-11T23:19:15.2719584Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.007s) 2023-01-11T23:19:15.2720385Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.789s) 2023-01-11T23:19:15.2721191Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.271s) 2023-01-11T23:19:15.2721963Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.058s) 2023-01-11T23:19:15.2722768Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2023-01-11T23:19:15.2723556Z test_gamma_sample (__main__.TestDistributions) ... ok (0.258s) 2023-01-11T23:19:15.2724270Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2023-01-11T23:19:15.2725018Z test_geometric (__main__.TestDistributions) ... ok (0.007s) 2023-01-11T23:19:15.2725816Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.012s) 2023-01-11T23:19:15.2726641Z test_geometric_sample (__main__.TestDistributions) ... ok (0.024s) 2023-01-11T23:19:15.2727392Z test_gumbel (__main__.TestDistributions) ... ok (0.010s) 2023-01-11T23:19:15.2728126Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.546s) 2023-01-11T23:19:15.2728836Z test_halfcauchy (__main__.TestDistributions) ... ok (0.010s) 2023-01-11T23:19:15.2729576Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2023-01-11T23:19:15.2730344Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.005s) 2023-01-11T23:19:15.2731142Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.085s) 2023-01-11T23:19:15.2731916Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2023-01-11T23:19:15.2733292Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2734298Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2734838Z ok (0.720s) 2023-01-11T23:19:15.2735473Z test_independent_shape (__main__.TestDistributions) ... ok (0.298s) 2023-01-11T23:19:15.2736306Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.039s) 2023-01-11T23:19:15.2737161Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.024s) 2023-01-11T23:19:15.2737980Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2023-01-11T23:19:15.2738737Z test_laplace (__main__.TestDistributions) ... ok (0.019s) 2023-01-11T23:19:15.2739455Z test_laplace_sample (__main__.TestDistributions) ... ok (0.260s) 2023-01-11T23:19:15.2740232Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2741021Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.016s) 2023-01-11T23:19:15.2741923Z test_logisticnormal (__main__.TestDistributions) ... ok (0.027s) 2023-01-11T23:19:15.2742732Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2743552Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.288s) 2023-01-11T23:19:15.2744408Z test_lognormal (__main__.TestDistributions) ... ok (0.017s) 2023-01-11T23:19:15.2745136Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2023-01-11T23:19:15.2745922Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.270s) 2023-01-11T23:19:15.2746761Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2023-01-11T23:19:15.2747768Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.031s) 2023-01-11T23:19:15.2748665Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2023-01-11T23:19:15.2749567Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.036s) 2023-01-11T23:19:15.2750445Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.059s) 2023-01-11T23:19:15.2751265Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.007s) 2023-01-11T23:19:15.2752090Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.048s) 2023-01-11T23:19:15.2752913Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.009s) 2023-01-11T23:19:15.2754255Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2755224Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2755799Z ok (0.132s) 2023-01-11T23:19:15.2756376Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.012s) 2023-01-11T23:19:15.2757200Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.005s) 2023-01-11T23:19:15.2758024Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.012s) 2023-01-11T23:19:15.2758824Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2023-01-11T23:19:15.2759672Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.024s) 2023-01-11T23:19:15.2760524Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2023-01-11T23:19:15.2761372Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.102s) 2023-01-11T23:19:15.2762164Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.103s) 2023-01-11T23:19:15.2763061Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2763934Z test_negative_binomial (__main__.TestDistributions) ... ok (0.023s) 2023-01-11T23:19:15.2764740Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.048s) 2023-01-11T23:19:15.2765622Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2023-01-11T23:19:15.2766440Z test_normal (__main__.TestDistributions) ... ok (0.019s) 2023-01-11T23:19:15.2767172Z test_normal_sample (__main__.TestDistributions) ... ok (0.255s) 2023-01-11T23:19:15.2767913Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2023-01-11T23:19:15.2768710Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.008s) 2023-01-11T23:19:15.2769556Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2770374Z test_pareto (__main__.TestDistributions) ... ok (0.006s) 2023-01-11T23:19:15.2771115Z test_pareto_sample (__main__.TestDistributions) ... ok (0.314s) 2023-01-11T23:19:15.2771898Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2023-01-11T23:19:15.2772682Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.014s) 2023-01-11T23:19:15.2773540Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.008s) 2023-01-11T23:19:15.2774319Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2023-01-11T23:19:15.2775079Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2775848Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2023-01-11T23:19:15.2776643Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2023-01-11T23:19:15.2777489Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.015s) 2023-01-11T23:19:15.2778226Z test_repr (__main__.TestDistributions) ... ok (0.033s) 2023-01-11T23:19:15.2778992Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.088s) 2023-01-11T23:19:15.2780621Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2781626Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2782182Z ok (0.028s) 2023-01-11T23:19:15.2782808Z test_sample_detached (__main__.TestDistributions) ... ok (0.023s) 2023-01-11T23:19:15.2783560Z test_studentT (__main__.TestDistributions) ... ok (0.007s) 2023-01-11T23:19:15.2784523Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.090s) 2023-01-11T23:19:15.2785305Z test_studentT_sample (__main__.TestDistributions) ... ok (1.066s) 2023-01-11T23:19:15.2786050Z test_support_attributes (__main__.TestDistributions) ... ok (0.028s) 2023-01-11T23:19:15.2786802Z test_uniform (__main__.TestDistributions) ... ok (0.012s) 2023-01-11T23:19:15.2787587Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.034s) 2023-01-11T23:19:15.2788408Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.014s) 2023-01-11T23:19:15.2789147Z test_vonmises_sample (__main__.TestDistributions) ... ok (7.937s) 2023-01-11T23:19:15.2790470Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2791098Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2791466Z ok (0.166s) 2023-01-11T23:19:15.2792368Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2023-01-11T23:19:15.2793320Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2023-01-11T23:19:15.2793782Z ok (1.188s) 2023-01-11T23:19:15.2794196Z test_wishart_properties (__main__.TestDistributions) ... ok (0.006s) 2023-01-11T23:19:15.2794668Z test_wishart_sample (__main__.TestDistributions) ... ok (0.335s) 2023-01-11T23:19:15.2795504Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2796133Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2796822Z /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2797379Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2798065Z /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2798609Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2799294Z /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2799827Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2800523Z /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2800986Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2801636Z /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2802098Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2802399Z ok (0.170s) 2023-01-11T23:19:15.2802737Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2023-01-11T23:19:15.2803188Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.088s) 2023-01-11T23:19:15.2803595Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2023-01-11T23:19:15.2803978Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2023-01-11T23:19:15.2804377Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2023-01-11T23:19:15.2804847Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2023-01-11T23:19:15.2805502Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2023-01-11T23:19:15.2805966Z warnings.warn("Singular sample detected.") 2023-01-11T23:19:15.2806276Z ok (1.822s) 2023-01-11T23:19:15.2806985Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.8/site-packages/torch/distributions/wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2023-01-11T23:19:15.2807748Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2023-01-11T23:19:15.2808119Z ok (2.633s) 2023-01-11T23:19:15.2808434Z test_enumerate_support (__main__.TestJit) ... ok (0.265s) 2023-01-11T23:19:15.2808798Z test_log_prob (__main__.TestJit) ... ok (4.546s) 2023-01-11T23:19:15.2809113Z test_mean (__main__.TestJit) ... ok (1.269s) 2023-01-11T23:19:15.2809457Z test_rsample (__main__.TestJit) ... ok (0.429s) 2023-01-11T23:19:15.2809804Z test_sample (__main__.TestJit) ... ok (0.558s) 2023-01-11T23:19:15.2810150Z test_variance (__main__.TestJit) ... ok (2.071s) 2023-01-11T23:19:15.2810530Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.044s) 2023-01-11T23:19:15.2810931Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.441s) 2023-01-11T23:19:15.2811270Z test_kl_edgecases (__main__.TestKL) ... ok (0.014s) 2023-01-11T23:19:15.2811650Z test_kl_exponential_family (__main__.TestKL) ... ok (0.024s) 2023-01-11T23:19:15.2812022Z test_kl_infinite (__main__.TestKL) ... ok (0.019s) 2023-01-11T23:19:15.2812406Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.029s) 2023-01-11T23:19:15.2812828Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.022s) 2023-01-11T23:19:15.2813218Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.730s) 2023-01-11T23:19:15.2813567Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.040s) 2023-01-11T23:19:15.2813969Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.019s) 2023-01-11T23:19:15.2814399Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.018s) 2023-01-11T23:19:15.2814800Z test_kl_shape (__main__.TestKL) ... ok (0.051s) 2023-01-11T23:19:15.2815155Z test_kl_transformed (__main__.TestKL) ... ok (0.013s) 2023-01-11T23:19:15.2815577Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.005s) 2023-01-11T23:19:15.2816048Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2023-01-11T23:19:15.2816523Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.014s) 2023-01-11T23:19:15.2816980Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2023-01-11T23:19:15.2817452Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2023-01-11T23:19:15.2817924Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2023-01-11T23:19:15.2818393Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2023-01-11T23:19:15.2818932Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.029s) 2023-01-11T23:19:15.2819403Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2023-01-11T23:19:15.2819902Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2023-01-11T23:19:15.2820378Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2023-01-11T23:19:15.2820838Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2023-01-11T23:19:15.2821269Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.044s) 2023-01-11T23:19:15.2821660Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.043s) 2023-01-11T23:19:15.2822073Z test_chi2 (__main__.TestRsample) ... ok (0.024s) 2023-01-11T23:19:15.2822432Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.471s) 2023-01-11T23:19:15.2822843Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.045s) 2023-01-11T23:19:15.2823264Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.106s) 2023-01-11T23:19:15.2823653Z test_gamma (__main__.TestRsample) ... ok (0.025s) 2023-01-11T23:19:15.2824052Z test_invalid (__main__.TestValidation) ... ok (0.022s) 2023-01-11T23:19:15.2824478Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.313s) 2023-01-11T23:19:15.2824931Z test_valid (__main__.TestValidation) ... ok (0.016s) 2023-01-11T23:19:15.2825387Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.011s) 2023-01-11T23:19:15.2825690Z 2023-01-11T23:19:15.2826028Z ---------------------------------------------------------------------- 2023-01-11T23:19:15.2826443Z Ran 219 tests in 39.114s 2023-01-11T23:19:15.2826651Z 2023-01-11T23:19:15.2826763Z OK 2023-01-11T23:19:15.2826924Z 2023-01-11T23:19:15.2827075Z Generating XML reports... 2023-01-11T23:19:15.2827796Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20230111231831.xml 2023-01-11T23:19:15.2828706Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20230111231831.xml 2023-01-11T23:19:15.2829611Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20230111231831.xml 2023-01-11T23:19:15.2830545Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20230111231831.xml 2023-01-11T23:19:15.2831437Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20230111231831.xml 2023-01-11T23:19:15.2832301Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20230111231831.xml 2023-01-11T23:19:15.2833148Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20230111231831.xml 2023-01-11T23:19:15.2834080Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20230111231831.xml 2023-01-11T23:19:15.2835066Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20230111231831.xml 2023-01-11T23:19:15.2835979Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20230111231831.xml 2023-01-11T23:19:15.2836822Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20230111231831.xml 2023-01-11T23:19:15.2837232Z 2023-01-11T23:19:15.2837642Z ##[endgroup] 2023-01-11T23:19:15.2838374Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/pytorch/test/test-reports/distributions-test_distributions_k032p5f5) 2023-01-11T23:19:15.2838811Z 2023-01-11T23:19:15.2839171Z Running test_cpp_extensions_open_device_registration ... [2023-01-11 23:19:15.256177] 2023-01-11T23:19:15.2840165Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:19:15.256606] 2023-01-11T23:19:48.1695730Z 2023-01-11T23:19:48.1697487Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2023-01-11T23:19:48.1701190Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/pytorch/test/test-reports/test_cpp_extensions_open_device_registration_ec8h5atj) 2023-01-11T23:19:48.1704514Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2023-01-11T23:19:48.1705799Z 2023-01-11T23:19:48.1706297Z Running tests... 2023-01-11T23:19:48.1707893Z ---------------------------------------------------------------------- 2023-01-11T23:19:48.1710609Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py38_cpu as PyTorch extensions root... 2023-01-11T23:19:48.1712840Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py38_cpu/custom_device_extension... 2023-01-11T23:19:48.1714557Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py38_cpu/custom_device_extension/build.ninja... 2023-01-11T23:19:48.1716255Z Building extension module custom_device_extension... 2023-01-11T23:19:48.1717805Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:19:48.1723862Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1013\" -I/var/lib/jenkins/pytorch/test/cpp_extensions -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.8/site-packages/torch/include/THC -isystem /opt/conda/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++17 -g -c /var/lib/jenkins/pytorch/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 2023-01-11T23:19:48.1728689Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2023-01-11T23:19:48.1730151Z Loading extension module custom_device_extension... 2023-01-11T23:19:48.1730994Z ok (27.655s) 2023-01-11T23:19:48.1731468Z 2023-01-11T23:19:48.1732246Z ---------------------------------------------------------------------- 2023-01-11T23:19:48.1733157Z Ran 1 test in 27.666s 2023-01-11T23:19:48.1733609Z 2023-01-11T23:19:48.1733881Z OK 2023-01-11T23:19:48.1734264Z 2023-01-11T23:19:48.1734615Z Generating XML reports... 2023-01-11T23:19:48.1736442Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20230111231917.xml 2023-01-11T23:19:48.1737519Z 2023-01-11T23:19:48.1738328Z ##[endgroup] 2023-01-11T23:19:48.1740087Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/pytorch/test/test-reports/test_cpp_extensions_open_device_registration_ec8h5atj) 2023-01-11T23:19:48.1741104Z 2023-01-11T23:19:48.1741719Z Running test_cuda_trace ... [2023-01-11 23:19:48.169763] 2023-01-11T23:19:48.1743521Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:19:48.170299] 2023-01-11T23:20:52.1878523Z 2023-01-11T23:20:52.1879270Z Expand the folded group to see the log file of test_cuda_trace 2023-01-11T23:20:52.1881815Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/pytorch/test/test-reports/test_cuda_trace_ln3jjjg8) 2023-01-11T23:20:52.1886979Z 2023-01-11T23:20:52.1893677Z , <__main__.TestCudaTrace testMethod=test_device_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_creation_callback>, <__main__.TestCudaTrace testMethod=test_event_deletion_callback>, <__main__.TestCudaTrace testMethod=test_event_record_callback>, <__main__.TestCudaTrace testMethod=test_event_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_wait_callback>, <__main__.TestCudaTrace testMethod=test_memcpy_synchronization>, <__main__.TestCudaTrace testMethod=test_memory_allocation_callback>, <__main__.TestCudaTrace testMethod=test_memory_deallocation_callback>, <__main__.TestCudaTrace testMethod=test_stream_creation_callback>, <__main__.TestCudaTrace testMethod=test_stream_synchronization_callback>]> 2023-01-11T23:20:52.1898921Z test_all_trace_callbacks_called (__main__.TestCudaTrace) 2023-01-11T23:20:52.1900130Z test_device_synchronization_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1902035Z test_event_creation_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1905485Z test_event_deletion_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1907802Z test_event_record_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1909291Z test_event_synchronization_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1910950Z test_event_wait_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1912299Z test_memcpy_synchronization (__main__.TestCudaTrace) 2023-01-11T23:20:52.1913633Z test_memory_allocation_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1915153Z test_memory_deallocation_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1916505Z test_stream_creation_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1917670Z test_stream_synchronization_callback (__main__.TestCudaTrace) 2023-01-11T23:20:52.1919652Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.1922140Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.1924214Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.1926700Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.1928274Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.1928919Z 2023-01-11T23:20:52.1929215Z Running tests... 2023-01-11T23:20:52.1930387Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1931491Z test_all_trace_callbacks_called (__main__.TestCudaTrace) ... ok (0.002s) 2023-01-11T23:20:52.1932122Z 2023-01-11T23:20:52.1932843Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1933761Z Ran 1 test in 0.293s 2023-01-11T23:20:52.1934193Z 2023-01-11T23:20:52.1934443Z OK 2023-01-11T23:20:52.1934806Z 2023-01-11T23:20:52.1935089Z Generating XML reports... 2023-01-11T23:20:52.1936564Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111231951.xml 2023-01-11T23:20:52.1938185Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.1940625Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.1942794Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.1946820Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.1949255Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.1949955Z 2023-01-11T23:20:52.1950218Z Running tests... 2023-01-11T23:20:52.1951859Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1953175Z test_device_synchronization_callback (__main__.TestCudaTrace) ... ok (0.280s) 2023-01-11T23:20:52.1953938Z 2023-01-11T23:20:52.1954739Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1956045Z Ran 1 test in 0.280s 2023-01-11T23:20:52.1956512Z 2023-01-11T23:20:52.1956759Z OK 2023-01-11T23:20:52.1957128Z 2023-01-11T23:20:52.1957486Z Generating XML reports... 2023-01-11T23:20:52.1958903Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111231956.xml 2023-01-11T23:20:52.1960483Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.1962145Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.1963420Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.1965290Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.1966614Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.1967234Z 2023-01-11T23:20:52.1967519Z Running tests... 2023-01-11T23:20:52.1968559Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1969684Z test_event_creation_callback (__main__.TestCudaTrace) ... ok (0.278s) 2023-01-11T23:20:52.1970302Z 2023-01-11T23:20:52.1971017Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1971919Z Ran 1 test in 0.279s 2023-01-11T23:20:52.1972356Z 2023-01-11T23:20:52.1972597Z OK 2023-01-11T23:20:52.1972961Z 2023-01-11T23:20:52.1973294Z Generating XML reports... 2023-01-11T23:20:52.1974740Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232001.xml 2023-01-11T23:20:52.1976249Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.1977905Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.1979169Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.1980768Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.1982087Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.1982715Z 2023-01-11T23:20:52.1983004Z Running tests... 2023-01-11T23:20:52.1984522Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1985601Z test_event_deletion_callback (__main__.TestCudaTrace) ... ok (0.289s) 2023-01-11T23:20:52.1986222Z 2023-01-11T23:20:52.1986943Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1987840Z Ran 1 test in 0.290s 2023-01-11T23:20:52.1988274Z 2023-01-11T23:20:52.1988541Z OK 2023-01-11T23:20:52.1988903Z 2023-01-11T23:20:52.1989238Z Generating XML reports... 2023-01-11T23:20:52.1990696Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232006.xml 2023-01-11T23:20:52.1992285Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.1993903Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.1995138Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.1995956Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.1996487Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.1996727Z 2023-01-11T23:20:52.1996840Z Running tests... 2023-01-11T23:20:52.1997267Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1997694Z test_event_record_callback (__main__.TestCudaTrace) ... ok (0.295s) 2023-01-11T23:20:52.1997903Z 2023-01-11T23:20:52.1998170Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.1998502Z Ran 1 test in 0.295s 2023-01-11T23:20:52.1998667Z 2023-01-11T23:20:52.1998761Z OK 2023-01-11T23:20:52.1998986Z 2023-01-11T23:20:52.1999115Z Generating XML reports... 2023-01-11T23:20:52.1999677Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232011.xml 2023-01-11T23:20:52.2000272Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2000899Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2001348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2001953Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2002521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2002764Z 2023-01-11T23:20:52.2002879Z Running tests... 2023-01-11T23:20:52.2003310Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2003755Z test_event_synchronization_callback (__main__.TestCudaTrace) ... ok (0.288s) 2023-01-11T23:20:52.2004004Z 2023-01-11T23:20:52.2004266Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2004689Z Ran 1 test in 0.288s 2023-01-11T23:20:52.2004857Z 2023-01-11T23:20:52.2004959Z OK 2023-01-11T23:20:52.2005072Z 2023-01-11T23:20:52.2005201Z Generating XML reports... 2023-01-11T23:20:52.2005748Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232016.xml 2023-01-11T23:20:52.2006336Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2006966Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2007447Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2008039Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2008540Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2008753Z 2023-01-11T23:20:52.2008864Z Running tests... 2023-01-11T23:20:52.2009285Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2009701Z test_event_wait_callback (__main__.TestCudaTrace) ... ok (0.290s) 2023-01-11T23:20:52.2009929Z 2023-01-11T23:20:52.2010192Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2010539Z Ran 1 test in 0.292s 2023-01-11T23:20:52.2010700Z 2023-01-11T23:20:52.2010797Z OK 2023-01-11T23:20:52.2010933Z 2023-01-11T23:20:52.2011036Z Generating XML reports... 2023-01-11T23:20:52.2011596Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232021.xml 2023-01-11T23:20:52.2012190Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2012818Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2013293Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2013898Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2014400Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2014635Z 2023-01-11T23:20:52.2014731Z Running tests... 2023-01-11T23:20:52.2015132Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2015560Z test_memcpy_synchronization (__main__.TestCudaTrace) ... ok (0.297s) 2023-01-11T23:20:52.2015801Z 2023-01-11T23:20:52.2016064Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2016408Z Ran 1 test in 0.298s 2023-01-11T23:20:52.2016577Z 2023-01-11T23:20:52.2016674Z OK 2023-01-11T23:20:52.2016809Z 2023-01-11T23:20:52.2016935Z Generating XML reports... 2023-01-11T23:20:52.2017517Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232026.xml 2023-01-11T23:20:52.2018123Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2018748Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2019225Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2019826Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2020325Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2020621Z 2023-01-11T23:20:52.2020734Z Running tests... 2023-01-11T23:20:52.2021133Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2021545Z test_memory_allocation_callback (__main__.TestCudaTrace) ... ok (0.002s) 2023-01-11T23:20:52.2021783Z 2023-01-11T23:20:52.2022047Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2022396Z Ran 1 test in 0.287s 2023-01-11T23:20:52.2022563Z 2023-01-11T23:20:52.2022657Z OK 2023-01-11T23:20:52.2022795Z 2023-01-11T23:20:52.2022922Z Generating XML reports... 2023-01-11T23:20:52.2023462Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232031.xml 2023-01-11T23:20:52.2024081Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2024696Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2025209Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2025917Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2026506Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2026796Z 2023-01-11T23:20:52.2026931Z Running tests... 2023-01-11T23:20:52.2027441Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2027943Z test_memory_deallocation_callback (__main__.TestCudaTrace) ... ok (0.002s) 2023-01-11T23:20:52.2028242Z 2023-01-11T23:20:52.2028550Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2028962Z Ran 1 test in 0.281s 2023-01-11T23:20:52.2029161Z 2023-01-11T23:20:52.2029282Z OK 2023-01-11T23:20:52.2029444Z 2023-01-11T23:20:52.2029596Z Generating XML reports... 2023-01-11T23:20:52.2030254Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232036.xml 2023-01-11T23:20:52.2030978Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2031698Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2032269Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2032987Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2033590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2033878Z 2023-01-11T23:20:52.2034012Z Running tests... 2023-01-11T23:20:52.2034523Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2035024Z test_stream_creation_callback (__main__.TestCudaTrace) ... ok (0.397s) 2023-01-11T23:20:52.2035322Z 2023-01-11T23:20:52.2035591Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2035934Z Ran 1 test in 0.398s 2023-01-11T23:20:52.2036105Z 2023-01-11T23:20:52.2036200Z OK 2023-01-11T23:20:52.2036335Z 2023-01-11T23:20:52.2036461Z Generating XML reports... 2023-01-11T23:20:52.2037009Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232041.xml 2023-01-11T23:20:52.2037673Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2023-01-11T23:20:52.2038314Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 56 slow tests 2023-01-11T23:20:52.2038762Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2023-01-11T23:20:52.2039356Z /opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 210 disabled tests 2023-01-11T23:20:52.2039847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2023-01-11T23:20:52.2040082Z 2023-01-11T23:20:52.2040192Z Running tests... 2023-01-11T23:20:52.2040685Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2041119Z test_stream_synchronization_callback (__main__.TestCudaTrace) ... ok (0.388s) 2023-01-11T23:20:52.2041375Z 2023-01-11T23:20:52.2041640Z ---------------------------------------------------------------------- 2023-01-11T23:20:52.2041960Z Ran 1 test in 0.388s 2023-01-11T23:20:52.2042121Z 2023-01-11T23:20:52.2042216Z OK 2023-01-11T23:20:52.2042353Z 2023-01-11T23:20:52.2042487Z Generating XML reports... 2023-01-11T23:20:52.2043038Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20230111232046.xml 2023-01-11T23:20:52.2043351Z 2023-01-11T23:20:52.2043795Z ##[endgroup] 2023-01-11T23:20:52.2044326Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/pytorch/test/test-reports/test_cuda_trace_ln3jjjg8) 2023-01-11T23:20:52.2044629Z 2023-01-11T23:20:52.2044888Z Running test_cpp_extensions_aot_ninja ... [2023-01-11 23:20:52.188308] 2023-01-11T23:20:54.5489222Z /var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.cpp -> /var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.cpp [skipped, no changes] 2023-01-11T23:20:54.5491359Z /var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension_kernel.cu -> /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip [ok] 2023-01-11T23:20:54.5493878Z /var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension_kernel2.cu -> /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip [ok] 2023-01-11T23:20:54.5495427Z Successfully preprocessed all matching files. 2023-01-11T23:20:54.5496461Z Total number of unsupported CUDA function calls: 0 2023-01-11T23:20:54.5497024Z 2023-01-11T23:20:54.5497040Z 2023-01-11T23:20:54.5497451Z Total number of replaced kernel launches: 2 2023-01-11T23:20:54.5503296Z /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu -> /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu [skipped, no changes] 2023-01-11T23:20:54.5506246Z Successfully preprocessed all matching files. 2023-01-11T23:20:54.5507310Z Total number of unsupported CUDA function calls: 0 2023-01-11T23:20:54.5507821Z 2023-01-11T23:20:54.5507899Z 2023-01-11T23:20:54.5508264Z Total number of replaced kernel launches: 0 2023-01-11T23:20:54.5808856Z running install 2023-01-11T23:20:54.5810913Z /opt/conda/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-01-11T23:20:54.5812333Z warnings.warn( 2023-01-11T23:20:54.5923096Z running build 2023-01-11T23:20:54.5923837Z running build_py 2023-01-11T23:20:54.5978954Z creating build 2023-01-11T23:20:54.5980050Z creating build/lib.linux-x86_64-cpython-38 2023-01-11T23:20:54.5981329Z creating build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension 2023-01-11T23:20:54.5982888Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension 2023-01-11T23:20:54.5984135Z running build_ext 2023-01-11T23:20:54.6557271Z building 'torch_test_cpp_extension.cpp' extension 2023-01-11T23:20:54.6559081Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38 2023-01-11T23:20:54.7067864Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:20:54.7084539Z Compiling objects... 2023-01-11T23:20:54.7085470Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:21:30.5141276Z [1/1] c++ -MMD -MF /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17 2023-01-11T23:21:30.5155789Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2023-01-11T23:21:30.5157684Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/Exceptions.h:14, 2023-01-11T23:21:30.5159411Z from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2023-01-11T23:21:30.5160999Z from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:6, 2023-01-11T23:21:30.5162259Z from /var/lib/jenkins/pytorch/test/cpp_extensions/extension.cpp:1: 2023-01-11T23:21:30.5164297Z /opt/conda/lib/python3.8/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2023-01-11T23:21:30.5165781Z /var/lib/jenkins/pytorch/test/cpp_extensions/extension.cpp:40:53: required from here 2023-01-11T23:21:30.5168194Z /opt/conda/lib/python3.8/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2023-01-11T23:21:30.5169757Z 1479 | class class_ : public detail::generic_type { 2023-01-11T23:21:30.5170548Z | ^~~~~~ 2023-01-11T23:21:30.5305646Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/extension.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/cpp.cpython-38-x86_64-linux-gnu.so 2023-01-11T23:21:30.9687635Z building 'torch_test_cpp_extension.ort' extension 2023-01-11T23:21:31.0247509Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:21:31.0248894Z Compiling objects... 2023-01-11T23:21:31.0249733Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:22:06.3306201Z [1/1] c++ -MMD -MF /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/ort_extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17 2023-01-11T23:22:06.3315338Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2023-01-11T23:22:06.3404377Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/ort_extension.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/ort.cpython-38-x86_64-linux-gnu.so 2023-01-11T23:22:06.7574249Z building 'torch_test_cpp_extension.rng' extension 2023-01-11T23:22:06.8136416Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:22:06.8137392Z Compiling objects... 2023-01-11T23:22:06.8137846Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:22:44.4627144Z [1/1] c++ -MMD -MF /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/rng_extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17 2023-01-11T23:22:44.4633715Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2023-01-11T23:22:44.4635645Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2023-01-11T23:22:44.4637376Z from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2023-01-11T23:22:44.4639116Z from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2023-01-11T23:22:44.4640991Z from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2023-01-11T23:22:44.4642464Z from /var/lib/jenkins/pytorch/test/cpp_extensions/rng_extension.cpp:6: 2023-01-11T23:22:44.4644438Z /opt/conda/lib/python3.8/site-packages/torch/include/ATen/cpu/vec/vec_base.h:1008: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2023-01-11T23:22:44.4645723Z 1008 | # pragma unroll 2023-01-11T23:22:44.4646479Z | 2023-01-11T23:22:44.4714463Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/rng_extension.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/rng.cpython-38-x86_64-linux-gnu.so 2023-01-11T23:22:44.8882259Z building 'torch_test_cpp_extension.cuda' extension 2023-01-11T23:22:44.8884281Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var 2023-01-11T23:22:44.8886142Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib 2023-01-11T23:22:44.8887943Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins 2023-01-11T23:22:44.8889792Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch 2023-01-11T23:22:44.8891718Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test 2023-01-11T23:22:44.8894078Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions 2023-01-11T23:22:44.9437125Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:22:44.9440696Z Compiling objects... 2023-01-11T23:22:44.9441577Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:23:00.1406357Z [1/3] /opt/rocm-5.3.0/bin/hipcc -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/opt/conda/lib/python3.8/site-packages/torch/include/THH -I/opt/rocm-5.3.0/include -I/opt/rocm-5.3.0/miopen/include -I/opt/rocm-5.3.0/hip/include -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 --amdgpu-target=gfx906 -fno-gpu-rdc -std=c++17 2023-01-11T23:23:00.1412752Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1415122Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1417100Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1469478Z ^ 2023-01-11T23:23:00.1470492Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1472178Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1473656Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:00.1475636Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1477586Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1478615Z ^ 2023-01-11T23:23:00.1479607Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1480984Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1482430Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1484851Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1486882Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1487908Z ^ 2023-01-11T23:23:00.1488877Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1490296Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1491670Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1493125Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1494974Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:00.1497097Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1499069Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1500075Z ^ 2023-01-11T23:23:00.1501063Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1502489Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1504500Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1506921Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1508643Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1511552Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1513645Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1514759Z ^ 2023-01-11T23:23:00.1515787Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1517359Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1518752Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1519913Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1521223Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1522747Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1523882Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:00.1525487Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1526974Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1527721Z ^ 2023-01-11T23:23:00.1528391Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1529427Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1530462Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1531542Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1532718Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1533973Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1535059Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:00.1536456Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1537844Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1538573Z ^ 2023-01-11T23:23:00.1539284Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1540443Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1541481Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1542543Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1543805Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1545511Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1546589Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1548037Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1549438Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1550185Z ^ 2023-01-11T23:23:00.1550898Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1551931Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1552917Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1553940Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1555116Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1556191Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1557244Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1558261Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1559303Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1560716Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1562114Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1562842Z ^ 2023-01-11T23:23:00.1563554Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1564574Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1565604Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1566650Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1567796Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1568871Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1570048Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1571075Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1572111Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1573139Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1574227Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1575757Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1577300Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1578043Z ^ 2023-01-11T23:23:00.1578765Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1579792Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1580818Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1581865Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1583036Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1584362Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1585492Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1586505Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1587551Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1588587Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1589693Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1590797Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:00.1592037Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:00.1593568Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1595021Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1595766Z ^ 2023-01-11T23:23:00.1596481Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1597514Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1598549Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1599575Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1600709Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1601783Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1602846Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:00.1604295Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1605857Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1606602Z ^ 2023-01-11T23:23:00.1607312Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1608355Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1609350Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1610402Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1611569Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1612773Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1613833Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:00.1615363Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1616805Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1617546Z ^ 2023-01-11T23:23:00.1618220Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1619246Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1620243Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1621305Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1622486Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:00.1624237Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1625662Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1626364Z ^ 2023-01-11T23:23:00.1627074Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1628105Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1629130Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1630187Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1631358Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1632882Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1634270Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1634983Z ^ 2023-01-11T23:23:00.1635688Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1636716Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1637740Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1638805Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1639683Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1640354Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1640950Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1641604Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:00.1642384Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1643116Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1643574Z ^ 2023-01-11T23:23:00.1643958Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1644506Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1645022Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1645567Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1646183Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1646768Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1647377Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1648031Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:00.1648847Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1649601Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1649990Z ^ 2023-01-11T23:23:00.1650342Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1650886Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1651428Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1651981Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1652588Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1653182Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1653792Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1654423Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:00.1655227Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1655972Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1656361Z ^ 2023-01-11T23:23:00.1656738Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1657288Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1657825Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1658353Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1659039Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:00.1659856Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1660599Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1660988Z ^ 2023-01-11T23:23:00.1661367Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1661966Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1662506Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1663034Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1663658Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.1665018Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1666148Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1666601Z ^ 2023-01-11T23:23:00.1667033Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1667674Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1668307Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1668935Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1669668Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.1670376Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:00.1671129Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:00.1672073Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1672957Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1673427Z ^ 2023-01-11T23:23:00.1673864Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1674483Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1675124Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1675774Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1676512Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.1677480Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1678356Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1678810Z ^ 2023-01-11T23:23:00.1679242Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1679775Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1680402Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1680958Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1681558Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.1682146Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:00.1682791Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:00.1683637Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1684340Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1684725Z ^ 2023-01-11T23:23:00.1685089Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1685617Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1686147Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1686692Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1687297Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:00.1688087Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1688839Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1689216Z ^ 2023-01-11T23:23:00.1689585Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1690115Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1690643Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1691183Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1691920Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1692375Z __attribute__((weak)) 2023-01-11T23:23:00.1692627Z ^ 2023-01-11T23:23:00.1693160Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:00.1693586Z static constexpr __X x{}; 2023-01-11T23:23:00.1693857Z ^ 2023-01-11T23:23:00.1694495Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1694964Z __attribute__((weak)) 2023-01-11T23:23:00.1695196Z ^ 2023-01-11T23:23:00.1695731Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:00.1696141Z static constexpr __Y y{}; 2023-01-11T23:23:00.1696418Z ^ 2023-01-11T23:23:00.1697053Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1697523Z __attribute__((weak)) 2023-01-11T23:23:00.1697754Z ^ 2023-01-11T23:23:00.1698364Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:00.1698787Z static constexpr __Z z{}; 2023-01-11T23:23:00.1699062Z ^ 2023-01-11T23:23:00.1699440Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1699969Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1700476Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1701018Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1701688Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:00.1702483Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1703219Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1703600Z ^ 2023-01-11T23:23:00.1704016Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1704550Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1705062Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:00.1705905Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1706767Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1707228Z ^ 2023-01-11T23:23:00.1707671Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:6: 2023-01-11T23:23:00.1708343Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.1709039Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.1709744Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.1710494Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.1711248Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.1711974Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.1712681Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.1713400Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.1714127Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.1714834Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.1715697Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1716549Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1717015Z ^ 2023-01-11T23:23:00.1717457Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:6: 2023-01-11T23:23:00.1718147Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.1718924Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.1719587Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.1720178Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.1720793Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.1721403Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.1721997Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.1722667Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.1723270Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.1723859Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.1724381Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:00.1724877Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:00.1725625Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1726353Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1726733Z ^ 2023-01-11T23:23:00.1727028Z 31 warnings generated when compiling for gfx906. 2023-01-11T23:23:00.1727462Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1728209Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1728929Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1729288Z ^ 2023-01-11T23:23:00.1729656Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1730184Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1730699Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:00.1731421Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1732136Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1732517Z ^ 2023-01-11T23:23:00.1732867Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1733397Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1733930Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1734688Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1735418Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1735802Z ^ 2023-01-11T23:23:00.1736171Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1736681Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1737267Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1737824Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1738434Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:00.1739221Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1739948Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1740326Z ^ 2023-01-11T23:23:00.1740752Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1741271Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1741796Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1742346Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1742949Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1743888Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1745124Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1745613Z ^ 2023-01-11T23:23:00.1745959Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1746512Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1747045Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1747588Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1748191Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1748738Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1749277Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:00.1750033Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1750745Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1751124Z ^ 2023-01-11T23:23:00.1751495Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1752024Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1752552Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1753089Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1753695Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1754224Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1754767Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:00.1755502Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1756302Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1756682Z ^ 2023-01-11T23:23:00.1757050Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1757580Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1758082Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1758627Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1759233Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1759843Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1760389Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1761131Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1761845Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1762230Z ^ 2023-01-11T23:23:00.1762574Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1763099Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1763618Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1764161Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1764773Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1765321Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1765867Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1766367Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1766897Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1767636Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1768363Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1768745Z ^ 2023-01-11T23:23:00.1769109Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1769636Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1770156Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1770681Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1771285Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1771835Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1772378Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1772901Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1773435Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1773964Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1774564Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1775359Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1776104Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1776481Z ^ 2023-01-11T23:23:00.1776833Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1777356Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1777879Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1778463Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1779069Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1779622Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1780170Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1780691Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1781226Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1781754Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1782308Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1782864Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:00.1783490Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:00.1784794Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1785683Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1786069Z ^ 2023-01-11T23:23:00.1786444Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1786973Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1787482Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1788030Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1788632Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1789184Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1789737Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:00.1790473Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1791180Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1791559Z ^ 2023-01-11T23:23:00.1791905Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1792439Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1792963Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1793589Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1794205Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1794755Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1795298Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:00.1796043Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1796778Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1803070Z ^ 2023-01-11T23:23:00.1803441Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1803982Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1804508Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1805048Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1805653Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:00.1806395Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1807118Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1807493Z ^ 2023-01-11T23:23:00.1807863Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1808392Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1808924Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1809470Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1810050Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1810827Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1811546Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1811926Z ^ 2023-01-11T23:23:00.1812295Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1812828Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1813356Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1813888Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1814466Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1815034Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1815635Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1816283Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:00.1817056Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1817844Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1818227Z ^ 2023-01-11T23:23:00.1818595Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1819107Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1819636Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1820179Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1820775Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1821401Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1821998Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1822648Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:00.1823423Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1824299Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1824682Z ^ 2023-01-11T23:23:00.1825062Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1825595Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1826127Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1826677Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1827280Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1827823Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1828415Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1829054Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:00.1829849Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1830589Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1830971Z ^ 2023-01-11T23:23:00.1831335Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1831864Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1832377Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1832915Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1833519Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:00.1834312Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1835064Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1835439Z ^ 2023-01-11T23:23:00.1835893Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1836408Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1836939Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1837482Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1838084Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.1838897Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1839707Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1840098Z ^ 2023-01-11T23:23:00.1840479Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1840990Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1841525Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1842077Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1842690Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.1843284Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:00.1843917Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:00.1844713Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1845447Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1845814Z ^ 2023-01-11T23:23:00.1846185Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1846724Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1847259Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1847808Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1848426Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.1849234Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1849986Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1850346Z ^ 2023-01-11T23:23:00.1850726Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1851258Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1851793Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1852344Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1852954Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.1853552Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:00.1854224Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:00.1855012Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1855748Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1856136Z ^ 2023-01-11T23:23:00.1856498Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1857099Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1857637Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1858159Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1858774Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:00.1859590Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1860349Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1860736Z ^ 2023-01-11T23:23:00.1861110Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1861657Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1862202Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1862727Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1863462Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1864101Z __attribute__((weak)) 2023-01-11T23:23:00.1864508Z ^ 2023-01-11T23:23:00.1865388Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:00.1865857Z static constexpr __X x{}; 2023-01-11T23:23:00.1866143Z ^ 2023-01-11T23:23:00.1866773Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1867240Z __attribute__((weak)) 2023-01-11T23:23:00.1867511Z ^ 2023-01-11T23:23:00.1868054Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:00.1868484Z static constexpr __Y y{}; 2023-01-11T23:23:00.1868763Z ^ 2023-01-11T23:23:00.1869383Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.1869859Z __attribute__((weak)) 2023-01-11T23:23:00.1870117Z ^ 2023-01-11T23:23:00.1870663Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:00.1871092Z static constexpr __Z z{}; 2023-01-11T23:23:00.1871380Z ^ 2023-01-11T23:23:00.1871771Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1872284Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1872919Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1873493Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1874114Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:00.1874914Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1875660Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1876111Z ^ 2023-01-11T23:23:00.1876458Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:2: 2023-01-11T23:23:00.1877004Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1877547Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:00.1878298Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1879035Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1879428Z ^ 2023-01-11T23:23:00.1879813Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:6: 2023-01-11T23:23:00.1880377Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.1880939Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.1881556Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.1882196Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.1882828Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.1883447Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.1884038Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.1884641Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.1885230Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.1885834Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.1886579Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1887303Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1887696Z ^ 2023-01-11T23:23:00.1888085Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.hip:6: 2023-01-11T23:23:00.1888674Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.1889254Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.1889840Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.1890466Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.1891094Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.1891772Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.1892387Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.1892997Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.1893614Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.1894182Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.1894710Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:00.1895244Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:00.1896058Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1896803Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1897193Z ^ 2023-01-11T23:23:00.1897494Z 31 warnings generated when compiling for host. 2023-01-11T23:23:00.1900138Z [2/3] /opt/rocm-5.3.0/bin/hipcc -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/opt/conda/lib/python3.8/site-packages/torch/include/THH -I/opt/rocm-5.3.0/include -I/opt/rocm-5.3.0/miopen/include -I/opt/rocm-5.3.0/hip/include -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 --amdgpu-target=gfx906 -fno-gpu-rdc -std=c++17 2023-01-11T23:23:00.1902157Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1902906Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1903635Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1904076Z ^ 2023-01-11T23:23:00.1904452Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1904997Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1905534Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:00.1906385Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1907207Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1907666Z ^ 2023-01-11T23:23:00.1908606Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1909263Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1909908Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1910896Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1911808Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1912278Z ^ 2023-01-11T23:23:00.1912693Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1913342Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1913978Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1914640Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1915469Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:00.1916436Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1917322Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1917781Z ^ 2023-01-11T23:23:00.1918199Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1918847Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1919487Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1920038Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1920660Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1921439Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1922163Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1922525Z ^ 2023-01-11T23:23:00.1922897Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1923436Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1923974Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1924519Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1925134Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1925694Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1926223Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:00.1926993Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1927737Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1928127Z ^ 2023-01-11T23:23:00.1928508Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1929048Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1929592Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1930113Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1930799Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1931373Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1931927Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:00.1932667Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1933387Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1933828Z ^ 2023-01-11T23:23:00.1934196Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1934713Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1935255Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1935804Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1936420Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1936979Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1937531Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1938275Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1939004Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1939366Z ^ 2023-01-11T23:23:00.1939746Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1940296Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1940833Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1941372Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1941987Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1942545Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1943072Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1943610Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1944623Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1945595Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1946330Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1946720Z ^ 2023-01-11T23:23:00.1947092Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1947602Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1948137Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1948695Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1949303Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1949946Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1950518Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1951053Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1951571Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1952115Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1952672Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1953468Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1954297Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1954696Z ^ 2023-01-11T23:23:00.1955067Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1955603Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1956108Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1956653Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1957264Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1957817Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1958369Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.1958894Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.1959446Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.1959959Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.1960520Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.1961094Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:00.1961725Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:00.1962544Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1963299Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1963692Z ^ 2023-01-11T23:23:00.1964065Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1964576Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1965113Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1965663Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1966271Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1966830Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1967376Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:00.1968123Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1968900Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1969270Z ^ 2023-01-11T23:23:00.1969644Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1970179Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1970717Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1971265Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1971875Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.1972492Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.1973019Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:00.1973804Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1974549Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1974926Z ^ 2023-01-11T23:23:00.1975300Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1975833Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1976366Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1976890Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1977496Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:00.1978278Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1979002Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1979391Z ^ 2023-01-11T23:23:00.1979769Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1980310Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1980842Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1981375Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1981982Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1982784Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1983523Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1983959Z ^ 2023-01-11T23:23:00.1984336Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1984875Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1985386Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1985925Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1986537Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1987204Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1987821Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1988470Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:00.1989253Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1989980Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1990405Z ^ 2023-01-11T23:23:00.1990776Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1991319Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1991859Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1992407Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1993013Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1993591Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.1994200Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.1994830Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:00.1995648Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.1996397Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.1996786Z ^ 2023-01-11T23:23:00.1997154Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.1997691Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.1998227Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.1998750Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.1999368Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.1999948Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.2000550Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.2001202Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:00.2001998Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2002740Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2003123Z ^ 2023-01-11T23:23:00.2003471Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2004014Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2004551Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2005165Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2005788Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:00.2006592Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2007342Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2007728Z ^ 2023-01-11T23:23:00.2008075Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2008764Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2009302Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2009862Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2010476Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.2011283Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2012032Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2012426Z ^ 2023-01-11T23:23:00.2012776Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2013311Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2013842Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2014394Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2015018Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.2015610Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:00.2016249Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:00.2017010Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2017750Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2018135Z ^ 2023-01-11T23:23:00.2018508Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2019047Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2019586Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2020131Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2020746Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.2021535Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2022286Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2022676Z ^ 2023-01-11T23:23:00.2023048Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2023649Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2024529Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2025398Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2026107Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.2026716Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:00.2027364Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:00.2028253Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2028985Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2029380Z ^ 2023-01-11T23:23:00.2029746Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2030281Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2030791Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2031344Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2031958Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:00.2032776Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2033533Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2033918Z ^ 2023-01-11T23:23:00.2034292Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2034828Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2035340Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2035889Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2036626Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2037103Z __attribute__((weak)) 2023-01-11T23:23:00.2037367Z ^ 2023-01-11T23:23:00.2037921Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:00.2038352Z static constexpr __X x{}; 2023-01-11T23:23:00.2038608Z ^ 2023-01-11T23:23:00.2039249Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2039726Z __attribute__((weak)) 2023-01-11T23:23:00.2039987Z ^ 2023-01-11T23:23:00.2040528Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:00.2040953Z static constexpr __Y y{}; 2023-01-11T23:23:00.2041212Z ^ 2023-01-11T23:23:00.2041858Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2042331Z __attribute__((weak)) 2023-01-11T23:23:00.2042645Z ^ 2023-01-11T23:23:00.2043200Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:00.2043620Z static constexpr __Z z{}; 2023-01-11T23:23:00.2043873Z ^ 2023-01-11T23:23:00.2044262Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2044799Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2045337Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2045894Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2046576Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:00.2047381Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2048130Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2048497Z ^ 2023-01-11T23:23:00.2048871Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2049418Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2049968Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:00.2050699Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2051432Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2051825Z ^ 2023-01-11T23:23:00.2052173Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:6: 2023-01-11T23:23:00.2052756Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.2053338Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.2053949Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.2054575Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.2055205Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.2055830Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.2056434Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.2057016Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.2057634Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.2058222Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.2058961Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2059677Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2060073Z ^ 2023-01-11T23:23:00.2060445Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:6: 2023-01-11T23:23:00.2061001Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.2061656Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.2062278Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.2062905Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.2063532Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.2064277Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.2064884Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.2065583Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.2066168Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.2066763Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.2067293Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:00.2067824Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:00.2068581Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2069323Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2069719Z ^ 2023-01-11T23:23:00.2069996Z 31 warnings generated when compiling for gfx906. 2023-01-11T23:23:00.2070423Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2071175Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2071900Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2072289Z ^ 2023-01-11T23:23:00.2072673Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2073216Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2073729Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:00.2074467Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2075194Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2075587Z ^ 2023-01-11T23:23:00.2075964Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2076507Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2077050Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2077817Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2078526Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2078918Z ^ 2023-01-11T23:23:00.2079295Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2079837Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2080444Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2081004Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2081619Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:00.2082383Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2083121Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2083579Z ^ 2023-01-11T23:23:00.2083961Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2084504Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2085039Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2085592Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2086205Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2086953Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2087677Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2088077Z ^ 2023-01-11T23:23:00.2088451Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2088990Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2089526Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2090084Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2090674Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2091240Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2091799Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:00.2092566Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2093297Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2093680Z ^ 2023-01-11T23:23:00.2094058Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2094596Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2095105Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2095661Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2096267Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2096809Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2097374Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:00.2098121Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2098913Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2099277Z ^ 2023-01-11T23:23:00.2099655Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2100208Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2100746Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2101302Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2101914Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2102541Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2103068Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.2103924Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2105107Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2105591Z ^ 2023-01-11T23:23:00.2105977Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2106519Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2107055Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2107616Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2108205Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2108766Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2109323Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.2109856Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.2110403Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.2111157Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2111892Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2112284Z ^ 2023-01-11T23:23:00.2112632Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2113180Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2113727Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2114283Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2114898Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2115462Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2116020Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.2116514Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.2117064Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.2117612Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.2118262Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.2119068Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2119822Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2120214Z ^ 2023-01-11T23:23:00.2120564Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2121103Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2121722Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2122276Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2122899Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2123463Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2124017Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:00.2124523Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:00.2125076Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:00.2125623Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:00.2126191Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:00.2126782Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:00.2127429Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:00.2128252Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2129005Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2129368Z ^ 2023-01-11T23:23:00.2129750Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2130294Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2130839Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2131397Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2132011Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2132580Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2133114Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:00.2133864Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2134602Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2134993Z ^ 2023-01-11T23:23:00.2135368Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2135917Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2136459Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2137080Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2137679Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:00.2138244Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:00.2138803Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:00.2139590Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2140398Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2140772Z ^ 2023-01-11T23:23:00.2141143Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2141662Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2142188Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2142735Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2143347Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:00.2144257Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2144985Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2145367Z ^ 2023-01-11T23:23:00.2145725Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2146230Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2146762Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2147299Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2147883Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.2148665Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2149399Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2149775Z ^ 2023-01-11T23:23:00.2150132Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2150652Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2151174Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2151705Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2152309Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.2152876Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.2153470Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.2154123Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:00.2154959Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2155701Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2155802Z ^ 2023-01-11T23:23:00.2156027Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2156303Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2156596Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2156891Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2157319Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.2157601Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.2157963Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.2158324Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:00.2158845Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2159199Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2159295Z ^ 2023-01-11T23:23:00.2159534Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2159803Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2160097Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2160385Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2160743Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:00.2161038Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:00.2161397Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:00.2161756Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:00.2162247Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2162606Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2162704Z ^ 2023-01-11T23:23:00.2162936Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2163192Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2163493Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2163791Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2164157Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:00.2164675Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2165024Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2165168Z ^ 2023-01-11T23:23:00.2165397Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2165672Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2165977Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2166267Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2166625Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.2167187Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2167535Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2167638Z ^ 2023-01-11T23:23:00.2167871Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2168143Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2168449Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2168754Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2169096Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:00.2169414Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:00.2169782Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:00.2170276Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2170626Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2170713Z ^ 2023-01-11T23:23:00.2170933Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2171189Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2171480Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2171773Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2172139Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.2172677Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2173037Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2173134Z ^ 2023-01-11T23:23:00.2173372Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2173643Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2173953Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2174255Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2174605Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:00.2174981Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:00.2175373Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:00.2175871Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2176235Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2176335Z ^ 2023-01-11T23:23:00.2176547Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2176876Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2177190Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2177495Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2177863Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:00.2178394Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2178760Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2178862Z ^ 2023-01-11T23:23:00.2179100Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2179372Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2179680Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2179985Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2180474Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2180593Z __attribute__((weak)) 2023-01-11T23:23:00.2180692Z ^ 2023-01-11T23:23:00.2181090Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:00.2181218Z static constexpr __X x{}; 2023-01-11T23:23:00.2181327Z ^ 2023-01-11T23:23:00.2181815Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2181943Z __attribute__((weak)) 2023-01-11T23:23:00.2182019Z ^ 2023-01-11T23:23:00.2182424Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:00.2182551Z static constexpr __Y y{}; 2023-01-11T23:23:00.2182660Z ^ 2023-01-11T23:23:00.2183148Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:00.2183268Z __attribute__((weak)) 2023-01-11T23:23:00.2183370Z ^ 2023-01-11T23:23:00.2183821Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:00.2183952Z static constexpr __Z z{}; 2023-01-11T23:23:00.2184068Z ^ 2023-01-11T23:23:00.2184304Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2184577Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2184964Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:00.2185272Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:00.2185640Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:00.2186159Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2186520Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2186685Z ^ 2023-01-11T23:23:00.2186926Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:2: 2023-01-11T23:23:00.2187175Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:00.2187490Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:00.2187976Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2188340Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2188433Z ^ 2023-01-11T23:23:00.2188663Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:6: 2023-01-11T23:23:00.2188977Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.2189305Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.2189660Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.2190006Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.2190361Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.2190701Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.2191028Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.2191368Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.2191705Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.2192033Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.2192512Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2192878Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2192977Z ^ 2023-01-11T23:23:00.2193217Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.hip:6: 2023-01-11T23:23:00.2193533Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/ATen.h:7: 2023-01-11T23:23:00.2193854Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Context.h:3: 2023-01-11T23:23:00.2194208Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/CPUGeneratorImpl.h:3: 2023-01-11T23:23:00.2194526Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Generator.h:22: 2023-01-11T23:23:00.2194876Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/GeneratorImpl.h:12: 2023-01-11T23:23:00.2195275Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/TensorImpl.h:8: 2023-01-11T23:23:00.2195617Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Storage.h:3: 2023-01-11T23:23:00.2195960Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/StorageImpl.h:4: 2023-01-11T23:23:00.2196294Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:00.2196618Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:00.2196883Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:00.2197243Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:00.2197746Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:00.2198113Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:00.2198214Z ^ 2023-01-11T23:23:00.2198382Z 31 warnings generated when compiling for host. 2023-01-11T23:23:18.2503909Z [3/3] c++ -MMD -MF /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/opt/conda/lib/python3.8/site-packages/torch/include/THH -I/opt/rocm-5.3.0/include -I/opt/rocm-5.3.0/miopen/include -I/opt/rocm-5.3.0/hip/include -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.cpp -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17 2023-01-11T23:23:18.2510489Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2023-01-11T23:23:18.2591217Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/cuda_extension.o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel.o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/hip_extension_kernel2.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -L/opt/rocm-5.3.0/lib -L/opt/rocm-5.3.0/hip/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -lamdhip64 -lc10_hip -ltorch_hip -o build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/cuda.cpython-38-x86_64-linux-gnu.so 2023-01-11T23:23:18.7309384Z building 'torch_test_cpp_extension.torch_library' extension 2023-01-11T23:23:18.7878769Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:23:18.7881809Z Compiling objects... 2023-01-11T23:23:18.7882729Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:23:53.1337569Z [1/1] /opt/rocm-5.3.0/bin/hipcc -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/opt/conda/lib/python3.8/site-packages/torch/include/THH -I/opt/rocm-5.3.0/include -I/opt/rocm-5.3.0/miopen/include -I/opt/rocm-5.3.0/hip/include -I/var/lib/jenkins/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu -o /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=torch_library -D_GLIBCXX_USE_CXX11_ABI=1 --amdgpu-target=gfx906 -fno-gpu-rdc -std=c++17 2023-01-11T23:23:53.1343452Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1345326Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1347164Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1349446Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1351464Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1353303Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1355067Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1356833Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1358489Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1360060Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1362132Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1364204Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1365917Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1368006Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1370197Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1372368Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1373613Z ^ 2023-01-11T23:23:53.1374589Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1376160Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1378021Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1380065Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1382578Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1385502Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1387969Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1390349Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1392513Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1394668Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1396712Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1399254Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1401398Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1403388Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1405122Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1406923Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:53.1409445Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1411979Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1414548Z ^ 2023-01-11T23:23:53.1415736Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1417693Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1419738Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1421705Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1423441Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1425484Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1427228Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1429070Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1430795Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1432435Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1434137Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1435817Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1437153Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1437787Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1438344Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1438955Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1439869Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1440877Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1441362Z ^ 2023-01-11T23:23:53.1441760Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1442439Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1443165Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1443927Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1444681Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1445516Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1446256Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1447004Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1447706Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1448383Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1449090Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1449772Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1450455Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1451157Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1451842Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1452530Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1453170Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1454035Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:53.1455107Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1455984Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1456424Z ^ 2023-01-11T23:23:53.1456824Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1457504Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1458249Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1459018Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1459785Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1460522Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1461250Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1461991Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1462675Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1463436Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1464301Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1465000Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1465678Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1466374Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1466991Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1467705Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1468329Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1469046Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1469955Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1470805Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1471238Z ^ 2023-01-11T23:23:53.1471640Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1472310Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1473033Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1473794Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1474556Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1475287Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1476019Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1476757Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1477346Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1477941Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1478524Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1479081Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1479647Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1480222Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1480743Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1481253Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1481778Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1482368Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1482902Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1483423Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:53.1484225Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1484947Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1485296Z ^ 2023-01-11T23:23:53.1485630Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1486185Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1486777Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1487459Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1488073Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1488682Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1489277Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1489884Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1490454Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1491009Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1491579Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1492148Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1492709Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1493283Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1493780Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1494278Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1494800Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1495386Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1495908Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1496429Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:53.1497148Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1497876Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1498231Z ^ 2023-01-11T23:23:53.1498573Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1499138Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1499734Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1500365Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1500992Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1501596Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1502261Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1502872Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1503449Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1504097Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1504771Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1505579Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1506483Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1507176Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1507785Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1508390Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1509019Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1509718Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1510363Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1510996Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1511866Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1512740Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1513208Z ^ 2023-01-11T23:23:53.1513614Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1514301Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1515067Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1515822Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1516733Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1517473Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1518106Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1518734Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1519343Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1519901Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1520665Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1521396Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1522150Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1522743Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1523258Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1523859Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1524386Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1524956Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1525482Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1525998Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1526489Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1527057Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1527782Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1528488Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1528842Z ^ 2023-01-11T23:23:53.1529163Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1529711Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1530302Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1530924Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1531544Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1532145Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1532747Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1533347Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1533916Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1534468Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1535039Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1535607Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1536176Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1536742Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1537250Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1537746Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1538261Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1538841Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1539369Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1539890Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1540392Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1540897Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1541472Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:53.1542014Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:53.1542769Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1543490Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1543992Z ^ 2023-01-11T23:23:53.1544324Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1545096Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1545804Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1546559Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1547306Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1548040Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1548767Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1549512Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1550207Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1550885Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1551587Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1552263Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1552947Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1553642Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1554249Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1554851Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1555487Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1556192Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1556821Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1557396Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1557897Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1558406Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1558911Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:53.1559443Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:53.1559986Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:53.1560592Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:53.1561474Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1562207Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1562560Z ^ 2023-01-11T23:23:53.1562888Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1563435Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1564031Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1564656Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1565325Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1565932Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1566538Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1567147Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1567715Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1568271Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1568849Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1569412Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1569972Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1570547Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1571051Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1571558Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1572076Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1572768Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1573511Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1574244Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:53.1575099Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1575945Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1576370Z ^ 2023-01-11T23:23:53.1576765Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1577425Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1578145Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1578903Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1579644Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1580385Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1581204Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1581956Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1582637Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1583314Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1584096Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1584780Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1585534Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1586225Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1586838Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1587439Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1588064Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1588773Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1589406Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1590017Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:53.1590927Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1591796Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1592225Z ^ 2023-01-11T23:23:53.1592622Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1593287Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1593999Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1594750Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1595486Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1596223Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1596953Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1597587Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1598153Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1598704Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1599275Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1599834Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1600386Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1600968Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1601467Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1602028Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1602553Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1603132Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:53.1603879Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1604590Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1604989Z ^ 2023-01-11T23:23:53.1605315Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1605861Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1606454Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1607075Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1607686Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1608287Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1608877Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1609488Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1610058Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1610608Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1611187Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1611750Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1612313Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1612880Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1613377Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1613878Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1614398Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1614976Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.1615737Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1616440Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1616796Z ^ 2023-01-11T23:23:53.1617120Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1617655Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1618244Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1618871Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1619484Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1620141Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1620748Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1621359Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1621918Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1622470Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1623101Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1623663Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1624283Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1624940Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1625532Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1626130Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1626743Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1627445Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.1628115Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.1628804Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.1629553Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:53.1630468Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1631310Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1631733Z ^ 2023-01-11T23:23:53.1632122Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1632778Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1633502Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1634257Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1635007Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1635735Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1636462Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1637179Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1637735Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1638288Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1638864Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1639424Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1640054Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1640630Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1641131Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1641623Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1642140Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1642714Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.1643321Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.1643895Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.1644510Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:53.1645285Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1645995Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1646343Z ^ 2023-01-11T23:23:53.1646669Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1647218Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1647810Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1648433Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1649045Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1649646Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1650244Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1650843Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1651409Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1651963Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1652531Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1653099Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1653659Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1654231Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1654726Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1655227Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1655742Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1656324Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.1656867Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.1657496Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.1658119Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:53.1658883Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1659586Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1659931Z ^ 2023-01-11T23:23:53.1660259Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1660860Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1661450Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1662074Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1662685Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1663286Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1664130Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1664863Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1665746Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1666428Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1667131Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1667815Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1668489Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1669169Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1669784Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1670397Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1671024Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1671740Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:53.1672678Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1673543Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1673973Z ^ 2023-01-11T23:23:53.1674355Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1675017Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1675731Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1676486Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1677233Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1677953Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1678556Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1679165Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1679724Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1680275Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1680845Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1681495Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1682059Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1682627Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1683127Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1683623Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1684129Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1684710Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:53.1685483Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1686205Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1686562Z ^ 2023-01-11T23:23:53.1686891Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1687436Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1688018Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1688637Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1689246Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1689847Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1690455Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1691068Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1691633Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1692183Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1692745Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1693309Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1693869Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1694444Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1694946Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1695447Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1696024Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1696610Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:53.1697160Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:53.1697760Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:53.1698514Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1699281Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1699633Z ^ 2023-01-11T23:23:53.1699967Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1700513Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1701105Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1701717Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1702326Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1702932Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1703537Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1704197Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1704839Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1705510Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1706187Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1706875Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1707554Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1708252Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1708863Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1709469Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1710094Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1710795Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:53.1711725Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1712600Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1713022Z ^ 2023-01-11T23:23:53.1713416Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1714079Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1714801Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1715652Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1716407Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1717119Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1717776Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1718384Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1719009Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1719560Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1720139Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1720703Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1721263Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1721823Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1722325Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1722822Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1723336Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1723916Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:53.1724485Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:53.1725088Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:53.1725830Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1726525Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1726880Z ^ 2023-01-11T23:23:53.1727205Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1727752Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1728343Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1728967Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1729580Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1730170Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1730767Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1731373Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1731949Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1732505Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1733074Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1733693Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1734261Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1734820Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1735321Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1735819Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1736330Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1736956Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:53.1737737Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1738454Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1738808Z ^ 2023-01-11T23:23:53.1739126Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1739668Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1740260Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1740876Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1741492Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1742096Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1742696Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1743296Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1743902Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1744461Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1745035Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1745604Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1746166Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1746737Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1747240Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1747731Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1748243Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1748944Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.1749385Z __attribute__((weak)) 2023-01-11T23:23:53.1749616Z ^ 2023-01-11T23:23:53.1750119Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:53.1750512Z static constexpr __X x{}; 2023-01-11T23:23:53.1750749Z ^ 2023-01-11T23:23:53.1751427Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.1751869Z __attribute__((weak)) 2023-01-11T23:23:53.1752097Z ^ 2023-01-11T23:23:53.1752602Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:53.1752990Z static constexpr __Y y{}; 2023-01-11T23:23:53.1753226Z ^ 2023-01-11T23:23:53.1753823Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.1754317Z __attribute__((weak)) 2023-01-11T23:23:53.1754541Z ^ 2023-01-11T23:23:53.1755046Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:53.1755439Z static constexpr __Z z{}; 2023-01-11T23:23:53.1755682Z ^ 2023-01-11T23:23:53.1756014Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1756567Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1757160Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1757780Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1758395Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1759004Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1759604Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1760204Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1760774Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1761330Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1761902Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1762465Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1763028Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1763598Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1764103Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1764597Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1765119Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1765699Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:53.1766461Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1767168Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1767530Z ^ 2023-01-11T23:23:53.1767856Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1768449Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1769049Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1769668Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1770282Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1770884Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1771484Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1772146Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1772713Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1773260Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1773831Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1774393Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1774956Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1775521Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1776021Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1776524Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:53.1777226Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1777907Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1778264Z ^ 2023-01-11T23:23:53.1778590Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1779135Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1779727Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1780348Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1780962Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1781555Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1782160Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1782769Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1783334Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1784016Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1784600Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:16: 2023-01-11T23:23:53.1785280Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Scalar.h:11: 2023-01-11T23:23:53.1785961Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:53.1786624Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:53.1787585Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1788427Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1788851Z ^ 2023-01-11T23:23:53.1789254Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1789911Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1790633Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1791452Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1792190Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1792930Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1793647Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1794551Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1795272Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1795946Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1796637Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:16: 2023-01-11T23:23:53.1797318Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Scalar.h:11: 2023-01-11T23:23:53.1797996Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:53.1798663Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:53.1799259Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:53.1799857Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:53.1800726Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1801565Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1801992Z ^ 2023-01-11T23:23:53.1802307Z 31 warnings generated when compiling for gfx906. 2023-01-11T23:23:53.1802778Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1803444Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1804164Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1804907Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1805640Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1806377Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1807109Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1807758Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1808413Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1808991Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1809641Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1810323Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1811001Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1811687Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1812613Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1813447Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1813885Z ^ 2023-01-11T23:23:53.1814278Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1814948Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1815660Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1816409Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1817233Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1817939Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1818583Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1819246Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1819864Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1820464Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1821082Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1821698Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1822304Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1822911Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1823453Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1824082Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:59: 2023-01-11T23:23:53.1824838Z /opt/rocm-5.3.0/hip/include/hip/hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1825575Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1825961Z ^ 2023-01-11T23:23:53.1826319Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1826903Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1827548Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1828328Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1829049Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1829660Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1830258Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1830865Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1831429Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1831970Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1832604Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1833164Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1833729Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1834298Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1834802Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1835301Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1836031Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1836726Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1837080Z ^ 2023-01-11T23:23:53.1837407Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1837956Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1838546Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1839167Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1839779Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1840429Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1841040Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1841660Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1842231Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1842784Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1843360Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1843923Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1844486Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1845047Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1845553Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1846051Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1846568Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1847206Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:32: 2023-01-11T23:23:53.1847967Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_common.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1848663Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1849018Z ^ 2023-01-11T23:23:53.1849345Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1849889Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1850541Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1851170Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1851784Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1852385Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1852983Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1853579Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1854151Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1854706Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1855277Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1855844Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1856405Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1856974Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1857476Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1857965Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1858478Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1859059Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1859791Z /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1860486Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1860845Z ^ 2023-01-11T23:23:53.1861173Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1861714Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1862308Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1862936Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1863554Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1864281Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1864973Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1865587Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1866151Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1866692Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1867264Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1867825Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1868450Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1869021Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1869523Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1870023Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1870535Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1871101Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1871621Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1872136Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:480: 2023-01-11T23:23:53.1872865Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/host_defines.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1873571Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1873928Z ^ 2023-01-11T23:23:53.1874255Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1874791Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1875384Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1876003Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1876611Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1877218Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1877813Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1878426Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1878995Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1879537Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1880105Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1880667Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1881232Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1881799Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1882301Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1882860Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1883382Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1883949Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1884472Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1884988Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:481: 2023-01-11T23:23:53.1885695Z /opt/rocm-5.3.0/hip/include/hip/driver_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1886435Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1886793Z ^ 2023-01-11T23:23:53.1887126Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1887661Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1888252Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1888870Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1889479Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1890080Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1890678Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1891286Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1891852Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1892393Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1892963Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1893525Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1894086Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1894657Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1895157Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1895658Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1896176Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1896746Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1897268Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1897785Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1898496Z /opt/rocm-5.3.0/hip/include/hip/texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1899184Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1899538Z ^ 2023-01-11T23:23:53.1899867Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1900464Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1901062Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1901680Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1902293Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1902894Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1903546Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1904202Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1904776Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1905320Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1905892Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1906450Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1907018Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1907583Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1908086Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1908586Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1909090Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1909670Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1910192Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1910707Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1911197Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1911701Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1912415Z /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1913120Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1913467Z ^ 2023-01-11T23:23:53.1913800Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1914345Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1914935Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1915556Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1916172Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1916778Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1917380Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1918048Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1918623Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1919181Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1919753Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1920316Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1920877Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1921513Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1922007Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1922510Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1923030Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1923614Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1924135Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1924655Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1925146Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1925644Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1926157Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:53.1926689Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:53.1927448Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1928166Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1928521Z ^ 2023-01-11T23:23:53.1928851Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1929401Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1929984Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1930613Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1931223Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1931831Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1932429Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1933040Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1933608Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1934160Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1934730Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1935293Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1935930Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1936508Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1937010Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1937508Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1938025Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1938596Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1939131Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1939711Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:482: 2023-01-11T23:23:53.1940206Z In file included from /opt/rocm-5.3.0/hip/include/hip/texture_types.h:26: 2023-01-11T23:23:53.1940715Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/texture_types.h:38: 2023-01-11T23:23:53.1941219Z In file included from /opt/rocm-5.3.0/hip/include/hip/channel_descriptor.h:26: 2023-01-11T23:23:53.1941747Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/channel_descriptor.h:32: 2023-01-11T23:23:53.1942293Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_channel_descriptor.h:26: 2023-01-11T23:23:53.1942887Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_channel_descriptor.h:28: 2023-01-11T23:23:53.1943670Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1944426Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1944781Z ^ 2023-01-11T23:23:53.1945113Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1945659Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1946249Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1946861Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1947475Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1948082Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1948683Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1949294Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1949862Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1950420Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1950993Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1951549Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1952109Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1952691Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1953194Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1953698Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1954292Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1954878Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1955403Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1955914Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:483: 2023-01-11T23:23:53.1956623Z /opt/rocm-5.3.0/hip/include/hip/surface_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1957396Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1957752Z ^ 2023-01-11T23:23:53.1958082Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1958635Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1959231Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1959845Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1960456Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1961059Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1961665Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1962280Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1962853Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1963406Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1963985Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1964541Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1965101Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1965670Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1966182Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1966688Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1967207Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1967787Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:105: 2023-01-11T23:23:53.1968312Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime_api.h:26: 2023-01-11T23:23:53.1968826Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime_api.h:6955: 2023-01-11T23:23:53.1969574Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1970288Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1970649Z ^ 2023-01-11T23:23:53.1970977Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1971590Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1972191Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1972806Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1973419Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1974021Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1974621Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1975290Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1975860Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1976420Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1976994Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1977550Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1978116Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1978688Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1979194Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1979699Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1980213Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1980794Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:110: 2023-01-11T23:23:53.1981541Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/hip_ldg.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1982225Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1982581Z ^ 2023-01-11T23:23:53.1982913Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1983459Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1984209Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1984837Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1985453Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1986047Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.1986735Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.1987456Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.1988128Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.1988786Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.1989462Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.1990240Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.1990916Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.1991580Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.1992178Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.1992771Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.1993388Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.1994098Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.1995105Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.1995959Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.1996382Z ^ 2023-01-11T23:23:53.1996773Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.1997431Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.1998140Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.1998763Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.1999381Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.1999981Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2000590Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2001200Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2001761Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2002313Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2002885Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2003448Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2004015Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2004584Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2005088Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2005582Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2006100Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2006675Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.2007221Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.2007794Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.2008414Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:34: 2023-01-11T23:23:53.2009226Z /opt/rocm-5.3.0/hip/include/hip/hip_vector_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2009928Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2010275Z ^ 2023-01-11T23:23:53.2010603Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2011152Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2011745Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2012366Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2013039Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2013641Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2014250Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2014851Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2015421Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2015974Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2016557Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2017123Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2017684Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2018258Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2018753Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2019253Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2019768Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2020344Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.2020888Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.2021461Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.2022084Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:35: 2023-01-11T23:23:53.2022863Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/device_library_decls.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2023578Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2023994Z ^ 2023-01-11T23:23:53.2024322Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2024872Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2025469Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2026098Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2026707Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2027394Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2027995Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2028610Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2029177Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2029733Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2030306Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2030928Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2031490Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2032066Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2032566Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2033067Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2033579Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2034156Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:112: 2023-01-11T23:23:53.2034704Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_atomic.h:26: 2023-01-11T23:23:53.2035282Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_atomic.h:25: 2023-01-11T23:23:53.2035898Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_device_functions.h:36: 2023-01-11T23:23:53.2036655Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/llvm_intrinsics.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2037357Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2037709Z ^ 2023-01-11T23:23:53.2038037Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2038582Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2039171Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2039793Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2040409Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2041002Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2041600Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2042209Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2042781Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2043332Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2043904Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2044469Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2045089Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2045653Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2046157Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2046657Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2047172Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2047744Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:114: 2023-01-11T23:23:53.2048572Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_device_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2049285Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2049637Z ^ 2023-01-11T23:23:53.2049835Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2050143Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2050485Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2050837Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2051177Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2051515Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2051852Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2052203Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2052502Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2052813Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2053137Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2053440Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2053755Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2054076Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2054326Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2054615Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2054897Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2055248Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:53.2055758Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2056099Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2056185Z ^ 2023-01-11T23:23:53.2056389Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2056698Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2057093Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2057444Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2057783Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2058118Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2058459Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2058853Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2059149Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2059466Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2059790Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2060095Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2060409Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2060728Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2060979Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2061270Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2061554Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2061903Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:115: 2023-01-11T23:23:53.2062202Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_surface_functions.h:26: 2023-01-11T23:23:53.2062559Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_surface_functions.h:30: 2023-01-11T23:23:53.2063042Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/ockl_image.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2063386Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2063473Z ^ 2023-01-11T23:23:53.2063677Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2064044Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2064387Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2064742Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2065070Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2065405Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2065744Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2066090Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2066391Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2066768Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2067103Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2067408Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2067724Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2068040Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2068293Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2068581Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2068921Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2069268Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:53.2069787Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2070133Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2070217Z ^ 2023-01-11T23:23:53.2070423Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2070730Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2071071Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2071430Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2071769Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2072108Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2072443Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2072779Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2073079Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2073388Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2073714Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2074017Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2074335Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2074652Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2074901Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2075188Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2075472Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2075820Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:116: 2023-01-11T23:23:53.2076127Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_fetch_functions.h:26: 2023-01-11T23:23:53.2076487Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/texture_fetch_functions.h:28: 2023-01-11T23:23:53.2077037Z /opt/rocm-5.3.0/hip/include/hip/hip_texture_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2077390Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2077475Z ^ 2023-01-11T23:23:53.2077678Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2077988Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2078330Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2078733Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2079070Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2079415Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2079751Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2080093Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2080384Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2080693Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2081021Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2081325Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2081643Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2081958Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2082209Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2082500Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2082780Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2083125Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:117: 2023-01-11T23:23:53.2083646Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/texture_indirect_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2083992Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2084081Z ^ 2023-01-11T23:23:53.2084288Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2084595Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2085068Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2085423Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2085761Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2086103Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2086440Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2086839Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2087141Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2087452Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2087776Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2088079Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2088395Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2088766Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2089018Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2089308Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2089596Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2090059Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:313:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.2090165Z __attribute__((weak)) 2023-01-11T23:23:53.2090252Z ^ 2023-01-11T23:23:53.2090630Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:303:24: note: previous definition is here 2023-01-11T23:23:53.2090746Z static constexpr __X x{}; 2023-01-11T23:23:53.2090841Z ^ 2023-01-11T23:23:53.2091309Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:318:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.2091408Z __attribute__((weak)) 2023-01-11T23:23:53.2091496Z ^ 2023-01-11T23:23:53.2091874Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:304:24: note: previous definition is here 2023-01-11T23:23:53.2091984Z static constexpr __Y y{}; 2023-01-11T23:23:53.2092074Z ^ 2023-01-11T23:23:53.2092539Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:323:16: warning: attribute declaration must precede definition [-Wignored-attributes] 2023-01-11T23:23:53.2092642Z __attribute__((weak)) 2023-01-11T23:23:53.2092726Z ^ 2023-01-11T23:23:53.2093100Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:305:24: note: previous definition is here 2023-01-11T23:23:53.2093214Z static constexpr __Z z{}; 2023-01-11T23:23:53.2093296Z ^ 2023-01-11T23:23:53.2093504Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2093819Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2094161Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2094514Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2094852Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2095188Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2095528Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2095874Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2096225Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2096540Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2096862Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2097166Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2097485Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2097800Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2098110Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2098402Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:62: 2023-01-11T23:23:53.2098688Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_runtime.h:26: 2023-01-11T23:23:53.2099035Z In file included from /opt/rocm-5.3.0/hip/include/hip/amd_detail/../../../../include/hip/amd_detail/amd_hip_runtime.h:390: 2023-01-11T23:23:53.2099540Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_math_functions.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2099884Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2099969Z ^ 2023-01-11T23:23:53.2100177Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2100480Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2100822Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2101179Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2101519Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2101855Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2102189Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2102533Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2102831Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2103145Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2103470Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:11: 2023-01-11T23:23:53.2103906Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Device.h:3: 2023-01-11T23:23:53.2104227Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/DeviceType.h:8: 2023-01-11T23:23:53.2104547Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/macros/Macros.h:247: 2023-01-11T23:23:53.2104798Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_runtime.h:26: 2023-01-11T23:23:53.2105089Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_runtime.h:114: 2023-01-11T23:23:53.2105564Z /opt/rocm-5.3.0/hip/include/hip/library_types.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2105910Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2105993Z ^ 2023-01-11T23:23:53.2106273Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2106586Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2106929Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2107282Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2107620Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2107956Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2108340Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2108688Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2108986Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2109297Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2109619Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:16: 2023-01-11T23:23:53.2109925Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Scalar.h:11: 2023-01-11T23:23:53.2110241Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:53.2110549Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:53.2111011Z /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2111355Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2111438Z ^ 2023-01-11T23:23:53.2111644Z In file included from /var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.cu:1: 2023-01-11T23:23:53.2111951Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/extension.h:4: 2023-01-11T23:23:53.2112295Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7: 2023-01-11T23:23:53.2112646Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3: 2023-01-11T23:23:53.2112988Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/autograd.h:3: 2023-01-11T23:23:53.2113324Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/variable.h:6: 2023-01-11T23:23:53.2113663Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2: 2023-01-11T23:23:53.2114005Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3: 2023-01-11T23:23:53.2114301Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/Tensor.h:3: 2023-01-11T23:23:53.2114611Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/Tensor.h:3: 2023-01-11T23:23:53.2114934Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:16: 2023-01-11T23:23:53.2115242Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/Scalar.h:11: 2023-01-11T23:23:53.2115565Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/core/ScalarType.h:5: 2023-01-11T23:23:53.2115861Z In file included from /opt/conda/lib/python3.8/site-packages/torch/include/c10/util/Half.h:45: 2023-01-11T23:23:53.2116160Z In file included from /opt/rocm-5.3.0/hip/include/hip/hip_fp16.h:26: 2023-01-11T23:23:53.2116451Z In file included from /opt/rocm-5.3.0/hip/include/hip/../../../include/hip/hip_fp16.h:29: 2023-01-11T23:23:53.2116938Z /opt/rocm-5.3.0/hip/include/hip/amd_detail/amd_hip_fp16.h:25:9: warning: This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip [-W#pragma-messages] 2023-01-11T23:23:53.2117282Z #pragma message("This file is deprecated. Use file from include path /opt/rocm-ver/include/ and prefix with hip") 2023-01-11T23:23:53.2117365Z ^ 2023-01-11T23:23:53.2117512Z 31 warnings generated when compiling for host. 2023-01-11T23:23:53.2118891Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/build/temp.linux-x86_64-cpython-38/var/lib/jenkins/pytorch/test/cpp_extensions/torch_library.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -L/opt/rocm-5.3.0/lib -L/opt/rocm-5.3.0/hip/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -lamdhip64 -lc10_hip -ltorch_hip -o build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/torch_library.cpython-38-x86_64-linux-gnu.so 2023-01-11T23:23:53.4559888Z running install_lib 2023-01-11T23:23:53.4672518Z creating install 2023-01-11T23:23:53.4673349Z creating install/opt 2023-01-11T23:23:53.4673707Z creating install/opt/conda 2023-01-11T23:23:53.4674033Z creating install/opt/conda/lib 2023-01-11T23:23:53.4674408Z creating install/opt/conda/lib/python3.8 2023-01-11T23:23:53.4675338Z creating install/opt/conda/lib/python3.8/site-packages 2023-01-11T23:23:53.4676147Z creating install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.4677464Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/rng.cpython-38-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.4809957Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/cuda.cpython-38-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.4923078Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.4924404Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/ort.cpython-38-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.5049050Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/torch_library.cpython-38-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.5050404Z copying build/lib.linux-x86_64-cpython-38/torch_test_cpp_extension/cpp.cpython-38-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension 2023-01-11T23:23:53.5180379Z byte-compiling ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-38.pyc 2023-01-11T23:23:53.5180706Z running install_egg_info 2023-01-11T23:23:53.5325320Z running egg_info 2023-01-11T23:23:53.5326197Z creating torch_test_cpp_extension.egg-info 2023-01-11T23:23:53.5374096Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2023-01-11T23:23:53.5375009Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2023-01-11T23:23:53.5375757Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2023-01-11T23:23:53.5376449Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2023-01-11T23:23:53.5428960Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2023-01-11T23:23:53.5433802Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2023-01-11T23:23:53.5435804Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.8/site-packages/torch_test_cpp_extension-0.0.0-py3.8.egg-info 2023-01-11T23:23:53.5439930Z running install_scripts 2023-01-11T23:23:58.6281155Z running install 2023-01-11T23:23:58.6283881Z /opt/conda/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-01-11T23:23:58.6285355Z warnings.warn( 2023-01-11T23:23:58.6399497Z running build 2023-01-11T23:23:58.6400337Z running build_ext 2023-01-11T23:23:58.6955898Z building 'no_python_abi_suffix_test' extension 2023-01-11T23:23:58.6957459Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build 2023-01-11T23:23:58.6960092Z creating /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-38 2023-01-11T23:23:58.7491579Z Emitting ninja build file /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-38/build.ninja... 2023-01-11T23:23:58.7499503Z Compiling objects... 2023-01-11T23:23:58.7500632Z Using envvar MAX_JOBS (62) as the number of workers... 2023-01-11T23:23:59.0885335Z [1/1] c++ -MMD -MF /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-38/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.8/site-packages/torch/include -I/opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.8/site-packages/torch/include/TH -I/opt/conda/lib/python3.8/site-packages/torch/include/THC -I/opt/conda/include/python3.8 -c -c /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-38/no_python_abi_suffix_test.o -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DUSE_ROCM=1 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1013"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17 2023-01-11T23:23:59.0891185Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2023-01-11T23:23:59.0974720Z creating build/lib.linux-x86_64-cpython-38 2023-01-11T23:23:59.0978742Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-38/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-38/no_python_abi_suffix_test.so 2023-01-11T23:23:59.3549385Z running install_lib 2023-01-11T23:23:59.3664700Z creating install 2023-01-11T23:23:59.3665717Z creating install/opt 2023-01-11T23:23:59.3666612Z creating install/opt/conda 2023-01-11T23:23:59.3667541Z creating install/opt/conda/lib 2023-01-11T23:23:59.3668337Z creating install/opt/conda/lib/python3.8 2023-01-11T23:23:59.3669550Z creating install/opt/conda/lib/python3.8/site-packages 2023-01-11T23:23:59.3671600Z copying build/lib.linux-x86_64-cpython-38/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.8/site-packages 2023-01-11T23:23:59.3672944Z running install_egg_info 2023-01-11T23:23:59.3816749Z running egg_info 2023-01-11T23:23:59.3818091Z creating no_python_abi_suffix_test.egg-info 2023-01-11T23:23:59.3867890Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2023-01-11T23:23:59.3869646Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2023-01-11T23:23:59.3871514Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2023-01-11T23:23:59.3873019Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2023-01-11T23:23:59.3928870Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2023-01-11T23:23:59.3931000Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2023-01-11T23:23:59.3933608Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.8/site-packages/no_python_abi_suffix_test-0.0.0-py3.8.egg-info 2023-01-11T23:23:59.3939027Z running install_scripts 2023-01-11T23:24:02.2482481Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2023-01-11 23:24:02.247295] 2023-01-11T23:24:08.2620622Z 2023-01-11T23:24:08.2621666Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2023-01-11T23:24:08.2625796Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/pytorch/test/test-reports/test_cpp_extensions_aot_ninja_b9hnb3on) 2023-01-11T23:24:08.2627967Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2023-01-11T23:24:08.2628671Z 2023-01-11T23:24:08.2628949Z Running tests... 2023-01-11T23:24:08.2630022Z ---------------------------------------------------------------------- 2023-01-11T23:24:08.2631065Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.015s) 2023-01-11T23:24:08.2632598Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:24:08.2634275Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:24:08.2635474Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.007s) 2023-01-11T23:24:08.2637006Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: test doesn't currently work on the ROCm stack (0.001s) 2023-01-11T23:24:08.2638236Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2023-01-11T23:24:08.2639295Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2023-01-11T23:24:08.2640474Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2023-01-11T23:24:08.2641589Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2023-01-11T23:24:08.2642511Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2023-01-11T23:24:08.2643457Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2023-01-11T23:24:08.2644413Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2023-01-11T23:24:08.2645316Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2023-01-11T23:24:08.2646293Z test_pybind_return_types (__main__.TestPybindTypeCasters) ... ok (0.002s) 2023-01-11T23:24:08.2647295Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2023-01-11T23:24:08.2648235Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.054s) 2023-01-11T23:24:08.2648784Z 2023-01-11T23:24:08.2649464Z ---------------------------------------------------------------------- 2023-01-11T23:24:08.2650311Z Ran 16 tests in 0.106s 2023-01-11T23:24:08.2650698Z 2023-01-11T23:24:08.2650953Z OK (skipped=3) 2023-01-11T23:24:08.2651329Z 2023-01-11T23:24:08.2651629Z Generating XML reports... 2023-01-11T23:24:08.2653148Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20230111232405.xml 2023-01-11T23:24:08.2655047Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20230111232405.xml 2023-01-11T23:24:08.2656963Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestPybindTypeCasters-20230111232405.xml 2023-01-11T23:24:08.2658900Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20230111232405.xml 2023-01-11T23:24:08.2660757Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20230111232405.xml 2023-01-11T23:24:08.2661588Z 2023-01-11T23:24:08.2662325Z ##[endgroup] 2023-01-11T23:24:08.2664176Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/pytorch/test/test-reports/test_cpp_extensions_aot_ninja_b9hnb3on) 2023-01-11T23:24:08.2665051Z 2023-01-11T23:24:11.5621739Z 2023-01-11T23:24:11.5622402Z real 154m24.750s 2023-01-11T23:24:11.5623301Z user 366m28.405s 2023-01-11T23:24:11.5624299Z sys 44m30.316s 2023-01-11T23:24:11.5625497Z + assert_git_not_dirty 2023-01-11T23:24:11.5626687Z + [[ linux-focal-rocm5.3-py3.8 != *rocm* ]] 2023-01-11T23:24:11.5627412Z + test_aten 2023-01-11T23:24:11.5628266Z + [[ linux-focal-rocm5.3-py3.8 != *asan* ]] 2023-01-11T23:24:11.5629383Z + [[ linux-focal-rocm5.3-py3.8 != *rocm* ]] 2023-01-11T23:24:11.5800399Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2023-01-11T23:24:11.5801828Z # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct 2023-01-11T23:24:11.5803342Z docker exec -t "6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f" sh -c "cd ../pytorch && sudo cp -R test/test-reports ../workspace/test" 2023-01-11T23:24:11.5856943Z shell: /usr/bin/bash -e {0} 2023-01-11T23:24:11.5857184Z env: 2023-01-11T23:24:11.5857409Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:11.5857711Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:11.5858174Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:11.5858675Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:11.5858992Z ##[endgroup] 2023-01-11T23:24:11.6854517Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2023-01-11T23:24:11.7377616Z Prepare all required actions 2023-01-11T23:24:11.7378987Z Getting action download info 2023-01-11T23:24:11.9571726Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T23:24:12.8517593Z ##[group]Run ./.github/actions/get-workflow-job-id 2023-01-11T23:24:12.8518136Z with: 2023-01-11T23:24:12.8519318Z github-token: *** 2023-01-11T23:24:12.8519771Z env: 2023-01-11T23:24:12.8520208Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:12.8520764Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:12.8521658Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:12.8522621Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:12.8523234Z ##[endgroup] 2023-01-11T23:24:12.8583342Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T23:24:12.8584155Z with: 2023-01-11T23:24:12.8584529Z shell: bash 2023-01-11T23:24:12.8584958Z timeout_minutes: 10 2023-01-11T23:24:12.8585398Z max_attempts: 5 2023-01-11T23:24:12.8585841Z retry_wait_seconds: 30 2023-01-11T23:24:12.8586787Z 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 "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2023-01-11T23:24:12.8587721Z polling_interval_seconds: 1 2023-01-11T23:24:12.8588205Z warning_on_retry: true 2023-01-11T23:24:12.8588667Z continue_on_error: false 2023-01-11T23:24:12.8589091Z env: 2023-01-11T23:24:12.8589506Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:12.8590047Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:12.8590891Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:12.8591830Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:12.8592753Z GITHUB_TOKEN: *** 2023-01-11T23:24:12.8593185Z ##[endgroup] 2023-01-11T23:24:12.9265047Z + python3 -m pip install requests==2.26.0 2023-01-11T23:24:13.2721106Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T23:24:13.3784403Z Requirement already satisfied: requests==2.26.0 in /home/pytorchci/.local/lib/python3.10/site-packages (2.26.0) 2023-01-11T23:24:13.3930498Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.26.0) (3.3) 2023-01-11T23:24:13.3937114Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.26.0) (1.26.5) 2023-01-11T23:24:13.3951075Z Requirement already satisfied: charset-normalizer~=2.0.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from requests==2.26.0) (2.0.12) 2023-01-11T23:24:13.3960582Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.26.0) (2020.6.20) 2023-01-11T23:24:13.6335672Z ++ python3 .github/scripts/get_workflow_job_id.py 3896346758 worker-rocm-amd-28 2023-01-11T23:24:16.1574473Z + GHA_WORKFLOW_JOB_ID=10588784337 2023-01-11T23:24:16.1578579Z + echo job-id=10588784337 2023-01-11T23:24:16.9273472Z Command completed after 1 attempt(s). 2023-01-11T23:24:16.9524507Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2023-01-11T23:24:16.9524830Z kill "$MONITOR_SCRIPT_PID" 2023-01-11T23:24:16.9551350Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T23:24:16.9551643Z env: 2023-01-11T23:24:16.9551883Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:16.9552186Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:16.9552651Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:16.9553167Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:16.9553506Z MONITOR_SCRIPT_PID: 2131695 2023-01-11T23:24:16.9553760Z ##[endgroup] 2023-01-11T23:24:16.9681841Z Prepare all required actions 2023-01-11T23:24:16.9682458Z Getting action download info 2023-01-11T23:24:17.4205959Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-01-11T23:24:18.4901646Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-01-11T23:24:19.3999112Z ##[group]Run ./.github/actions/upload-test-artifacts 2023-01-11T23:24:19.3999410Z with: 2023-01-11T23:24:19.3999625Z use-gha: true 2023-01-11T23:24:19.3999935Z file-suffix: test-default-1-2-linux.rocm.gpu_10588784337 2023-01-11T23:24:19.4000221Z env: 2023-01-11T23:24:19.4000451Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:19.4000740Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:19.4001199Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:19.4001753Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:19.4002079Z ##[endgroup] 2023-01-11T23:24:19.4120862Z ##[group]Run actions/upload-artifact@v3 2023-01-11T23:24:19.4121140Z with: 2023-01-11T23:24:19.4121499Z name: test-jsons-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip 2023-01-11T23:24:19.4121876Z retention-days: 14 2023-01-11T23:24:19.4122139Z if-no-files-found: warn 2023-01-11T23:24:19.4122394Z path: test/**/*.json 2023-01-11T23:24:19.4122605Z env: 2023-01-11T23:24:19.4122836Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:19.4123136Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:19.4123601Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:19.4124106Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:19.4124436Z ##[endgroup] 2023-01-11T23:24:19.6694892Z With the provided path, there will be 3 files uploaded 2023-01-11T23:24:19.6697159Z Starting artifact upload 2023-01-11T23:24:19.6699218Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-01-11T23:24:19.6700747Z Artifact name is valid! 2023-01-11T23:24:19.8776338Z Container for artifact "test-jsons-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip" successfully created. Starting upload of file(s) 2023-01-11T23:24:20.4257859Z Total size of all the files uploaded is 29082 bytes 2023-01-11T23:24:20.4258885Z File upload process has finished. Finalizing the artifact upload 2023-01-11T23:24:20.5233062Z Artifact has been finalized. All files have been successfully uploaded! 2023-01-11T23:24:20.5233712Z 2023-01-11T23:24:20.5234578Z The raw size of all the files that were specified for upload is 300200 bytes 2023-01-11T23:24:20.5235961Z The size of all the files that were uploaded is 29082 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-01-11T23:24:20.5236804Z 2023-01-11T23:24:20.5238235Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-01-11T23:24:20.5239241Z 2023-01-11T23:24:20.5240303Z Artifact test-jsons-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip has been successfully uploaded! 2023-01-11T23:24:20.5391339Z ##[group]Run actions/upload-artifact@v3 2023-01-11T23:24:20.5392050Z with: 2023-01-11T23:24:20.5393017Z name: test-reports-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip 2023-01-11T23:24:20.5394048Z retention-days: 14 2023-01-11T23:24:20.5394717Z if-no-files-found: ignore 2023-01-11T23:24:20.5395473Z path: test/**/*.xml test/**/*.csv 2023-01-11T23:24:20.5396105Z env: 2023-01-11T23:24:20.5396718Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:20.5397780Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:20.5399017Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:20.5400348Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:20.5401186Z ##[endgroup] 2023-01-11T23:24:20.8533541Z With the provided path, there will be 224 files uploaded 2023-01-11T23:24:20.8535016Z Starting artifact upload 2023-01-11T23:24:20.8535817Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-01-11T23:24:20.8536548Z Artifact name is valid! 2023-01-11T23:24:21.2005676Z Container for artifact "test-reports-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip" successfully created. Starting upload of file(s) 2023-01-11T23:24:31.2095740Z Total file count: 224 ---- Processed file #97 (43.3%) 2023-01-11T23:24:41.2091196Z Total file count: 224 ---- Processed file #184 (82.1%) 2023-01-11T23:24:44.9132478Z Total size of all the files uploaded is 803655 bytes 2023-01-11T23:24:44.9133510Z File upload process has finished. Finalizing the artifact upload 2023-01-11T23:24:45.0140623Z Artifact has been finalized. All files have been successfully uploaded! 2023-01-11T23:24:45.0141264Z 2023-01-11T23:24:45.0141769Z The raw size of all the files that were specified for upload is 21796973 bytes 2023-01-11T23:24:45.0148856Z The size of all the files that were uploaded is 803655 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-01-11T23:24:45.0149759Z 2023-01-11T23:24:45.0151232Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-01-11T23:24:45.0152288Z 2023-01-11T23:24:45.0153397Z Artifact test-reports-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip has been successfully uploaded! 2023-01-11T23:24:45.0341752Z ##[group]Run actions/upload-artifact@v3 2023-01-11T23:24:45.0342452Z with: 2023-01-11T23:24:45.0343417Z name: usage-log-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip 2023-01-11T23:24:45.0344586Z retention-days: 14 2023-01-11T23:24:45.0345286Z if-no-files-found: ignore 2023-01-11T23:24:45.0346055Z path: usage_log.txt 2023-01-11T23:24:45.0346651Z env: 2023-01-11T23:24:45.0347275Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:45.0348073Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:45.0349335Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:45.0350707Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:45.0351836Z ##[endgroup] 2023-01-11T23:24:45.1111962Z With the provided path, there will be 1 file uploaded 2023-01-11T23:24:45.1113658Z Starting artifact upload 2023-01-11T23:24:45.1115749Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2023-01-11T23:24:45.1117273Z Artifact name is valid! 2023-01-11T23:24:45.2459016Z Container for artifact "usage-log-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip" successfully created. Starting upload of file(s) 2023-01-11T23:24:45.8934453Z Total size of all the files uploaded is 317508 bytes 2023-01-11T23:24:45.8935851Z File upload process has finished. Finalizing the artifact upload 2023-01-11T23:24:46.0088033Z Artifact has been finalized. All files have been successfully uploaded! 2023-01-11T23:24:46.0088865Z 2023-01-11T23:24:46.0089537Z The raw size of all the files that were specified for upload is 11480923 bytes 2023-01-11T23:24:46.0094853Z The size of all the files that were uploaded is 317508 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2023-01-11T23:24:46.0095795Z 2023-01-11T23:24:46.0097251Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2023-01-11T23:24:46.0098254Z 2023-01-11T23:24:46.0099292Z Artifact usage-log-runattempt1-test-default-1-2-linux.rocm.gpu_10588784337.zip has been successfully uploaded! 2023-01-11T23:24:46.0250470Z ##[group]Run set -x 2023-01-11T23:24:46.0251170Z set -x 2023-01-11T23:24:46.0251939Z python3 -m pip install -r requirements.txt 2023-01-11T23:24:46.0252828Z python3 -m pip install boto3==1.19.12 2023-01-11T23:24:46.0253847Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2023-01-11T23:24:46.0317422Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T23:24:46.0318183Z env: 2023-01-11T23:24:46.0318826Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:24:46.0319640Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:24:46.0320879Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:24:46.0322235Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:24:46.0323162Z AWS_DEFAULT_REGION: us-east-1 2023-01-11T23:24:46.0323816Z BRANCH: 2023-01-11T23:24:46.0324478Z TEST_CONFIG: default 2023-01-11T23:24:46.0325110Z SHARD_NUMBER: 1 2023-01-11T23:24:46.0325876Z BUILD_ENVIRONMENT: linux-focal-rocm5.3-py3.8 2023-01-11T23:24:46.0326612Z PR_NUMBER: 2023-01-11T23:24:46.0327271Z PYTORCH_RETRY_TEST_CASES: 1 2023-01-11T23:24:46.0328007Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2023-01-11T23:24:46.0328849Z SHA1: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T23:24:46.0329608Z TAG: ciflow/trunk/91627 2023-01-11T23:24:46.0330247Z WORKFLOW_ID: 3896346758 2023-01-11T23:24:46.0331253Z GITHUB_TOKEN: *** 2023-01-11T23:24:46.0332040Z AWS_ACCESS_KEY_ID: *** 2023-01-11T23:24:46.0333002Z AWS_SECRET_ACCESS_KEY: *** 2023-01-11T23:24:46.0333733Z GHA_WORKFLOW_JOB_ID: 10588784337 2023-01-11T23:24:46.0334404Z ##[endgroup] 2023-01-11T23:24:46.0400951Z + python3 -m pip install -r requirements.txt 2023-01-11T23:24:46.3877861Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T23:24:46.5026913Z Requirement already satisfied: astunparse in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2023-01-11T23:24:46.5029259Z Requirement already satisfied: expecttest in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2023-01-11T23:24:46.5033556Z Requirement already satisfied: future in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2023-01-11T23:24:46.5037566Z Requirement already satisfied: hypothesis in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (6.61.0) 2023-01-11T23:24:46.5041244Z Requirement already satisfied: numpy in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (1.24.0) 2023-01-11T23:24:46.5045129Z Requirement already satisfied: psutil in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2023-01-11T23:24:46.5048819Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements.txt (line 8)) (5.4.1) 2023-01-11T23:24:46.5052698Z Requirement already satisfied: requests in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2023-01-11T23:24:46.5056452Z Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from -r requirements.txt (line 10)) (59.6.0) 2023-01-11T23:24:46.5059998Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements.txt (line 11)) (1.16.0) 2023-01-11T23:24:46.5064039Z Requirement already satisfied: types-dataclasses in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2023-01-11T23:24:46.5071672Z Requirement already satisfied: typing_extensions in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2023-01-11T23:24:46.5075783Z Requirement already satisfied: sympy in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (1.11.1) 2023-01-11T23:24:46.5079389Z Requirement already satisfied: filelock in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (3.8.2) 2023-01-11T23:24:46.5083756Z Requirement already satisfied: networkx in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (2.8.8) 2023-01-11T23:24:46.5087577Z Requirement already satisfied: jinja2 in /home/pytorchci/.local/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (3.1.2) 2023-01-11T23:24:46.5122020Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/lib/python3/dist-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2023-01-11T23:24:46.5545639Z Requirement already satisfied: exceptiongroup>=1.0.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2023-01-11T23:24:46.5553067Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2023-01-11T23:24:46.5561510Z Requirement already satisfied: attrs>=19.2.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2023-01-11T23:24:46.5781103Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 9)) (3.3) 2023-01-11T23:24:46.5796323Z Requirement already satisfied: charset-normalizer~=2.0.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2023-01-11T23:24:46.5802268Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 9)) (1.26.5) 2023-01-11T23:24:46.5809314Z Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 9)) (2020.6.20) 2023-01-11T23:24:46.5852244Z Requirement already satisfied: mpmath>=0.19 in /home/pytorchci/.local/lib/python3.10/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2023-01-11T23:24:46.6140017Z Requirement already satisfied: MarkupSafe>=2.0 in /home/pytorchci/.local/lib/python3.10/site-packages (from jinja2->-r requirements.txt (line 17)) (2.1.1) 2023-01-11T23:24:46.8130597Z + python3 -m pip install boto3==1.19.12 2023-01-11T23:24:47.1637010Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T23:24:47.2611613Z Requirement already satisfied: boto3==1.19.12 in /home/pytorchci/.local/lib/python3.10/site-packages (1.19.12) 2023-01-11T23:24:47.2669163Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/lib/python3/dist-packages (from boto3==1.19.12) (0.5.0) 2023-01-11T23:24:47.2674309Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/pytorchci/.local/lib/python3.10/site-packages (from boto3==1.19.12) (1.22.12) 2023-01-11T23:24:47.2682419Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/lib/python3/dist-packages (from boto3==1.19.12) (0.10.0) 2023-01-11T23:24:47.2727838Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.5) 2023-01-11T23:24:47.2734833Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/lib/python3/dist-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.1) 2023-01-11T23:24:47.5169476Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2023-01-11T23:25:39.5285637Z [scribe] Scribe access token not provided, sending report via boto3... 2023-01-11T23:25:39.5289359Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "", "errorType": "MemoryError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/json/__init__.py\", line 231, in dumps\n return _default_encoder.encode(obj)\n", " File \"/var/lang/lib/python3.8/json/encoder.py\", line 199, in encode\n chunks = self.iterencode(o, _one_shot=True)\n", " File \"/var/lang/lib/python3.8/json/encoder.py\", line 257, in iterencode\n return _iterencode(o, 0)\n"]} 2023-01-11T23:25:39.5291710Z 2023-01-11T23:25:39.5292588Z ----- Historic stats comparison result ------ 2023-01-11T23:25:39.5293123Z 2023-01-11T23:25:39.5293625Z job: linux-focal-rocm5.3-py3.8 2023-01-11T23:25:39.5303644Z commit: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T23:25:39.5304445Z 2023-01-11T23:25:39.5304989Z Commit graph (base is most recent master ancestor with at least one S3 report): 2023-01-11T23:25:39.5305664Z 2023-01-11T23:25:39.5305886Z : (master) 2023-01-11T23:25:39.5306453Z | 2023-01-11T23:25:39.5307142Z | * 8419ddda87 (HEAD) total time 14752.41s 2023-01-11T23:25:39.5307826Z | | 2023-01-11T23:25:39.5308381Z | : (2 commits) 2023-01-11T23:25:39.5308950Z |/ 2023-01-11T23:25:39.5310332Z * db2a237763 (base) 5 reports, total time 6393.01s � 5974.30s 2023-01-11T23:25:39.5311225Z * 2b0abd4ce3 1 report, total time 14220.43s 2023-01-11T23:25:39.5312326Z * f7939b21e1 14 reports, total time 4610.14s � 5323.72s 2023-01-11T23:25:39.5313453Z * cb3204823e 5 reports, total time 7625.43s � 6402.51s 2023-01-11T23:25:39.5314563Z * 6e236553f5 2 reports, total time 10033.39s � 5935.03s 2023-01-11T23:25:39.5315646Z * cce577b391 3 reports, total time 7045.38s � 5826.75s 2023-01-11T23:25:39.5316721Z * fae821c2f1 4 reports, total time 8000.05s � 6285.70s 2023-01-11T23:25:39.5317809Z * 0c3659586d 2 reports, total time 12885.57s � 3788.54s 2023-01-11T23:25:39.5322479Z * 122245985a 2 reports, total time 7380.35s � 4897.77s 2023-01-11T23:25:39.5323572Z * b797a24259 2 reports, total time 12666.81s � 3915.73s 2023-01-11T23:25:39.5324258Z | 2023-01-11T23:25:39.5324771Z : 2023-01-11T23:25:39.5325101Z 2023-01-11T23:25:39.5325518Z Removed (across 326 suites) 0 tests, totaling 0.00s 2023-01-11T23:25:39.5326421Z Modified (across 0 suites) 0 tests, totaling 0.00s 2023-01-11T23:25:39.5327312Z Added (across 214 suites)106720 tests, totaling +14752.41s 2023-01-11T23:25:39.6971653Z ##[group]Run # Only stop the docker container we started since there might be multiple runners on this host. 2023-01-11T23:25:39.6973053Z # Only stop the docker container we started since there might be multiple runners on this host. 2023-01-11T23:25:39.6974094Z docker stop "6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f" || true 2023-01-11T23:25:39.6974955Z # Prune all of the docker containers. 2023-01-11T23:25:39.6975776Z # Might fail if a prune is already in progress by another runner. 2023-01-11T23:25:39.6976564Z docker container prune -f || true 2023-01-11T23:25:39.6977361Z # Prune everything docker if there are more than 10 images (~200GB). 2023-01-11T23:25:39.6978222Z # This is easier than using a time filter, e.g., "until=24h". 2023-01-11T23:25:39.6979089Z # Might fail if a prune is already in progress by another runner. 2023-01-11T23:25:39.6979929Z image_count=$(docker images | wc -l) 2023-01-11T23:25:39.6980606Z if [[ ${image_count} -gt 10 ]]; then 2023-01-11T23:25:39.6981279Z  echo "Purging all docker caches" 2023-01-11T23:25:39.6981964Z  docker system prune -af || true 2023-01-11T23:25:39.6982556Z else 2023-01-11T23:25:39.6983247Z  echo "Will not purge docker, only ${image_count} images found" 2023-01-11T23:25:39.6984033Z fi 2023-01-11T23:25:39.7039060Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T23:25:39.7039358Z env: 2023-01-11T23:25:39.7039599Z GIT_DEFAULT_BRANCH: master 2023-01-11T23:25:39.7039909Z DOCKER_HOST: unix:///run/user/1123/docker.sock 2023-01-11T23:25:39.7040371Z GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon -e ROCR_VISIBLE_DEVICES=0,1 2023-01-11T23:25:39.7040887Z CONTAINER_NAME: 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:25:39.7041219Z ##[endgroup] 2023-01-11T23:25:40.4673102Z 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:26:05.2759592Z Deleted Containers: 2023-01-11T23:26:05.2760611Z 6685082ad7af1dc2b92d69a3a7d61e1c8fd7110f4010abe768f10b0259fc285f 2023-01-11T23:26:05.2767160Z 70358c0073fefeffcc96d1f948a476218340244d1b0444400c94fb67c79b1abc 2023-01-11T23:26:05.2767866Z 2023-01-11T23:26:05.2768216Z Total reclaimed space: 24.2GB 2023-01-11T23:26:05.3195421Z Will not purge docker, only 5 images found 2023-01-11T23:26:05.3294708Z Post job cleanup. 2023-01-11T23:26:05.3347472Z Post job cleanup. 2023-01-11T23:26:05.4656852Z [command]/usr/bin/git version 2023-01-11T23:26:05.4717843Z git version 2.39.0 2023-01-11T23:26:05.4772533Z Temporarily overriding HOME='/home/pytorchci/actions-runner/_work/_temp/745df5b3-daa8-4f97-bafb-893dd6e2fb0d' before making global git config changes 2023-01-11T23:26:05.4773919Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T23:26:05.4777117Z [command]/usr/bin/git config --global --add safe.directory /home/pytorchci/actions-runner/_work/pytorch/pytorch 2023-01-11T23:26:05.4825195Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T23:26:05.4881787Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T23:26:05.5338470Z Entering 'android/libs/fbjni' 2023-01-11T23:26:05.5386415Z Entering 'third_party/FP16' 2023-01-11T23:26:05.5440389Z Entering 'third_party/FXdiv' 2023-01-11T23:26:05.5493383Z Entering 'third_party/NNPACK' 2023-01-11T23:26:05.5545848Z Entering 'third_party/QNNPACK' 2023-01-11T23:26:05.5596771Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T23:26:05.5648905Z Entering 'third_party/XNNPACK' 2023-01-11T23:26:05.5714262Z Entering 'third_party/benchmark' 2023-01-11T23:26:05.5766790Z Entering 'third_party/cpuinfo' 2023-01-11T23:26:05.5818114Z Entering 'third_party/cub' 2023-01-11T23:26:05.5878786Z Entering 'third_party/cudnn_frontend' 2023-01-11T23:26:05.5941070Z Entering 'third_party/cutlass' 2023-01-11T23:26:05.6011171Z Entering 'third_party/eigen' 2023-01-11T23:26:05.6070857Z Entering 'third_party/fbgemm' 2023-01-11T23:26:05.6122690Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T23:26:05.6172902Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T23:26:05.6223961Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T23:26:05.6272757Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T23:26:05.6324847Z Entering 'third_party/flatbuffers' 2023-01-11T23:26:05.6378719Z Entering 'third_party/fmt' 2023-01-11T23:26:05.6437896Z Entering 'third_party/foxi' 2023-01-11T23:26:05.6489003Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T23:26:05.6540891Z Entering 'third_party/gloo' 2023-01-11T23:26:05.6592660Z Entering 'third_party/googletest' 2023-01-11T23:26:05.6644192Z Entering 'third_party/ideep' 2023-01-11T23:26:05.6694361Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T23:26:05.6747036Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T23:26:05.6809409Z Entering 'third_party/ios-cmake' 2023-01-11T23:26:05.6860733Z Entering 'third_party/ittapi' 2023-01-11T23:26:05.6912524Z Entering 'third_party/kineto' 2023-01-11T23:26:05.6963723Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T23:26:05.7013813Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T23:26:05.7066489Z Entering 'third_party/nccl/nccl' 2023-01-11T23:26:05.7118395Z Entering 'third_party/neon2sse' 2023-01-11T23:26:05.7168941Z Entering 'third_party/nlohmann' 2023-01-11T23:26:05.7221862Z Entering 'third_party/onnx' 2023-01-11T23:26:05.7290776Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T23:26:05.7343417Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T23:26:05.7398995Z Entering 'third_party/onnx-tensorrt' 2023-01-11T23:26:05.7449705Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T23:26:05.7507404Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T23:26:05.7558074Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T23:26:05.7607655Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T23:26:05.7668323Z Entering 'third_party/pocketfft' 2023-01-11T23:26:05.7720098Z Entering 'third_party/protobuf' 2023-01-11T23:26:05.7775850Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T23:26:05.7826238Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T23:26:05.7879793Z Entering 'third_party/psimd' 2023-01-11T23:26:05.7931167Z Entering 'third_party/pthreadpool' 2023-01-11T23:26:05.7981738Z Entering 'third_party/pybind11' 2023-01-11T23:26:05.8033136Z Entering 'third_party/python-enum' 2023-01-11T23:26:05.8083747Z Entering 'third_party/python-peachpy' 2023-01-11T23:26:05.8134910Z Entering 'third_party/python-six' 2023-01-11T23:26:05.8185404Z Entering 'third_party/sleef' 2023-01-11T23:26:05.8236839Z Entering 'third_party/tbb' 2023-01-11T23:26:05.8291134Z Entering 'third_party/tensorpipe' 2023-01-11T23:26:05.8342152Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T23:26:05.8392342Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T23:26:05.8441178Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T23:26:05.8490526Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T23:26:05.8539017Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T23:26:05.8594578Z Entering 'third_party/zstd' 2023-01-11T23:26:05.8678955Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T23:26:05.8746965Z http.https://github.com/.extraheader 2023-01-11T23:26:05.8767954Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T23:26:05.8831120Z [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' || : 2023-01-11T23:26:05.9278814Z Entering 'android/libs/fbjni' 2023-01-11T23:26:05.9318841Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9384793Z Entering 'third_party/FP16' 2023-01-11T23:26:05.9430849Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9501636Z Entering 'third_party/FXdiv' 2023-01-11T23:26:05.9531806Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9590715Z Entering 'third_party/NNPACK' 2023-01-11T23:26:05.9624525Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9672440Z Entering 'third_party/QNNPACK' 2023-01-11T23:26:05.9703681Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9751375Z Entering 'third_party/VulkanMemoryAllocator' 2023-01-11T23:26:05.9778450Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9844864Z Entering 'third_party/XNNPACK' 2023-01-11T23:26:05.9881451Z http.https://github.com/.extraheader 2023-01-11T23:26:05.9958693Z Entering 'third_party/benchmark' 2023-01-11T23:26:05.9994756Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0045871Z Entering 'third_party/cpuinfo' 2023-01-11T23:26:06.0079693Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0142559Z Entering 'third_party/cub' 2023-01-11T23:26:06.0170594Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0216410Z Entering 'third_party/cudnn_frontend' 2023-01-11T23:26:06.0252316Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0326497Z Entering 'third_party/cutlass' 2023-01-11T23:26:06.0361236Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0418493Z Entering 'third_party/eigen' 2023-01-11T23:26:06.0444951Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0497033Z Entering 'third_party/fbgemm' 2023-01-11T23:26:06.0531535Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0582689Z Entering 'third_party/fbgemm/third_party/asmjit' 2023-01-11T23:26:06.0616432Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0677913Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2023-01-11T23:26:06.0716170Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0778862Z Entering 'third_party/fbgemm/third_party/googletest' 2023-01-11T23:26:06.0819533Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0881907Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2023-01-11T23:26:06.0918948Z http.https://github.com/.extraheader 2023-01-11T23:26:06.0994406Z Entering 'third_party/flatbuffers' 2023-01-11T23:26:06.1017140Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1088035Z Entering 'third_party/fmt' 2023-01-11T23:26:06.1124183Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1184068Z Entering 'third_party/foxi' 2023-01-11T23:26:06.1214320Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1261581Z Entering 'third_party/gemmlowp/gemmlowp' 2023-01-11T23:26:06.1298316Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1361684Z Entering 'third_party/gloo' 2023-01-11T23:26:06.1394423Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1455624Z Entering 'third_party/googletest' 2023-01-11T23:26:06.1490948Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1555315Z Entering 'third_party/ideep' 2023-01-11T23:26:06.1594402Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1641421Z Entering 'third_party/ideep/mkl-dnn' 2023-01-11T23:26:06.1678929Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1745792Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2023-01-11T23:26:06.1781379Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1862230Z Entering 'third_party/ios-cmake' 2023-01-11T23:26:06.1898197Z http.https://github.com/.extraheader 2023-01-11T23:26:06.1956671Z Entering 'third_party/ittapi' 2023-01-11T23:26:06.1990756Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2042472Z Entering 'third_party/kineto' 2023-01-11T23:26:06.2070437Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2134910Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2023-01-11T23:26:06.2172543Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2236745Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2023-01-11T23:26:06.2274924Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2347854Z Entering 'third_party/nccl/nccl' 2023-01-11T23:26:06.2387036Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2448703Z Entering 'third_party/neon2sse' 2023-01-11T23:26:06.2478305Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2547407Z Entering 'third_party/nlohmann' 2023-01-11T23:26:06.2581723Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2641565Z Entering 'third_party/onnx' 2023-01-11T23:26:06.2671179Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2745282Z Entering 'third_party/onnx/third_party/benchmark' 2023-01-11T23:26:06.2782958Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2848162Z Entering 'third_party/onnx/third_party/pybind11' 2023-01-11T23:26:06.2877484Z http.https://github.com/.extraheader 2023-01-11T23:26:06.2929052Z Entering 'third_party/onnx-tensorrt' 2023-01-11T23:26:06.2957129Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3001174Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2023-01-11T23:26:06.3030602Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3105299Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2023-01-11T23:26:06.3141091Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3198480Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2023-01-11T23:26:06.3237070Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3304557Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2023-01-11T23:26:06.3343095Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3425082Z Entering 'third_party/pocketfft' 2023-01-11T23:26:06.3464986Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3528858Z Entering 'third_party/protobuf' 2023-01-11T23:26:06.3568081Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3639354Z Entering 'third_party/protobuf/third_party/benchmark' 2023-01-11T23:26:06.3669042Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3734444Z Entering 'third_party/protobuf/third_party/googletest' 2023-01-11T23:26:06.3758764Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3819812Z Entering 'third_party/psimd' 2023-01-11T23:26:06.3850074Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3906920Z Entering 'third_party/pthreadpool' 2023-01-11T23:26:06.3946745Z http.https://github.com/.extraheader 2023-01-11T23:26:06.3995384Z Entering 'third_party/pybind11' 2023-01-11T23:26:06.4025265Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4079864Z Entering 'third_party/python-enum' 2023-01-11T23:26:06.4118852Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4183825Z Entering 'third_party/python-peachpy' 2023-01-11T23:26:06.4220218Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4285526Z Entering 'third_party/python-six' 2023-01-11T23:26:06.4321321Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4372293Z Entering 'third_party/sleef' 2023-01-11T23:26:06.4407540Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4457685Z Entering 'third_party/tbb' 2023-01-11T23:26:06.4490717Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4542089Z Entering 'third_party/tensorpipe' 2023-01-11T23:26:06.4571816Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4618811Z Entering 'third_party/tensorpipe/third_party/googletest' 2023-01-11T23:26:06.4647277Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4701732Z Entering 'third_party/tensorpipe/third_party/libnop' 2023-01-11T23:26:06.4724105Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4775703Z Entering 'third_party/tensorpipe/third_party/libuv' 2023-01-11T23:26:06.4804939Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4861927Z Entering 'third_party/tensorpipe/third_party/pybind11' 2023-01-11T23:26:06.4892323Z http.https://github.com/.extraheader 2023-01-11T23:26:06.4946071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2023-01-11T23:26:06.4982296Z http.https://github.com/.extraheader 2023-01-11T23:26:06.5058079Z Entering 'third_party/zstd' 2023-01-11T23:26:06.5089801Z http.https://github.com/.extraheader 2023-01-11T23:26:06.5590994Z Cleaning up orphan processes